
/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=85c376246c1834e232e3)
 * Config saved to config.json and https://gist.github.com/85c376246c1834e232e3
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
aside,
details,
footer,
header,
nav,
summary {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
strong {
  font-weight: bold;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
}

* {
  -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;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Verdana;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
p {
  margin: 0 0 10px;
}
.text-center {
  text-align: center;
}
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul {
  margin-bottom: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1090px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-md-4, .col-md-8, .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .col-md-4, .col-md-8, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > tbody > tr > th,
.table > tbody > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.form-group {
  margin-bottom: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active {
  background-image: none;
}
.btn-block {
  display: block;
  width: 100%;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-fixed-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-collapse {
  border-color: #101010;
}
.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.container:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-collapse:after {
  clear: both;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
	outline: none
}

body {
	font-family: Verdana;
	min-height: 100%;
	height: 100%;
	padding: 0 !important;
	min-width: 320px;
	margin-top: 136px
}

::-moz-selection {
	background: #1173c0;
	color: white
}

.table {
	font-size: 16px
}

a {
	color: #661E12;
	font-weight: bold;
}

a:hover {
	color: #D66223;
	text-decoration: underline
}

a.logo {
	text-decoration: none
}

.wrapper {
	margin-bottom: 30px
}

#content {
	margin-bottom: 30px
}

h1 {
	font-size: 1.8em;
	color: black;
	font-weight: bold;
	margin-bottom: 30px;
	text-shadow: -1px 0 1px rgba(0, 0, 0, .75)
}

h2 {
	color: black;
	font-size: 1.5em;
	font-weight: bold;
	text-shadow: -1px 0 1px rgba(0, 0, 0, .75)
}

h3 {
	font-size: 1.2em;
	color: black;
	font-weight: bold;
	margin-bottom: 30px
}

p {
	font-size: 18px;
	color: #525252;
	font-family: Verdana;
	line-height: 1.5em;
	margin-bottom: 20px;
	font-weight: 300
}

ul {
	font-size: 18px;
	line-height: 1.5em;
	list-style-position: inside;
	color: #525252
}

ul ul {
	margin-left: 30px
}

.logo {
	position: relative;
	overflow: hidden;
	max-width: 368px;
	display: block
}

.top-bar {
	background: #000;
	padding: 5px 0 0 0
}



header {
	border-bottom: 1px solid #222
}

header .navbar-inverse {
	border-radius: 0
}

header .navbar {
	margin-bottom: 0
}

header nav .container ul {
	margin-top: 8px
}

header nav .container ul li {
	display: inline-block;
	margin-right: 25px;
	position: relative;
	font-size: 16px
}

header nav .container ul li:last-of-type {
	margin-right: 0
}

header nav .container ul li a {
	line-height: 30px;
	padding: 0
}

header nav .container ul li.active a,
header nav .container ul li a:hover,
header nav .container ul li a:active,
header nav .container ul li a:focus {
	color: #fead23 !important;
	background: transparent !important
}

header .navbar-right {
	float: right !important;
	margin: 0;
	padding-right: 0
}

footer {
	background: #F0C92E;
	color: #525252
}

footer a {
	color: #525252;
	font-weight: normal
}

footer .container .row {
	padding-top: 50px;
	padding-bottom: 20px
}

footer .container .row p {
	margin-bottom: 0
}

.post {
	margin-bottom: 20px;
	margin-top: 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	padding: 19px 19px 23px
}

.you-bl {
	height: 70px
}

@media only screen and (max-width: 768px) {

	h2 {
		font-size: 24px
	}

	footer .container .row {
		padding: 20px 0
	}

	.post {
		border-top: none
	}
}

@media only screen and (max-width: 972px) {
	header .button {
		line-height: 50px
	}
}

@media only screen and (max-width: 492px) {
	header .button {
		line-height: 40px;
		margin-top: 5px
	}

	body {
		margin-top: 120px
	}
}

@media only screen and (max-width: 420px) {

	body {
		margin-top: 110px
	}
}

@media only screen and (max-width: 380px) {
	.container {
		padding-left: 10px;
		padding-right: 10px
	}

	header .button {
		line-height: 35px;
		margin-top: 5px
	}
}

.button {
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	min-width: 96px;
	line-height: 46px;
	padding: 0 10px;
	font-size: 20px;
	color: white;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px #154c86;
	background-color: #f60811;
	background-clip: padding-box;
	border: 1px solid;
	border-color: #1c65b2 #18589c #18589c;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
}

.button:before {
	content: '';
	position: absolute;
	top: -25%;
	bottom: -25%;
	left: -20%;
	right: -20%;
	border-radius: 50%;
	background: transparent;
	-webkit-box-shadow: inset 0 0 38px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 0 38px rgba(255, 255, 255, 0.5)
}

.button:hover {
	background-color: #f49e02;
	color: #fff;
	text-decoration: none
}

.button:focus {
	color: #fff;
	text-decoration: none
}

.button:active {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.9);
	text-shadow: 0 -1px #154c86;
	background: #1f71c8;
	border-color: #113f70 #154c86 #1c65b2;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
	background-image: -webkit-linear-gradient(top, #1a5da5, #3a8be0);
	background-image: -moz-linear-gradient(top, #1a5da5, #3a8be0);
	background-image: -o-linear-gradient(top, #1a5da5, #3a8be0);
	background-image: linear-gradient(to bottom, #1a5da5, #3a8be0)
}

.button:active:before {
	top: -50%;
	bottom: -125%;
	left: -15%;
	right: -15%;
	-webkit-box-shadow: inset 0 0 96px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 96px rgba(0, 0, 0, 0.2)
}

.button-lg {
	font-family: Verdana;
	text-transform: uppercase;
	line-height: 55px;
	padding: 0 20px;
	font-size: 26px;
	height: 55px
}

.play-standart .button {
	font-family: Verdana;
	text-transform: uppercase;
	font-weight: normal
}

.shine {
	position: absolute;
	display: block;
	overflow: hidden;
	margin-left: -24px;
	margin-right: -24px;
	height: 80px;
	background: url('../imgs/button-shine.png') right center no-repeat
}

.top-buttons {
	padding-top: 10px;
	position: relative
}

.foot-menu {
	padding-bottom: 30px;
	overflow: hidden;
	font-size: 13px;
	color: #2c2c2c
}

.close-ad {
	border: 1px solid black;
	padding: 3px 6px;
	font-size: 13px;
	line-height: 13px;
	position: absolute;
	right: 5px;
	top: -25px;
	color: black;
	border-radius: 4px
}

.mm-jackpot-bar {
	display: block;
	font-family: 'Roboto', sans-serif;
	z-index: 9;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 70px;
	background: rgba(91, 94, 104, 1);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.7)
}

.mm-jackpot-bar__listing {
	display: table;
	width: 100%;
	max-width: 768px;
	height: 70px;
	margin: auto;
	padding: 0
}

.mm-jackpot-bar__listing li {
	display: table-cell;
	padding: 0 2px;
	text-align: center;
	vertical-align: middle
}

.mm-jackpot-bar__listing li:nth-of-type(1) {
	max-width: 20%
}

aside.col-md-4 {
	padding-right: 0
}

@media (max-width: 768px) {
	.foot-menu {
		padding-bottom: 55px
	}
}

@media (max-width: 370px) {
	.mm-jackpot-bar .button {
		padding: 5px;
		font-size: 16px;
		word-spacing: 0px;
		line-height: 20px
	}
}

@media screen and (min-width: 768px) {
	.mm-jackpot-bar {
		display: none
	}
}

@media screen and (min-width: 1367px) {
	.mm-jackpot-bar {
		display: none
	}
}

html {
	height: 100%;
	min-height: 100%
}

:focus {
	outline: none !important
}

.wrapper {
	position: relative;
	height: auto;
	min-height: 100%;
	overflow: hidden
}

.aside-list {
	margin: 0;
	padding: 0;
	overflow: hidden
}

.aside-list li {
	list-style: none;
	display: block;
	padding: 20px 15px 20px 20px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff
}

.aside-list li:first-child {
	border-top: none
}

.aside-list li:last-child {
	border-bottom: none
}

.aside-list li:nth-child(2n+2) {
	background-color: #fcfcfc
}

footer {
	width: 100%;
	position: relative;
	z-index: 2
}

.foot-title {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
	line-height: 20px
}

footer p {
	font-size: 14px;
	margin: 0 0 26px;
	padding: 0;
	line-height: 18px
}

.you-bl .social-icon {
	width: 54px;
	height: 54px;
	background: #735a4b;
	border-radius: 30px
}

.you-bl .social-icon:after {
	content: '18+';
	text-decoration: none;
	font-size: 20px;
	text-align: center;
	color: white;
	font-weight: bold;
	position: relative;
	top: 7px
}

.social-icon {
	float: left;
	padding: 5px 10px 0;
	margin-right: 20px
}

.f-menu {
	padding: 0 20px 0 0;
	display: block;
	overflow: hidden
}

.f-menu li {
	font-size: 16px;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	line-height: 39px;
	overflow: hidden
}

.f-menu li a {
	display: block;
	padding: 0 16px;
	text-decoration: none;
	color: #525252
}

.f-menu li a:hover {
	text-decoration: none;
	color: #D66223;
}

.f-menu li a:first-child {
	padding-left: 0
}

ul li {
	font-size: 18px;
    color: #525252;
    font-family: Verdana;
    line-height: 1.5em;
    font-weight: 300;
}

@media screen and (max-width: 979px) {

	header {
		height: auto
	}

	.navbar .nav>li:first-child>a {
		padding-left: 15px
	}

	.navbar .nav>li>a {
		height: auto;
		line-height: 30px;
		padding: 0 0 0 5px
	}
}

@media screen and (max-width: 768px) {

	.f-menu {
		background: none;
		padding: 0
	}

	.f-menu li:first-child a {
		padding-left: 0
	}
}

@media screen and (max-width: 680px) {

	.f-menu li a {
		padding: 0 10px
	}
}

@media screen and (max-width:520px) {

	.table th,
	.table td {
		padding: 2px;
		font-size: 12px
	}
}

			details{
  color: #333;
  font-size: 1.2em;
}

summary {
  list-style: none;
  display: flex;
  justify-content: space-between;  
  transition: height 1s ease;
  cursor: pointer;
      padding: 20px 15px 20px 20px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #fff;
}

summary::-webkit-details-marker {
  display: none;
}

summary:after{
  content: "\002B";
}

.cta-button {
	margin-bottom: 20px;
    font-size: 40px;
    padding: 20px;
    height: auto;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

header,
nav {
	display: block
}

a {
	background-color: transparent
}

strong {
	font-weight: bold
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

img {
	border: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

* {
	-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
}

html {
	font-size: 10px
}

body {
	font-family: Verdana;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	background-color: #ffffff
}

a {
	color: #337ab7;
	text-decoration: none
}

img {
	vertical-align: middle
}

#playContainer {
	overflow: hidden;
	height: 100%;
	padding-top: 130%
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

h1,
h2,
h3 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

h1 {
	font-size: 36px
}

h2 {
	font-size: 30px
}

h3 {
	font-size: 24px
}

p {
	margin: 0 0 10px
}

.text-center {
	text-align: center
}

ul {
	margin-top: 0;
	margin-bottom: 10px
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.sticky {
		position: fixed;
	}

	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1090px
	}
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.col-md-8 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:992px) {
	.col-md-8 {
		float: left
	}

	.col-md-8 {
		width: 66.66666667%
	}
}

table {
	background-color: transparent
}

th {
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.table>tbody>tr>th,
.table>tbody>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #dddddd
}

.table-striped>tbody>tr:nth-child(odd) {
	background-color: #f9f9f9
}

.form-group {
	margin-bottom: 15px
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

@media (min-width:768px) {
	.navbar {
		border-radius: 4px
	}
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 15px;
	padding-left: 15px;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch
}

@media (min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.navbar-fixed-top .navbar-collapse {
		padding-left: 0;
		padding-right: 0
	}
}

.navbar-fixed-top .navbar-collapse {
	max-height: 340px
}

@media (max-width:480px) and (orientation:landscape) {
	.navbar-fixed-top .navbar-collapse {
		max-height: 200px
	}
}

.container>.navbar-collapse {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {
	.container>.navbar-collapse {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media (min-width:768px) {
	.navbar-fixed-top {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-nav {
	margin: 7.5px -15px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media (min-width:768px) {
	#playContainer {
		overflow: hidden;
		height: 100%;
		padding-top: 56.25%
	}

	.navbar-nav {
		float: left;
		margin: 0
	}

	.navbar-nav>li {
		float: left
	}

	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

@media (min-width:768px) {
	.navbar-right {
		float: right !important;
		margin-right: -15px
	}
}

.navbar-inverse {
	background-color: #222222;
	border-color: #080808
}

.navbar-inverse .navbar-nav>li>a {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>.active>a {
	color: #ffffff;
	background-color: #080808
}

.navbar-inverse .navbar-collapse {
	border-color: #101010
}

.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-collapse:before,
.navbar-collapse:after {
	content: " ";
	display: table
}

.container:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-collapse:after {
	clear: both
}

@-ms-viewport {
	width: device-width
}

.visible-xs {
	display: none !important
}

@media (max-width:767px) {
	.visible-xs {
		display: block !important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
	outline: none
}

body {
	font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
	min-height: 100%;
	height: 100%;
	padding: 0 !important;
	min-width: 320px;
	margin-top: 136px
}

.table {
	font-size: 16px
}

a {
	color: #661E12;
	font-weight: bold
}

a.logo {
	text-decoration: none
}

.wrapper {
	margin-bottom: 30px
}

#content {
	margin-bottom: 30px
}

h1 {
	font-size: 1.8em;
	color: black;
	font-weight: bold;
	margin-bottom: 30px;
	text-shadow: -1px 0 1px rgba(0, 0, 0, .75)
}

h2 {
	color: black;
	font-size: 1.5em;
	font-weight: bold;
	text-shadow: -1px 0 1px rgba(0, 0, 0, .75)
}

h3 {
	font-size: 1.2em;
	color: black;
	font-weight: bold;
	margin-bottom: 30px
}

p {
	font-size: 18px;
	color: #525252;
	font-family: Verdana;
	line-height: 1.5em;
	margin-bottom: 20px;
	font-weight: 300
}

ul {
	font-size: 18px;
	line-height: 1.5em;
	list-style-position: inside;
	color: #525252
}

.logo {
	position: relative;
	overflow: hidden;
	max-width: 368px;
	display: block
}

.top-bar {
	background: #000;
	padding: 5px 0 0 0
}

@media (max-width:768px) {
	.top-bar .navbar-right {
		float: right;
		margin: 0;
		padding: 0
	}

	.top-bar .form-group {
		float: left;
		margin-left: 10px
	}
}

header {
	border-bottom: 1px solid #222
}

header .navbar-inverse {
	border-radius: 0
}

header .navbar {
	margin-bottom: 0
}

header nav .container ul {
	margin-top: 8px
}

header nav .container ul li {
	display: inline-block;
	margin-right: 25px;
	position: relative;
	font-size: 16px
}

header nav .container ul li:last-of-type {
	margin-right: 0
}

header nav .container ul li a {
	line-height: 30px;
	padding: 0
}

header nav .container ul li.active a {
	color: #fead23 !important;
	background: transparent !important
}

header .navbar-right {
	float: right !important;
	margin: 0;
	padding-right: 0
}

.post {
	margin-bottom: 20px;
	margin-top: 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	padding: 19px 19px 23px
}

@media only screen and (max-width:768px) {
	h2 {
		font-size: 24px
	}

	.post {
		border-top: none
	}
}

@media only screen and (max-width:972px) {
	header .button {
		line-height: 50px
	}
}

@media only screen and (max-width:492px) {
	header .button {
		line-height: 40px;
		margin-top: 5px
	}

	body {
		margin-top: 120px
	}
}

@media only screen and (max-width:420px) {
	body {
		margin-top: 110px
	}
}

@media only screen and (max-width:380px) {
	.container {
		padding-left: 10px;
		padding-right: 10px
	}

	header .button {
		line-height: 35px;
		margin-top: 5px
	}
}

.button {
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	min-width: 96px;
	line-height: 46px;
	padding: 0 10px;
	font-size: 20px;
	color: white;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px #154c86;
	background-color: #f60811;
	background-clip: padding-box;
	border: 1px solid;
	border-color: #f49e02;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2);
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.12) 51%, rgba(0, 0, 0, 0.04));
}

.button:before {
	content: '';
	position: absolute;
	top: -25%;
	bottom: -25%;
	left: -20%;
	right: -20%;
	border-radius: 50%;
	background: transparent;
	-webkit-box-shadow: inset 0 0 38px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 0 38px rgba(255, 255, 255, 0.5)
}

.button-green {
	text-shadow: 0 1px #0d4d09;
	background-color: #A76911;
	border-color: #147b0e #11640b #11640b
}

.button-lg {
	font-family: Verdana;
	text-transform: uppercase;
	line-height: 55px;
	padding: 0 20px;
	font-size: 26px;
	height: 55px
}

.play-standart .button {
	font-family: Verdana;
	text-transform: uppercase;
	font-weight: normal
}

.shine {
	position: absolute;
	display: block;
	overflow: hidden;
	margin-left: -24px;
	margin-right: -24px;
	height: 80px;
	background: url('../imgs/button-shine.webp') right center no-repeat
}

.top-buttons {
	padding-top: 10px;
	position: relative
}

html {
	height: 100%;
	min-height: 100%
}

:focus {
	outline: none !important
}

.wrapper {
	position: relative;
	height: auto;
	min-height: 100%;
	overflow: hidden
}

ul li {
	font-size: 18px;
	color: #525252;
	font-family: Verdana;
	line-height: 1.5em;
	font-weight: 300
}

@media screen and (max-width:979px) {
	header {
		height: auto
	}

	.navbar .nav>li:first-child>a {
		padding-left: 15px
	}

	.navbar .nav>li>a {
		height: auto;
		line-height: 30px;
		padding: 0 0 0 5px
	}
}

@media screen and (max-width:520px) {

	.table th,
	.table td {
		padding: 2px;
		font-size: 12px
	}
}

.cta-button {
	margin-bottom: 20px;
	font-size: 40px;
	padding: 20px;
	height: auto
}

.iframe {
	z-index: 9;
	border: 3px solid #ccc;
	width: 100%;
	max-width: 100%;
	position: relative
}

.iframe img {
	object-fit: cover;
	z-index: 0;
	max-width: 100%;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute
}

.prev {
	background-color: #000
}

.prev img {
	opacity: .3
}

@media (max-width:991px) {
	.cta-button {
		width: 95% !important;
		font-size: 30px !important;
		padding: 10px !important;
		line-height: normal !important;
	}
}


.pros-cons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
  }

  .pros, .cons {
    flex: 1;
    min-width: 250px;
    background-color: #f8f8f8;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }

  .pros h3, .cons h3 {
    margin-top: 0;
    font-size: 18px;
    color: #333;
  }

  .pros ul, .cons ul {
    list-style: none;
    padding-left: 0;
    margin: 10px 0 0 0;
  }

  .pros ul li::before {
    content: "✅";
    margin-right: 8px;
  }

  .cons ul li::before {
    content: "❌";
    margin-right: 8px;
  }

  @media (max-width: 768px) {
    .pros-cons {
      flex-direction: column;
    }
  }
  
  
  details[open] div {
    padding: .5em 1em;
}


@media (max-width: 768px) {
	.logo {
		width:100%;
		max-width:100%;
	}
	.logo img {
		margin: 0 auto;
	}
	.top-bar .navbar-right {
		float: right;
		margin: 0;
		padding: 0
	}

	.top-bar .form-group {
		float: left;
		margin-left: 10px
	}
}


.iframe iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
}

figure {
	text-align: center;
    padding: 20px 0;
}
