/*! 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

=============================================== */
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before, *:after {
	-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: #212121;
	font-size: 13px;
	line-height: 14px;
	font-family: Arial, sans-serif;
	background: #fff;
}

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: 500px;
	margin-right: auto;
	margin-left: auto;
}

/* -------------------------------------------
	Age
------------------------------------------- */
.age {
	width: 30px;
	height: 30px;
	color: #2d81bb;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	top: 0px;
	right: 0px;
	position: absolute;
	z-index: 6;
	padding-top: 6px;
	background: #B4D7EF;
	border-radius: 15px;
}

/* -------------------------------------------
	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;
}

/* -------------------------------------------
	Images display: block;
------------------------------------------- */
.btn-ok-icon img, .responsive-icon img, .fav-icon 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;
}

	/* -------------------------------------------
		Button
	------------------------------------------- */
	.btn-ok-txt, .btn-ok-icon {
		display: inline-block;
		vertical-align: middle;
	}

		/* -------------------------------------------
			btn-ok
		------------------------------------------- */
		.btn-ok {
			max-width: 300px;
			padding: 2px;
			margin-left: auto;
			margin-right: auto;
			border-bottom: 3px solid #219453;
			background: #2fcc71;
			background: -moz-linear-gradient(top,  #2fcc71 0%, #27ae61 100%);
			background: -webkit-linear-gradient(top,  #2fcc71 0%,#27ae61 100%);
			background: linear-gradient(to bottom,  #2fcc71 0%,#27ae61 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fcc71', endColorstr='#27ae61',GradientType=0 );
			border-radius: 8px 24px 8px 24px;
		}

		.btn-ok-bg {
			padding: 29px 0;
			border-radius: 8px 24px 8px 24px;
		}

		.btn-ok-txt {
			font-size: 25px;
			line-height: 25px;
			font-weight: bold;
			text-transform: uppercase;
		}

		.btn-ok-icon {
			max-width: 25px;
			margin-right: 5px;
		}

	/* -------------------------------------------
		btn-cancel
	------------------------------------------- */
	.btn-cancel {
		width: 70px;
		font-size: 12px;
		text-align: center;
		z-index: 2;
		padding: 5px 0 4px;
		margin-top: 15px;
		margin-left: auto;
		margin-right: auto;
		background: #CBCBCB;
		border-radius: 4px;
		border-radius: 4px 10px 4px 10px;
	}
	.btn-cancel, .btn-cancel:hover {
		color: #343434;
	}

/* -------------------------------------------
	Height full
------------------------------------------- */
.hfull {
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
}

/* -------------------------------------------
	Head
------------------------------------------- */
.head {
	color: #fff;
	padding-bottom: 2px;
	margin-bottom: 20px;
	background: #3598dc;
	background: -moz-linear-gradient(top, #3598dc 0%, #2d81bb 100%);
	background: -webkit-linear-gradient(top, #3598dc 0%,#2d81bb 100%);
	background: linear-gradient(to bottom, #3598dc 0%,#2d81bb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3598dc', endColorstr='#2d81bb',GradientType=0 );
	-webkit-box-shadow: 0px 0px 20px -6px #000;
	box-shadow: 0px 0px 20px -6px #000;
}
	.head .container {
		max-width: 100%;
		position: relative;
	}

	/* -------------------------------------------
		logo
	------------------------------------------- */
	.logo {
		height: 30px;
		text-align: center;
		font-size: 24px;
		line-height: 20px;
		font-weight: bold;
		padding-top: 9px;
		/*background: rgba(0,0,0,0.1);*/
	}

/* -------------------------------------------
	Title
------------------------------------------- */
.title {
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	margin-top: 30px;
}

/* -------------------------------------------
	Responsive
------------------------------------------- */
.responsive-container {
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	padding: 5px;
	margin-top: 15px;
	background: #ddd;
	border-radius: 4px;
}

.responsive-icon,
.responsive-text {
	display: inline-block;
	vertical-align: middle;
}

.responsive-icon {
	max-width: 26px;
	margin-right: 5px;
}

.responsive-text {
	text-align: left;
}
.responsive-text span {
	display: block;
}

/* -------------------------------------------
	Category
------------------------------------------- */
.cats-container {
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-align: center;
	padding: 10px 5px 11px;
	margin-top: 15px;
	background: #3598dc;
	background: -moz-linear-gradient(top, #3598dc 0%, #2d81bb 100%);
	background: -webkit-linear-gradient(top, #3598dc 0%,#2d81bb 100%);
	background: linear-gradient(to bottom, #3598dc 0%,#2d81bb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3598dc', endColorstr='#2d81bb',GradientType=0 );
	-webkit-box-shadow: inset 0px -1px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px -1px 0px rgba(0,0,0,0.1);
	border-radius: 4px;
}

.cats-list {
	display: inline-block;
	vertical-align: middle;
}
	.cats-list li {
		float: left;
		margin-left: 10px;
	}
	.cats-list li:first-child {
		margin-left: 0px;
	}

/* -------------------------------------------
	favorite
------------------------------------------- */
.fav-container {
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	padding: 9px 5px;
	margin-top: 15px;
	background: #f8e287;
	-webkit-box-shadow: inset 0px -1px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px -1px 0px rgba(0,0,0,0.1);
	border-radius: 4px;
}

.fav-icon,
.fav-text {
	display: inline-block;
	vertical-align: middle;
}

.fav-icon {
	max-width: 16px;
	top: -1px;
	position: relative;
	margin-right: 5px;
}

.fav-text {
	text-align: left;
}

/* -------------------------------------------
	Footer
------------------------------------------- */
.footer {
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 5;
	padding: 2px 1px;
	background: #fff;
}

.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: #777;
}

.rules-bottom {
	display: none;
}

.rules-top {
	position: relative;
	z-index: 5;
	padding: 2px 1px;
	/*background: #616161;*/
}

.rules-top, .rules-top a {
	color: #daf0ff;
}

/* -------------------------------------------
	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;
	}

}



/* -------------------------------------------
	Animation
------------------------------------------- */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.fast {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

.animated.slow {
	-webkit-animation-duration: 1.75s;
	animation-duration: 1.75s;
}

.animated.long {
	-webkit-animation-duration: 2.00s;
	animation-duration: 2.00s;
}

	/* -------------------------------------------
		fadeIn
	------------------------------------------- */
	@-webkit-keyframes fadeIn {
		from {
			opacity: 0;
		}

		to {
			opacity: 1;
		}
	}

	@keyframes fadeIn {
		from {
			opacity: 0;
		}

		to {
			opacity: 1;
		}
	}

	.fadeIn {
		-webkit-animation-name: fadeIn;
		animation-name: fadeIn;
	}





/* -------------------------------------------
	Responsive max-width: 430px;
------------------------------------------- */
@media (max-width: 430px) {

	/* -------------------------------------------
		favorite
	------------------------------------------- */
	.fav-icon {
		display: none;
	}

	.fav-text {
		text-align: center;
	}

}


/* -------------------------------------------
	Responsive max-width: 309px;
------------------------------------------- */
@media (max-width: 309px) {

	.age {
		border-radius: 0;
	}

	.head {
		padding-bottom: 0;
	}

	.logo {
		font-size: 18px;
		padding-top: 5px;
	}

	/* -------------------------------------------
		Height full
	------------------------------------------- */
	.hfull {
		height: auto;
		overflow: auto;
		position: static;
	}

	/* -------------------------------------------
		Footer
	------------------------------------------- */
	.footer {
		position: relative;
		margin-top: 10px;
	}

}





/* -------------------------------------------
	Responsive WEB for max-height 
------------------------------------------- */
@media 
(min-width: 769px) and (max-height: 430px),
(min-width: 641px) and (max-width: 768px) and (max-height: 430px),
(min-width: 577px) and (max-width: 640px) and (max-height: 440px),
(min-width: 433px) and (max-width: 576px) and (max-height: 450px),
(min-width: 416px) and (max-width: 432px) and (max-height: 450px),
(min-width: 330px) and (max-width: 415px) and (max-height: 459px),
(min-width: 310px) and (max-width: 329px) and (max-height: 470px) {

	.fav-container {
		display: none;
	}

}

@media 
(min-width: 769px) and (max-height: 380px),
(min-width: 641px) and (max-width: 768px) and (max-height: 380px),
(min-width: 577px) and (max-width: 640px) and (max-height: 390px),
(min-width: 433px) and (max-width: 576px) and (max-height: 400px),
(min-width: 416px) and (max-width: 432px) and (max-height: 410px),
(min-width: 330px) and (max-width: 415px) and (max-height: 410px),
(min-width: 310px) and (max-width: 329px) and (max-height: 410px) {

	.responsive-container {
		display: none;
	}

}

@media 
(min-width: 769px) and (max-height: 330px),
(min-width: 641px) and (max-width: 768px) and (max-height: 330px),
(min-width: 577px) and (max-width: 640px) and (max-height: 340px),
(min-width: 433px) and (max-width: 576px) and (max-height: 350px),
(min-width: 416px) and (max-width: 432px) and (max-height: 360px),
(min-width: 330px) and (max-width: 415px) and (max-height: 360px),
(min-width: 310px) and (max-width: 329px) and (max-height: 360px) {

	.title {
		display: none;
	}

}

@media 
(min-width: 769px) and (max-height: 280px),
(min-width: 641px) and (max-width: 768px) and (max-height: 280px),
(min-width: 577px) and (max-width: 640px) and (max-height: 290px),
(min-width: 433px) and (max-width: 576px) and (max-height: 300px),
(min-width: 416px) and (max-width: 432px) and (max-height: 300px),
(min-width: 330px) and (max-width: 415px) and (max-height: 300px),
(min-width: 310px) and (max-width: 329px) and (max-height: 310px) {

	.cats-container {
		display: none;
	}

}

@media 
(min-width: 769px) and (max-height: 230px),
(min-width: 641px) and (max-width: 768px) and (max-height: 230px),
(min-width: 577px) and (max-width: 640px) and (max-height: 240px),
(min-width: 433px) and (max-width: 576px) and (max-height: 250px),
(min-width: 416px) and (max-width: 432px) and (max-height: 260px),
(min-width: 330px) and (max-width: 415px) and (max-height: 250px),
(min-width: 310px) and (max-width: 329px) and (max-height: 260px) {

	.head {
		margin-bottom: 10px;
	}

}

@media 
(min-width: 769px) and (max-height: 220px),
(min-width: 641px) and (max-width: 768px) and (max-height: 210px),
(min-width: 577px) and (max-width: 640px) and (max-height: 230px),
(min-width: 433px) and (max-width: 576px) and (max-height: 240px),
(min-width: 416px) and (max-width: 432px) and (max-height: 250px),
(min-width: 330px) and (max-width: 415px) and (max-height: 240px),
(min-width: 310px) and (max-width: 329px) and (max-height: 250px) {

	/* -------------------------------------------
		btn-ok
	------------------------------------------- */
	.btn-ok-bg {
		padding: 24px 0;
	}

}

@media 
(min-width: 769px) and (max-height: 210px),
(min-width: 641px) and (max-width: 768px) and (max-height: 0px),
(min-width: 577px) and (max-width: 640px) and (max-height: 0px),
(min-width: 433px) and (max-width: 576px) and (max-height: 230px),
(min-width: 416px) and (max-width: 432px) and (max-height: 240px),
(min-width: 330px) and (max-width: 415px) and (max-height: 230px),
(min-width: 310px) and (max-width: 329px) and (max-height: 240px) {

	/* -------------------------------------------
		btn-ok
	------------------------------------------- */
	.btn-ok-bg {
		padding: 19px 0;
	}

}

@media 
(min-width: 416px) and (max-width: 432px) and (max-height: 220px),
(min-width: 330px) and (max-width: 415px) and (max-height: 220px),
(min-width: 310px) and (max-width: 329px) and (max-height: 230px) {

	/* -------------------------------------------
		btn-ok
	------------------------------------------- */
	.btn-ok-bg {
		padding: 14px 0;
	}

}

@media 
(min-width: 310px) and (max-width: 329px) and (max-height: 220px) {

	/* -------------------------------------------
		btn-ok
	------------------------------------------- */
	.btn-ok-bg {
		padding: 9px 0;
	}

}



/* -------------------------------------------
	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 {
			position: fixed;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
		}

		.head {
			margin-bottom: 15px;
		}

		.cats-container {
			display: none;
		}

	}

	@media 
	(width: 480px) and (height: 320px) and (orientation: landscape) {

		/* rools for iphone 4 landscape */

		html {
			position: fixed;
			background: #fff;
		}

		body {
			position: fixed;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
		}

		.head {
			margin-bottom: 10px;
		}

		.cats-container {
			display: none;
		}

		/* -------------------------------------------
			btn-ok
		------------------------------------------- */
		.btn-ok-bg {
			padding: 19px 0;
		}

	}


	@media 
	(width: 736px) and (height: 414px) and (orientation: landscape) {

		/* rools for iphone 6/7 plus, landscape */

		/* -------------------------------------------
			Height full
		------------------------------------------- */
		.hfull {
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			position: fixed;
		}

		.cats-container {
			display: none;
		}

	}


	@media 
	(width: 667px) and (height: 375px) and (orientation: landscape) {

		/* rools for iphone 6/7, landscape */

		html {
			position: fixed;
			background: #fff;
		}

		body {
			position: fixed;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
		}

	}


	@media 
	(width: 320px) and (max-height: 480px),
	(width: 320px) and (max-height: 568px) {

		/* rools for iphone 4/5 */

		html {
			position: fixed;
			background: #fff;
		}

		body {
			position: fixed;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
		}

	}


	@media 
	(width: 375px) and (max-height: 667px) {

		/* rools for iphone 6/7 */

		html {
			position: fixed;
			background: #fff;
		}

		body {
			position: fixed;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
		}

	}


	@media 
	(width: 414px) and (max-height: 736px) {

		/* rools for iphone 6/7 plus */

		html {
			position: fixed;
			background: #fff;
		}

		body {
			position: fixed;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
		}

	}

}




