.icons-sprite, .avto-slider > a.prev, .avto-slider > a.next {
	background-image: url('../images/icons/icons-sec9846eb84.png');
	background-repeat: no-repeat;
}

.gradient-1, .block h1, .the-games-blocks ul li h1, .block h3, .the-games-blocks ul li h3, .the-games-blocks ul li .this-title, .filledblock .table-cont table th {
  background: #fdfdfd;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #fdfdfd 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #fdfdfd 0%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e6e6e6',GradientType=0 );
  background: linear-gradient(to bottom, #fdfdfd 0%, #e6e6e6 100%);
}

/* ------------------------------ basic styles -------------------------------- */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: url(../images/bg/bg.jpg) repeat 0 0;
  font: 13px/1.3 "Trebuchet MS",Arial,Helvetica,sans-serif;
  min-width: 320px;
  color: #333;
}

label {
  vertical-align: top;
}

a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  color: #004a80;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none !important;
  text-decoration: none;
}
a:focus:hover {
  text-decoration: none;
}
a:hover {
  color: #004a80;
}

strong, b {
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0 0 15px 0;
  padding: 0;
}

.bottom-shadow, .online-slots-table table td, .avto-slider {
  -moz-box-shadow: inset 0 -20px 12px -12px #e2e2e2;
  -webkit-box-shadow: inset 0 -20px 12px -12px #e2e2e2;
  box-shadow: inset 0 -20px 12px -12px #e2e2e2;
}

.title-1 {
  padding-bottom: 20px;
  margin-bottom: 56px;
  position: relative;
  text-align: center;
}
.title-1:after {
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 52px;
  background: #b70000;
  content: '';
  left: 50%;
  margin-left: -26px;
}
.title-1.white {
  color: #fff;
}
.title-1.white:after {
  background-color: #fff;
}

.title-2 {
  font-size: 36px;
  text-align: left;
}

h1, .h1 {
  font-size: 24px;
}

h2, .h2 {
  font-size: 20px;
}

h3, .h3 {
  font-size: 18px;
}

h4, .h4 {
  font-size: 16px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

.hr {
  background: #e3e6ec;
  clear: both;
  width: 100%;
  margin: 25px 0;
  height: 1px;
}

p {
  margin: 0 0 12px;
}

img {
  max-width: 100%;
}

/* ------------------------------ forms ----------------------------- */
input {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type='text'], input[type='search'], input[type='password'], input[type='email'] {
  background: #f1f2f2;
  border: 1px solid transparent;
  margin: 0 0 5px 0;
  height: 50px;
  padding: 0 0 0 20px;
  color: #333;
  font-size: 14px;
  border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  box-shadow: inset 1px 2px 3px -1px #bababb;
  -o-box-shadow: inset 1px 2px 3px -1px #bababb;
  -moz-box-shadow: inset 1px 2px 3px -1px #bababb;
  -webkit-box-shadow: inset 1px 2px 3px -1px #bababb;
  -ms-box-shadow: inset 1px 2px 3px -1px #bababb;
}
input[type='text']:focus, input[type='search']:focus, input[type='password']:focus, input[type='email']:focus {
  border-color: #004a80;
}
input[type='text'].error, input[type='search'].error, input[type='password'].error, input[type='email'].error {
  border-color: #b70000;
}
input[type='submit'], input[type='button'] {
  cursor: pointer;
}

textarea {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  border: 1px solid transparent;
  margin: 0 0 5px 0 !important;
  resize: vertical;
  color: #333;
  font-size: 14px;
  max-width: 100%;
  padding: 15px 20px;
}
textarea:focus {
  border-color: #004a80;
}

select {
  padding: 0 10px;
  line-height: 32px;
  height: 32px;
  font-size: 13px;
  color: #444;
  /*background: #fff;*/
  /*border: 1px solid #ccc8c4;*/
}

.full-forms input[type='text'], .full-forms input[type='search'], .full-forms input[type='password'], .full-forms input[type='email'] {
  width: 100%;
  margin: 0;
}
.full-forms textarea {
  width: 100%;
  min-height: 85px;
  margin: 0;
}
.full-forms select {
  width: 100%;
}

.error-text {
  color: #e55c19;
  font-size: 11px;
  overflow: hidden;
  line-height: 14px;
}

/* ---------------- forms styles end ------------------ */
/* ----------------------- text aligns ----------------------- */
.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.inline-block {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.font-1 {
  font-size: 11px;
}

.font-2 {
  font-size: 12px;
}

.font-3 {
  font-size: 13px;
}

.font-4 {
  font-size: 14px;
}

.font-5 {
  font-size: 15px;
}

.font-6 {
  font-size: 16px;
}

.font-7 {
  font-size: 17px;
}

.font-8 {
  font-size: 18px;
}

.font-9 {
  font-size: 19px;
}

/* -------------------- lists ---------------------- */
.reset-list, nav ul, nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.justify-blocks {
  text-align: justify;
}
.justify-blocks:after {
  display: inline-block;
  width: 100%;
  content: "";
}
.justify-blocks > li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.overflowed {
  overflow: hidden;
}

ul, ol {
  padding-left: 20px;
  margin: 20px 0 20px 0;
}
ul .list-item, ol .list-item {
  color: #333;
}

/* --------------- font face ---------------- */
.bold {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

.italic {
  font-style: italic;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

/* -------------- colors for often using in the current site --------------- */
.color-0 {
  color: #393939;
}

.color-1 {
  color: #fff !important;
}

.color-2 {
  color: #000 !important;
}

.color-3 {
  color: #999 !important;
}

.color-4 {
  color: #b70000;
}

.color-5 {
  color: #004a80;
}

.color-6 {
  color: #dce7ff;
}

.color-7 {
  color: #004578;
}

.color-8 {
  color: #28272e;
}

.color-9 {
  color: #3c2104;
}

/* ===================== links decorations ======================  */
.dec-n {
  text-decoration: none;
}
.dec-n:hover {
  text-decoration: underline;
}

.dec-y {
  text-decoration: underline;
}
.dec-y:hover {
  text-decoration: none;
}

.dec-res {
  text-decoration: none;
}
.dec-res:hover {
  text-decoration: none;
}

/* ===================== buttons ======================  */
.button-cont {
  position: relative;
}

.button-1 {
  height: 50px;
  line-height: 50px;
  background: #b70000;
  color: #fff;
  padding: 0 48px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-decoration: none;
  position: relative;
  border: none;
  border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
}
.button-1:hover {
  text-decoration: none;
}
.button-1:hover {
  background: #ff1923;
  color: #fff;
}
.button-1:focus, .button-1:active {
  background: #666;
  color: #fff;
}
.button-1.full-button {
  display: block;
  width: 100%;
  text-align: center;
}
.button-1.br-res {
  border: none;
}
.button-1 .fa {
  font-size: 12px;
  margin-left: 3px;
  position: relative;
  top: -2px;
}
.button-1.gray-btn {
  background: #848484;
}

.play-btn {
  line-height: 35px;
  height: 35px;
  color: #fff !important;
  padding: 0 10px;
  border-radius: 25px;
  -o-border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  background: #ff6609;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-decoration: none;
  font-family: Arial;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}
.play-btn:hover {
  text-decoration: none;
}
.play-btn:hover {
  background: #fd8035;
}
.play-btn.full-button {
  display: block;
  width: 100%;
  text-align: center;
}

button, input[type='button'], input[type='submit'], input[type='reset'] {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
button.button-1, input[type='button'].button-1, input[type='submit'].button-1, input[type='reset'].button-1 {
  line-height: 24px;
}

input.button-1, input.button-2 {
  line-height: normal;
}

/* ===================== gen blocks ======================= */
.hidden {
  display: none;
}

.fieldForm {
  zoom: 1;
  margin-bottom: 20px;
}
.fieldForm:before, .fieldForm:after {
  display: block;
  height: 0;
  content: "";
  font-size: 0;
  visibility: hidden;
}
.fieldForm:after {
  clear: both;
}

.modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0d347c;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  z-index: 999;
}

.modal-wind {
  position: fixed;
  top: 10%;
  left: 50%;
  margin-left: -453px;
  width: 906px;
  z-index: 999;
  overflow: visible !important;
  display: none;
  height: 80%;
}
.modal-wind .modal-inner-cont {
  position: relative;
  z-index: 999;
  overflow-y: auto;
  height: 100%;
}
.modal-wind .modal-wind-top {
  position: relative;
}
.modal-wind .modal-wind-inner {
  z-index: 999;
  background: white;
  position: relative;
  padding: 35px 40px 60px;
  overflow-y: auto;
}
.modal-wind .close {
  width: 16px;
  height: 16px;
  right: 20px;
  top: 20px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: absolute;
  cursor: pointer;
  background: url(../images/bg/close.png);
  z-index: 1000;
}
.modal-wind .full-forms {
  padding: 0 30px;
}

.jq-selectbox__trigger {
  width: 28px;
  border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-left: 1px solid #F8F8F8;
  background: url(../images/bg/select-bg.jpg) repeat-x;
}

.jq-selectbox__trigger-arrow {
  border-size: 4px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #6C7B80;
  margin: 0px -3px 0 0;
}

.jq-selectbox__select {
  background: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  position: relative;
  border: 1px solid #c9cbca;
  box-shadow: inset 0 0 4px #e4e0e0;
  -o-box-shadow: inset 0 0 4px #e4e0e0;
  -moz-box-shadow: inset 0 0 4px #e4e0e0;
  -webkit-box-shadow: inset 0 0 4px #e4e0e0;
  -ms-box-shadow: inset 0 0 4px #e4e0e0;
  width: 100%;
}
.jq-selectbox__select select {
  line-height: 34px;
}

.jq-selectbox__dropdown {
  width: 100% !important;
  background: #fff !important;
  border: 1px solid #c9cbca;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  margin-top: 3px;
  z-index: 999;
}

.jq-selectbox li.selected, .jq-selectbox li:hover {
  background: none;
  color: #b70000;
}

.jq-radio {
  width: 18px;
  height: 18px;
  border-color: #c9cacb;
  background: #fff !important;
}
.jq-radio.checked .jq-radio__div {
  background: #dce7ff;
  margin: 5px 0 0 5px;
}

.jq-checkbox {
  background: url(../images/bg/checkbox.jpg) no-repeat left center;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 18px;
  padding: 0;
  width: 19px;
  border: none;
  box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
}
.jq-checkbox.checked .jq-checkbox__div {
  background: url(../images/bg/checkbox_active.jpg) no-repeat left center;
  height: 18px;
  width: 19px;
  margin: 0;
  box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
}

.margin-reset {
  margin: 0 !important;
}

.stars {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 100px;
  height: 19px;
  background: url(../images/bg/stars.png) no-repeat;
  position: relative;
}
.stars span {
  background: url(../images/bg/stars-active.png) no-repeat;
  height: 100%;
  display: block;
  width: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  top: 0;
}
.stars.st1 span {
  width: 20px;
}
.stars.st2 span {
  width: 39px;
}
.stars.st3 span {
  width: 60px;
}
.stars.st4 span {
  width: 79px;
}
.stars.st5 span {
  width: 100%;
}

/* ---------------- general styles ------------------ */
#main-container {
  min-height: 100%;
  overflow: hidden;
  background: url(../images/bg/bg2.jpg) no-repeat center top;
  position: relative;
  z-index: 2;
}

.container {
  max-width: 998px;
  min-width: 320px;
  padding-left: 14px;
  padding-right: 14px;
}

.row {
  margin: 0 -14px;
}

.block, .the-games-blocks ul li {
  border: 1px solid #c9cacb;
  border-radius: 7px;
  margin-bottom: 25px;
}
.block h1, .the-games-blocks ul li h1, .block h3, .the-games-blocks ul li h3 {
  font: 16px Georgia, "Times New Roman", Times, serif;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  font-weight: normal;
  padding: 0 10px 0 14px;
  margin: 0 0px;
  color: #000;
  text-transform: uppercase;
  border-bottom: 1px #c9cacb solid;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

header#header {
  height: 168px;
  position: relative;
  z-index: 2;
}

.nav-header {
  display: none;
}

.logo {
  left: 15px;
  position: absolute;
  top: 21px;
}
.logo a {
  background: url(../images/bg/logo.png) no-repeat 0 0;
  display: block;
  height: 54px;
  width: 340px;
}

.main-nav {
  left: 0;
  width: 100%;
  bottom: 0;
  position: absolute;
  background: url(../images/bg/menu_bg.jpg) repeat-x;
  border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  text-align: center;
}
.main-nav > ul {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.main-nav > ul > li {
  float: left;
  padding: 0 2px;
}
.main-nav > ul > li > a {
  line-height: 66px;
  color: #07415f;
  display: block;
  font: 18px/66px Georgia,"Times New Roman",Times,serif;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.main-nav > ul > li > a i {
  display: none;
}
.main-nav > ul > li:hover > a {
  background: url(../images/bg/menu_a_hov.jpg) repeat-x;
  color: #000000;
}
.main-nav > ul > li:hover .drop-down {
  display: block;
}
.main-nav .drop-down {
  position: absolute;
  top: 66px;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 6px solid #2b95a7;
  padding: 32px 50px;
  text-align: left;
  -moz-box-shadow: 0 5px 4px -4px #000;
  -webkit-box-shadow: 0 5px 4px -4px #000;
  box-shadow: 0 5px 4px -4px #000;
  display: none;
}
.main-nav .drop-down ul {
  zoom: 1;
  margin-bottom: 25px;
}
.main-nav .drop-down ul:before, .main-nav .drop-down ul:after {
  display: block;
  height: 0;
  content: "";
  font-size: 0;
  visibility: hidden;
}
.main-nav .drop-down ul:after {
  clear: both;
}
.main-nav .drop-down ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 32.5%;
  background: url(../images/bg/a3.png) no-repeat left center;
  margin: 0 0 12px;
  padding: 0 0 0 20px;
  vertical-align: top;
}
.main-nav .drop-down ul li a {
  padding-right: 10px;
}
.main-nav .drop-down .read-all {
  font-size: 14px;
  text-align: center;
}

article#content {
  background: #fff url(../images/bg/content_bg.jpg) repeat-x 0 0;
  padding-top: 14px;
  padding-bottom: 28px;
  position: relative;
  z-index: 1;
}

#column-1 {
  float: left;
  width: 718px;
}

#column-2 {
  float: right;
  width: 238px;
}

.play-online-block {
  position: relative;
}

.block_top3 {
  background: #fff url(../images/bg/block_top2.jpg) repeat-x scroll center top;
  border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
}

.block_bot {
  background: url(../images/bg/block_bot.png) repeat-x scroll center bottom;
  border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
}

.box {
  padding: 14px;
}

.play_slots_article {
  overflow: hidden;
}
.play_slots_article img {
  float: left;
  margin: 0 16px 0 0;
}
.play_slots_article p {
  margin-bottom: 10px;
}

.read_more {
  bottom: -14px;
  position: absolute;
  right: 30px;
}
.read_more a {
  background: url(../images/bg/read_more.jpg) no-repeat 0 0;
  display: block;
  height: 15px;
  text-indent: -9999px;
  width: 65px;
}

.search_tool_box {
  font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #1d4e69;
  padding: 5px 19px 22px 19px;
  line-height: 15px;
  position: relative;
}
.search_tool_box .jq-selectbox {
  width: 100%;
}

.search_tool_box span {
  display: block;
  margin: 0 0 0 0;
}

.search_tool_box select {
  width: 196px;
}

.search_slots {
  padding: 0 19px 0 0;
  text-align: center;
  margin: 22px 0 0 0;
}
#column-2 .search_slots .button-1 {
  line-height: 26px;
  background:url(../images/bg/search_slots.png) no-repeat;
  width:96px;
  padding:0;
  height: 26px;
  font-size: 0;
}

.checkboxes {
  color: #454545;
  font: 12px "Trebuchet MS",Arial,Helvetica,sans-serif;
  margin: 0 0 0 8px;
}
.checkboxes label {
  font-weight: normal;
  cursor: pointer;
  line-height: 22px;
}
.checkboxes ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 14px 0 0;
  zoom: 1;
}
.checkboxes ul:before, .checkboxes ul:after {
  display: block;
  height: 0;
  content: "";
  font-size: 0;
  visibility: hidden;
}
.checkboxes ul:after {
  clear: both;
}
.checkboxes ul li {
  display: block;
  float: left;
  margin: 0 0 9px;
  zoom: 1;
  width: 50%;
  font-size: 11px;
  line-height: 19px;
}
.checkboxes ul li:before, .checkboxes ul li:after {
  display: block;
  height: 0;
  content: "";
  font-size: 0;
  visibility: hidden;
}
.checkboxes ul li:after {
  clear: both;
}
.checkboxes ul li .jq-checkbox {
  margin-right: 5px;
}

.online-slots h3 {
  zoom: 1;
}
.online-slots h3:before, .online-slots h3:after {
  display: block;
  height: 0;
  content: "";
  font-size: 0;
  visibility: hidden;
}
.online-slots h3:after {
  clear: both;
}
.online-slots h3 .t2 {
  display: none;
}
.online-slots h3 .countries-flags {
  float: right;
  margin-top: 13px;
}

.countries-flags {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.countries-flags .this-header, .countries-flags .select-button, .countries-flags .c-selected {
  display: none;
}
.countries-flags ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.countries-flags ul li {
  float: left;
  margin-left: 6px;
  text-decoration: none;
  display: block;
  line-height: 1;
  background: #fff;
}
.countries-flags ul li:hover {
  text-decoration: none;
}
.countries-flags ul li .this-name {
  display: none;
}
.countries-flags ul li a {
  text-decoration: none;
}
.countries-flags ul li a:hover {
  text-decoration: none;
}
.countries-flags ul li img {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  width: 27px;
  height: 17px;
}
.countries-flags .c-selected img {   width: 27px;
  height: 17px;}
.countries-flags ul li:hover img, .countries-flags ul li.active img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.countries-flags ul li:first-child {
  margin-left: 0;
}

.online-slots-table table {
  width: 100%;
  border: 1px solid #c9cacb;
}
.online-slots-table table td {
  border-bottom: 1px solid #c9cacb;
  padding: 15px 0 15px 15px;
  font-size: 14px;
}
.online-slots-table table td:first-child {
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
  width: 162px;
  text-align: center;
}
.online-slots-table table td .img-cont {
  height: 60px;
  width: 162px;
  display: table-cell;
  vertical-align: middle;
}
.online-slots-table table td .img-cont img {
  max-height: 50px;
  max-width: 155px;
}
.online-slots-table table td a {
  font-size: 15px;
}
.online-slots-table table td .status {
  font-size: 16px;
}

.strategies-tips h5 {
  color: #004a80;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
}
.strategies-tips img {
  float: left;
  margin-right: 15px;
  border: 6px solid #e7e7e7;
}
.strategies-tips .left-col {
  float: left;
  width: 425px;
}
.strategies-tips .left-col a {
  text-decoration: none;
}
.strategies-tips .left-col a:hover {
  text-decoration: underline;
}
.strategies-tips .right-col {
  float: right;
  width: 232px;
  margin-right: -5px;
}
.strategies-tips .right-col .color-2 {
  margin-bottom: 10px;
}

.more-articles ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.more-articles ul li {
  border-bottom: 1px dotted #a1a1a1;
}
.more-articles ul li:first-child {
  border-top: 1px dotted #a1a1a1;
}
.more-articles ul li a {
  background: url(../images/bg/a1.png) no-repeat 6px center;
  display: block;
  padding: 7px 0 7px 24px;
  text-decoration: none;
  font-size: 12px;
}
.more-articles ul li a:hover {
  background-color: #E7ECEE;
}



.online-slots-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.online-slots-list ul li {
  border-bottom: 1px dotted #a1a1a1;
  padding: 14px 0;
  text-align: center;
}
.online-slots-list ul li img {
  margin-bottom: 8px;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.online-slots-list ul li .this-name {
  display: block;
  font-size: 12px;
}

.footer-nav {
  height: 57px;
  line-height: 57px;
  text-align: center;
  background-color: #ffffff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFCECECE');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NlY2VjZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #cecece));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #cecece 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #cecece 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #cecece 100%);
  border-radius: 0 0 18px 18px;
  -o-border-radius: 0 0 18px 18px;
  -moz-border-radius: 0 0 18px 18px;
  -webkit-border-radius: 0 0 18px 18px;
  -ms-border-radius: 0 0 18px 18px;
  border-top: 1px solid #c9cacb;
}
.footer-nav ul {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.footer-nav ul li {
  float: left;
  background: url(../images/bg/line2.jpg) no-repeat scroll right center;
  padding: 0 19px 0 17px;
}
.footer-nav ul li:last-child {
  background: none;
}
.footer-nav ul li a {
  color: #284656;
  text-decoration: none;
}
.footer-nav ul li a:hover {
  text-decoration: underline;
}

.copyright {
  color: #57839a;
  font-size: 11px;
  min-height: 72px;
  padding: 30px 0 0;
  text-align: center;
}

#sidebar, #mob {
  display: none;
}

.article-block h1 a, .article-block h3 a {
  text-decoration: none;
}
.article-block h1 a:hover, .article-block h3 a:hover {
  text-decoration: underline;
}
.article-block img {
  border: 6px solid #e7e7e7;
  float: left;
  margin-right: 15px;
}
.article-block .more a {
  text-decoration: none;
}
.article-block .more a:hover {
  text-decoration: underline;
}

.categories-blocks .article-block img {
  border-width: 1px;
  padding: 4px;
}

.breadcrumbs {
  background: url(../images/bg/home.png) no-repeat left center;
  font-size: 11px;
  margin: 15px 0 30px 15px;
  padding: 0 0 0 15px;
  line-height: 14px;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs i {
  margin: 0 6px;
  font-size: 13px;
  color: #000;
  vertical-align: top;
}

.slots-directory-list {
  -moz-box-shadow: inset 0 -15px 8px -8px #e2e2e2;
  -webkit-box-shadow: inset 0 -15px 8px -8px #e2e2e2;
  box-shadow: inset 0 -15px 8px -8px #e2e2e2;
}
.slots-directory-list .box {
  -moz-box-shadow: inset 0 15px 8px -8px #e2e2e2;
  -webkit-box-shadow: inset 0 15px 8px -8px #e2e2e2;
  box-shadow: inset 0 15px 8px -8px #e2e2e2;
}
.slots-directory-list .box .select-button, .slots-directory-list .box .c-selected {
  display: none;
}
.slots-directory-list .box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.slots-directory-list .box ul:before, .slots-directory-list .box ul:after {
  display: block;
  height: 0;
  content: "";
  font-size: 0;
  visibility: hidden;
}
.slots-directory-list .box ul:after {
  clear: both;
}
.slots-directory-list .box ul li {
  width: 16.66%;
  float: left;
  margin-bottom: 10px;
}
.slots-directory-list .box ul li a {
  color: #2e415f;
  padding-right: 5px;
}

.the-games-blocks ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
  margin: 0 -5px 0 -14px;
}
.the-games-blocks ul:before, .the-games-blocks ul:after {
  display: block;
  height: 0;
  content: "";
  font-size: 0;
  visibility: hidden;
}
.the-games-blocks ul:after {
  clear: both;
}
.the-games-blocks ul li {
  float: left;
  width: 217px;
  text-align: center;
  font-size: 12px;
  color: #111;
  font-family: Arial;
  line-height: 1.4;
  margin: 0 0 14px 15px;
  white-space: nowrap;
  overflow: hidden;
}
/*.the-games-blocks ul li > {
  display: block;
  color: #111;
  text-decoration: none;
}*/
.the-games-blocks ul li >:hover {
  text-decoration: none;
}
.the-games-blocks ul li a {
  text-decoration: none;
}
.the-games-blocks ul li a:hover {
  text-decoration: underline;
}
.the-games-blocks ul li  span {
  display: block;
}
.the-games-blocks ul li  span.a-l {
  display: inline;
  color: #004a80;
}
.the-games-blocks ul li strong {
  font-weight: bold;
  font-size: 11px;
}
.the-games-blocks ul li .this-title {
  border-radius: 7px 7px 0 0;
  -o-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  -ms-border-radius: 7px 7px 0 0;
  color: #004a80;
  line-height: 38px;
  border-bottom: 1px solid #c9cacb;
  text-align: center;
  -moz-box-shadow: 0 1px 1px #fff;
  -webkit-box-shadow: 0 1px 1px #fff;
  box-shadow: 0 1px 1px #fff;
  position: relative;
  z-index: 1;
  font-size: 13px;
}
.the-games-blocks ul li .this-inner {
  -moz-box-shadow: inset 0 8px 4px -4px #e2e2e2;
  -webkit-box-shadow: inset 0 8px 4px -4px #e2e2e2;
  box-shadow: inset 0 8px 4px -4px #e2e2e2;
  position: relative;
}
.the-games-blocks ul li .this-inner .box {
  -moz-box-shadow: inset 0 -8px 4px -4px #e2e2e2;
  -webkit-box-shadow: inset 0 -8px 4px -4px #e2e2e2;
  box-shadow: inset 0 -8px 4px -4px #e2e2e2;
}
.the-games-blocks ul li .this-inner .box img {
  display: block;
  margin-bottom: 10px;
}
.the-games-blocks ul li .this-inner .flag {
  right: 20px;
  top: 122px;
}
.the-games-blocks ul li .s-reels {
  color: #b70000;
}
.the-games-blocks ul li .s-paylines {
  color: #004a80;
}

.wh-block {
  background: #fff;
}

.b-pager {
  text-align: center;
  margin: 38px 0;
}
.b-pager ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.b-pager ul li {
  float: left;
  margin: 0 5px;
}
.b-pager ul li a {
  line-height: 45px;
  width: 40px;
  border: 1px solid #c9cacb;
  border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  color: #111;
  font-size: 18px;
  text-decoration: none;
  display: block;
}
.b-pager ul li a:hover {
  text-decoration: none;
}
.b-pager ul li a:hover {
  -moz-box-shadow: inset 0 0 5px 2px #e2e2e2;
  -webkit-box-shadow: inset 0 0 5px 2px #e2e2e2;
  box-shadow: inset 0 0 5px 2px #e2e2e2;
}
.b-pager ul li.active a, .b-pager ul li.active a.active {
  border-color: transparent;
}
.b-pager ul li.active a:hover, .b-pager ul li.active a.active:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.b-pager ul li span {
  display: block;
  height: 45px;
  line-height: 50px;
  font-size: 16px;
}
.b-pager ul li.prev a, .b-pager ul li.next a {
  width: auto;
  padding: 0 10px;
  font-size: 16px;
  text-transform: uppercase;
}

.post-block .box img.main-img {
  float: left;
  margin-right: 15px;
  border: 1px solid #c9cacb;
  padding: 5px;
  border-radius: 7px;
  -o-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -ms-border-radius: 7px;
}

.post-shares {
  float: right;
  margin-right: 20px;
  margin-top: -34px;
  line-height: normal;
}

.slot-block .slot-left {
  float: left;
  width: 276px;
  margin-right: 14px;
}
.slot-block .img-cont {
  padding: 14px;
  margin-bottom: 20px;
  text-align: center;
}
.slot-block .img-cont .img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  margin-bottom: 10px;
}
.slot-block .img-cont .play-btn {
  font-size: 23px;
  font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
}

.filledblock {
  background: #edf0f1;
  border-radius: 7px;
  -o-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -ms-border-radius: 7px;
  padding: 15px 6px;
}
.filledblock .this-title {
  color: #000000;
  font-family: Georgia;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.filledblock .this-title span {
  color: #00316e;
}
.filledblock .table-cont {
  border-radius: 7px;
  -o-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -ms-border-radius: 7px;
  border: 1px solid #c9cacb;
  overflow: hidden;
  color: #11343a;
  font-size: 12px;
  font-weight: bold;
}
.filledblock .table-cont table {
  width: 100%;
}
.filledblock .table-cont table th, .filledblock .table-cont table td {
  padding: 12px 10px;
}
.filledblock .table-cont table th {
  border-bottom: 1px solid #c9cacb;
}
.filledblock .table-cont table th:last-child {
  text-align: right;
}
.filledblock .table-cont table td {
  background: #fff;
  -moz-box-shadow: inset 0 -5px 2px -2px #e2e2e2;
  -webkit-box-shadow: inset 0 -5px 2px -2px #e2e2e2;
  box-shadow: inset 0 -5px 2px -2px #e2e2e2;
}

.slot-right {
  overflow: hidden;
}
.slot-right .this-title {
  font-size: 13px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}

.slot-table {
  overflow: hidden;
  background: #fff;
}
.slot-table table {
  width:100%;
}
.slot-table td {
  padding: 8px 13px;
  border-bottom: 1px solid #c9cacb;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slot-table td:first-child {
  padding-right: 0;
  color: #5c707e;
  font-size: 13px;
  min-width: 34%;
}
.slot-table tr:nth-child(odd) td {
  background: #f5f5f5;
}
.slot-table tr:last-child td {
  border-bottom: none;
}

.flag {
  background: url(../images/bg/flag.png) no-repeat left top;
  height: 24px;
  position: absolute;
  right: 18px;
  z-index: 3;
  top: 150px;
  width: 30px;
}
.flag.flag-no {
  background: url(../images/bg/flag-no.png) no-repeat left top;
}

.similar-slots .avto-slider {
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 25px;
}
.similar-slots .avto-slider a.prev {
  left: 5px;
}
.similar-slots .avto-slider a.next {
  right: 5px;
}
.similar-slots .avto-slider .avto-slider-inner ul li {
  margin: 0 4px 0 0;
}

.tech_slots_items ul {
  list-style: none;
  padding:0;
  margin:0;
}

.tech_slots_items ul:after {
  clear:both;
  width:100%;
  display: inline-block;
  content:'';
}

.tech_slots_items {
  overflow:hidden;
}

.tech_slots_items .ab_item {
  float:left;
  width:33.33%;
}

.tech_slots_items ul li {
  list-style: none;
  margin-bottom:7px;
}

.tech_slots_items ul li {

}

/*
	*
	*		MEDIA QUERIES
	*
*/
@media screen and (max-width: 991px) {
  body {
    background: #002337;
 }
  body.sidebar-active {
    overflow-x: hidden;
  }
  body.sidebar-active #main-container {
    -moz-transform: translate(340px, 0px);
    -ms-transform: translate(340px, 0px);
    -webkit-transform: translate(340px, 0px);
    transform: translate(340px, 0px);
  }

  #main-container {
    background: url(../images/bg/tablet-main-bg.jpg) repeat;
    position: relative;
    -moz-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    box-sizing:border-box;
  }

  header#header {
    height: 115px;
  }

  .nav-header {
    width: 46px;
    height: 36px;
    position: absolute;
    top: 40px;
    left: 35px;
    display: block;
    vertical-align: top;
    cursor: pointer;
    z-index: 2;
  }
  .nav-header:before, .nav-header:after, .nav-header span {
    height: 5px;
    width: 100%;
    position: absolute;
    content: '';
    background: #fff;
    left: 0;
    border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
  }
  .nav-header:before {
    top: 0;
  }
  .nav-header:after {
    bottom: 0;
  }
  .nav-header span {
    top: 50%;
    margin-top: -2px;
  }
  /*.nav-header.active {
    width: 36px;
  }
  .nav-header.active span {
    left: 50%;
    margin-left: -2px;
    width: 5px;
    height: 100%;
    margin-top: 0;
    top: 0;
  }
  .nav-header.active:before {
    top: 0;
    height: 100%;
    left: 0;
    width: 5px;
  }
  .nav-header.active:after {
    bottom: 0;
    height: 100%;
    right: 0;
    left: auto;
    width: 5px;
  }*/

  .logo {
    display: block;
    padding-top: 34px;
    position: relative;
    top: auto;
    left: auto;
  }
  .logo a {
    margin: 0 auto;
    display: block;
  }

  .main-nav {
    display: none;
  }

  #column-1, #column-2 {
    float: none;
    width: auto;
  }

  #column-2 {
    display: none;
  }

  .read_more {
    bottom: -30px;
    right: 14px;
  }
  .read_more a {
    background: url(../images/bg/read-more.png) no-repeat;
    width: 196px;
    height: 31px;
  }

  .play-online-block {
    margin-bottom: 50px !important;
  }

  .online-slots h3 .countries-flags {
    margin-top: 0;
    text-transform: initial;
  }
  .online-slots h3 .countries-flags .this-header, .online-slots h3 .countries-flags .select-button, .online-slots h3 .countries-flags .c-selected {
    display: block;
  }
  .online-slots h3 .countries-flags .this-header {
    font-size: 14px;
    font-weight: bold;
    margin-right: 12px;
    text-transform: initial;
    color: #333333;
    float: left;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  }
  .online-slots h3 .countries-flags .c-select {
    float: left;
    border: 1px solid #c9cacb;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    background: #fff;
    line-height: 30px;
    height: 30px;
    margin-top: 6px;
    min-width: 196px;
    z-index: 10;
    position: relative;
  }
  .online-slots h3 .countries-flags .c-select .select-button {
    float: right;
    width: 33px;
    border-left: 1px solid #c9cacb;
    background: url(../images/bg/select-bg.jpg) repeat-x;
    text-align: center;
    height: 100%;
    color: #616d79;
    cursor: pointer;
  }
  .online-slots h3 .countries-flags .c-select .c-selected {
    overflow: hidden;
    padding-left: 7px;
    white-space: nowrap;
    line-height: 28px;
  }
  .online-slots h3 .countries-flags .c-select .c-selected img {
    float: left;
    margin: 6px 10px 0 0;
  }
  .online-slots h3 .countries-flags .c-select .this-name {
    font-size: 14px;
    display: block;
    color: #111;
  }
  .online-slots h3 .countries-flags .c-select ul {
    display: none;
    position: absolute;
    top: 35px;
    background: #fff;
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border: 1px solid #c9cacb;
    padding: 10px 0;
    left: 0;
    width: 100%;
  }
  .online-slots h3 .countries-flags .c-select ul li {
    white-space: nowrap;
    float: none;
    margin: 0;
    zoom: 1;
    padding-left: 7px;
    border-bottom: 1px dotted #c9cacb;
  }
  .online-slots h3 .countries-flags .c-select ul li:before, .online-slots h3 .countries-flags .c-select ul li:after {
    display: block;
    height: 0;
    content: "";
    font-size: 0;
    visibility: hidden;
  }
  .online-slots h3 .countries-flags .c-select ul li:after {
    clear: both;
  }
  .online-slots h3 .countries-flags .c-select ul li:last-child {
    border: none;
  }
  .online-slots h3 .countries-flags .c-select ul li .this-name {
    overflow: hidden;
  }
  .online-slots h3 .countries-flags .c-select ul li img {
    float: left;
    margin-right: 10px;
  }
  .online-slots h3 .countries-flags .c-select ul li a {
    text-decoration: none;
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #333;
    zoom: 1;
  }
  .online-slots h3 .countries-flags .c-select ul li a:hover {
    text-decoration: none;
  }
  .online-slots h3 .countries-flags .c-select ul li a:hover {
    text-decoration: none;
  }
  .online-slots h3 .countries-flags .c-select ul li a:before, .online-slots h3 .countries-flags .c-select ul li a:after {
    display: block;
    height: 0;
    content: "";
    font-size: 0;
    visibility: hidden;
  }
  .online-slots h3 .countries-flags .c-select ul li a:after {
    clear: both;
  }

  .online-softwares-cloned .online-slots-list ul {
    zoom: 1;
  }
  .online-softwares-cloned .online-slots-list ul:before, .online-softwares-cloned .online-slots-list ul:after {
    display: block;
    height: 0;
    content: "";
    font-size: 0;
    visibility: hidden;
  }
  .online-softwares-cloned .online-slots-list ul:after {
    clear: both;
  }
  .online-softwares-cloned .online-slots-list ul li {
    float: left;
    width: 33.33%;
  }
  .online-softwares-cloned .online-slots-list ul li .img-cont {
    display: block;
    height: 35px;
    margin-bottom: 5px;
  }
  .online-softwares-cloned .online-slots-list ul li .img-cont img {
    max-height: 100%;
  }

  #sidebar {
    display: block;
    width: 340px;
    background: #002337;
    color: #fff;
    position: absolute;
    top: 0;
    /*left: -340px;*/
    left:0;
    z-index: 1;
    min-height: 100%;
    overflow: hidden;
  }

  .avto-slider {
    padding: 0 50px 15px;
  }

  .main-nav-cloned {
    margin-bottom: 70px;
    width: 100%;
  }
  .main-nav-cloned li {
    border-bottom: 1px solid #00141f;
  }
  .main-nav-cloned li:last-child {
    border-bottom: none;
  }
  .main-nav-cloned a {
    display: block;
    color: #fff;
    text-decoration: none;
  }
  .main-nav-cloned a:hover {
    text-decoration: none;
  }
  .main-nav-cloned .read-all {
    display: none;
  }
  .main-nav-cloned > ul > li > a {
    position: relative;
    line-height: 58px;
    height: 58px;
    font-size: 18px;
    font-family: Georgia,Times,Times New Roman,serif;
    padding: 0 18px;
    text-transform: uppercase;
  }
  .main-nav-cloned > ul > li > a .fa {
    float: right;
    font-size: 20px;
    vertical-align: top;
    position: absolute;
    right: 18px;
    top: 21px;
  }
  .main-nav-cloned > ul > li.active > a {
    text-align: center;
  }
  .main-nav-cloned > ul > li.active > a .fa {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 92%;
    color: #b70000;
  }
  .main-nav-cloned > ul > li .drop-down {
    background: #002337;
    margin-bottom: -5000px;
    padding-bottom: 5000px;
    position: absolute;
    z-index: 999;
    left: 100%;
    top: 0;
    display: none;
    width: 100%;
  }
  .main-nav-cloned > ul > li .drop-down .back {
    font-family: Georgia,Times,Times New Roman,serif;
    font-size: 18px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
  }
  .main-nav-cloned > ul > li .drop-down .back .fa {
    color: #b70000;
    right: 92%;
    transform: rotate(180deg);
    font-size: 20px;
    position: absolute;
    top: 21px;
    vertical-align: top;
  }
  .main-nav-cloned > ul > li ul {
    border-top: 1px solid #00141f;
  }
  .main-nav-cloned > ul > li ul li a {
    padding: 18px 15px;
    font-size: 15px;
  }
  .main-nav-cloned > ul > li ul li:hover a {
    background: #0a3652;
  }

  .block-filter-cloned {
    border: none;
    width: 100%;
  }
  .block-filter-cloned h3 {
    background: url(../images/bg/search.png) no-repeat 18px center;
    padding-left: 45px;
    color: #fff;
    border: none;
  }
  .block-filter-cloned .block_top3 {
    background: none;
    border: none;
  }
  .block-filter-cloned .search_tool_box {
    color: #fff;
  }
  .block-filter-cloned .search_tool_box span {
    margin-bottom: 4px;
  }
  .block-filter-cloned .jq-selectbox {
    margin-bottom: 10px;
  }
  .block-filter-cloned .jq-checkbox {
    width: 20px;
    height: 20px;
    background: #fff;
  }
  .block-filter-cloned .jq-checkbox.checked .jq-checkbox__div {
    background: url(../images/bg/select-active-2.png) no-repeat center center;
  }
  .block-filter-cloned .checkboxes {
    color: #fff;
  }
  .block-filter-cloned .block_bot {
    background: none;
  }
  .block-filter-cloned .search_slots input {
    line-height: 40px;
    height: 40px;
    font-size: 18px;
    background: #fafafa;
    border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border: none;
    color: #222222;
  }
}
@media screen and (max-width: 767px) {
  body.sidebar-active #main-container {
    -moz-transform: translate(270px, 0px);
    -ms-transform: translate(270px, 0px);
    -webkit-transform: translate(270px, 0px);
    transform: translate(270px, 0px);
    min-height: 500px;
  }
  #main-container {
    width:100%;
  }
  header#header {
    height: 55px;
    border-left:1px solid #103144;
  }

  .logo {
    padding-top: 15px;
  }
  .logo a {
    background: url(../images/bg/logo-mobile.png) no-repeat;
    width: 210px;
    height: 32px;
  }

  .nav-header {
    width: 27px !important;
    height: 21px;
    top: 15px;
    left: 14px;
  }
  .nav-header:before, .nav-header:after, .nav-header span {
    height: 3px;
  }
  /*.nav-header.active:before, .nav-header.active:after, .nav-header.active span {
    width: 3px;
  }*/
  /*.nav-header.active span {
    margin-left: -1.5px;
  }*/

  .play_slots_article img {
    display: none;
  }

  .read_more {
    right: 50%;
    margin-right: -98px;
  }

  .block, .the-games-blocks ul li {
    margin-bottom: 20px;
  }
  .block h1, .the-games-blocks ul li h1, .block h3, .the-games-blocks ul li h3 {
    padding: 10px 10px 10px 14px;
    height: auto;
    line-height: normal;
    font-family: Georgia,Times,Times New Roman,serif;
  }
  .block h3, .the-games-blocks ul li h3 {
    font-size: 16px;
  }

  .online-slots h3 {
    height: auto;
  }
  .online-slots h3 span {
    display: block;
  }
  .online-slots h3 span.t1 {
    display: none;
  }
  .online-slots h3 span.t2 {
    display: block;
    padding-bottom: 10px;
  }
  .online-slots h3 .countries-flags {
    display: block;
    clear: both;
    padding: 22px 0 22px 14px;
    float: none;
    background: #ffffff;
    zoom: 1;
    margin: 0 -10px -10px -14px;
    border-top: 1px solid #c9cacb;
  }
  .online-slots h3 .countries-flags:before, .online-slots h3 .countries-flags:after {
    display: block;
    height: 0;
    content: "";
    font-size: 0;
    visibility: hidden;
  }
  .online-slots h3 .countries-flags:after {
    clear: both;
  }
  .online-slots h3 .countries-flags .this-header {
    line-height: 28px;
  }
  .online-slots h3 .countries-flags .c-select {
    min-width: 170px;
    margin-top: 0;
  }

  .online-slots-table {
    padding: 0;
  }
  .online-slots-table table {
    border: none;
  }
  .online-slots-table td {
    padding: 5px !important;
    text-align: center;
  }
  .online-slots-table td:nth-child(3), .online-slots-table td:nth-child(4) {
    display: none;
  }
  .online-slots-table td:nth-child(2) {
    font-size: 0;
  }
  .online-slots-table td:nth-child(2) strong {
    font-size: 18px;
  }

  .strategies-tips .left-col, .strategies-tips .right-col {
    float: none;
    width: auto;
  }
  .strategies-tips .left-col {
    margin-bottom: 15px;
  }
  .strategies-tips img {
    display: none;
  }

  .index-page .online-softwares-cloned {
    display: none;
  }

  #mob {
    display: block;
  }

  .avto-slider {
    padding: 58px 0;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
  }
  .avto-slider > a {
    left: 50% !important;
    right: auto !important;
    margin-left: -16px;
    margin-top: 0;
  }
  .avto-slider > a.prev {
    top: 0;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .avto-slider > a.next {
    bottom: 0;
    top: auto;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .avto-slider .avto-slider-inner ul li {
    float: none;
    margin: 0 auto 15px;
  }

  .footer-nav {
    line-height: normal;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer-nav ul {
    display: block;
  }
  .footer-nav ul li {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .footer-nav ul li:last-child {
    margin-bottom: 0;
  }

  #sidebar {
    width: 270px;
    /*left: -270px;*/
    left:0;
  }

  .main-nav-cloned > ul > li > a {
    font-size: 15px;
    line-height: 50px;
    height: 50px;
  }
  .main-nav-cloned > ul > li > a .fa {
    top: 16px;
  }
  .main-nav-cloned > ul .back {
    font-size: 15px !important;
    line-height: 50px !important;
    height: 50px !important;
  }
  .main-nav-cloned > ul .back .fa {
    top: 16px !important;
  }

  .main-nav-cloned > ul > li ul li a {
    padding: 12px 15px;
  }

  .block-filter-cloned h3 {
    padding-left: 40px !important;
  }

  .article-block img {
    display: none;
  }

  .mob-hidden {
    display: none;
  }

  .the-games-blocks ul {
    text-align: center;
    margin: 0;
  }
  .the-games-blocks ul li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    float: none;
    margin: 0 7px 14px;
  }

  .slots-directory-list {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    z-index: 9;
  }
  .slots-directory-list .box {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    padding: 0;
    line-height: 40px;
    height: 40px;
  }
  .slots-directory-list .box .select-button {
    float: right;
    width: 46px;
    border-left: 1px solid #c9cacb;
    background: url(../images/bg/select-bg.jpg) repeat-x;
    text-align: center;
    height: 100%;
    color: #616d79;
    cursor: pointer;
    border-radius: 0 7px 7px 0;
    -o-border-radius: 0 7px 7px 0;
    -moz-border-radius: 0 7px 7px 0;
    -webkit-border-radius: 0 7px 7px 0;
    -ms-border-radius: 0 7px 7px 0;
    font-size: 20px;
    display: block;
  }
  .slots-directory-list .box .c-selected {
    overflow: hidden;
    padding: 0 10px;
    display: block;
  }
  .slots-directory-list .box ul {
    display: none;
    border: 1px solid #c9cacb;
    border-radius: 7px;
    -o-border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    background: #fff;
    -moz-box-shadow: inset 0 -20px 12px -12px #e2e2e2;
    -webkit-box-shadow: inset 0 -20px 12px -12px #e2e2e2;
    box-shadow: inset 0 -20px 12px -12px #e2e2e2;
    position: absolute;
    top: 43px;
    left: 0;
    width: 100%;
    padding: 10px 0;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .slots-directory-list .box ul li {
    float: none;
    width: auto;
  }
  .slots-directory-list .box ul li a {
    display: block;
    padding: 12px 14px;
    line-height: normal;
  }
  .slots-directory-list .box ul li a:hover {
    background: #E8EAE9;
  }

  .breadcrumbs {
    margin: 5px 0 20px 0;
  }

  .slot-block .slot-left {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }

  .similar-slots .avto-slider .avto-slider-inner ul {
    top: 0 !important;
  }

  .similar-slots .avto-slider .avto-slider-inner ul li {
    width: auto !important;
    float: none;
    text-align: left;
    margin: 0 0 15px;
    background: none;
    border: none;
    padding: 0 14px;
  }
  .similar-slots .avto-slider .avto-slider-inner ul li .this-title {
    margin-bottom: 0;
  }
  .similar-slots .avto-slider .avto-slider-inner ul li img {
    display: none;
  }

  .similar-slots .avto-slider {
    padding: 15px 0;
  }
  .similar-slots .avto-slider > a {
    display: none;
  }
  .similar-slots .avto-slider .avto-slider-inner {
    height: auto !important;
  }

  .online-softwares-cloned .online-slots-list ul li {
    width: auto;
    float: none;
  }
  .online-softwares-cloned .online-slots-list ul li:last-child {
    border-bottom: none;
  }

  .b-pager {
    margin-left: -14px;
    margin-right: -14px;
  }
  .b-pager ul li:nth-child(4) {
    display: none;
  }
  .filledblock .table-cont table th:last-child {
    text-align: left;
  }
  .tech_slots_items .ab_item {
    float:none;
    width:auto;
  }
  
  .play-money {   width: 100% !important;  font-size: 19px !important;
    margin: 10px auto;  display: block;
    text-align: center; }
}



.block-filter-cloned select {
  width:100%;
}

@media screen and (max-width: 640px) {
	.free-game { display: none; }
}

label[for=s_pfun] b {
	font-weight: bold !important;
}

.post-ratings { margin: 6px 6px 6px 0; display: inline-block; width: auto !important; }/* .post-ratings em { display: block; } */
.play-money {
	width: 50%; margin: 10px auto; font-size: 23px;
	 display: block;
    text-align: center;
}

.search { height: auto !important; width: 215px !important; border: 1px solid #c9cbca !important; margin: 10px !important; }