html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

sup {
  vertical-align: super;
  font-size: 80%;
}

sub {
  vertical-align: sub;
  font-size: 80%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-text-size-adjust: none;
}

input[type=text],
input[type=password],
input[type=submit],
input[type=datetime],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  outline: none;
}

body {
  width: 100%;
  min-width: 300px;
  font: 100%/1.30 'Roboto', Arial, Tahoma, Verdana, sans-serif;
  color: #434343;
  font-weight: 300;
  background: #1b1b1b url('img/bg.jpg') no-repeat center top;
}

hr {
  display: none;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

th {
  font-weight: normal;
  text-align: left;
}

address,
cite,
dfn {
  font-style: normal;
}

input,
textarea,
select,
button {
  font: 13px Roboto-Regular, Arial, Tahoma, Verdana, sans-serif;
  color: #333;
}

textarea {
  overflow: auto;
  resize: none;
}

a,
a * {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

img {
  border: 0px;
}

#bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 400px;
}

#bgleft {
  height: 100%;
  margin-right: 500px;
  background: url('img/bgl.png') 100% 0 no-repeat;
}

#bg2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 593px;
}

#bgright {
  height: 100%;
  background: url('img/bgr.png') 100% 0 no-repeat;
  background-position: 500px 0;
}

div.container {
  width: 100%;
}

div.main {
  max-width: 1040px;
  padding: 0;
  margin: 0 auto;
}

div.mainbg {
  float: left;
  width: 100%;
}

div.maincont {
  padding: 0 20px 0 20px;
  position: relative;
}

#header {
  width: 100%;
  float: left;
  min-height: 216px;
}

#header div.logo {
  min-width: 250px;
  max-width: 290px;
  float: left;
  line-height: 21px;
  padding: 70px 0 0 30px;
}

#header div.logo a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 27px;
  letter-spacing: 3px;
}

#header div.logo a strong {
  font-weight: 900;
  color: #ee2e43;
}

#header div.logo span.slogan {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 3px;
  float: left;
  padding: 0px 0 0 0;
  color: #fff;
  opacity: 0.7;
  text-transform: uppercase;
  filter: alpha(opacity=70);
}

#header div.textbanner {
  width: 274px;
  height: 123px;
  float: right;
  background: url('img/top2.png') no-repeat right top;
  padding: 20px 0 0 20px;
  margin: 73px 0 0 0;
}

#header div.textbanner a span.link {
  color: #fff;
  font-size: 31px;
  line-height: 28px;
  width: 294px;
  float: left;
  text-decoration: none;
  font-weight: 900;
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.3);
}

#header div.textbanner a span.button {
  float: left;
  height: 25px;
  background: #1e1e1e;
  background: -moz-linear-gradient(top, #1e1e1e 0%, #373737 15%, #1e1e1e 38%, #1e1e1e 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #1e1e1e), color-stop(15%, #373737), color-stop(38%, #1e1e1e), color-stop(100%, #1e1e1e));
  background: -webkit-linear-gradient(top, #1e1e1e 0%, #373737 15%, #1e1e1e 38%, #1e1e1e 100%);
  background: -o-linear-gradient(top, #1e1e1e 0%, #373737 15%, #1e1e1e 38%, #1e1e1e 100%);
  background: -ms-linear-gradient(top, #1e1e1e 0%, #373737 15%, #1e1e1e 38%, #1e1e1e 100%);
  background: linear-gradient(to bottom, #1e1e1e 0%, #373737 15%, #1e1e1e 38%, #1e1e1e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e1e1e', endColorstr='#1e1e1e', GradientType=0);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 20px 0 20px;
  margin: 17px 0 0 0;
}

#header div.textbanner a:hover span.button {
  color: #ee2e43;
}

div.nav {
  background: #000;
  float: left;
  width: 100%;
}

div.nav div.navcont {
  background: #595959;
  background: -moz-linear-gradient(top, #595959 0%, #2c2c2c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #595959), color-stop(100%, #2c2c2c));
  background: -webkit-linear-gradient(top, #595959 0%, #2c2c2c 100%);
  background: -o-linear-gradient(top, #595959 0%, #2c2c2c 100%);
  background: -ms-linear-gradient(top, #595959 0%, #2c2c2c 100%);
  background: linear-gradient(to bottom, #595959 0%, #2c2c2c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#595959', endColorstr='#2c2c2c', GradientType=0);
  margin: 7px;
  height: 52px;
  padding-top: 1px;
}

div.nav div.navcont #navigation {
  margin: 0px 1px 1px 1px;
  background: #323232;
  background: -moz-linear-gradient(top, #323232 0%, #060606 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #323232), color-stop(100%, #060606));
  background: -webkit-linear-gradient(top, #323232 0%, #060606 100%);
  background: -o-linear-gradient(top, #323232 0%, #060606 100%);
  background: -ms-linear-gradient(top, #323232 0%, #060606 100%);
  background: linear-gradient(to bottom, #323232 0%, #060606 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323232', endColorstr='#060606', GradientType=0);
  height: 51px;
}

#navigation ul {
  overflow: hidden;
  position: relative;
  z-index: 2;
  float: left;
  padding: 0px 0 0 0;
  min-height: 51px;
  width: 100%;
}

#navigation li {
  float: left;
  padding: 0px 0 0 0;
  height: 100%;
  border-right: 1px solid #3f3f3f;
}

#navigation li a {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  float: left;
  padding: 17px 20px 0 20px;
  height: 35px;
}

#navigation li a:hover {
  color: #ee2e43;
  background: #000;
}

.toggle-nav {
  display: none;
}

div.overboxes {
  float: left;
  width: 100%;
  height: 10px;
}

div.overboxes div.shape {
  float: right;
  height: 10px;
  width: 294px;
  background: #c22032;
}

div.boxes {
  float: left;
  width: 100%;
  background-color: rgba(19, 19, 19, 0.72);
}

div.boxes div.box {
  width: 25%;
  float: left;
}

div.boxes div.boxcont {
  padding: 30px 20px 20px 20px;
}

div.boxes div.box div.boxcont2 {
  padding: 0px 10px 0 10px;
}

div.boxes div.box a {
  line-height: 16px;
}

div.boxes div.box a span.text1 {
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  display: block;
  padding: 0px 0 16px 0;
  color: #fff;
}

div.boxes div.box a:hover span.text1 {
  color: #ee2e43;
}

div.boxes div.box a img.logo {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 20px;
}

div.boxes div.box a img.logo {
  transition: all .3s ease-in-out;
}

div.boxes div.box:hover a img.logo {
  transform: scale(1.1);
}

div.boxes div.box span.register {
  display: none;
}

div.boxes div.box a span.text2 {
  color: #dfdfdf;
  font-size: 11px;
  font-weight: 300;
  float: left;
  width: 100%;
  padding: 0 0 16px 0;
}

div.content {
  float: left;
  width: 100%;
  background: #131313;
}

div.contentcont {
  padding: 0px 10px 0 10px;
}

div.column1 {
  width: 28%;
  float: left;
}

div.column1cont {
  padding: 0px 0 0 20px;
}

div.first {
  background: #f94a5f;
  background: -moz-linear-gradient(top, #f94a5f 0%, #be1e30 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f94a5f), color-stop(100%, #be1e30));
  background: -webkit-linear-gradient(top, #f94a5f 0%, #be1e30 100%);
  background: -o-linear-gradient(top, #f94a5f 0%, #be1e30 100%);
  background: -ms-linear-gradient(top, #f94a5f 0%, #be1e30 100%);
  background: linear-gradient(to bottom, #f94a5f 0%, #be1e30 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f94a5f', endColorstr='#be1e30', GradientType=0);
}

div.second {
  background: #222;
}

div.first ul li {
  border-bottom: 1px solid #fb7b8b;
}

div.second ul li {
  border-bottom: 1px solid #383838;
}

div.first ul li a {
  color: #fff;
}

div.second ul li a {
  color: #737373;
}

div.first ul li a:hover {
  color: #fdcfd4;
}

div.second ul li a:hover {
  color: #fff;
}

div.first p {
  border-top: 1px solid #fff;
  color: #fff;
}

div.second p {
  border-top: 1px solid #383838;
  color: #737373;
}

div.first div.padd a {
  color: #fff;
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.3);
}

div.second div.padd a {
  color: #737373;
  text-shadow: #bbb 0 1px 0;
}

div.first div.padd a:hover {
  color: #0f0f0f;
}

div.second div.padd a:hover {
  color: #fff;
}

div.first .title,
div.second .title {
  color: #fff;
}

div.bonusbox {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

div.bonusbox div.padd {
  padding: 20px;
}

div.bonusbox div.padd a {
  text-decoration: none;
}

div.bonusbox div.padd a span.t1 {
  font-size: 60px;
  font-weight: 900;
  line-height: 40px;
}

div.bonusbox div.padd a span.t2 {
  font-size: 21px;
  display: block;
  clear: both;
}

div.bonusbox div.padd a:hover {
  text-shadow: 0px 0 0;
}

div.textbox {
  width: 100%;
  float: left;
  margin: 0px 0 20px 0;
}

div.textbox ul {
  width: 100%;
  margin: 0px 0 0 0;
  float: left;
  list-style: none;
  padding: 0;
}

div.textbox ul li {
  padding: 12px 0 12px 0;
  width: 100%;
  float: left;
}

div.textbox ul li:last-child {
  border: none;
  padding-bottom: 17px;
}

div.textbox ul li.title {
  float: left;
  padding: 20px 0;
}

div.textbox ul li.title div {
  float: left;
  font-size: 18px;
  font-weight: 600;
  margin: 0 20px;
}

div.textbox h2.title {
  padding: 25px 20px 20px 20px;
  margin: none;
  font-size: 18px;
  font-weight: 600;
}

div.textbox h2.title img {
  width: 100%;
  max-width: 220px;
}

div.textbox p {
  padding: 20px;
  font-size: 14px;
  line-height: 22px;
}

div.textbox p a,
div.textbox h2 a {
  color: #fff;
  text-decoration: underline;
}

div.textbox p a:hover,
div.textbox h2 a:hover {
  text-decoration: none;
}

div.textbox a:hover p {
  text-decoration: underline;
}

div.textbox ul li a {
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
  padding: 0 20px 0 20px;
  float: left;
}

div.banner1 {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

div.column2 {
  width: 51%;
  float: left;
}

div.column2cont {
  margin: 0px 0 0 20px;
  float: left;
}

div.banner2 {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  float: left;
}

div.newswide {
  float: left;
  background: #fff;
  padding: 30px;
}

div.news {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 2px solid #151515;
}

div.news div.newscont {
  float: left;
}

div.news div.title {
  width: 100%;
  float: left;
  padding: 0 0 0 0;
}

div.news h1 {
  float: left;
  color: #050408;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  padding: 0;
}

div.news div.text {
  padding: 20px 0 20px 0;
  font-size: 13px;
  line-height: 19px;
  float: left;
  text-align: justify;
}

div.news .text a {
  color: #ee2e43;
  text-decoration: underline;
  font-weight: 500;
}

div.news .text a:hover {
  text-decoration: none;
}

div.news .text h1,
div.news .text h2,
div.news .text h3,
div.news .text h4 {
  display: inline-block;
  margin: 10px 0 10px;
  padding: 0;
}

div.news .text h1 {
  font-weight: 500;
  line-height: 30px;
  font-size: 30px;
}

div.news .text h2 {
  font-weight: 500;
  line-height: 26px;
  font-size: 26px;
}

div.news .text h3 {
  font-weight: 400;
  line-height: 24px;
  font-size: 21px;
}

div.news .text h4 {
  font-weight: 400;
  line-height: 18px;
  font-size: 18px;
}

div.news div.title a {
  float: left;
  color: #232323;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  padding: 0;
}

div.news div.title a:hover {
  color: #ee2e43;
}

div.news div.tags {
  width: 100%;
  float: left;
  font-size: 11px;
  line-height: 19px;
  border-bottom: 1px dashed #bebeb6;
  border-top: 1px dashed #bebeb6;
  text-transform: uppercase;
  padding: 7px 0 7px 0;
  text-align: center;
  margin: 20px 0 0 0;
}

div.news div.tags li {
  float: left;
}

div.news div.tags a {
  color: #3b3b3b;
  text-decoration: none;
  margin: 0px 0 0 12px;
  letter-spacing: 2.5px;
}

div.news div.tags a:hover {
  text-decoration: underline;
}

div.news div.tags span.date {
  font-weight: 700;
  margin-right: 5px;
}

div.news img.l {
  float: left;
  margin: 0 20px 15px 0;
}

div.news img.c {
  margin: 0 auto;
  display: block;
}

div.news img.r {
  float: right;
  margin: 0 0 15px 20px;
}

div.news img.min {
  width: 35%;
}

div.news img.med {
  width: 50%;
}

div.news img.big {
  width: 100%;
}

div.pager {
  float: left;
  width: 100%;
  color: #535353;
  text-decoration: none;
  float: left;
  margin: 0px 0 20px 0;
  font-size: 13px;
}

div.pager div.pagercont {
  padding: 0px 0 0 0;
}

div.pager a {
  background: #f1f1f1;
  color: #535353;
  text-decoration: none;
  float: left;
  margin: 0px 5px 5px 0;
  padding: 7px 9px 7px 9px;
  font-size: 13px;
}

div.pager a.active {
  background: #dddddd;
}

div.pager a:hover {
  background: #dddddd;
}

div.column3 {
  width: 19%;
  float: left;
}

div.column3cont {
  margin: 0px 0 0 20px;
}

div.banner3 {
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
}

div.footer1 {
  background: #1b1b1b;
  float: left;
  width: 100%;
  border-bottom: 1px solid #3c3c3d;
}

div.footer1 span {
  padding: 30px 30px 30px 30px;
  float: left;
  color: #a5a5a5;
  font-size: 12px;
}

div.footer1 strong {
  color: #fff;
}

div.footer2 {
  background: #1b1b1b;
  float: left;
  width: 100%;
}

div.footer2 span {
  padding: 30px 30px 30px 30px;
  float: left;
  color: #5c5b5b;
  font-size: 12px;
}

@media (max-width:1060px) {
  #bg {
    display: none;
  }

  #bg2 {
    display: none;
  }
}

@media (max-width:1040px) {
  div.banner1 {
    display: none;
  }

  div.banner2 {
    display: none;
  }

  div.banner3 {
    display: none;
  }

  div.column3 {
    display: none;
  }

  div.column1 {
    width: 30%
  }

  div.column2 {
    width: 68%;
  }
}

@media (max-width:1030px) {
  #nav {
    width: 100%;
  }
}

@media (max-width:970px) {
  body {
    background: #1b1b1b url('img/bg.jpg') no-repeat right -600px top;
  }
}

@media (max-width:770px) {
  body {
    background: #1b1b1b url('img/bg.jpg') no-repeat right -800px top;
  }
}

@media (max-width:660px) {
  div.bonusbox {
    display: none;
  }

  div.boxes div.box {
    width: 50%;
  }

  body {
    background: #1b1b1b url('img/bg.jpg') no-repeat right -900px top;
  }

  #header {
    min-height: 100px;
  }

  #header div.textbanner {
    display: none;
  }

  #header div.logo {
    padding: 20px 0 0 0;
    min-width: auto;
  }

  #header div.logo a {
    font-size: 22px;
  }

  div.overboxes {
    display: none;
  }

  .toggle-nav {
    width: 42px;
    display: inline;
    height: 42px;
    background: #000 url('img/menu.png') no-repeat center center;
    float: right;
    margin: 30px 20px 0 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  #nav {}

  #nav.visible {
    display: block;
    width: 100%;
    float: left;
    min-height: auto;
    background: #000;
    border: none;
  }

  #nav.visible div.navcont {
    background: none !important;
    max-height: 900px;
  }

  #nav.visible div.navcont div.navigation {
    background: none !important;
  }

  #navigation ul {
    z-index: 99999999;
    margin-top: 0px;
    width: 100%;
    float: left;
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
    height: auto;
    background: #000;
  }

  #navigation li {
    padding: 15px 0 15px 0 !important;
    width: 100%;
    text-align: center;
    border: none;
    border-bottom: 1px solid #323232;
    height: auto;
    float: left;
  }

  #navigation li:last-of-type {
    border: none;
  }

  #navigation li:first-of-type {
    padding: 10px 0 15px 0 !important;
  }

  #navigation li a {
    font-size: 20px;
    width: 100%;
    padding: 0px 0 0 0 !important;
    margin: 0;
    height: auto;
  }

  #navigation li a:hover {
    background: none;
    border: none;
    padding: 0px 0 0 0;
    margin: 0;
    color: #ee2e43;
  }

  #navigation a.button {
    display: none;
  }

  div.boxes div.boxcont {
    padding: 20px 10px 20px 10px;
  }

  div.boxes div.box:nth-child(1) a img.logo,
  div.boxes div.box:nth-child(2) a img.logo {
    margin-bottom: 15px;
  }

  div.column1 {
    width: 100%;
  }

  div.column1cont {
    padding: 0 10px 0 10px;
  }

  div.column2 {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  div.column2cont {
    padding: 0 0 0 0 !important;
    margin: 0 -10px 20px -10px;
  }

  div.newswide {
    padding: 20px;
  }
}

@media (max-width:560px) {
  body {
    background: #1b1b1b url('img/bg.jpg') no-repeat right -960px top;
  }

  div.news div.text {
    text-align: left;
  }
}

@media (max-width:410px) {
  div.news {
    margin-bottom: 20px;
  }

  div.news div.text {
    font-size: 12px;
    line-height: 17px;
    padding: 20px 0 20px 0;
  }

  h1 {
    font-size: 18px !important;
    line-height: 22px !important;
  }

  h2 {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  h3 {
    font-size: 15px !important;
    line-height: 19px !important;
  }

  h4 {
    font-size: 14px !important;
    line-height: 18px !important;
  }

  div.news div.title a {
    font-size: 15px;
    font-weight: 800;
  }

  div.news div.title h1 {
    font-size: 16px;
    font-weight: 800;
  }

  div.links1 div.header {
    font-size: 14px;
  }

  div.links1 ul li a {
    font-size: 12px;
  }

  div.news img.min {
    width: 50%;
  }

  div.news img.med {
    width: 100%;
  }

  div.boxaction span.head {
    font-size: 15px;
  }

  div.boxaction span.text {
    font-size: 11px;
  }

  div.selectbonus div.casinologo {
    width: 100%;
  }

  div.selectbonus div.casinologo img {
    padding: 0;
  }

  div.selectbonus div.clcont2 {
    padding: 20px;
  }

  div.selectbonus div.txt {
    width: 100%;
    padding: 0;
  }

  div.boxes div.box a span.text2 {
    display: none;
  }
}