body,
html {
  font-family: Arial, Helvetica;
  color: #ffffcf;
}
@font-face {
  font-family: "TextCompPro";
  src: url("../fonts/PFDinTextCompPro-Regular.eot?") format("eot"), url("../fonts/PFDinTextCompPro-Regular.woff") format("woff"), url("../fonts/PFDinTextCompPro-Regular.TTF") format("truetype");
}
body {
  background: url(../img/body.jpg) no-repeat center top #000;
  margin: 0;
}
.radius-micro {
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.radius-medium {
  -webkit-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
}
.radius-large {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
.red-button {
  height: 40px;
  background: #a20400;
  background: -moz-linear-gradient(top,#a20400 0%,#cb0605 60%,#fa3030 100%);
  background: -webkit-linear-gradient(top,#a20400 0%,#cb0605 60%,#fa3030 100%);
  background: linear-gradient(to bottom,#a20400 0%,#cb0605 60%,#fa3030 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a20400', endColorstr='#fa3030',GradientType=0 );
  display: block;
  color: #fff;
  margin: 9px auto 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
img.alignleft {
  float: left;
}
img.alignright {
  float: right;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a {
  text-decoration: underline;
  color: #2d84f3;
}
a:hover {
  text-decoration: none;
}
.text-top a:visited,
.text-bottom a:visited,
.category-top a:visited {
  color: #0959BF;
}
.cleaner {
  clear: both;
}
header {
  width: 1000px;
  height: auto;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 2px;
}
header .header_left {
  position: relative;
  overflow: hidden;
  padding: 12px 0 30px;
  float: left;
}
header .header_left a.logo {
  margin-left: 85px;
}
header .header_left .links {
  background-color: rgba(0,0,0,0.65);
  border: 2px solid #eccb3c;
  padding: 20px 0 10px;
  margin-top: 15px;
  overflow: hidden;
  width: 336px;
  border-radius: 7px;
}
header .header_left .links a.form {
  text-decoration: none;
  font-size: 12px;
  padding-bottom: 6px;
  overflow: hidden;
  display: block;
}
header .header_left .links a.form span {
  display: block;
  margin-bottom: 8px;
}
header .header_left .links a.form .enter-button {
  background: #358e02;
  background: -moz-linear-gradient(top,#358e02 0%,#0a2200 100%);
  background: -webkit-linear-gradient(top,#358e02 0%,#0a2200 100%);
  background: linear-gradient(to bottom,#358e02 0%,#0a2200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#358e02', endColorstr='#0a2200',GradientType=0 );
  border: 1px solid;
  border-color: #198401;
  width: 112px;
  float: left;
  margin-left: 14px;
  margin-right: 14px;
}
header .header_left .links a.form .enter-button:hover {
  background: #44ba00;
  background: -moz-linear-gradient(top,#44ba00 0%,#164f00 100%);
  background: -webkit-linear-gradient(top,#44ba00 0%,#164f00 100%);
  background: linear-gradient(to bottom,#44ba00 0%,#164f00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44ba00', endColorstr='#164f00',GradientType=0 );
  border-color: #209e01;
}
header .header_left .links a.form .registration {
  background: #cc0000;
  background: -moz-linear-gradient(top,#cc0000 0%,#660000 100%);
  background: -webkit-linear-gradient(top,#cc0000 0%,#660000 100%);
  background: linear-gradient(to bottom,#cc0000 0%,#660000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#660000',GradientType=0 );
  margin-bottom: 10px;
  border: 1px solid;
  border-color: #b62613;
  float: left;
  width: 176px;
}
header .header_left .links a.form .registration:hover {
  background: #ff0a0a;
  background: -moz-linear-gradient(top,#ff0a0a 0%,#980000 100%);
  background: -webkit-linear-gradient(top,#ff0a0a 0%,#980000 100%);
  background: linear-gradient(to bottom,#ff0a0a 0%,#980000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0a0a', endColorstr='#980000',GradientType=0 );
  border-color: #ca2714;
}
header .header_left .links a {
  font-size: 14px;
}
header .header_left .links .registration,
header .header_left .links .enter-button {
  text-transform: uppercase;
  color: #fff;
  border: none;
  padding: 7px 0;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.75);
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
header .header_left .links span.container {
  display: block;
  margin: 6px 0;
  clear: both;
  padding-left: 34px;
  border-top: 2px solid #eccb3c;
  padding-top: 20px;
}
header .header_left .links span.container a {
  background-image: url(../js/share42/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: bottom;
  width: 32px;
  height: 32px;
  margin: 0 11px 6px 0;
  padding: 0;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header_left .links span.container a:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
header .header_left .links .logo {
  padding-left: 130px;
  float: left;
}
header .header_right {
  position: relative;
  float: right;
  width: 590px;
}
header .header_right .bx-wrapper {
  border: 2px solid #000;
  -webkit-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
}
header .header_right ul {
  margin: 0;
  padding: 0;
}
header .header_right nav {
  background: #727272;
  background: -moz-linear-gradient(top,#727272 0%,#232323 51%,#000000 100%);
  background: -webkit-linear-gradient(top,#727272 0%,#232323 51%,#000000 100%);
  background: linear-gradient(to bottom,#727272 0%,#232323 51%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#727272',endColorstr='#000000',GradientType=0);
  text-align: center;
  border: 2px solid #000;
  margin: 25px 0;
  box-shadow: 0 1px 4px #000;
  -webkit-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
}
header .header_right nav a {
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
  padding: 16px 24px 14px;
  font-size: 18px;
  border-left: 1px solid #000;
  text-transform: uppercase;
  font-family: 'TextCompPro';
}
header .header_right nav a:first-child {
  border-left: none;
}
header .header_right nav a:hover {
  background: #484747;
  background: -moz-linear-gradient(top,#484747 0%,#624026 50%,#593316 51%,#a7602a 100%);
  background: -webkit-linear-gradient(top,#484747 0%,#624026 50%,#593316 51%,#a7602a 100%);
  background: linear-gradient(to bottom,#484747 0%,#624026 50%,#593316 51%,#a7602a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484747', endColorstr='#a7602a',GradientType=0 );
}
.main {
  height: auto;
  margin: 0;
  padding: 20px 0;
}
.sidebar {
  width: 225px;
  float: left;
  vertical-align: top;
}
.sidebar .sb_block .sidebar_title {
  font-size: 14px;
  padding: 12px 0 12px;
  margin-bottom: 2px;
  color: #fbfbfb;
  border-top: 1px solid #fde080;
  border-bottom: 1px solid #fde080;
  text-transform: uppercase;
}
.sidebar .clubs {
  margin-top: 30px;
}
.sidebar .clubs .sidebar_title {
  margin-bottom: 20px;
}
.sidebar .clubs .club {
  display: block;
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: 10px;
}
.sidebar .clubs .club-1 {
  background-image: url(../img/club-1.png);
  height: 40px;
}
.sidebar .clubs .club-2 {
  background-image: url(../img/club-2.png);
  height: 44px;
}
.sidebar .clubs .club-3 {
  background-image: url(../img/club-3.png);
  height: 31px;
}
.sidebar .clubs .club-4 {
  background-image: url(../img/club-4.png);
  height: 50px;
}
.sidebar .clubs .club:hover {
  background-position: center bottom;
}
.sb_block.winners_block {
  margin-top: 20px;
}
.sb_winners_slider {
  padding: 0;
  margin: 0;
}
.sb_winners_slider li {
  overflow: hidden;
  list-style: none;
  margin-bottom: 2px;
  position: relative;
}
.sb_winners_slider li .sb_winners_block_info {
  padding: 10px 15px;
  overflow: hidden;
}
.sb_winners_slider li .sb_winners_block_info a .sb_winner_name {
  font-size: 12px;
  color: #fff;
  float: left;
}
.sb_winners_slider li .sb_winners_block_info a .sb_winner_summ {
  font-size: 12px;
  color: #ed8623;
  float: right;
  padding-right: 5px;
}
.sb_winners_slider li:after {
  background: -moz-linear-gradient(left,rgba(42,43,43,0) 0%,#2a2b2b 53%,rgba(42,43,43,0) 100%);
  background: -webkit-linear-gradient(left,rgba(42,43,43,0) 0%,#2a2b2b 53%,rgba(42,43,43,0) 100%);
  background: linear-gradient(to right,rgba(42,43,43,0) 0%,#2a2b2b 53%,rgba(42,43,43,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a2b2b', endColorstr='#002a2b2b',GradientType=1 );
  content: '';
  height: 1px;
  width: 100%;
  bottom: 0px;
  left: 0;
  position: absolute;
}
.bx-controls.bx-has-pager.bx-has-controls-direction {
  display: none;
}
.game-slots {
  margin-top: 20px;
}
.popular_list {
  padding: 0;
  margin: 0;
  width: 200px;
}
.popular_list li {
  list-style-type: none;
  margin-bottom: 2px;
  overflow: hidden;
  position: relative;
  padding: 10px 0 10px;
  border-bottom: 1px solid #353531;
}
.popular_list li a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
.popular_list li a .img img {
  width: 72px;
  height: auto;
  float: left;
  padding-right: 10px;
}
.popular_list li .post-ratings {
  position: absolute;
  right: 0;
  bottom: 5px;
  text-align: right;
}
.text-top,
.text-bottom,
.category-top {
  font: normal 14px Arial, Helvetica;
  line-height: 1.3em;
  margin: 0 0 20px 0;
  text-align: justify;
}
h1,
h2,
h3 {
  font-weight: normal;
  text-transform: uppercase;
}
h1 {
  font-size: 24px;
  line-height: 1.3em;
  margin: 20px 0;
  text-align: center;
}
h2 {
  font-size: 20px;
  line-height: 1.3em;
  margin: 15px 0;
}
h3 {
  fontt-size: 18px;
  line-height: 1.3em;
  margin: 10px 0;
}
p {
  margin: 0 0 15px 0;
}
.wrapp {
  background-color: #020702;
  border: 2px solid #eccb3c;
  width: 1000px;
  height: auto;
  margin: 0 auto;
}
.wrapp .content_wrapper {
  padding: 0 20px 0 20px;
}
.wrapp .slider-button-border.ls-preloaded {
  padding: 2px;
  border: 1px solid #81080f;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.wrapp .slider-button {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.41);
  font-size: 27px;
  background: #ff3e3e;
  background: -moz-linear-gradient(top,#ff3e3e 0%,#fa0000 38%,#b80000 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff3e3e),color-stop(38%,#fa0000),color-stop(100%,#b80000));
  background: -webkit-linear-gradient(top,#ff3e3e 0%,#fa0000 38%,#b80000 100%);
  background: -o-linear-gradient(top,#ff3e3e 0%,#fa0000 38%,#b80000 100%);
  background: -ms-linear-gradient(top,#ff3e3e 0%,#fa0000 38%,#b80000 100%);
  background: linear-gradient(to bottom,#ff3e3e 0%,#fa0000 38%,#b80000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3e3e', endColorstr='#b80000',GradientType=0 );
  padding: 9px 60px;
  border-right: 1px solid #9C1919;
  border-bottom: 1px solid #270000;
  border-top: 1px solid #ff8686;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  margin: 0;
}
.wrapp .slider-button:hover {
  background: #ff6666;
  background: -moz-linear-gradient(top,#ff6666 0%,#ff0000 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff6666),color-stop(100%,#ff0000));
  background: -webkit-linear-gradient(top,#ff6666 0%,#ff0000 100%);
  background: -o-linear-gradient(top,#ff6666 0%,#ff0000 100%);
  background: -ms-linear-gradient(top,#ff6666 0%,#ff0000 100%);
  background: linear-gradient(to bottom,#ff6666 0%,#ff0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6666', endColorstr='#ff0000',GradientType=0 );
}
.slots-wrapper {
  margin-bottom: 20px;
  padding-top: 7px;
}
.slots-wrapper .line .slot-block {
  text-align: center;
  float: left;
}
.slots-wrapper .line .slot-block a {
  padding: 10px 24px 10px 23px;
  display: block;
  text-decoration: none;
  color: #adadad;
  border-bottom: 1px solid transparent;
}
.slots-wrapper .line .slot-block a .image-border {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #eccb3c;
  z-index: 100;
  width: 190px;
  line-height: 0;
  display: block;
}
.slots-wrapper .line .slot-block a .image-border img {
  width: 190px;
  height: 123px;
}
.slots-wrapper .line .slot-block a .image-border span.button {
  height: 40px;
  background: #a20400;
  background: -moz-linear-gradient(top,#a20400 0%,#cb0605 60%,#fa3030 100%);
  background: -webkit-linear-gradient(top,#a20400 0%,#cb0605 60%,#fa3030 100%);
  background: linear-gradient(to bottom,#a20400 0%,#cb0605 60%,#fa3030 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a20400', endColorstr='#fa3030',GradientType=0 );
  display: block;
  color: #fff;
  margin: 9px auto 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  width: 125px;
  left: 50%;
  margin-left: -63px;
  z-index: 100;
  text-shadow: 0 1px 1px rgba(0,0,0,0.7);
  color: #fffcbe;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.slots-wrapper .line .slot-block a .image-border span.button span {
  padding-top: 13px;
}
.slots-wrapper .line .slot-block a .image-border span.button:hover {
  background: #a04543;
  background: -moz-linear-gradient(top,#a04543 0%,#d33b3b 60%,#f94343 100%);
  background: -webkit-linear-gradient(top,#a04543 0%,#d33b3b 60%,#f94343 100%);
  background: linear-gradient(to bottom,#a04543 0%,#d33b3b 60%,#f94343 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a04543',endColorstr='#f94343',GradientType=0);
}
.slots-wrapper .line .slot-block a .image-border span {
  font: normal 16px Arial, Helvetica;
  display: block;
  text-align: center;
  line-height: 0;
}
.slots-wrapper .line .slot-block a .image-border span.play {
  line-height: 16px;
}
.slots-wrapper .line .slot-block a .image-border span.bg-hover {
  background-color: rgba(0,0,0,0.4);
  width: 190px;
  height: 123px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slots-wrapper .line .slot-block a .short_name {
  display: block;
  font-size: 14px;
  margin-top: 7px;
}
.slots-wrapper .line .slot-block.last a {
  padding-right: 0;
}
.slots-wrapper .line .slot-block:hover .image-border {
  box-shadow: 0 0 8px 0 #ebe48d;
}
.slots-wrapper .line .slot-block:hover .image-border .button {
  margin-top: -78px !important;
}
.slots-wrapper .line .slot-block:hover .image-border span.bg-hover {
  opacity: 1;
}
.slots-wrapper .navi {
  font-size: 13px;
}
.slots-wrapper .navi .wp-pagenavi {
  padding: 10px 7px;
  text-align: center;
}
.slots-wrapper .navi .wp-pagenavi .pages {
  color: #666;
  font-size: 13px;
  margin-right: 10px;
}
.slots-wrapper .navi .wp-pagenavi span.extend {
  margin: 0 10px;
  border: none;
}
.slots-wrapper .navi .wp-pagenavi a.page {
  background-color: #171717;
  text-decoration: none;
  display: inline-block;
  width: 28px;
  text-align: center;
  padding: 7px 0;
  border: 1px solid #3C3C3C;
  margin: 0 5px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  color: #fffcbe;
}
.slots-wrapper .navi .wp-pagenavi a.page:hover {
  background: #000000;
}
.slots-wrapper .navi .wp-pagenavi span.current {
  background-color: #000000;
  width: 26px;
  text-align: center;
  padding: 7px 1px 7px;
  margin: 0 5px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  display: inline-block;
  border: 1px solid #3C3C3C;
  color: #fff;
}
.slots-wrapper .nextpostslink,
.slots-wrapper .previouspostslink {
  text-decoration: none;
  margin: 0 5px;
  color: #fff;
}
a.first,
a.last {
  background-color: #171717;
  text-align: center;
  padding: 7px 10px;
  border: 1px solid #3C3C3C;
  border-radius: 4px;
  text-decoration: none;
  font-size: 13px;
  color: #fff;
}
a.first:hover,
a.last:hover {
  background: #000000;
}
.slots-wrapper.single-bottom .line .slot-block a {
  padding: 10px 20px 10px 25px;
}
.slots-wrapper.single-bottom .slot-block:last-child a {
  padding-right: 0;
}
.single-bottom_title {
  font-size: 20px;
  margin-bottom: 10px;
  margin-left: 22px;
  margin-top: 40px;
  text-transform: uppercase;
}
.category-top {
  margin: 0 0 20px 0;
}
.category-top .text {
  font-size: 14px;
  padding-top: 5px;
}
.breadcrumbs {
  margin-bottom: 20px;
  font-size: 14px;
  color: #2d84f3;
  text-transform: uppercase;
}
footer {
  padding: 0;
  margin: 0 auto;
  width: 1000px;
}
footer .footer-top {
  padding: 15px 0;
}
footer ul#menu-footer {
  background: #727272;
  background: -moz-linear-gradient(top,#727272 0%,#232323 41%,#000000 100%);
  background: -webkit-linear-gradient(top,#727272 0%,#232323 41%,#000000 100%);
  background: linear-gradient(to bottom,#727272 0%,#232323 41%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#727272',endColorstr='#000000',GradientType=0);
  margin: 10px 0 24px;
  text-align: center;
  padding: 15px 0;
  border: 2px solid #eccb3c;
  -webkit-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
}
footer ul#menu-footer li {
  padding: 0 35px;
  list-style-type: none;
  display: inline-block;
}
footer ul#menu-footer li a {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  font-family: 'TextCompPro';
}
footer ul#menu-footer li a:hover {
  color: #eccb3c;
}
footer .text {
  font-size: 12px;
  text-align: center;
  color: #7b7979;
  line-height: 1.9em;
}
footer .pay_img {
  text-align: center;
}
.slot-place {
  height: auto;
  margin-bottom: 30px;
  margin: 0 auto;
}
.slot-place h1 {
  color: #fff;
}
.slot-place iframe {
  width: 100%;
  height: 720px;
  border: none;
}
.slot-place a.single-button {
  background: #a1100c;
  background: -moz-linear-gradient(top,#a1100c 0%,#d91a07 100%);
  background: -webkit-linear-gradient(top,#a1100c 0%,#d91a07 100%);
  background: linear-gradient(to bottom,#a1100c 0%,#d91a07 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1100c', endColorstr='#d91a07',GradientType=0 );
  display: block;
  font-size: 40px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 18px 0 17px;
  margin: 25px auto;
  -webkit-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
}
.slot-place a:hover {
  background: #d0120f;
  background: -moz-linear-gradient(top,#d0120f 0%,#de4b3f 100%);
  background: -webkit-linear-gradient(top,#d0120f 0%,#de4b3f 100%);
  background: linear-gradient(to bottom,#d0120f 0%,#de4b3f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0120f', endColorstr='#de4b3f',GradientType=0 );
}
.pgntn-page-pagination .current {
  width: 8px;
  height: 15px !important;
  font: normal 12px Arial, Helvetica;
  line-height: 15px;
}
.pgntn-page-pagination a {
  width: auto;
  height: 15px !important;
  font: normal 12px Arial, Helvetica;
  line-height: 15px;
}
.error-404 {
  font: normal 14px Arial, Helvetica;
  line-height: 1.3em;
  overflow: hidden;
  padding-bottom: 50px;
}
.error-404 h1 {
  font-size: 220px;
  float: left;
  line-height: 220px;
  margin-top: 0;
  color: #2d84f3;
}
.error-404 .image-404 {
  float: left;
  padding: 20px 0 0 98px;
}
.error-404 .page404_right {
  width: 514px;
  float: right;
  padding-top: 15px;
}
