body, html {
  font-size: 16px;
  font-family: Verdana, sans-serif;
}

body > * > .row {
  width: 62.5rem;
  padding: 0rem 0.625rem;
  margin: 0 auto;
}
body > header {
  background-color: #363636;
}
body > header > .row {
  position: relative;
  height: 227px;
}
body > header > .row > .logo {
  position: absolute;
  top: 33px;
  left: 20px;
  left: 1.125rem;
}
body > header > .row > .logo a {
  width: 230px;
  height: 41px;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  display: block;
}
body > header > .row .orbit-bullets-container {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
body > header > .row .orbit-bullets-container li {
  cursor: pointer;
}
body > header > .row .orbit-bullets-container li.active {
  background: #1dc796;
}
body > header > .row > nav {
  position: absolute;
  bottom: 0;
}
body > header > .row > nav ul {
  margin: 0;
  margin-bottom: -3px;
  padding: 0;
  list-style: none;
  font-family: "Myriad Pro", sans-serif;
  font-size: 0.9375rem;
}
body > header > .row > nav ul li {
  display: inline-block;
}
body > header > .row > nav ul li a {
  width: 6.4375rem;
  height: 6.4375rem;
  background: #FFF;
  display: block;
  color: #363636;
  text-decoration: none;
  position: relative;
  background-color: #FFF;
}
body > header > .row > nav ul li a.home {
  background-image: url(../img/nav/_0007_home.png);
  background-size: 36px 31px;
}
body > header > .row > nav ul li a.register {
  background-image: url(../img/nav/_0006_register.png);
  background-size: 27px 32px;
}
body > header > .row > nav ul li a.blog {
  background-image: url(../img/_0003_blog.png);
  background-size: 32px 30px;
}
body > header > .row > nav ul li a.program {
  background-image: url(../img/nav/_0005_program.png);
  background-size: 28px 30px;
}
body > header > .row > nav ul li a.contact {
  background-image: url(../img/nav/_0004_contact.png);
  background-size: 31px 26px;
}
body > header > .row > nav ul li a span {
  width: 100%;
  margin: auto;
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 1.0625rem;
}
body > header > .row > nav ul li a.active {
  color: #FFF;
  background-color: #1dc796;
}
body > header > .row > nav ul li a.active.home {
  background-image: url(../img/nav/_0003_home-white.png);
}
body > header > .row > nav ul li a.active.register {
  background-image: url(../img/nav/_0002_register-white.png);
  background-size: 27px 32px;
}
body > header > .row > nav ul li a.active.blog {
  background-image: url(../img/_0002_blog-white.png);
  background-size: 32px 30px;
}
body > header > .row > nav ul li a.active.program {
  background-image: url(../img/nav/_0001_program-white.png);
  background-size: 28px 30px;
}
body > header > .row > nav ul li a.active.contact {
  background-image: url(../img/nav/_0000_contact-white.png);
  background-size: 31px 26px;
}

nav.shops {
  background-color: #f4f4f4;
  color: #bbb;
  height: 60px;
}
nav.shops span {
  width: 40px;
  float: left;
  margin: 20px;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
nav.shops ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 20px;
}
nav.shops ul li {
  display: inline-block;
  margin: 20px 6px;
}

aside.login, aside.loged {
  background-color: #d0d0d0;
  height: 90px;
  border-bottom: 1px solid #e0e0e0;
  color: #363636;
  font-size: 0.875rem;
  font-family: "Myriad Pro", sans-serif;
}
aside.login > .row, aside.loged > .row {
  max-width: 1000px;
}
aside.login form, aside.loged form {
  padding: 27px 20px;
}
aside.login form > span, aside.loged form > span {
  margin-top: 8px;
}
aside.login input, aside.loged input {
  background: #FFF;
  border: 0;
  padding: 5px 10px;
}
aside.login button, aside.loged button {
  border: 0;
  background: #FFF;
  padding: 5px 10px;
}
aside.login form > div, aside.loged form > div {
  display: inline-block;
}
aside.login form > div input, aside.loged form > div input {
  display: block;
}
aside.login form > div .register-string, aside.loged form > div .register-string {
  font-size: 0.75rem;
}
aside.login form > *, aside.loged form > * {
  float: left;
  margin-right: 6px;
}

.icon-nav, body > header > .row > nav ul li a {
  background-repeat: no-repeat;
  background-position: center 45%;
}

article.content {
  color: #363636;
  margin: 35px 0;
  overflow: hidden;
}
article.content .row > div {
  width: 50%;
  float: left;
}
article.content .row > div:first-child {
  padding-right: 40px;
}
article.content .row > div:last-child {
  padding-left: 40px;
}
article.content a {
  color: #1dc796;
  text-decoration: none;
  font-style: italic;
}
article.content a:hover {
  text-decoration: underline;
}
article.content span {
  color: #1dc796;
}
article.content p {
  line-height: 20px;
}
article.content .sportcash {
  background-color: #d0d0d0;
  overflow: hidden;
  position: relative;
}
article.content .sportcash img {
  position: relative;
  z-index: 100;
}
article.content .sportcash span {
  margin-top: 10px;
  color: #363636;
  display: block;
}
article.content .sportcash .number {
  color: #FFF;
  padding: 15px;
  display: table;
  margin: auto;
  margin-top: 10px;
  background-color: #35a388;
}
article.content .sportcash .arrow {
  background-image: url(../img/_0011_arrowpromo.png);
  width: 40px;
  height: 40px;
  display: block;
  background-size: 40px 40px;
  position: absolute;
  top: 58px;
  right: 0;
  z-index: 101;
}
article.content .sportcash > div {
  text-align: center;
  width: 25%;
  float: left;
  padding: 20px 20px;
  position: relative;
}
article.content .sportcash .current span {
  color: #1dc796;
}
article.content .sportcash:before {
  width: 75%;
  height: 6px;
  content: "";
  position: absolute;
  top: 75px;
  left: 120px;
  z-index: 99;
  display: block;
  background-color: #FFF;
}

.colored-box > .item {
  overflow: hidden;
  color: #FFF;
  margin: 2px 0;
  padding: 15px;
}
.colored-box > .item:nth-child(1) {
  background-color: #69dcc0;
}
.colored-box > .item:nth-child(2) {
  background-color: #4dc2a5;
}
.colored-box > .item:nth-child(3) {
  background-color: #35a388;
}
.colored-box > .item > div > * {
  overflow: hidden;
}
.colored-box > .item > div:first-child {
  width: 25%;
  float: left;
}
.colored-box > .item > div:last-child {
  width: 70%;
  float: right;
}
.colored-box > .item > div:last-child span {
  font-size: 1.5rem;
  color: #FFF;
}

.p-with-indent > p {
  text-indent: 15px;
}

.light {
  color: #898989;
}

footer {
  clear: both;
  overflow: hidden;
  background-color: #d0d0d0;
  color: #FFF;
}
footer .column {
  width: 33.3333%;
  float: left;
  margin: 40px 0;
}
footer .column > span {
  margin-bottom: 30px;
  display: block;
}
footer .social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .social ul li {
  display: inline-block;
}
footer .large-image {
  text-align: center;
}
footer form {
  border: 0;
}
footer form input {
  border: 0;
  background-color: #FFF;
  padding: 5px 10px;
}
footer form button {
  border: 0;
  color: #FFF;
  background-color: #898989;
  font-size: 1rem;
  padding: 3px 15px;
}
footer p {
  margin: 5px 0;
  color: #363636;
  line-height: rem-calcI(20);
}
footer p a {
  color: inherit;
  text-decoration: none;
}

footer.last {
  background-color: #898989;
}
footer.last nav {
  padding: 30px 0;
}
footer.last nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer.last nav ul li {
  display: inline-block;
  font-family: "Myriad Pro", sans-serif;
  font-size: 0.875rem;
  color: #363636;
}
footer.last nav ul a {
  color: #363636;
  text-decoration: none;
}
footer.last nav ul a:hover {
  text-decoration: underline;
  color: #FFF;
}

.bottom-gap-small {
  margin-bottom: 20px;
}

.right {
  float: right;
}

.left {
  float: left;
}

.with-separator, .with-separator-gap {
  border-bottom: 1px solid #afafaf;
}

.with-separator-gap {
  padding-bottom: 20px;
}

.program dl.tabs {
  padding: 0;
}
.program dl.tabs dd {
  margin: 0;
  padding: 13px 5px 13px 10px;
  background-color: #363636;
}
.program dl.tabs dd.active a {
  color: #1dc796;
}
.program dl.tabs dd:last-child a {
  border: 0;
}
.program dl.tabs dd a {
  border-right: 1px solid #FFF;
  font-style: normal;
  color: #FFF;
  padding: 2px 10px 2px 0px;
  background-color: #363636;
}
.program li.small {
  font-size: 0.75rem;
}
.program .column {
  width: 50%;
  float: left;
  padding: 0;
}
.program .column:last-child .promo-item {
  margin-left: 10px;
}
.program h3 {
  color: #1dc796;
  font-weight: normal;
  font-size: 1rem;
}
.program .title {
  margin-top: 70px;
}
.program .promo-item {
  border: 1px solid #d0d0d0;
  padding: 15px 35px;
  background-image: url(../img/_0004_dollar.png);
  background-repeat: no-repeat;
  background-size: 60px 133px;
  background-position: 0 20px;
  margin: 5px 0;
  margin-right: 10px;
}
.program .promo-item h4 {
  color: #1dc796;
  font-size: 1rem;
}
.program .promo-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.program .promo-item ul li {
  font-size: 0.75rem;
  margin: 5px 0;
}
.program .promo-item.gold, .program .promo-item.platinum {
  background-color: #35a388;
}
.program .promo-item.gold h4, .program .promo-item.platinum h4 {
  color: #FFF;
}
.program .promo-item.gold h4 > span, .program .promo-item.platinum h4 > span {
  color: inherit;
  font-size: 0.75rem;
  font-weight: normal;
}
.program .promo-item.gold li, .program .promo-item.platinum li {
  color: #FFF;
}
.program .promo-item.gold li > span, .program .promo-item.platinum li > span {
  color: inherit;
}
.program .promo-item.platinum {
  background-color: #555555;
}

footer.with-two-columns .column {
  width: 50%;
}
footer.with-two-columns .column:first-child {
  padding-right: 30px;
}
footer.with-two-columns .column:last-child {
  padding-left: 30px;
}

footer.program p {
  margin-bottom: 25px;
  color: #FFF;
}
footer.program p span {
  color: #35a388;
}
footer.program p:first-child {
  color: #363636;
}

.clear {
  clear: both;
}

#progi .magic-top {
  margin-top: -80px;
  font-size: 0.875rem;
}

#prog {
  font-size: 0.875rem;
}
#prog .promo-item li {
  font-size: 0.875rem !important;
}

.title-inner {
  margin-top: 35px;
}

.blog {
  width: 1000px;
  margin: auto !important;
}

.blog > .row {
  width: 75%;
  float: left;
}

.blog aside.archive {
  width: 20%;
  float: right;
  padding-right: 20px;
  box-sizing: border-box;
}

.blog aside.archive ul {
  list-style: none;
  padding-left: 5px;
}

.blog aside.archive li {
  padding: 10px 0;
  font-size: 13px;
}

.blog .more {
  border: none;
  cursor: pointer;
  margin: auto;
  background: 0;
  display: block;
  text-align: center;
  font-size: 1rem;
  background-image: url("../img/_0000_next.png");
  background-repeat: no-repeat;
  background-position: center 90%;
}
.blog .more span {
  color: #363636;
  padding: 20px;
  padding-bottom: 50px;
  display: block;
}
.blog h2 {
  background-color: #363636;
  padding: 20px;
  font-weight: normal;
  font-size: 1rem;
  color: #FFF;
  margin-bottom: 10px;
  margin-bottom: 40px;
}
.blog .entry {
  width: 100% !important;
  margin: 0;
  padding: 0 !important;
  position: relative;
  margin-bottom: 40px;
}
.blog .entry .data {
  color: #FFF;
  width: 75px;
  height: 75px;
  padding-top: 20px;
  text-align: center;
  float: left;
}
.blog .entry .data > div {
  margin-bottom: 5px;
}
.blog .entry .text {
  float: left;
  width: 90%;
}
.blog .entry .meta {
  overflow: hidden;
}
.blog .entry .title {
  color: #636363;
  float: left;
  margin-left: 15px;
  margin-top: 60px;
}
.blog .entry .column {
  padding: 0;
}
.blog .entry .column {
  width: 100%;
  float: right;
}
.blog .entry .arrow-next {
  position: absolute;
  background-image: url(../img/_0001_arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 42px;
  top: 75%;
  right: 0;
  display: block;
  height: 42px;
}
.blog .entry:nth-child(3n+2) .varcol {
  background-color: #1dc796;
}
.blog .entry:nth-child(3n+3) .varcol {
  background-color: #d0d0d0;
}
.blog .entry:nth-child(3n+1) .varcol {
  background-color: #363636;
}

.register p:first-child {
  margin-top: 0;
}
.register form {
  padding-top: 20px;
  width: 400px;
  margin: auto;
  font-size: 0.75rem;
}
.register form input, .register form textarea, .register form label, .register form select {
  width: 100%;
  font-family: "Myriad Pro", sans-serif;
  font-size: 0.875rem;
}
.register form label {
  margin-top: 30px;
  margin-bottom: 10px;
  display: block;
}
.register form input, .register form textarea, .register form select {
  padding: 8px 10px;
  border: 1px solid #d0d0d0;
  margin: 5px 0;
}
.register form select {
  background-image: url(../img/select.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  padding-right: 20px;
  color: #aaa;
}
.register form .e, .register form input[type="checkbox"] {
  float: left;
  width: auto;
  display: block;
  margin: 0;
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.register form .e {
  float: none;
}
.register form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

.loged select {
  width: 290px;
  color: #aaa;
}
.loged a {
  color: #000;
}
.loged .row > span {
  margin: 20px 0;
  display: block;
}
.loged .upper_menu > a, .loged .row > span > a {
  margin-left: 5px;
  margin-right: 7px;
}
.loged .upper_menu > a:first-child, .loged .row > span > a:first-child {
  margin-left: 0;
}

.pole .col {
  width: 40%;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 20px;
}

.pole .col:last-child {
  float: right;
}

.pole a {
  color: #636363;
  font-size: 13px;
  text-decoration: none;
}

.pole a:hover {
  text-decoration: underline;
}

.pole ul {
  padding-left: 20px;
}

.pole li {
  list-style: square;
  margin-bottom: 10px;
}

