/*! 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: #fff;
	font-size: 14px;
	line-height: 20px;
	font-family: Arial, sans-serif;
	background: #000;
}

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.50;
	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;
	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: 640px;*/
	margin-right: auto;
	margin-left: auto;
}

/* -------------------------------------------
	Age
------------------------------------------- */
.age {
	color: #9a9a9a;
	font-size: 10px;
	line-height: 12px;
	top: 3px;
	left: 4px;
	position: absolute;
	z-index: 6;
}

/* -------------------------------------------
	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, .burger img, .search img, .player-views-icon img, .player-rating img, .player-controls img {
	width: 100%;
	height: auto;
	display: block;
}

/* -------------------------------------------
	Button style
------------------------------------------- */
.btn-price-container {
	text-align: center;
	position: relative;
	padding: 0px;
}

.btn-container {
	position: relative;
	padding: 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: 290px;
			width: 85%;
			padding: 2px;
			margin: 0px auto;
			background: #1565d8;
			background: -moz-linear-gradient(left, #1565d8 0%, #3686ff 100%);
			background: -webkit-linear-gradient(left, #1565d8 0%,#3686ff 100%);
			background: linear-gradient(to right, #1565d8 0%,#3686ff 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1565d8', endColorstr='#3686ff',GradientType=1 );
			-webkit-box-shadow: 0px 0px 10px 0px #06172e,0px 0px 40px 0px rgba(116,171,255,0.5),inset 0px 0px 0px 2px #bfd8ff,inset 0px 0px 0px 3px #235baa,inset 0px 0px 6px 0px #fff,inset 0px 0px 8px 0px rgba(255,255,255,0.8),inset 0px 0px 16px 0px rgba(131,180,255,0.8);
			box-shadow: 0px 0px 10px 0px #06172e,0px 0px 40px 0px rgba(116,171,255,0.5),inset 0px 0px 0px 2px #bfd8ff,inset 0px 0px 0px 3px #235baa,inset 0px 0px 6px 0px #fff,inset 0px 0px 8px 0px rgba(255,255,255,0.8),inset 0px 0px 16px 0px rgba(131,180,255,0.8);
			border-radius: 100px;
		}

		.btn-ok-bg {
			position: relative;
			padding: 17px 0px;
			border-radius: 100px;
		}

		.btn-ok-txt {
			font-size: 18px;
			line-height: 20px;
			text-transform: uppercase;
			top: 1px;
			position: relative;
		}

		.btn-ok-icon {
			max-width: 28px;
			margin: 0px 5px;
		}

	/* -------------------------------------------
		btn-cancel
	------------------------------------------- */
	.btn-cancel-container {
		text-align: center;
		bottom: -60px;
		left: 0px;
		right: 0px;
		position: absolute;
		margin-top: 15px;
	}

	.btn-cancel, .btn-cancel:hover {
		color: #fff;
		color: rgba(255,255,255,0.45);
	}

	.btn-cancel {
		height: 20px;
		display: inline-block;
		vertical-align: top;
		font-size: 11px;
		line-height: 11px;
		text-align: center;
		text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
		padding: 5px 6px 0px;
		background: #3f3f3f;
		background: -moz-linear-gradient(left, #3f3f3f 0%, #535353 100%);
		background: -webkit-linear-gradient(left, #3f3f3f 0%,#535353 100%);
		background: linear-gradient(to right, #3f3f3f 0%,#535353 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#535353',GradientType=1 );
		border-radius: 10px;
	}





/* -------------------------------------------
	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 {
		width: 156px;
		margin: 20px auto 15px;
	}

	/* -------------------------------------------
		burger
	------------------------------------------- */
	.burger {
		width: 32px;
		top: 20px;
		left: 15px;
		position: absolute;
	}

	/* -------------------------------------------
		search
	------------------------------------------- */
	.search {
		width: 32px;
		top: 20px;
		right: 15px;
		position: absolute;
	}

/* -------------------------------------------
	Player
------------------------------------------- */
.player-container {
	top: 96px;
	/*15*/
	bottom: 53px;
	/*39*/
	left: 10px;
	right: 10px;
	position: absolute;
	background: url("player-pattern.png") repeat 0px 0px;
	background-size: 100px 100px;
	-webkit-box-shadow: inset 0px 0px 0px 2px #fff;
	box-shadow: inset 0px 0px 0px 2px #fff;
	border-radius: 10px;
}

	/* -------------------------------------------
		Player head
	------------------------------------------- */
	.player-head {
		padding: 15px 15px 0px;
		/*background: rgba(255,255,255,0.2);*/
	}

		/* -------------------------------------------
			Player views
		------------------------------------------- */
		.player-views {
			float: left;
		}

			/* -------------------------------------------
				Player views icon
			------------------------------------------- */
			.player-views-icon {
				width: 12px;
				float: left;
				margin-right: 5px;
			}

			/* -------------------------------------------
				Player views count
			------------------------------------------- */
			.player-views-count {
				float: left;
				color: #fff;
				font-size: 11px;
				line-height: 13px;
			}

		/* -------------------------------------------
			Player rating
		------------------------------------------- */
		.player-rating {
			width: 76px;
			float: right;
		}

	/* -------------------------------------------
		Player controls
	------------------------------------------- */
	.player-controls {
		bottom: 15px;
		left: 15px;
		right: 15px;
		position: absolute;
		/*background: rgba(255,255,255,0.2);*/
	}

		/* -------------------------------------------
			Player controls play
		------------------------------------------- */
		.controls-play {
			width: 23px;
			float: left;
		}

		/* -------------------------------------------
			Player controls list
		------------------------------------------- */
		.player-controls-list {
			float: right;
		}
			.player-controls-list li {
				float: left;
				margin-left: 30px;
			}
			.player-controls-list li:first-child {
				margin-left: 0px;
			}

			/* -------------------------------------------
				Player controls volume
			------------------------------------------- */
			.controls-volume {
				width: 26px;
				padding-top: 3px;
			}

			/* -------------------------------------------
				Player controls expand
			------------------------------------------- */
			.controls-expand {
				width: 26px;
			}

		/* -------------------------------------------
			Player progressbar
		------------------------------------------- */
		.progressbar {
			height: 4px;
			bottom: -24px;
			left: 0px;
			right: 0px;
			position: absolute;
			background: rgba(255,255,255,0.35);
			border-radius: 2px;
		}

		.progressbar::before {
			width: 10px;
			height: 4px;
			content: "";
			top: 0px;
			left: 0px;
			position: absolute;
			z-index: 1;
			background: #fff;
			border-radius: 2px;
		}

		.progressbar::after {
			width: 12px;
			height: 12px;
			content: "";
			top: -4px;
			left: 7px;
			position: absolute;
			z-index: 2;
			background: #fff;
			border-radius: 6px;
		}

		.progressbar-load {
			width: 75%;
			height: 4px;
			background: rgba(255,255,255,0.35);
			border-radius: 2px;
		}

/* -------------------------------------------
	Footer
------------------------------------------- */
.footer {
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 5;
	padding: 2px 1px 2px;
	background: #000;
	/*background: #444;*/
}

.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.3px;
}

.rules, .rules a {
	color: #777;
	font-family: Arial, sans-serif;
}

.rules-top {
	position: relative;
	z-index: 5;
	padding: 2px 1px 2px;
	background: #000;
	/*background: #444;*/
	/*-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: 306px;
------------------------------------------- */
@media (max-width: 306px) {

	/* -------------------------------------------
		btn-ok
	------------------------------------------- */
	.btn-ok-icon {
		display: none;
	}

}


/* -------------------------------------------
	Responsive max-width: 279px;
------------------------------------------- */
@media (max-width: 279px) {

	/* -------------------------------------------
		burger
	------------------------------------------- */
	.burger {
		display: none;
	}

	/* -------------------------------------------
		search
	------------------------------------------- */
	.search {
		display: none;
	}

}




/* -------------------------------------------
	Responsive for *** BUTTON *** in table
------------------------------------------- */
@media 
(min-width: 1412px) {

	.btn-price-pseudo-table {
		padding-top: 96px;
		padding-bottom: 53px;
	}

	.player-container {
		top: 96px;
		/*15*/
		bottom: 53px;
		/*39*/
	}

}

@media 
(min-width: 769px) and (max-width: 1411px) {

	.btn-price-pseudo-table {
		padding-top: 106px;
		padding-bottom: 53px;
	}

	.player-container {
		top: 106px;
		/*15*/
		bottom: 53px;
		/*39*/
	}

}

@media 
(min-width: 647px) and (max-width: 768px) {

	.btn-price-pseudo-table {
		padding-top: 104px;
		padding-bottom: 52px;
	}

	.player-container {
		top: 104px;
		/*15*/
		bottom: 52px;
		/*39*/
	}

}

@media 
(min-width: 564px) and (max-width: 646px) {

	.btn-price-pseudo-table {
		padding-top: 113px;
		padding-bottom: 52px;
	}

	.player-container {
		top: 113px;
		/*15*/
		bottom: 52px;
		/*39*/
	}

}

@media 
(min-width: 448px) and (max-width: 563px) {

	.btn-price-pseudo-table {
		padding-top: 113px;
		padding-bottom: 61px;
	}

	.player-container {
		top: 113px;
		/*15*/
		bottom: 61px;
		/*39*/
	}

}

@media 
(min-width: 343px) and (max-width: 447px) {

	.btn-price-pseudo-table {
		padding-top: 122px;
		padding-bottom: 61px;
	}

	.player-container {
		top: 122px;
		/*15*/
		bottom: 61px;
		/*39*/
	}

}

@media 
(min-width: 307px) and (max-width: 342px) {

	.btn-price-pseudo-table {
		padding-top: 131px;
		padding-bottom: 61px;
	}

	.player-container {
		top: 131px;
		/*15*/
		bottom: 61px;
		/*39*/
	}

}

@media 
(min-width: 265px) and (max-width: 306px) {

	.btn-price-pseudo-table {
		padding-top: 131px;
		padding-bottom: 70px;
	}

	.player-container {
		top: 131px;
		/*15*/
		bottom: 70px;
		/*39*/
	}

}

@media 
(min-width: 0px) and (max-width: 264px) {

	.btn-price-pseudo-table {
		padding-top: 140px;
		padding-bottom: 70px;
	}

	.player-container {
		top: 140px;
		/*15*/
		bottom: 70px;
		/*39*/
	}

}





/* -------------------------------------------
	Responsive for button max-height
------------------------------------------- */
@media (max-height: 549px) {

	.btn-ok-bg {
		padding: 17px 0;
	}

}

@media (max-height: 499px) {

	.btn-ok-bg {
		padding: 12px 0;
	}

}

@media (max-height: 449px) {

	.btn-ok-bg {
		/*padding: 27px 0;*/
	}

}

@media (max-height: 399px) {

	.btn-ok-bg {
		/*padding: 22px 0;*/
	}

}





/* -------------------------------------------
	Responsive WEB for max-height 
------------------------------------------- */
@media 
(min-width: 1412px) and (max-height: 0px),
(min-width: 769px) and (max-width: 1411px) and (max-height: 0px),
(min-width: 647px) and (max-width: 768px) and (max-height: 0px),
(min-width: 564px) and (max-width: 646px) and (max-height: 0px),
(min-width: 448px) and (max-width: 563px) and (max-height: 0px),
(min-width: 343px) and (max-width: 447px) and (max-height: 0px),
(min-width: 307px) and (max-width: 342px) and (max-height: 0px),
(min-width: 265px) and (max-width: 306px) and (max-height: 0px),
(min-width: 0px) and (max-width: 264px) and (max-height: 0px) {


}

@media 
(min-width: 1412px) and (max-height: 411px),
(min-width: 769px) and (max-width: 1411px) and (max-height: 421px),
(min-width: 647px) and (max-width: 768px) and (max-height: 418px),
(min-width: 564px) and (max-width: 646px) and (max-height: 427px),
(min-width: 448px) and (max-width: 563px) and (max-height: 436px),
(min-width: 343px) and (max-width: 447px) and (max-height: 445px),
(min-width: 307px) and (max-width: 342px) and (max-height: 460px),
(min-width: 265px) and (max-width: 306px) and (max-height: 452px),
(min-width: 0px) and (max-width: 264px) and (max-height: 461px) {

	/* -------------------------------------------
		btn-cancel
	------------------------------------------- */
	.btn-cancel-container {
		bottom: -35px;
	}

}

@media 
(min-width: 1412px) and (max-height: 361px),
(min-width: 769px) and (max-width: 1411px) and (max-height: 371px),
(min-width: 647px) and (max-width: 768px) and (max-height: 368px),
(min-width: 564px) and (max-width: 646px) and (max-height: 377px),
(min-width: 448px) and (max-width: 563px) and (max-height: 386px),
(min-width: 343px) and (max-width: 447px) and (max-height: 395px),
(min-width: 307px) and (max-width: 342px) and (max-height: 404px),
(min-width: 265px) and (max-width: 306px) and (max-height: 402px),
(min-width: 0px) and (max-width: 264px) and (max-height: 411px) {

	/* -------------------------------------------
		btn-cancel
	------------------------------------------- */
	.btn-cancel-container {
		position: static;
	}

}

@media 
(min-width: 1412px) and (max-height: 326px),
(min-width: 769px) and (max-width: 1411px) and (max-height: 336px),
(min-width: 647px) and (max-width: 768px) and (max-height: 333px),
(min-width: 564px) and (max-width: 646px) and (max-height: 342px),
(min-width: 448px) and (max-width: 563px) and (max-height: 351px),
(min-width: 343px) and (max-width: 447px) and (max-height: 360px),
(min-width: 307px) and (max-width: 342px) and (max-height: 369px),
(min-width: 265px) and (max-width: 306px) and (max-height: 367px),
(min-width: 0px) and (max-width: 264px) and (max-height: 376px) {

	/* -------------------------------------------
		Player controls
	------------------------------------------- */
	.player-controls {
		display: none;
	}

}

@media 
(min-width: 1412px) and (max-height: 301px),
(min-width: 769px) and (max-width: 1411px) and (max-height: 311px),
(min-width: 647px) and (max-width: 768px) and (max-height: 308px),
(min-width: 564px) and (max-width: 646px) and (max-height: 317px),
(min-width: 448px) and (max-width: 563px) and (max-height: 326px),
(min-width: 343px) and (max-width: 447px) and (max-height: 335px),
(min-width: 307px) and (max-width: 342px) and (max-height: 344px),
(min-width: 265px) and (max-width: 306px) and (max-height: 342px),
(min-width: 0px) and (max-width: 264px) and (max-height: 351px) {

	/* -------------------------------------------
		Player head
	------------------------------------------- */
	.player-head {
		display: none;
	}

}

@media 
(min-width: 1412px) and (max-height: 248px),
(min-width: 769px) and (max-width: 1411px) and (max-height: 258px),
(min-width: 647px) and (max-width: 768px) and (max-height: 255px),
(min-width: 564px) and (max-width: 646px) and (max-height: 264px),
(min-width: 448px) and (max-width: 563px) and (max-height: 273px),
(min-width: 343px) and (max-width: 447px) and (max-height: 282px),
(min-width: 307px) and (max-width: 342px) and (max-height: 291px),
(min-width: 265px) and (max-width: 306px) and (max-height: 289px),
(min-width: 0px) and (max-width: 264px) and (max-height: 298px) {

	/* -------------------------------------------
		Player
	------------------------------------------- */
	.player-container {
		display: none;
	}

}

@media 
(min-width: 1412px) and (max-height: 248px) {

	.btn-price-pseudo-table {
		padding-top: 81px;
		padding-bottom: 14px;
	}

}

@media 
(min-width: 769px) and (max-width: 1411px) and (max-height: 258px) {

	.btn-price-pseudo-table {
		padding-top: 91px;
		padding-bottom: 14px;
	}

}

@media 
(min-width: 647px) and (max-width: 768px) and (max-height: 255px) {

	.btn-price-pseudo-table {
		padding-top: 89px;
		padding-bottom: 13px;
	}

}

@media 
(min-width: 564px) and (max-width: 646px) and (max-height: 264px) {

	.btn-price-pseudo-table {
		padding-top: 98px;
		padding-bottom: 13px;
	}

}

@media 
(min-width: 448px) and (max-width: 563px) and (max-height: 273px) {

	.btn-price-pseudo-table {
		padding-top: 98px;
		padding-bottom: 22px;
	}

}

@media 
(min-width: 343px) and (max-width: 447px) and (max-height: 282px) {

	.btn-price-pseudo-table {
		padding-top: 107px;
		padding-bottom: 22px;
	}

}

@media 
(min-width: 307px) and (max-width: 342px) and (max-height: 291px) {

	.btn-price-pseudo-table {
		padding-top: 116px;
		padding-bottom: 22px;
	}

}

@media 
(min-width: 265px) and (max-width: 306px) and (max-height: 289px) {

	.btn-price-pseudo-table {
		padding-top: 116px;
		padding-bottom: 31px;
	}

}

@media 
(min-width: 0px) and (max-width: 264px) and (max-height: 298px) {

	.btn-price-pseudo-table {
		padding-top: 125px;
		padding-bottom: 31px;
	}

}





/* -------------------------------------------
	Galaxy S3
------------------------------------------- */
/* Portrait */
@media (width: 360px) 
and (height: 567px) 
and (-webkit-device-pixel-ratio: 2) 
and (orientation: portrait) {

	.btn-price-pseudo-table {
		padding-top: 131px;
	}

	.player-container {
		top: 131px;
		/*15*/
	}

}

/* Landscape */
@media (width: 640px) 
and (height: 287px) 
and (-webkit-device-pixel-ratio: 2) 
and (orientation: landscape) {


}



/* -------------------------------------------
	iPhone 4 and 4S
------------------------------------------- */
/* Portrait */
@media (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;
	}

}

/* Landscape */
@media (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;
	}

}


/* -------------------------------------------
	iPhone 5, 5S, SE
------------------------------------------- */
/* Portrait */
@media (width: 320px) 
and (height: 460px) 
and (-webkit-min-device-pixel-ratio: 2) 
and (orientation: portrait),
(width: 320px) 
and (height: 454px) 
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 (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-price-container {
		top: -44px;
	}

	.btn-price-pseudo-table {
		padding-top: 98px;
		padding-bottom: 13px;
	}

	/* -------------------------------------------
		Player
	------------------------------------------- */
	.player-container {
		display: none;
	}

}


/* -------------------------------------------
	iPhone 6, 6S, 7, 8
------------------------------------------- */
/* Portrait */
@media (width: 375px) 
and (height: 559px) 
and (-webkit-min-device-pixel-ratio: 2) 
and (orientation: portrait),
(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 (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;
	}

}


/* -------------------------------------------
	iPhone 6+, 6S+, 7+, 8+
------------------------------------------- */
/* Portrait */
@media (width: 414px) 
and (height: 628px) 
and (-webkit-min-device-pixel-ratio: 3) 
and (orientation: portrait),
(width: 414px) 
and (height: 622px) 
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 (width: 736px) 
and (max-height: 414px) 
and (-webkit-min-device-pixel-ratio: 3) 
and (orientation: landscape) {


}




