html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

#header-tabs {
  display: flex;
  align-items: center;
  position: absolute;
  right: 10%;
  bottom: 15px;
}

@media screen and (max-width: 768px) {
  #header-tabs {
    right: 15%;
    bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  #header-tabs {
    right: 0%;
    bottom: 5px;
  }
}

.vertical-line {
  height: 40px;
  width: 1px;
  background-color: #ebd1139a;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .vertical-line {
    height: 30px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 480px) {
  .vertical-line {
    height: 25px;
    margin-right: 8px;
  }
}

.tab-links a {
  color: #ebd1139a;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  transition: color 0.3s ease;
}

@media screen and (max-width: 768px) {
  .tab-links a {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .tab-links a {
    font-size: 11px;
  }
}

.tab-links a:hover {
  color: #000000;
}

.flag {
  position: absolute;
  left: 100%;
  top: 75px; 
  width: 70px;
  height: 70px;
}

.flag img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .flag {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 480px) {
  .flag {
    width: 50px;
    height: 50px;
    left: auto;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
  }
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}
/* RESPONSIVE GRID SYSTEM =============================================================================  */

/*  IMPORT FONTS  ============================================================================= */

/* Fuentes web reemplazadas por fuentes del sistema */
@font-face {
  font-family: "LeagueGothicRegular";
  font-weight: normal;
  font-style: normal;
  /* Fuente fallback */
  src: local('Arial');
}

@font-face {
  font-family: "MuseoSlab500";
  font-weight: normal;
  font-style: normal;
  /* Fuente fallback */
  src: local('Georgia');
}

@font-face {
  font-family: "MuseoSlab300";
  font-weight: normal;
  font-style: normal;
  /* Fuente fallback */
  src: local('Georgia');
}

@font-face {
  font-family: "MuseoSlab100";
  font-weight: normal;
  font-style: normal;
  /* Fuente fallback */
  src: local('Georgia');
}

@font-face {
  font-family: "GoudyBookletter1911Regular";
  font-weight: normal;
  font-style: normal;
  /* Fuente fallback */
  src: local('Times New Roman');
}

@font-face {
  font-family: "HandSean";
  font-weight: normal;
  font-style: normal;
  /* Fuente fallback */
  src: local('Comic Sans MS');
}

/* BASIC PAGE SETUP ============================================================================= */

body {
  margin: 0 auto;
  padding: 0;
  font: 100%/1.4 "lucida sans unicode", "lucida grande", "Trebuchet MS", verdana,
    arial, helvetica, helve, sans-serif;
  color: #000;
  text-align: center;
  background: #fff;
}

button,
input,
select,
textarea {
  font-family: "lucida sans unicode", "lucida grande", "Trebuchet MS", verdana,
    arial, helvetica, helve, sans-serif;
  color: #333;
}

/*  HEADINGS  ============================================================================= */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: MuseoSlab300, "lucida sans unicode", "lucida grande",
    "Trebuchet MS", verdana, arial, helvetica, helve, sans-serif;
  font-weight: normal;
  margin-top: 10px;
  letter-spacing: -1px;
}

h1 {
  font-family: LeagueGothicRegular, "lucida sans unicode", "lucida grande",
    "Trebuchet MS", verdana, arial, helvetica, helve, sans-serif;
  color: #000;
  margin-bottom: 0.2em;
  font-size: 6em; /* 96 / 16 */
  line-height: 1.4;
}

#banner-img {
  width: 230px;
  height: 100px;
}

h2 {
  color: #222;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  font-size: 2.75em; /* 40 / 16 */
  line-height: 1.2;
}

h3 {
  color: #333;
  margin-bottom: 0.3em;
  letter-spacing: -1px;
  font-size: 1.75em; /* 28 / 16 */
  line-height: 1.3;
}

h4 {
  color: #444;
  margin-bottom: 0.5em;
  font-size: 1.5em; /* 24 / 16  */
  line-height: 1.25;
}

footer h4 {
  color: #ccc;
}

h5 {
  color: #555;
  margin-bottom: 1.25em;
  font-size: 1em; /* 20 / 16 */
}

h6 {
  color: #666;
  font-size: 1em; /* 16 / 16  */
}

/*  TYPOGRAPHY  ============================================================================= */

p,
ol,
ul,
dl,
address {
  font-size: 1em; /* 16 / 16 = 1 */
}

p {
  hyphens: auto;
}

p.introtext {
  font-family: MuseoSlab100, "lucida sans unicode", "lucida grande",
    "Trebuchet MS", verdana, arial, helvetica, helve, sans-serif;
  font-size: 2.5em; /* 40 / 16 */
  color: #333;
  line-height: 1.4em;
  letter-spacing: -1px;
  margin-bottom: 0.5em;
}

p.handwritten {
  font-family: HandSean, "lucida sans unicode", "lucida grande", "Trebuchet MS",
    verdana, arial, helvetica, helve, sans-serif;
  font-size: 1.375em; /* 24 / 16 */
  line-height: 1.8em;
  margin-bottom: 0.3em;
  color: #666;
}

p.center {
  text-align: center;
}

.and {
  font-family: GoudyBookletter1911Regular, Georgia, Times New Roman, sans-serif;
  font-size: 1.5em; /* 24 / 16 */
}

.heart {
  font-size: 1.5em; /* 24 / 16 */
}

ul,
ol {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 24px;
}

li ul,
li ol {
  margin: 0;
  font-size: 1em; /* 16 / 16 = 1 */
}

dl,
dd {
  margin-bottom: 1.5em;
}

dt {
  font-weight: normal;
}

b,
strong {
  font-weight: bold;
}

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}

small {
  font-size: 1em; /* 16 / 16 = 1 */
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.subtext {
  color: #666;
}

/* LINKS =============================================================================  */

footer a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer a:visited {
  color: #fff;
}

footer a:focus {
  outline: thin dotted;
  color: rgb(0, 0, 0);
}

footer a:hover,
footer a:active {
  outline: 0;
  color: #fff;
}

/* IMAGES ============================================================================= */

img {
  border: 0;
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}

img.floatleft {
  float: left;
  margin: 0 10px 0 0;
}
img.floatright {
  float: right;
  margin: 0 0 0 10px;
}

/* TABLES ============================================================================= */

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th,
td,
caption {
  padding: 0.25em 10px 0.25em 5px;
}

tfoot {
  font-style: italic;
}

caption {
  background-color: transparent;
}

/* FORMS ============================================================================= */

.form-container {
  float: left;
  margin-left: 0px;
  overflow: hidden;
  width: 355px;
  height: 250px;
}

.title-text {
  color: #fff;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 100%;
  margin: -5px 0 0 5px;
  text-align: center;
  text-shadow: 2px 2px 4px #000000;
}

.blue-form {
  border-radius: 25px;
  border: 1px solid #000;
  background: #0db3f2;
  padding: 20px;
  width: 300px;
  height: 200px;

  box-shadow: 3px 3px 5px grey;
}

#contact_form {
  line-height: 14px;
}

.blue-form input {
  border: 1px solid #000;
  display: table;
  margin: 0 auto;
  padding: 8px 5px;
  width: 85%;
}

.submit_button {
  -moz-box-shadow: inset 0px 39px 50px -24px #e31010;
  -webkit-box-shadow: inset 0px 39px 50px -24px #e31010;
  box-shadow: inset 0px 39px 50px -24px #e31010;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #ff867d),
    color-stop(1, #eb675e)
  );
  background: -moz-linear-gradient(top, #ff867d 5%, #eb675e 100%);
  background: -webkit-linear-gradient(top, #ff867d 5%, #eb675e 100%);
  background: -o-linear-gradient(top, #ff867d 5%, #eb675e 100%);
  background: -ms-linear-gradient(top, #ff867d 5%, #eb675e 100%);
  background: linear-gradient(to bottom, #ff867d 5%, #eb675e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff867d', endColorstr='#eb675e',GradientType=0);
  background-color: #ff867d;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 12px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #de0f00;
}

.submit_button:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #eb675e),
    color-stop(1, #ff867d)
  );
  background: -moz-linear-gradient(top, #eb675e 5%, #ff867d 100%);
  background: -webkit-linear-gradient(top, #eb675e 5%, #ff867d 100%);
  background: -o-linear-gradient(top, #eb675e 5%, #ff867d 100%);
  background: -ms-linear-gradient(top, #eb675e 5%, #ff867d 100%);
  background: linear-gradient(to bottom, #eb675e 5%, #ff867d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb675e', endColorstr='#ff867d',GradientType=0);
  background-color: #eb675e;
}

.submit_button:active {
  position: relative;
  top: 1px;
}

.privacy-text {
  color: #ffffff;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 12px;
  margin-right: 0;
  margin-top: 15px;
  text-align: center;
  margin-bottom: 5px;
}

form {
  margin: 0;
}

fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0;
}

legend {
  margin-left: -7px;
  padding: 0;
  border-width: 0;
}

label {
  font-weight: normal;
  cursor: pointer;
  display: block;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
}

label.inline {
  display: inline;
  margin: 0;
}

label span {
  color: #666;
  font-size: 0.9em;
}

label span.right {
  position: absolute;
  bottom: 0;
  right: 1em;
  text-align: right;
}

label.disabled {
  color: #ccc;
}

/*  MAIN LAYOUT	============================================================================= */

#skiptomain {
  display: none;
}

#wrapper {
  width: 100%;
  position: relative;
  text-align: left;
}

#headcontainer {
  width: 100%;
  background: url() repeat;
  background-color: #f0f0f0;
  /* 		background: url(../images/headerbg.png) repeat; */
  border-bottom: solid #686868;
  border-bottom-width: thin;
}

header {
  clear: both;
  width: 80%; /* 1000px / 1250px */
  font-size: 0.8125em; /* 13 / 16 */
  max-width: 92.3em; /* 1200px / 13 */
  margin: 0 auto;
  padding: 10px 0px 10px 0px;
  position: relative;
  color: #000;
  text-align: center;
}

#maincontentcontainer {
  /*		background: url(../images/bingo-ball-bg-1024x439.png) no-repeat; */
  background-color: #ffffff;
  width: 100%;
}

.standardcontainer {
  display: block;
}

.darkcontainer {
  background: rgba(102, 102, 102, 0.05);
}

.lightcontainer {
  background: rgba(255, 255, 255, 0.33);
}

#maincontent {
  clear: both;
  width: 80%; /* 1000px / 1250px */
  font-size: 0.8125em; /* 13 / 16 */
  max-width: 92.3em; /* 1200px / 13 */
  margin: 0 auto;
  padding: 1em 0px;
  color: #333;
  line-height: 1.5em;
  position: relative;
}

.maincontent {
  clear: both;
  width: 80%; /* 1000px / 1250px */
  font-size: 0.8125em; /* 13 / 16 */
  max-width: 92.3em; /* 1200px / 13 */
  margin: 0 auto;
  padding: 1em 0px;
  color: #333;
  line-height: 1.5em;
  position: relative;
}

#footercontainer {
  width: 100%;
  border-top: 1px solid #000;
  background: #222;
}

footer {
  clear: both;
  width: 80%; /* 1000px / 1250px */
  font-size: 0.8125em; /* 13 / 16 */
  max-width: 92.3em; /* 1200px / 13 */
  margin: 0 auto;
  padding: 20px 0px 10px 0px;
  color: #999;
}

footer strong {
  font-size: 1.077em; /* 14 / 13 */
  color: #aaa;
}

footer a:link,
footer a:visited {
  color: #999;
  text-decoration: underline;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}

ul.pagefooterlist,
ul.pagefooterlistimages {
  display: block;
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.pagefooterlist li,
ul.pagefooterlistimages li {
  clear: left;
  margin: 0px;
  padding: 0px 0px 3px 0px;
  display: block;
  line-height: 1.5em;
  font-weight: normal;
  background: none;
}

ul.pagefooterlistimages li {
  height: 34px;
}

ul.pagefooterlistimages li img {
  padding: 5px 5px 5px 0px;
  vertical-align: middle;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity = 75);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.pagefooterlistimages li a {
  text-decoration: none;
}

ul.pagefooterlistimages li a:hover img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity = 100);
}

#smallprint {
  margin-top: 20px;
  line-height: 1.4em;
  text-align: center;
  color: #999;
  font-size: 0.923em; /* 12 / 13 */
}

#smallprint p {
  vertical-align: middle;
}

#smallprint .twitter-follow-button {
  margin-left: 1em;
  vertical-align: middle;
}

#smallprint img {
  margin: 0px 10px 15px 0px;
  vertical-align: middle;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity = 50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#smallprint a:hover img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity = 100);
}

#smallprint a:link,
#smallprint a:visited {
  color: #999;
  text-decoration: none;
}
#smallprint a:hover {
  color: #999;
  text-decoration: underline;
}

/*  SECTIONS  ============================================================================= */

.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  CODE  ============================================================================= */

pre.code {
  padding: 0;
  margin: 0;
  font-family: monospace;
  white-space: pre-wrap;
  font-size: 1.1em;
}

strong.code {
  font-weight: normal;
  font-family: monospace;
  font-size: 1.2em;
}

/*  EXAMPLE  ============================================================================= */

#example .col {
  background: #ccc;
  background: rgba(204, 204, 204, 0.85);
}

/*  SAMPLE  ============================================================================= */

.col {
  padding: 1em 0;
}

/*  CALCUATIONS  ============================================================================= */

#calculated .col {
  padding: 1em 0;
}

/*  NOTES  ============================================================================= */

.note {
  position: relative;
  padding: 1em 1.5em;
  margin: 0 0 1em 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}

.note:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: transparent transparent #cccccc #cccccc;
  background: #cccccc;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3),
    -1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  display: block;
  width: 0; /* Firefox 3.0 damage limitation */
}

.note.rounded {
  -webkit-border-radius: 5px 0 5px 5px;
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}

.note.rounded:before {
  border-width: 8px;
  border-color: #ff0000 #ff0000 transparent transparent;
  background: #f5f5f5;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
  border-bottom-left-radius: 5px;
}

/*  SCREENS  ============================================================================= */

.siteimage {
  max-width: 90%;
  padding: 5%;
  margin: 0 0 1em 0;
  background: transparent;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.siteimage:hover {
  background: #bbb;
  position: relative;
  top: -2px;
}

/*  COLUMNS  ============================================================================= */

.twocolumns {
  -moz-column-count: 2;
  -moz-column-gap: 2em;
  -webkit-column-count: 2;
  -webkit-column-gap: 2em;
  column-count: 2;
  column-gap: 2em;
}

/*  GLOBAL OBJECTS ============================================================================= */

.breaker {
  clear: both;
}

.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

/* VENDOR-SPECIFIC ============================================================================= */

html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgb(52, 158, 219);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.clearfix {
  zoom: 1;
}

::-webkit-selection {
  background: rgb(23, 119, 175);
  color: rgb(250, 250, 250);
  text-shadow: none;
}

::-moz-selection {
  background: rgb(23, 119, 175);
  color: rgb(250, 250, 250);
  text-shadow: none;
}

::selection {
  background: rgb(23, 119, 175);
  color: rgb(250, 250, 250);
  text-shadow: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}

::-webkit-input-placeholder {
  font-size: 0.875em;
  line-height: 1.4;
}

input:-moz-placeholder {
  font-size: 0.875em;
  line-height: 1.4;
}

.ie7 img,
.iem7 img {
  -ms-interpolation-mode: bicubic;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

p {
  /* http://www.w3.org/TR/css3-text/#hyphenation */
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-character: "\2010";
  hyphenate-character: "\2010";
  -webkit-hyphenate-limit-after: 1;
  -webkit-hyphenate-limit-before: 3;
}

.inside_span1_4 {
  padding: 20px 10px;
  border: 1px solid #a8f5ff;
  border-radius: 15px;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 30px 30px 0 #daedff;
  box-shadow: inset 0 30px 30px 0 #daedff;
  font-size: 15px;
  height: 320px;
  display: flex;
  flex-direction: column;
}

.inside_span1_4_text {
  padding-top: 10px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.span1_4_banner {
  -webkit-box-shadow: 1px 0px 20px -2px #000000;
  -moz-box-shadow: 1px 0px 20px -2px #000000;
  box-shadow: 1px 0px 20px -2px #000000;
  border-radius: 5px;
  width: 100%;
  height: 150px;
  object-fit: contain;
}

.casino-title {
  text-align: center;
  font-weight: bold;
  background-color: #00a79d;
  color: white;
  padding: 8px 0;
  margin-top: 0;
  width: 100%;
}

.inside_span3_3_topbrands {
  padding: 5px;
  border: 1px solid #969696;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 30px 30px 0 #d8d8d8;
  box-shadow: inset 0 30px 30px 0 #d8d8d8;
}

.brand-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.brand-link:hover .inside_span3_3_topbrands {
  box-shadow: inset 0 30px 30px 0 #c8c8c8, 0 3px 5px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease;
}

.play-now-button {
  display: inline-block;
  background-color: #ff00ff;
  color: white;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  min-width: 150px;
  border: 2px solid #cc00cc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.play-now-button:hover {
  background-color: #ff33ff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.inside_span_1_3_logo {
  vertical-align: middle;
  width: 20%;
}

.inside_span_button {
  vertical-align: middle;
  width: 20%;
}

.inside_span_1_3_text {
  width: 60%;
  border-left: 3px dotted #b4b4b4;
  padding-left: 10px;
}

.below_banner_title {
  padding-bottom: 10px;
  color: #ff425d;
  font-size: 30px;
}
.banner_top {
  width: 780px;
  height: 240px;
}

.span1_2_banner {
  -webkit-box-shadow: 1px 0px 20px -2px #000000;
  -moz-box-shadow: 1px 0px 20px -2px #000000;
  box-shadow: 1px 0px 20px -2px #000000;
  border-radius: 5px;
}
.inside_span1_2 {
  padding: 30px 5px;
  border: 1px solid #a8f5ff;
  border-radius: 15px;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 30px 30px 0 #daedff;
  box-shadow: inset 0 30px 30px 0 #daedff;
  font-size: 15px;
  text-align: center;
}

.inside_span1_4 {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
}

.card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.card-link:hover .inside_span1_4 {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease;
}

.inside_span1_2_text {
  padding-top: 20px;
}

/*col*/

/*  SECTIONS  ============================================================================= */

.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  GROUPING  ============================================================================= */

.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
  display: block;
  float: left;
  margin: 0% 0% 0% 1.6%;
}

/* .col:first-child { margin-left: 0; } all browsers except IE6 and lower */

/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%;
  }
}

/*2cols*/
/*  GRID OF TWO   ============================================================================= */

.span_2_of_2 {
  width: 100%;
}

.span_1_of_2 {
  width: 48.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_2_of_2 {
    width: 100%;
  }
  .span_1_of_2 {
    width: 100%;
  }
}

/*3cols*/
/*  GRID OF THREE   ============================================================================= */

.span_3_of_3 {
  width: 100%;
}

.span_2_of_3 {
  width: 64.54%;
}

.span_1_of_3 {
  width: 32.26%;
  text-align: right;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_3_of_3 {
    width: 100%;
  }
  .span_2_of_3 {
    width: 80%;
  }
  .span_1_of_3 {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .span_3_of_3 {
    width: 100%;
  }
  .span_2_of_3 {
    width: 60%;
  }
  .span_1_of_3 {
    width: 100%;
    text-align: center;
  }
}
/*4cols*/
/*  GRID OF FOUR   ============================================================================= */

.span_4_of_4 {
  width: 100%;
}

.span_3_of_4 {
  width: 74.6%;
}

.span_2_of_4 {
  width: 49.2%;
}

.span_1_of_4 {
  width: 23.4%;
  text-align: center;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_4_of_4 {
    width: 100%;
  }
  .span_3_of_4 {
    width: 100%;
  }
  .span_2_of_4 {
    width: 100%;
  }
  .span_1_of_4 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
  .span_1_of_4 {
    width: 48%;
  }
}

/*5cols*/
/*  GRID OF FIVE   ============================================================================= */

.span_5_of_5 {
  width: 100%;
}

.span_4_of_5 {
  width: 79.68%;
}

.span_3_of_5 {
  width: 59.36%;
}

.span_2_of_5 {
  width: 39.04%;
}

.span_1_of_5 {
  width: 18.72%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_5_of_5 {
    width: 100%;
  }
  .span_4_of_5 {
    width: 100%;
  }
  .span_3_of_5 {
    width: 100%;
  }
  .span_2_of_5 {
    width: 100%;
  }
  .span_1_of_5 {
    width: 100%;
  }
}

/*6cols*/
/*  GRID OF SIX   ============================================================================= */

.span_6_of_6 {
  width: 100%;
}

.span_5_of_6 {
  width: 83.06%;
}

.span_4_of_6 {
  width: 66.13%;
}

.span_3_of_6 {
  width: 49.2%;
}

.span_2_of_6 {
  width: 32.26%;
}

.span_1_of_6 {
  width: 15.33%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_6_of_6 {
    width: 100%;
  }
  .span_5_of_6 {
    width: 100%;
  }
  .span_4_of_6 {
    width: 100%;
  }
  .span_3_of_6 {
    width: 100%;
  }
  .span_2_of_6 {
    width: 100%;
  }
  .span_1_of_6 {
    width: 100%;
  }
}

/*7cols*/
/*  GRID OF SEVEN   ============================================================================= */

.span_7_of_7 {
  width: 100%;
}

.span_6_of_7 {
  width: 85.48%;
}

.span_5_of_7 {
  width: 70.97%;
}

.span_4_of_7 {
  width: 56.45%;
}

.span_3_of_7 {
  width: 41.94%;
}

.span_2_of_7 {
  width: 27.42%;
}

.span_1_of_7 {
  width: 12.91%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_7_of_7 {
    width: 100%;
  }
  .span_6_of_7 {
    width: 100%;
  }
  .span_5_of_7 {
    width: 100%;
  }
  .span_4_of_7 {
    width: 100%;
  }
  .span_3_of_7 {
    width: 100%;
  }
  .span_2_of_7 {
    width: 100%;
  }
  .span_1_of_7 {
    width: 100%;
  }
}

/*8cols*/
/*  GRID OF EIGHT   ============================================================================= */

.span_8_of_8 {
  width: 100%;
}

.span_7_of_8 {
  width: 87.3%;
}

.span_6_of_8 {
  width: 74.6%;
}

.span_5_of_8 {
  width: 61.9%;
}

.span_4_of_8 {
  width: 49.2%;
}

.span_3_of_8 {
  width: 36.5%;
}

.span_2_of_8 {
  width: 23.8%;
}

.span_1_of_8 {
  width: 11.1%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_8_of_8 {
    width: 100%;
  }
  .span_7_of_8 {
    width: 100%;
  }
  .span_6_of_8 {
    width: 100%;
  }
  .span_5_of_8 {
    width: 100%;
  }
  .span_4_of_8 {
    width: 100%;
  }
  .span_3_of_8 {
    width: 100%;
  }
  .span_2_of_8 {
    width: 100%;
  }
  .span_1_of_8 {
    width: 100%;
  }
}

/*9cols*/
/*  GRID OF NINE   ============================================================================= */

.span_9_of_9 {
  width: 100%;
}

.span_8_of_9 {
  width: 88.71%;
}

.span_7_of_9 {
  width: 77.42%;
}

.span_6_of_9 {
  width: 66.13%;
}

.span_5_of_9 {
  width: 54.84%;
}

.span_4_of_9 {
  width: 43.55%;
}

.span_3_of_9 {
  width: 32.26%;
}

.span_2_of_9 {
  width: 20.97%;
}

.span_1_of_9 {
  width: 9.68%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_9_of_9 {
    width: 100%;
  }
  .span_8_of_9 {
    width: 100%;
  }
  .span_7_of_9 {
    width: 100%;
  }
  .span_6_of_9 {
    width: 100%;
  }
  .span_5_of_9 {
    width: 100%;
  }
  .span_4_of_9 {
    width: 100%;
  }
  .span_3_of_9 {
    width: 100%;
  }
  .span_2_of_9 {
    width: 100%;
  }
  .span_1_of_9 {
    width: 100%;
  }
}

/*10cols*/
/*  GRID OF TEN   ============================================================================= */

.span_10_of_10 {
  width: 100%;
}

.span_9_of_10 {
  width: 89.84%;
}

.span_8_of_10 {
  width: 79.68%;
}

.span_7_of_10 {
  width: 69.52%;
}

.span_6_of_10 {
  width: 59.36%;
}

.span_5_of_10 {
  width: 49.2%;
}

.span_4_of_10 {
  width: 39.04%;
}

.span_3_of_10 {
  width: 28.88%;
}

.span_2_of_10 {
  width: 18.72%;
}

.span_1_of_10 {
  width: 8.56%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_10_of_10 {
    width: 100%;
  }
  .span_9_of_10 {
    width: 100%;
  }
  .span_8_of_10 {
    width: 100%;
  }
  .span_7_of_10 {
    width: 100%;
  }
  .span_6_of_10 {
    width: 100%;
  }
  .span_5_of_10 {
    width: 100%;
  }
  .span_4_of_10 {
    width: 100%;
  }
  .span_3_of_10 {
    width: 100%;
  }
  .span_2_of_10 {
    width: 100%;
  }
  .span_1_of_10 {
    width: 100%;
  }
}

/*11cols*/
/*  GRID OF ELEVEN   ============================================================================= */

.span_11_of_11 {
  width: 100%;
}

.span_10_of_11 {
  width: 90.76%;
}

.span_9_of_11 {
  width: 81.52%;
}

.span_8_of_11 {
  width: 72.29%;
}

.span_7_of_11 {
  width: 63.05%;
}

.span_6_of_11 {
  width: 53.81%;
}

.span_5_of_11 {
  width: 44.58%;
}

.span_4_of_11 {
  width: 35.34%;
}

.span_3_of_11 {
  width: 26.1%;
}

.span_2_of_11 {
  width: 16.87%;
}

.span_1_of_11 {
  width: 7.63%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_11_of_11 {
    width: 100%;
  }
  .span_10_of_11 {
    width: 100%;
  }
  .span_9_of_11 {
    width: 100%;
  }
  .span_8_of_11 {
    width: 100%;
  }
  .span_7_of_11 {
    width: 100%;
  }
  .span_6_of_11 {
    width: 100%;
  }
  .span_5_of_11 {
    width: 100%;
  }
  .span_4_of_11 {
    width: 100%;
  }
  .span_3_of_11 {
    width: 100%;
  }
  .span_2_of_11 {
    width: 100%;
  }
  .span_1_of_11 {
    width: 100%;
  }
}

/*12cols*/
/*  GRID OF TWELVE   ============================================================================= */

.span_12_of_12 {
  width: 100%;
}

.span_11_of_12 {
  width: 91.53%;
}

.span_10_of_12 {
  width: 83.06%;
}

.span_9_of_12 {
  width: 74.6%;
}

.span_8_of_12 {
  width: 66.13%;
}

.span_7_of_12 {
  width: 57.66%;
}

.span_6_of_12 {
  width: 49.2%;
}

.span_5_of_12 {
  width: 40.73%;
}

.span_4_of_12 {
  width: 32.26%;
}

.span_3_of_12 {
  width: 23.8%;
}

.span_2_of_12 {
  width: 15.33%;
}

.span_1_of_12 {
  width: 6.86%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
  .span_12_of_12 {
    width: 100%;
  }
  .span_11_of_12 {
    width: 100%;
  }
  .span_10_of_12 {
    width: 100%;
  }
  .span_9_of_12 {
    width: 100%;
  }
  .span_8_of_12 {
    width: 100%;
  }
  .span_7_of_12 {
    width: 100%;
  }
  .span_6_of_12 {
    width: 100%;
  }
  .span_5_of_12 {
    width: 100%;
  }
  .span_4_of_12 {
    width: 100%;
  }
  .span_3_of_12 {
    width: 100%;
  }
  .span_2_of_12 {
    width: 100%;
  }
  .span_1_of_12 {
    width: 100%;
  }
}

/*Emilian CSS Rules*/
.title-register a {
  display: table;
  margin: 0px auto;
}
footer.group {
  text-align: justify;
}
.centered-copy {
  text-align: center;
}
@media (min-width: 1240px) {
  .white-space {
    display: inline-block;
    width: 50px;
  }
}
@media (min-width: 1240px) and (max-width: 1500px) {
  #maincontent,
  header,
  footer {
    width: 1200px;
  }

  .flag {
    left: 96%;
  }
}

@media (min-width: 1040px) and (max-width: 1240px) {
  #maincontent,
  header,
  footer {
    width: 1020px;
  }
  .blue-form {
    width: 282px;
  }

  .flag {
    left: 92%;
  }
}

@media (min-width: 880px) and (max-width: 1040px) {
  #maincontent,
  header,
  footer {
    width: 860px;
  }
  #right_form {
    width: 55%;
    margin-top: 10px;
  }
  #left_form {
    width: 41%;
  }

  .flag {
    left: 93%;
  }


}

@media (min-width: 767px) and (max-width: 880px) {
  #maincontent,
  header,
  footer {
    width: 750px;
  }
  #right_form {
    width: 48%;
    margin-top: 10px;
  }
  #left_form {
    width: 47%;
  }
  .banner_top {
    height: 230px;
  }

  .flag {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    left: 93%;
  }
}
@media (min-width: 639px) and (max-width: 767px) {
  #maincontent,
  header,
  footer {
    width: 620px;
  }
  #banner-img {
    width: 230px;
    margin-left: 150px;
    padding-bottom: 0px;
  }
  #left_form {
    width: 351px;
    margin: 0px auto;
    float: none;
  }
  #right_form {
    width: 100%;
    margin-left: 0px;
  }
  footer .span_3_of_3 {
    margin-left: 0;
  }
  .bottom_play .span_3_of_3 {
    margin-left: 0;
  }

  .flag {
    left: 90%;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  #maincontent,
  header,
  footer {
    width: 460px;
  }
  #banner-img {
    width: 230px;
    margin-left: 70px;
    padding-bottom: 0px;
  }
  #left_form {
    width: 351px;
    margin: 0px auto;
    float: none;
  }
  #right_form {
    width: 100%;
    margin-left: 0px;
  }
  footer .span_3_of_3 {
    margin-left: 0;
  }
  .bottom_play .span_3_of_3 {
    margin-left: 0;
  }
  .bottom_play td {
    display: table;
    text-align: center;
    width: 100%;
    border: none !important;
    margin: 3px 0;
  }
  .bottom_play a {
    display: table;
    margin: 0 auto;
  }
}
@media (min-width: 360px) and (max-width: 480px) {
  #maincontent,
  header,
  footer {
    width: 340px;
  }
  #banner-img {
    width: 230px;
    margin-left: 0px;
    padding-bottom: 0px;
  }


  .banner_top {
    height: 140px;
  }

  #left_form {
    width: 350px;
    margin: 0px auto;
    float: none;
  }
  #right_form {
    width: 100%;
    margin-left: 0px;
  }
  footer .span_3_of_3 {
    margin-left: 0;
  }
  .bottom_play .span_3_of_3 {
    margin-left: 0;
  }
  .bottom_play td {
    display: table;
    text-align: center;
    width: 100%;
    border: none !important;
    margin: 3px 0;
  }
  .bottom_play a {
    display: table;
    margin: 0 auto;
  }
  .form-container {
    width: 350px;
  }
  .blue-form {
    width: 296px;
  }
  .below_banner_title {
    font-size: 25px;
  }
}
@media (max-width: 359px) {
  #maincontent,
  header,
  footer {
    width: 300px;
  }
  #banner-img {
    width: 230px;
    margin-left: 0px;
    padding-bottom: 0px;
  }
  #left_form {
    width: 310px;
    margin: 0px auto;
    float: none;
  }
  #right_form {
    width: 100%;
    margin-left: 0px;
  }
  footer .span_3_of_3 {
    margin-left: 0;
  }
  .bottom_play .span_3_of_3 {
    margin-left: 0;
  }
  .bottom_play td {
    display: table;
    text-align: center;
    width: 100%;
    border: none !important;
    margin: 3px 0;
  }
  .bottom_play a {
    display: table;
    margin: 0 auto;
  }
  .form-container {
    width: 310px;
  }
  .blue-form {
    padding: 14px 7px 10px;
    width: 282px;
  }
  .title-text {
    font-size: 17px;
  }
  .below_banner_title {
    font-size: 25px;
  }
}
