html {
    min-height: 100%;
    font-family: sans-serif;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url("../fonts/RobotoCondensed-Regular.eot?#iefix") format('embedded-opentype'),
  url("../fonts/RobotoCondensed-Regular.woff") format('woff'), url("../fonts/RobotoCondensed-Regular.ttf") format('truetype'), url("../fonts/RobotoCondensed-Regular.svg#RobotoCondensed-Regular") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url("../fonts/RobotoCondensed-Bold.eot?#iefix") format('embedded-opentype'),
  url("../fonts/RobotoCondensed-Bold.woff") format('woff'), url("../fonts/RobotoCondensed-Bold.ttf") format('truetype'), url("../fonts/RobotoCondensed-Bold.svg#RobotoCondensed-Bold") format('svg');
  font-weight: normal;
  font-style: normal;
}

.track3 {
    width: 10px;
    background: #ddd;
    margin-right: 2px;
    border-radius: 10px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
}

.track3:hover,
.track3.dragging {
    background: #d9d9d9; 
}

.handle3 {
    width: 10px;
    right: 0;
    background: #0E98E7;
    border-radius: 7px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}

.track3:hover .handle3,
.track3.dragging .handle3 {
    width: 10px;
}




@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}

.container-fluid{
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.row {
    margin-left: -5px;
    margin-right: -5px;
}
.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*----------------5 Col Bootstrap Grid-----------------*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* =========================================End-Grid-Design============================= */
.backtop {
    display: none;
}

body {
    font-family: 'Roboto';
    background: #171717;
    position: relative;
    overflow: hidden;
    color:#fff;
    font-size: 13px;
    line-height: 1.625em;
}
.container {
    display:block;
    width:100%;
    padding:0 15px;
    margin: 0 auto;
}
a {
  text-decoration: none;
  transition: all .3s ease 0s;
}
ul{
  margin:0;
  padding:0;
  list-style:none;
}
.left {
  float: left
}
:focus{
  color:#F49322;
}
.right {
  float: right
}

.clear {
  clear: both
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0E98E7;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #0E98E7;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #0E98E7;
}
:-moz-placeholder { /* Firefox 18- */
  color: #0E98E7;
}
h1,
h2,
h3,
h4,
h5,
.h,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-weight: normal;
  font-family: 'Roboto';
  line-height: 1.1;
  text-transform: uppercase;
}

header {
  background: #2A2B2A;
  border-bottom: 1px solid #0C0C0C;
  padding: 0px 15px;
}
.header_logo{
  padding:15px 0px;
}
.menu1 {
  float: left;
}
.menu1 li{
  float:left;
}
.menu1 li a{
  color: rgba(255,255,255,0.74);
  text-decoration: none;
  transition: 240ms color;
  font: 11px/34px Roboto,Arial,Helvetica,sans-serif;
  padding:0 7px;
  display: block;
}
.menu1 li a:hover{
  color:#fff;
}
#login-form {
  float: right;
  margin: 17px 0;
}
.header-top-right{
  float: right;
}
.header-top-right li {
  float: left;
  margin: 0;
  padding:0;
  list-style: none;
}

.btn {
  display: inline-block;
  max-width: 400px;
  border:1px solid #8dc341;
  background-color: transparent;
  color: #fff;
  padding: 10px 22px;
  text-align: center;
  font-size: 14px;
  font-family: 'Roboto';
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: 240ms background;
}
.btn_reset{
  background:#8dc341;
  color:#fff;
  margin-right:10px;
}

#signin-button{
  border:1px solid #4D4D4D;
  cursor:pointer;
  background: #4D4D4D;
}

#signin-button:hover {
  background-color: #8dc341;
}

.btn-signup {
  background: #8dc341;
  color: #fff;
  width: 100%;
  width: auto;
  max-width: 100%;
}

.btn-signup:hover {
  border-color: #729f32;
  background-color: #729f32;
}
#date_time {
    color: rgba(255,255,255,0.74);
    font-family: normal 14px 'Roboto', Arial, Helvetica, sans-serif;
    padding: 10px 15px;
}

li.lang{
  position: relative;
  padding: 10px;
}
li.lang a{
  color: rgba(255,255,255,0.74);
  text-transform: uppercase;
  font-size: 12px;
}

li.lang a span{
  vertical-align: baseline;
  margin-left:10px;
}
.lang ul.sub-menu {
  width: 160px;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #2B2B2B;
  z-index: 999;
  border:1px solid #1b1b1b;
  border-top: none;
}
.lang ul.sub-menu li a{
  padding: 0px;
  display: block;
  color:#fff;
  transition: 240ms all;
}
li.lang:hover{
  background: #2B2B2B;
}
li.lang:hover ul.sub-menu{
  display: block;
}
.lang ul.sub-menu li a{
  text-transform: capitalize;
}
.odds-type {
  float: left;
  display: inline-block;
  margin: 10px 20px;
}
.odds-type li{
  display: inline-block;
  padding: 0 10px;
}
.odds-type li a{
  display: block;
  color:#fff;
}

.odds-type li a:hover{
  color: rgba(255,255,255,0.74);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.7);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
  transition: opacity 0.4s;
  pointer-events: none;
}

.overlay-is-enabled {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
  pointer-events: auto;
}

.login-container, .reg-container {
  max-width: 320px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
  width: 90vw;
  height: 100vh;
  overflow: visible;
  background-color: #2B2B2B;
  color: #fff;
  display: none;
  padding-top: 40px;
}
.reg-container {
  overflow-y: scroll;
  padding:50px 10px;
}
.login_inner {
  display: block;
  overflow: hidden;
  height: 100%;
  padding: 10px;
}
.login-head{
    margin: 30px 0;
    text-align: center;
}
.login-head h3{
  color: rgba(245, 245, 245, 0.3);
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1.2;
}
.login-head p{
  color: rgba(245, 245, 245, .7);
  text-transform: capitalize;
  line-height: 1.5;
  font-size: 16px;
}
.login_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  z-index: 14;
  color: #fff;
}

.user-avater {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.user-avater img {
  display: inline-block;
  max-width: 160px;
}

.reset_pass {
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: center;
  padding-top: 20px;
}

.reset_pass a {
  color: rgba(225, 225, 225, 0.3);
  font-size: 14px;
  margin:6px;
  transition: all 0.3s ease 0s;
}
.reset_pass a:hover{
 color: rgba(225, 225, 225, 0.7);
}



.form-inputs1,
.form-inputs2,
.form-submit {
  float: left;
  color: #5f5f5f;
  width: 100%;
}

.login-input, #reg-form .btn-regs {
  background: transparent;
  border: 1px solid rgba(225, 225, 225, 0.5);
  width: 100%;
  color: #cdcdcd;
  padding: 8px 8px 8px 30px;
  margin: 0 0 5px
}
#submit-login, #reg-form .btn-regs{
  width: 100%;
  background: #0E98E7;
  border: transparent;
  color: #fff;
  margin-top: 20px;
  font-size: 16px;
  margin-bottom: 60px;
}
.btn-regs{
  border: 1px solid #7AC359;
  background: #7AC359;
  padding: 6px 20px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.reg_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  z-index: 14;
  color: rgba(255, 255, 255, 1);
  width: 100%;
  text-align: left;
}
.reg_close .icon--close {
    float: right;
}
.form-inp{
  background: transparent;
  border: 1px solid rgba(225, 225, 225, 0.5);
  width: 100%;
  color: #cdcdcd;
  padding: 8px 8px 8px 30px;
  margin: 0 0 5px;
}
.label-txt {
  font: normal 13px 'Roboto', Arial, Helvetica, sans-serif;
  display: block;
  padding: 10px 0;
  color: rgba(225, 225, 225, 0.5);
}
.white-in.rem-box{
  background: transparent;
}
.al_login {
  padding-top: 40px;
}

.al_login a {
  color: #fff;
  font-size: 20px !important;
  font-family: 'Myriad Regular';
}

.btn-login-register {
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 18px 11px;
  width: 95%;
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
}

.icon-user {
  background: #fff url(../img/user-icon.png) no-repeat scroll 8px 10px
}

.icon-pass {
  background: #fff url(../img/pass-icon.png) no-repeat scroll 8px 10px
}

input[type="checkbox"] {
  display: none
}

.form-inputs1 input[type="checkbox"]+label span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 2px 4px 0 0;
  vertical-align: top;
  background: transparent url(../img/ch1.png) no-repeat scroll 0 0;
  cursor: pointer
}

.form-inputs1 input[type="checkbox"]:checked+label span {
  background: transparent url(../img/ch2.png) no-repeat scroll 0 0
}

.rem-box input[type="checkbox"] + label span {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 2px 4px 0 0;
  background: transparent url(../img/ch4.png) no-repeat scroll 0 0;
  cursor: pointer;

}
.rem-box input[type="checkbox"]:checked+label span {
  background: transparent url(../img/ch3.png) no-repeat scroll 0 0
}

#loged {
  margin: 17px 0 0 14px;
  background: transparent;
}
.usr-pl {
  float: left;
  background: transparent url(../img/prof-usr.png) no-repeat scroll 0 0;
  padding: 2px 0 2px 20px;
  font: 13px 'Roboto', Arial, Helvetica, sans-serif;
  color: rgba(255,255,255,0.74);
  margin: 8px 20px 0 0
}

.usr-pl a,
.usr-mo a {
  color: rgba(255,255,255,0.74);
}

.usr-pl a:hover,
.usr-mo a:hover {
  color: #ccc
}

.usr-mo {
  float: left;
  background: transparent url(../img/prof-mon.png) no-repeat scroll 0 0;
  padding: 2px 0 2px 26px;
  font: 13px 'Roboto', Arial, Helvetica, sans-serif;
  color: rgba(255,255,255,0.74);
  margin: 8px 10px 0 0
}

.usr-btn {
  color: #fff;
  padding: 5px 18px;
  width: 100%;
  width: auto;
  max-width: 100%;
  cursor: pointer;
  background-color: transparent;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  color: rgba(255,255,255,0.74);
  text-align: center;
  font-size: 12px;
  font-family: 'Roboto';
  line-height: 1;
  text-transform: uppercase;
  margin-top: 5px;
}

.usr-btn:hover {
  background: rgba(225, 225, 225, 0.5);
}

#main-menu {
  background: #2b2b2b;
}
#main-menu ul.menu2{
  text-align: left;
}
#main-menu ul li{
  display: inline;
  list-style: none
}

#main-menu ul li a, #main-menu ul li #signin-button {
  display: inline-block;
  padding: 12px 12px;
  font-family: 'Roboto';
  font-size: 15px;
  transition: all 0.3s ease-in-out 0s;
  color: #fff;
  text-transform: capitalize;
  font-weight:bold;
  border-bottom: 2px solid transparent;
  line-height: 45px;
}
#main-menu ul li #signin-button{
  border:none;
  cursor: pointer;
}
#main-menu ul li a:hover, #main-menu ul li #signin-button:hover {
  color: #0E98E7;
  border-bottom: 2px solid #0E98E7;
  background: transparent;
}

#main-menu ul li.active a {
  color: #0E98E7;
  border-bottom: 2px solid #0E98E7;
}

.menco {
  display: inline-block;
  height: 28px;
  vertical-align: baseline
}

#main {
  margin: 10px 0
}

/* ================================Login Page Design================================== */
.user-content {
    padding: 40px 0;
    background: #2B2B2B; 
    margin:0 -15px;
}

.user-reset h5 {
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    color: #545454;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
    margin-bottom: 30px;
}
.login-top {
  padding: 12px 0;
  color: #5F5F5F;
}
.form-login {
    width: 50%;
    margin: 0 auto;
}
.login-btn {
    margin: 0 auto;
    width: 50%;
}
.login-bottom {
  padding: 12px 0
}


.form-input {
  width: 288px;
  border-radius: 0px;
  padding: 8px;
  background: transparent;
  border: 1px solid #ddd;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 10px;
}

.icon-user-w {
  background: url(../img/user-icon-w.png) no-repeat scroll 8px 10px;
  padding: 8px 8px 8px 30px
}

.icon-pass-w {
  background: url(../img/pass-icon-w.png) no-repeat scroll 8px 10px;
  padding: 8px 8px 8px 30px
}
.login-btn .btn-blue, .login-btn .btn-silver, #UserRegisterForm .btn-regs, .btn-silver, .btn-blue {
  border: 1px solid #7AC359;
  background:#7AC359;
  padding: 6px 20px;
  color:#fff;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.btn-blue{
  background:#555;
  vertical-align: baseline;
  border:1px solid transparent;
}
.login-btn .btn-blue:hover, .login-btn .btn-silver:hover{
  background: #3B6A26;
}

/* ================================Registration Page Design================================== */

.user-registration, .user-reset {
    width: 780px;
    margin: 0 auto;
}
.user-registration h3 {
  padding-bottom: 5.5px;
  font-size: 12px;
  color: #777;
  text-align: center;
  margin-bottom: 20px;
}

.user-registration h3 a {
    text-decoration: none;
    color: #acacac;
}
.country h5, .personal-info h5, .contact-info h5, .create-login h5, .address h5 {
  position: relative;
  font-size: 30px;
  z-index: 1;
  overflow: hidden;
  text-align: left;
}
.country h5::after, .personal-info h5::after, .contact-info h5::after, .create-login h5::after, .address h5::after {
  position: absolute;
  top: 60%;
  overflow: hidden;
  width: 100%;
  height: 1px;
  content: '\a0';
  background-color: #ccc;
}
.country h5 span, .personal-info h5 span, .contact-info h5 span, .create-login h5 span, .address h5 span {
  text-align: left;
  padding: 0 11px 0 0;
  font-size: 13px !important;
  color: #666;
}
.user-registration .label-txt, .user-reset .label-txt {
  color: #666;
  float: none;
  display: inline-block;
  width: 15%;
}

.user-registration p {
  display: block;
  overflow: hidden;
  margin: 20px 0;
  text-align: center;
  color: #777;
}
select {
  overflow: hidden;
  width: 280px;
  height: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ddd;
  background: url(../img/select.png) no-repeat scroll right bottom;
  color: #777;
  padding: 8px;
}
#UserRegisterForm .form-inp{
    width: 288px;
    border-radius: 0px;
    padding: 8px;
    border: 1px solid #ddd;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
}
#UserRegisterForm .form-nav{
  text-align: center;
}
#UserRegisterForm .btn-regs{
  margin-top:20px;
}


.user-registration .sm3 {
    float: none;
    width: 12%;
    margin: 0;
}
.sm3 {
    float: none;
    width: 32.33%;
    margin: 0;
}

.info-box {
  font: 16px/20px 'Roboto', Arial, Helvetica, sans-serif;
  color: #5F5F5F;
  display: block;
  width: 80%;
  margin: 0 auto 12px;
  padding: 6px;
  text-align: center;
  border: 1px solid #CFCFCF;
  background: #dfe6ee;
  border-radius: 4px
}

.info-box a {
  font: 500 16px/20px 'Roboto', Arial, Helvetica, sans-serif;
  color: #2D6EAC
}

.info-box a:hover {
  text-decoration: underline
}

.quest {
  display: block;
  float: left;
  width: 48px;
  height: 38px;
  background-image: url(../img/q.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#E5E5E5));
  background-image: url(../img/q.png), -webkit-linear-gradient(top, #fff, #E5E5E5);
  background-image: url(../img/q.png), -moz-linear-gradient(top, #fff, #E5E5E5);
  background-image: url(../img/q.png), -ms-linear-gradient(top, #fff, #E5E5E5);
  background-image: url(../img/q.png), -o-linear-gradient(top, #fff, #E5E5E5);
  background-image: url(../img/q.png), linear-gradient(top, #fff, #E5E5E5);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #DADADA;
  position: relative
}

.forg {
  font: 14px 'Roboto', Arial, Helvetica, sans-serif;
  margin: 0 20px;
  color: #5F5F5F
}

.forg:hover {
  color: #2D6EAC
}

a.tooltip span {
  z-index: 10;
  display: none;
  padding: 14px 20px;
  margin-top: -30px;
  margin-left: 28px;
  width: 300px;
  line-height: 16px
}

a.tooltip:hover span {
  display: inline;
  position: absolute;
  color: #111;
  border: 1px solid #DCA;
  background: #fffAF0
}

.callout {
  z-index: 20;
  position: absolute;
  top: 30px;
  border: 0;
  left: -12px
}

a.tooltip span {
  border-radius: 4px;
  box-shadow: 5px 5px 8px #CCC
}

.white-in input[type="checkbox"]+label span {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 2px 4px 0 0;
  vertical-align: top;
  background: transparent url(../img/ch4.png) no-repeat scroll 0 0;
  cursor: pointer;
  vertical-align: -7px
}

.white-in input[type="checkbox"]:checked+label span {
  background: transparent url(../img/ch3.png) no-repeat scroll 0 0
}

.col3 {
  width: 32.7%;
  float: left;
  margin: 0 .3%
}

.registration-form {
  height: 340px;
  width: 100%;
  display: table;
  text-align: center
}

.registration-form p {
  display: table-cell;
  vertical-align: middle
}

.form-nav {
  font: 14px 'Roboto', Arial, Helvetica, sans-serif;
  padding: 4px;
  margin: 4px .3% 0
}

.icon-cre {
  background: transparent url(../img/icon-acc.png) no-repeat scroll 0 0
}

.icon-pho {
  background: transparent url(../img/icon-phone.png) no-repeat scroll 3px 0
}
.error-label {
  color: #E65858
}

.error-label span {
  font: normal 13px 'Roboto', Arial, Helvetica, sans-serif;
  margin: 0 0 0 30px
}

.form-sides {
  float: left;
  width: 40%;
  margin: 6px 0 6px 6px
}

option {
  padding: 5px
}

.sm4 {
  float: right;
  width: 66%
}

.rem-box {
  margin: 10px 0 0
}

.rem-txt {
  float: right;
  width: 88%;
  margin-top: 8px;
}

.rem-txt a {
  font: normal 13px 'Roboto', Arial, Helvetica, sans-serif;
  color: #2D6EAC
}

input[type=radio]:not(old) {
  width: 25px;
  opacity: 0;
  vertical-align: middle
}

input[type=radio]:not(old)+label {
  display: inline-block;
  margin-left: -28px;
  padding-left: 28px;
  background: url(../img/ch4.png) no-repeat 0 0;
  line-height: 25px
}

input[type=radio]:not(old):checked+label {
  background: url(../img/ch3.png) no-repeat 0 0
}
/* ===============================.front-user Design=============================== */
.front-user-body {
  background: #2B2B2B;
  padding-bottom: 50px;
}
.loged-user-top {
  text-align: center;
  background: #0C0C0C;
  margin:0 -15px;
}
.main-content.user-loged{
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    box-shadow: 1px 2px 8px rgba(0,0,0,.5);
    padding:10px;
}
.user-loged h5{
  line-height: 2;
}
.faq-list li {
  display: inline-block;
  font-size: 13px;
  margin-left: -2px;
  margin-right: -1px;
}

.faq-list li a {
  font: normal 13px 'Roboto', Arial, Helvetica, sans-serif;
  color: #D0CBCB;
  display: block;
  padding: 10px;
  text-transform: uppercase;
  border-right: 1px solid #444;
}

.faq-list li a:hover, .faq-list li a.active {
  color: #fff;
}
.qwe {
  display: inline;
  vertical-align: middle;
  margin: 0 0 0 4px
}

.carousel {
  position: relative
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  line-height: 1;
  width: 100%
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block
}

.carousel-inner>.active {
  left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%
}

.carousel-inner>.next {
  left: 100%
}

.carousel-inner>.prev {
  left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0
}

.carousel-inner>.active.left {
  left: -100%
}

.carousel-inner>.active.right {
  left: 100%
}

.carousel-control {
  display: none;
}

.carousel-indicators {
  position: absolute;
  bottom: 60px;
  left: 50%;
  z-index: 25;
  width: 60%;
  padding-left: 0;
  list-style: none;
  text-align: center
}

.slider-main .carousel-indicators {
  bottom: 44px;
  left: 1%;
  width: 30px;
}

.carousel-indicators li {
  display: block;
  width: 16px;
  height: 16px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 16px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
  margin: 0;
  width: 16px;
  height: 16px;
  margin: 1px;
  background-color: #448ccb
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 100px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  font: 30px/40px 'Roboto', Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.slider-main .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 10px;
  font: 15px 'Roboto', Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: justify;
  background: #263E22;
}

.slider-box {
  float: right;
  width: 100%;
  margin: 0;
  text-align: center
}

.slider-box h1 {
  font: 20px 'Roboto', Arial, Helvetica, sans-serif;
  color: #fff
}

.tstamp {
  padding: 4px;
  color: #A8A8A8;
  margin: 10px auto;
  width: 46%
}

.carousel-caption .btn {
  text-shadow: none
}

.btn-more {
  display: block;
  width: 20%;
  font: bold 17px 'Roboto', Arial, Helvetica, sans-serif;
  color: #fcfcfc;
  background: -webkit-linear-gradient(#72a8d9, #2d6dac);
  background: -o-linear-gradient(#72a8d9, #2d6dac);
  background: -moz-linear-gradient(#72a8d9, #2d6dac);
  background: linear-gradient(#72a8d9, #2d6dac);
  border-radius: 4px;
  padding: 10px;
  border: 1px solid #2d6dac;
  margin: 30px auto 6px
}

.btn-more:hover {
  background: #2d6dac
}

.glyphicon {
  display: block;
  width: 28px;
  height: 48px
}

.glyphicon-chevron-left {
  background: transparent url(../img/slider-arrow1.png) no-repeat
}

.glyphicon-chevron-right {
  background: transparent url(../img/slider-arrow2.png) no-repeat
}

.spa-top {
  margin: 10px 0
}

#content {
  background: #000;
  padding: 30px 0
}

.top-head,
.mid-head {
  text-align: center;
  font: bold 18px 'Roboto', Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 30px
}

.mid-head {
  margin: 30px 0
}

.mid-head span {
  color: #538DC5
}

.big-tbl {
  width: 90%;
  margin: 0 auto
}

.big-tbl td {
  font: 14px/22px 'Roboto', Arial, Helvetica, sans-serif;
  border: 1px solid #000;
  padding: 20px;
  background: #212121;
  color: #6D6D6D;
  vertical-align: middle
}

.big-tbl td a,
.small-tbl td a {
  color: #6D6D6D
}

.big-tbl td.l-corn {
  background: #161616;
  border-radius: 4px 0 0 4px;
  background-clip: padding-box;
  text-align: center;
  color: #6D6D6D;
  font: 14px 'Roboto', Arial, Helvetica, sans-serif;
  text-transform: uppercase
}

.big-tbl td.r-corn {
  background: #161616;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  text-align: center;
  color: #6D6D6D;
  font: 14px 'Roboto', Arial, Helvetica, sans-serif;
  text-transform: uppercase
}

.big-tbl td span {
  float: right;
  color: #fff;
  font: bold 22px/22px 'Roboto', Arial, Helvetica, sans-serif;
  vertical-align: middle
}

.tbl-cell1 {
  float: right;
  width: 49%
}

.tbl-cell2 {
  float: left;
  width: 49%
}

.small-tbl {
  width: 100%
}

.small-tbl td {
  font: 11px/13px 'Roboto', Arial, Helvetica, sans-serif;
  border: 1px solid #000;
  padding: 8px;
  background: #212121;
  color: #6D6D6D;
  vertical-align: middle
}

.small-tbl td.l-corn {
  background: #161616;
  border-radius: 4px 0 0 4px;
  background-clip: padding-box;
  text-align: center;
  color: #6D6D6D;
  font: 11px 'Roboto', Arial, Helvetica, sans-serif;
  text-transform: uppercase
}

.small-tbl td.r-corn {
  background: #161616;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  text-align: center;
  color: #6D6D6D;
  font: 11px 'Roboto', Arial, Helvetica, sans-serif;
  text-transform: uppercase
}

.small-tbl td span {
  float: right;
  color: #0E98E7;
  font: bold 13px/13px 'Roboto', Arial, Helvetica, sans-serif;
  vertical-align: middle
}

.small-tbl td span a,
.big-tbl td span a {
  color: #b6862e;
}

.small-tbl td span a:hover,
.big-tbl td span a:hover,
.big-tbl td a:hover,
.small-tbl td a:hover {
  color: #538dc5
}

.tgl {
  font: bold 17px/17px 'Roboto', Arial, Helvetica, sans-serif;
  color: #4d4d4d;
  padding: 14px;
  text-transform: uppercase;
  cursor: pointer;
  background: #bbb;
  background: url(../img/toggle-down-small.png) no-repeat scroll center right;
}

.tgl-first {
  border-radius: 4px 4px 0 0
}

.tgl-last {
  border-radius: 0 0 4px 4px
}

.opened {
  background: #cacaca url(../img/toggle-up-small.png) no-repeat scroll center right
}

.tgl-last.opened {
  border-radius: 0
}

.tgl-content {
  font: 13px/22px 'Roboto', Arial, Helvetica, sans-serif;
  color: #fff;
  display: none;
  padding: 14px;
  background: #2B2B2B;
}

.table-cnt {
  font: 13px/22px 'Roboto', Arial, Helvetica, sans-serif;
  color: #fff;
  display: none;
  padding: 15px;
  background: #2B2B2B;
  border-radius: 0;
  box-shadow: 1px 2px 8px rgba(0,0,0,.5);
  overflow-y: hidden;
}

.tgl-content p {
  padding: 0 0 10px
}

.tgl-content>a {
  font: bold 13px 'Roboto', Arial, Helvetica, sans-serif;
  color: #2b6aa6
}

.resp-img {
  margin: 14px 0;
  width: 100%;
  border-radius: 4px
}

.tgl-content h1,
.tgl-content h2,
.tgl-content h3,
.tgl-content h4 {
  color: #262626;
  text-transform: uppercase;
  margin: 0 0 10px
}

.tgl-content h1 {
  font: bold 25px 'Roboto', Arial, Helvetica, sans-serif
}

.tgl-content h2 {
  font: bold 20px 'Roboto', Arial, Helvetica, sans-serif
}

.tgl-content h3 {
  font: bold 17px 'Roboto', Arial, Helvetica, sans-serif
}

.tgl-content h4 {
  font: bold 13px 'Roboto', Arial, Helvetica, sans-serif
}

.justify {
  text-align: justify
}

.tgl-content ul {
  list-style: none;
  margin: 0 0 10px
}

.tgl-content ul li {
  border: none;
  padding: 4px 4px 4px 20px;
  background: transparent url(../img/dot.png) no-repeat scroll 0 7px
}

.img-left {
  float: left;
  margin: 0 20px 0 0;
  border-radius: 4px
}

.faq-tt {
  display: inline-block;
  background: transparent url(../img/qb.png) no-repeat scroll 0 0;
  width: 15px;
  height: 15px;
  vertical-align: -1px
}

.tgl-content blockquote {
  font: 16px/22px 'Roboto', Arial, Helvetica, sans-serif;
  color: #5F5F5F;
  background: #EAEAEA;
  border: 1px solid #D9D9D9;
  padding: 14px;
  border-radius: 7px;
  text-align: center
}

blockquote>a {
  font: bold 16px 'Roboto', Arial, Helvetica, sans-serif;
  color: #2b6aa6
}

blockquote>a:hover {
  text-decoration: underline
}

.tgl-table {
  background: #dfe6ee;
  border-radius: 7px;
  margin: 14px 0
}

.tgl-table td {
  padding: 14px;
  border-right: 1px solid #BFBFBF
}

.tgl-table td:last-child {
  border: none
}

.block40 {
  width: 40%
}

.sep {
  margin: 15px 0;
  border-bottom: 1px solid #333;
}

.on-top {
  margin: 20px 0 0
}

.table-list {
  width: 100%;
  border-collapse: collapse;
  border-radius: 0 0 4px 4px
}

.table-list tr {
  border-bottom: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  background: transparent;
}

.table-list th {
  font: bold 14px 'Roboto', Arial, Helvetica, sans-serif;
  color: #fff;
  background: #222;
  padding: 7px 10px 6px 10px;
  line-height: 1.2;
  text-align: center;
}

.table-list th a {
  font: normal 14px 'Roboto', Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  padding: 0;
}

.table-list td {
  font-size: 14px;
  color: #aaa;
  padding: 8px 10px;
  background: transparent
}

.table-list tr:last-child {
  border-radius: 0 0 4px 4px
}

.blue-small {
  font: 13px 'Roboto', Arial, Helvetica, sans-serif;
  padding: 2px 8px;
  cursor: pointer;
  color: #fcfcfc;
  background: -webkit-linear-gradient(#72a8d9, #2d6dac);
  background: -o-linear-gradient(#72a8d9, #2d6dac);
  background: -moz-linear-gradient(#72a8d9, #2d6dac);
  background: linear-gradient(#72a8d9, #2d6dac);
  border-radius: 4px
}

.blue-small:hover {
  background: #72a8d9
}

.silv-small {
  font: 13px 'Roboto', Arial, Helvetica, sans-serif;
  padding: 2px 8px;
  cursor: pointer;
  color: #000;
  background: -webkit-linear-gradient(#fff, #c2c2c2);
  background: -o-linear-gradient(#fff, #c2c2c2);
  background: -moz-linear-gradient(#fff, #c2c2c2);
  background: linear-gradient(#fff, #c2c2c2);
  border-radius: 4px
}

.silv-small:hover {
  background: #fff
}

#submenu {
  background: #343333;
}

#submenu .container {
  margin: 0 auto
}

#submenu ul {
  list-style: none
}

#submenu ul>li {
  float: left;
  border-left: 1px solid #000;
  border-right: 1px solid #615b5b;
  padding: 4px 10px;
  position: relative;
  line-height: 2.2;
  margin-right: 20px;
}

#submenu .right ul>li {
  display: block;
  width: 100%;
}

#submenu ul>li:first-child {
  border-left: none
}

#submenu ul>li:last-child {
  border-right: none
}

#submenu ul>li>a {
  font-family: 'Roboto';
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#submenu ul>li>a:hover {
  text-decoration: underline
}

#submenu ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #2B2B2B;
  border-radius: 0 0 4px 4px;
  padding: 5px;
  z-index: 9999999999;
  list-style: none;
  display: none;
}

#submenu ul>li:hover ul {
  display: block
}

#submenu ul>li>ul>li {
  border: none;
  border-bottom: 1px solid #4d4d4d;
  width: 100%;
  padding:0;
}

#submenu ul>li>ul>li:first-child {
  border-top: none
}

#submenu ul>li>ul>li:last-child {
  border-bottom: none
}

#submenu ul li a.time {
  background: transparent url(../img/sub-icon1.png) no-repeat scroll 8px 0;
  padding: 4px 10px 4px 34px
}

#submenu ul li a.chart {
  background: transparent url(../img/sub-icon2.png) no-repeat scroll 8px 0;
  padding: 4px 10px 4px 34px
}

.search-box{
  margin-top:17px;
}
#EventSearchForm{
  position: relative;
}
.srch-inp {
  background-color: #212121;
  border-radius: 4px;
  border: 1px solid #646464;
  color: #0E98E7;
  padding: 0 35px 0 15px;
  width: 100%;
  position: relative;
  z-index: 9;
  box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.5);
  font-family: Roboto,Noto Sans KR,Noto Sans SC,sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  letter-spacing: .4px;
  height: 38px;
  line-height: 38px;
}


.srch-btn {
  float: right;
  width: 32px;
  height: 32px;
  background: transparent url(../img/search.png);
  cursor: pointer;
  background-repeat: no-repeat;
  top: 9px;
  z-index: 999;
  position: absolute;
  right: 3px;
}



.top-important {
  padding: 0 0 4px;
  border-bottom: 1px solid #333;
}

.top-important a {
  display: block;
  padding: 10px;
  font: normal 12px 'Roboto', Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px
}

.filter-box {
  display: none;
  background: #222121;
}

.filter-con-a {
  border-bottom: 1px solid #111;
}

.filter-con-a a {
  font-size: 11px!important;
}

.important1 {
  background: #E7E7E7 url(../img/bet.png) no-repeat scroll 0 0
}

.important1 a:hover {
  background: #2D6EAC url(../img/bet.png) no-repeat scroll 0 0;
  color: #fff
}

.important2 {
  background: #E7E7E7 url(../img/bet.png) no-repeat scroll 0 -50px
}

.important2 a:hover {
  background: #2D6EAC url(../img/bet.png) no-repeat scroll 0 -50px;
  color: #fff
}

.important3 {
  background: #E7E7E7 url(../img/bet.png) no-repeat scroll 0 -100px
}

.important3 a:hover {
  background: #2D6EAC url(../img/bet.png) no-repeat scroll 0 -100px;
  color: #fff
}

.important4 {
  background: #E7E7E7 url(../img/bet.png) no-repeat scroll left bottom
}

.important4 a:hover {
  background: #2D6EAC url(../img/bet.png) no-repeat scroll left bottom;
  color: #fff
}
.sidebar, .sidebar2 {
    margin: 0;
    height: 800px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.sidebar2, .sidebar {
    width: 20%;
}
.sidebar {
    float: left;
}
.sidebar2 {
    float: right;
}
.sports-list {
  list-style: none
}
.content-main {
	float: right;
	margin: 0;
	width: 61% !important;
	height: 800px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.sports-list li {
border-bottom: 1px solid #353535;
background: #2B2B2B;
}

.sports-list li a {
  font: normal 12px 'Roboto', Arial, Helvetica, sans-serif;
  color: #fff;
  display: block;
  padding: 5px 10px 5px 34px;
  text-transform: uppercase;
  position: relative;
  border-left:3px solid #5d5d5d;
}

.sports-list li a span {
  font: normal 14px 'Roboto', Arial, Helvetica, sans-serif
}

.sports-list li a:hover {
  color: #fff;
}
.sports-list li a::after {
  position: absolute;
  top: 8px;
  right: 10px;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #0E98E7;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sports-list li a.active:after {
  position: absolute;
  top: 7px;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  font-size:18px;
}

.sports-list li .filter-box a.active:after {
  content: none;
  font-weight: initial;
}
.icon-sportFootball{
  background:url(../img/icons/sports/soccer.png)no-repeat scroll 2px 2px;
  border-left:3px solid #1a7051;
}
.icon-sportTennis {
  background:url(../img/icons/sports/tennis.png)no-repeat scroll 2px 2px;
  border-left:3px solid #8c893a;
}
.icon-sportBasketball  {
  background:url(../img/icons/sports/basketball.png)no-repeat scroll 2px 2px;
  border-left:3px solid #fca601;
}
.icon-sportVolleyball {
  background:url(../img/icons/sports/volleyball.png)no-repeat scroll 2px 2px;
  border-left:3px solid #cacaca;
}
.icon-sportFormula1 {
  background:url(../img/icons/sports/formula1.png)no-repeat scroll 2px 2px;
  border-left:3px solid #cacaca;
}
.icon-sportRugbyUnion{
  background:url(../img/icons/sports/rugby.png)no-repeat scroll 2px 2px;
  border-left:3px solid #cacaca;
}
.icon-sportCycling {
  background:url(../img/icons/sports/cycling.png)no-repeat scroll 2px 2px;
  border-left:3px solid #cacaca;
}
.icon-sportGolf {
  background:url(../img/icons/sports/golf.png)no-repeat scroll 2px 2px;
  border-left:3px solid #cacaca;
}
.icon-sportHandball {
  background:url(../img/icons/sports/handball.png)no-repeat scroll 2px 2px;
  border-left:3px solid #cacaca;
}
.icon-sportCricket {
  background:url(../img/icons/sports/cricket-equipment.png)no-repeat scroll 2px 2px;
  border-left:3px solid #cacaca;
}
.icon-sportIceHockey {
  background:url(../img/icons/sports/ice-hockey.png)no-repeat scroll 2px 2px;
  border-left:3px solid #00bfff;
}
.icon-sportAmericanFootball {
  background:url(../img/icons/sports/american-football.png)no-repeat scroll 2px 2px;
}
.icon-sportMotorcycling {
  background:url(../img/icons/sports/motor-sports.png)no-repeat scroll 2px 2px;

}
.icon-sportBoxing {
  background:url(../img/icons/sports/boxing.png)no-repeat scroll 2px 2px;

}
.icon-sportBaseball {
  background:url(../img/icons/sports/baseball.png)no-repeat scroll 2px 2px;

}
.icon-sportDarts {
  background:url(../img/icons/sports/dart.png)no-repeat scroll 2px 2px;

}
.icon-sportSnooker {
  background:url(../img/icons/sports/snooker.png)no-repeat scroll 2px 2px;

}
.icon-sportSpeedway {
  background:url(../img/icons/sports/formula-e.png)no-repeat scroll 2px 2px;

}
.icon-sportFutsal {
  background:url(../img/icons/sports/futsal.png)no-repeat scroll 2px 2px;

}
.icon-sportFloorball {
  background:url(../img/icons/sports/floorball.png)no-repeat scroll 2px 2px;

}
.icon-sportRugbyLeague {
  background:url(../img/icons/sports/rugby.png)no-repeat scroll 2px 2px;

}
.icon-sportNascar {
  background:url(../img/icons/sports/mma.png)no-repeat scroll 2px 2px;

}
.icon-sportMartialArts {
  background:url(../img/icons/sports/boxing.png)no-repeat scroll 2px 2px;
  border-left:3px solid #fff;
}
.icon-sportSailing {
  background:url(../img/icons/sports/boat.png)no-repeat scroll 2px 2px;

}
.icon-sportBandy {
  background:url(../img/icons/sports/bandy.png)no-repeat scroll 2px 2px;

}
.icon-sportAlpineSkiing {
  background:url(../img/icons/sports/alpine-ski.png)no-repeat scroll 2px 2px;

}
.icon-sportBiathlon {
  background:url(../img/icons/sports/biathlon.png)no-repeat scroll 2px 2px;

}
.icon-sportRally{
    background:url(../img/icons/sports/rally.png)no-repeat scroll 2px 2px;
}
.icon-sportSkiJumping {
  background:url(../img/icons/sports/ski.png)no-repeat scroll 2px 2px;

}
.icon-sportCross-CountrySkiing {
  background:url(../img/icons/sports/winter-sports.png)no-repeat scroll 2px 2px;

}
.icon-sportWaterpolo {
  background:url(../img/icons/sports/water-polo.png)no-repeat scroll 2px 2px;
}
.icon-sportBadminton {
  background:url(../img/icons/sports/badminton.png)no-repeat scroll 2px 2px;
}

.icon-sportTableTennis {
  background:url(../img/icons/sports/table-tennis.png)no-repeat scroll 2px 2px;
}


.filter-side {
  margin: 10px 0 0
}

.filter-top {
  background: #DBDBDB;
  padding: 6px;
  border-radius: 4px 4px 0 0;
  font: bold 14px 'Roboto', Arial, Helvetica, sans-serif;
  color: #4d4d4d;
  text-transform: uppercase;
  border-bottom: 1px solid #C5C5C5
}

.filt-close {
  background: #DBDBDB url(../img/toggle-up-small.png) no-repeat scroll right center;
  cursor: pointer
}

.filt-close.opened {
  background: #CFCFCF url(../img/toggle-down-small.png) no-repeat scroll right center;
  border-radius: 4px
}

.filter-con {
  border-top: 1px solid #fff;
  background: #F3F3F3;
  padding: 6px;
  font: 13px 'Roboto', Arial, Helvetica, sans-serif;
  color: #4d4d4d
}

.last-con {
  border-radius: 0 0 4px 4px
}

.filter-top input[type="checkbox"]+label span,
.filter-con input[type="checkbox"]+label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 4px 0 0;
  vertical-align: middle;
  background: transparent url(../img/ch6.png) no-repeat scroll 0 0;
  cursor: pointer
}

.filter-top input[type="checkbox"]:checked+label span,
.filter-con input[type="checkbox"]:checked+label span {
  background: transparent url(../img/ch5.png) no-repeat scroll 0 0
}

.slider-main {
  width: 100%;
  margin: 0 0 14px
}

.slider-main .carousel,
.slider-main .carousel img {
  border-radius: 4px
}
.content-main{
    max-height: 800px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.main-bets {
  width: 100%;
  margin: 0 0 14px;
  background: #161616;
  padding: 4px;
  border-radius: 0px;

}

.main-bets h1 {
  font: normal 18px 'Roboto', Arial, Helvetica, sans-serif;
  color: #fff;
  padding: 5px;
  text-transform: uppercase
}

.main-bets h1.inside {
  padding: 7px 0 0 10px;
    background: #343333;
}

.main-bets .nav-tabs {
  float: right
}

.main-bets .nav-tabs>li {
  float: left;
  margin: 0 0 0 10px;
  list-style: none
}

.main-bets .nav-tabs>li>a {
  font: normal 14px 'Roboto', Arial, Helvetica, sans-serif;
    display: block;
    background: #343333;
    border-radius: 0px;
    padding: 10px 8px 10px 40px;
    text-transform: capitalize;
    color: #9b9b9b;
}

.main-bets .nav-tabs>li.tab-bas.active>a {
  background: #0E98E7 url(../img/top-bets2.png) no-repeat scroll 2px 2px
}

.main-bets .nav-tabs>li.tab-fot.active>a {
  background: #0E98E7 url(../img/top-bets2.png) no-repeat scroll -140px 2px
}

.main-bets .nav-tabs>li.tab-ten.active>a {
  background: #0E98E7 url(../img/top-bets2.png) no-repeat scroll -270px 0
}

.main-bets .nav-tabs>li.tab-ice.active>a {
  background: #0E98E7 url(../img/top-bets2.png) no-repeat scroll -384px 2px
}

.main-bets .nav-tabs>li.tab-bas>a {
  background: #343333 url(../img/top-bets.png) no-repeat scroll 2px 2px
}

.main-bets .nav-tabs>li.tab-fot>a {
  background: #343333 url(../img/top-bets.png) no-repeat scroll -140px 2px
}

.main-bets .nav-tabs>li.tab-ten>a {
  background: #343333 url(../img/top-bets.png) no-repeat scroll -270px 0
}

.main-bets .nav-tabs>li.tab-ice>a {
  background: #343333 url(../img/top-bets.png) no-repeat scroll -384px 2px
}

.main-bets .nav-tabs>li.active>a,
.main-bets .nav-tabs>li.active>a:hover,
.main-bets .nav-tabs>li.active>a:focus {
  cursor: default;
  color: #fff;
}

.main-bets .tab-content>.tab-pane {
  display: none
}

.main-bets .tab-content>.active {
  width: 100%;
  display: block;
  padding: 10px;
  margin: 0;
  background: #161616;
  border-radius: 0 0 4px 0
}

.main-bets .tab-content {
  font: 12px 'Roboto', Arial, Helvetica, sans-serif
}

.tab-content h4 {
  font: normal 14px 'Roboto', Arial, Helvetica, sans-serif;
  margin: 0 0 6px;
  color: #fff;
}

.bets-panel {
  list-style: none
}

.tgl-blue-content .bets-panel {
  border-top: 1px solid #265E92;
  border-bottom: 1px solid #427DB4;
  list-style: none
}

.bets-panel li {
  font: 12px 'Roboto', Arial, Helvetica, sans-serif;
  color: #fff;
  border-bottom: 1px solid #333333;
  padding: 10px 0
}

.tgl-blue-content .bets-panel li {
  border-top: 1px solid #427DB4;
  border-bottom: 1px solid #265E92;
  padding: 10px
}

.bets-panel li>a,
.bets-panel li>p {
  font: normal 12px 'Roboto', Arial, Helvetica, sans-serif;
  color: #fff
}

.tgl-blue-content .bets-panel li>a {
  font: normal 13px 'Roboto', Arial, Helvetica, sans-serif;
  color: #fff
}

.tgl-blue-content .more-info {
  font: 13px 'Roboto', Arial, Helvetica, sans-serif;
  color: #fff
}

.h2-bets {
  font: normal 14px 'Roboto', Arial, Helvetica, sans-serif;
  color: #fff;
  margin: 15px 0 0
}

.h2-time {
  font: normal 14px 'Roboto', Arial, Helvetica, sans-serif;
  color: #929292;
  display: inline-block;
  padding: 0 0 0 18px;
  margin: 0 0 0 10px;
  background: transparent url(../img/time-small.png) no-repeat scroll 0 2px
}

.box-w2 {
  padding: 0 4px;
  float: left;
  border-right: 1px solid #dadada
}

.box-w3 {
  font: normal 14px 'Roboto', Arial, Helvetica, sans-serif;
  padding: 0 4px;
  float: left;
  border-left: 1px solid #fff;
  border-right: 1px solid #dadada;
  text-align: center;
  min-width: 160px
}

.box-w3 h5 {
  font: normal 14px 'Roboto', Arial, Helvetica, sans-serif;
  margin: 6px 0
}

.box-w4 {
  padding: 0 4px;
  float: left;
  border-left: 1px solid #fff
}

.box-w4 a {
  float: none;
  margin: 4px auto 0;
  width: 30px
}

.btv {
  color: #000;
  cursor: pointer;
  margin: 4px 0
}

.btv span {
  float: right;
  display: block;
  background: #232222;
  font: normal 14px 'Roboto', Arial, Helvetica, sans-serif;
  border-left: 1px solid #444;
  padding: 6px 12px;
  border-radius: 0px;
  color: #b6862e;
}

.btv em {
  font: normal 14px 'Roboto', Arial, Helvetica, sans-serif;
  display: block;
  float: right;
  background: #000;
  padding: 6px 12px;
  border-radius: 0px;
  color: #b6862e;
}

.btv:hover span,
.btv:hover em {
  background: #2c6dab;
  color: #fff
}

a.add-plus {
  font: bold 13px 'Roboto', Arial, Helvetica, sans-serif;
  display: block;
  float: right;
  background: #d4d4d4;
  padding: 6px;
  border-radius: 4px;
  color: #515151
}

a.add-plus:hover {
  background: #fff;
  color: #528cc3
}

.txt-btv {
  font: bold 13px 'Roboto', Arial, Helvetica, sans-serif;
  color: #528cc3;
  float: right;
  margin: 10px 10px 0 0;
}

.lock-btn {
  background: #232222 url(../img/pass-icon-wi.png) no-repeat scroll center center;
  border-radius: 4px;
  color: #515151;
  width: 90px;
  height: 29px;
  margin: 4px 0 0 6px
}

.ttime {
  font: 12px 'Roboto', Arial, Helvetica, sans-serif;
  color: #858585;
  padding: 2px 2px 2px 20px;
}

.lmb {
  font: 14px 'Roboto', Arial, Helvetica, sans-serif;
  color: #000;
  float: left;
  margin: 0 0 0 10px;
  cursor: pointer
}

.tgl-blue-content .lmb {
  margin: 4px 0 0 10px
}

.lmb span {
  display: block;
  float: right;
  padding: 6px 12px;
  border-radius: 0px;
  color: #5070E1;
}

.lmb em {
  font: normal 14px 'Roboto', Arial, Helvetica, sans-serif;
  display: block;
  float: right;
  padding: 6px 12px;
  border-radius: 0px;
  color: #0E98E7;
}

.lmb:hover span,
.lmb:hover em {
  background: #2D6EAC;
  color: #fff
}

.tgl-blue-content .lmb:hover span,
.tgl-blue-content .lmb:hover em {
  background: #fff;
  color: #2D6EAC
}

.tgl-blue-content .lmb em {
  border-right: 1px solid #2D6EAC
}

.lmb-tv {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 0 0 10px;
  float: left;
  border-radius: 0px;
  background: #232222 url(../img/tv.png) no-repeat scroll 5px 6px
}

.lmb-tv:hover {
  background: #fff url(../img/tv2.png) no-repeat scroll 5px 6px
}

.lmb-chart {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 0 0 10px;
  float: left;
  border-radius: 0px;
  background: #232222 url(../img/tv.png) no-repeat scroll -33px 6px
}

.lmb-chart:hover {
  background: #fff url(../img/tv2.png) no-repeat scroll -33px 6px
}

a.plus {
  font: normal 14px 'Roboto', Arial, Helvetica, sans-serif;
  color: #fff;
  display: block;
  float: left;
  margin: 0 0 0 10px;
  background: #343333;
  padding: 6px;
  border-radius: 0px;
  height: 30px
}

a.plus:hover {
  background: #fff;
  color: #2D6EAC
}

.tgl-blue-content .lmb-tv,
.tgl-blue-content .bets-panel li a.plus,
.tgl-blue-content .lmb-chart {
  margin: 4px 0 0 10px
}

.banner {
  width: 100%;
  height: auto;
  border-radius: 6px;
  position: relative;
  margin: 14px 0
}

.banner img.bg {
  width: 100%;
  border-radius: 6px
}

.vs {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  font: bold 20px 'Roboto', Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  z-index: 99;
  text-shadow: 1px 1px 2px #000
}

.vs span {
  padding: 0 30px
}

.vs a {
  color: #fff
}

.clock-gray {
  font: 16px 'Roboto', Arial, Helvetica, sans-serif;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
  width: 100%;
  opacity: .9;
  text-shadow: 1px 1px 2px #000
}

.clock {
  display: inline;
  vertical-align: -1px;
  opacity: 1
}

.banner>.btn-silver {
  position: absolute;
  left: 10px;
  bottom: 10px
}

.light-menu ul {
  list-style: none;
  background: #2b2b2b;
  padding: 2px;
  margin: 0 0 14px
}

.light-menu ul li {
  padding: 2px 10px;
  display: inline-block;
  border-right: 1px solid #fff
}

.light-menu ul li:last-child {
  border: none
}

.light-menu ul li a {
  font: bold 13px 'Roboto', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #b6862e;
}

.light-menu ul li a:hover {
  color: #fff;
}

.tgl-blue {
  font: normal 12px 'Roboto', Arial, Helvetica, sans-serif;
  color: #fff;
  padding: 7px 14px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #2b2b2b;
  background: url(../img/toggle-up-small.png) no-repeat scroll center right;
  
}

.tgl-blue.opened {
  background-color: #2b2b2b;
  background: url(../img/toggle-down-small.png) no-repeat scroll center right;
}

.tgl-round,
.tgl-extra {
  border-radius: 0px
}

.tgl-blue-content {
  display: none;
  background: transparent
}

.tgl-small-table,
.tgl-blue-table {
  width: 100%;
}

.tgl-small-table tr,
.tgl-blue-table tr {
  border-radius: 0px;
  border-bottom: 1px solid #333 !important;
}

.tgl-small-table tr td {
  font: 12px 'Roboto', Arial, Helvetica, sans-serif;
  color: #fff;
  padding: 10px 20px;
  background: #1e1e1e;
  border-right: 1px solid #111;
}
.tgl-small-table tr td span{
  color:#b6862e;
}
.tgl-small-table tr td a {
  font: 12px 'Roboto', Arial, Helvetica, sans-serif;
  color: #fff;
}

.tgl-small-table tr td a.right {
  font: bold 12px 'Roboto', Arial, Helvetica, sans-serif;
  color: #000
}

.tgl-small-table tr td a:hover {
  color: #2D6EAC
}

.tgl-small-table tr td em {
  font: normal bold 12px 'Roboto', Arial, Helvetica, sans-serif;
  color: #2D6EAC
}

.w50p {
  width: 50%
}

.tgl-blue img {
  display: inline-block
}

.tgl-blue-table tr td {
  font: 13px 'Roboto', Arial, Helvetica, sans-serif;
  color: #F2F7FB;
  padding: 10px 20px;
  border-right: 1px solid #265E92;
  border-left: 1px solid #427DB4;
  background: #2D6EAC
}

.tgl-blue-table tr td a {
  font: 13px 'Roboto', Arial, Helvetica, sans-serif;
  color: #fff
}

.tgl-blue-table tr td a.right {
  font: bold 13px 'Roboto', Arial, Helvetica, sans-serif;
  color: #fff
}

.tgl-blue-table tr td a:hover {
  color: #96B7D6
}

.tgl-extra {
  font: bold 22px/22px 'Roboto', Arial, Helvetica, sans-serif;
  color: #fff;
  padding: 24px 14px
}

.in-blue-cell {
  background: #2D6EAC;
  padding: 2px;
  border-radius: 0 0 4px 4px
}

.bottom-tbl {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate
}

.bottom-tbl td {
  font: 13px 'Roboto', Arial, Helvetica, sans-serif;
  padding: 8px;
  background: #163756;
  color: #fff;
  vertical-align: middle
}

.bottom-tbl td.l-corn {
  background: #122C45;
  border-radius: 4px 0 0 4px;
  background-clip: padding-box;
  text-align: center;
  color: #fff;
  font: 13px 'Roboto', Arial, Helvetica, sans-serif;
  text-transform: uppercase
}

.bottom-tbl td.r-corn {
  background: #122C45;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  text-align: center;
  color: #fff;
  font: 13px 'Roboto', Arial, Helvetica, sans-serif;
  text-transform: uppercase
}

.bottom-tbl td span {
  float: right;
  color: #fff;
  font: bold 13px/13px 'Roboto', Arial, Helvetica, sans-serif;
  vertical-align: middle
}

.bottom-tbl td a,
.bottom-tbl td span a {
  color: #fff
}

.bottom-tbl td a:hover,
.bottom-tbl td span a:hover {
  color: #538dc5
}

.sidebar2-inside {
  background: #333;
  border-radius: 0px;
  padding: 4px
}

.sidebar2-inside h2 {
  font: normal 12px 'Roboto', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding: 7px 13px;
}

.ico-slip {
  background: #2b2b2b;
}

#bet-slip-container .loading {
  position: absolute;
  display: none;
  width: 242px;
  height: 100%;
  opacity: 0.4;
  filter: alpha(opacity=40);
  background-color: #FFFFff;
  background-image: url(../img/loader.gif);
  background-repeat: no-repeat;
  background-position: 50% 55%;
}

.bl-box {
  border-radius: 0px;
  padding: 10px 4px;
  ;
  background: #232222
}

.bl-box .nav-tabs {
  float: left
}

.bl-box .nav-tabs>li {
  float: left;
  margin: 0 5px 5px 0;
  list-style: none
}

.bl-box .nav-tabs>li>a {
  font: normal 11px 'Roboto', Arial, Helvetica, sans-serif;
  display: block;
  background: #90B1D0;
  border-radius: 3px;
  padding: 5px;
  color: #000
}

.bl-box .nav-tabs>li.active>a,
.bl-box .nav-tabs>li.active>a:hover,
.bl-box .nav-tabs>li.active>a:focus {
  cursor: default;
  background: #fff
}

.bl-box .tab-content>.tab-pane {
  display: none
}

.bl-box .tab-content>.active {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  background: transparent;
  border-radius: 0 0 4px 0
}

.bl-box .tab-content {
  font: 14px 'Roboto', Arial, Helvetica, sans-serif
}

.rell {
  display: block;
  float: right;
  background: transparent url(../img/icon-bucket.png) no-repeat scroll 0 0;
  width: 16px;
  height: 20px;
  margin: 2px 4px 0 0
}

.stake {
    border-radius: 2px;
    background: #2b2b2b;
    padding: 7px;
    margin: 0 0 4px;
    border: 1px solid rgba(255,255,255,0.3);
    box-sizing: border-box;
}

.stake-top {
  font: 13px 'Roboto', Arial, Helvetica, sans-serif;
  padding: 3px 0
}

.remove {
  display: block;
  float: right;
  width: 15px;
  height: 15px;
  background: transparent url(../img/close.png) no-repeat scroll 0 0!important;
  margin: 0 0 0 4px
}

.stake a {
  font: normal 16px 'Roboto', Arial, Helvetica, sans-serif;
  background: #0E98E7;
  color: #fff;
  padding: 6px 10px;
  line-height: 3;
}

.stake h3 {
  font: bold 12px/20px 'Roboto', Arial, Helvetica, sans-serif;
  border-top: 1px solid #fff;
  padding: 4px 0 0
}

.stake h4 {
  font: normal 12px/20px 'Roboto', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 4px 0 0;
  color: #000;
}

.stake h4 span {
  color: #2D6EAC
}

.stake-input {
  font: normal 13px 'Roboto', Arial, Helvetica, sans-serif;
  float: right;
  padding: 4px;
  background: #fff;
  border: 1px solid #B7B7B7;
  border-radius: 4px;
  width: 40px;
  text-align: center
}

.stake-no {
  font: 13px 'Roboto', Arial, Helvetica, sans-serif;
  float: left;
  padding: 5px;
  background: #2D6EAC;
  border-radius: 4px;
  width: 40px;
  text-align: center;
  color: #fff
}

.error-log {
  font: normal 12px 'Roboto', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #D34F4F;
  text-align: center;
  padding: 4px 0 0
}

.total {
  font: 14px 'Roboto', Arial, Helvetica, sans-serif;
  color: #fff;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.16) inset;
  padding: 6px;
  margin: 6px 0;
}

.stake-total {
  font: 12px 'Roboto', Arial, Helvetica, sans-serif;
  float: right;
  background: #302d2d;
  color: #fff;
  padding: 4px;
  border-radius: 2px;
  width: 80px;
  text-align: center
}

.winings {
  font: 14px 'Roboto', Arial, Helvetica, sans-serif;
  color: rgba(255,255,255,0.2);
  padding: 6px;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.16) inset;
}

.side-btn-silver {
  width: 100%;
  font: bold 20px 'Roboto', Arial, Helvetica, sans-serif;
  padding: 4px 8px;
  cursor: pointer;
  color: #fcfcfc;
  background: -webkit-linear-gradient(#72a8d9, #2d6dac);
  background: -o-linear-gradient(#72a8d9, #2d6dac);
  background: -moz-linear-gradient(#72a8d9, #2d6dac);
  background: linear-gradient(#72a8d9, #2d6dac);
  border-radius: 4px;
  margin: 6px 0 0
}

.side-btn-silver:hover {
  background: #72a8d9
}

.side-btn-blue {
  display: inline-block;
  font: normal 17px 'Roboto', Arial, Helvetica, sans-serif;
  padding: 4px 18px;
  cursor: pointer;
  color: #000;
  background: #ddd;
  border-radius: 2px;
  margin: 6px 0 0
}

.side-btn-blue:hover,
.side-btn-blue.disabled {
  background: #5d5d5d
}

.ico-login {
  background: transparent url(../img/icon-side2.png) no-repeat scroll 5px 14px
}

.side-log-user {
  width: 100%;
  font: 19px 'Roboto', Arial, Helvetica, sans-serif;
  padding: 4px 8px 4px 30px;
  border-radius: 4px;
  background: #fff url(../img/side-login.png) no-repeat scroll 3px 4px
}

.side-log-pass {
  width: 100%;
  font: 19px 'Roboto', Arial, Helvetica, sans-serif;
  padding: 4px 8px 4px 30px;
  border-radius: 4px;
  margin: 6px 0 0;
  background: #fff url(../img/side-login.png) no-repeat scroll 3px -36px
}

.wcon {
  font: 14px 'Roboto', Arial, Helvetica, sans-serif;
  color: #505050;
  background: #F3F3F3;
  padding: 14px;
  border-radius: 4px
}

.live-bett {
  display: inline-block;
  width: 25px;
  height: 30px;
  vertical-align: middle;
  margin: 0 10px 0 0;
  background: transparent url(../img/menu-icon4.png)
}

.arr-r {
  display: inline-block;
  background: transparent url(../img/arrow-red.png) no-repeat scroll 0 0;
  width: 11px;
  height: 6px;
  vertical-align: middle
}

.arr-g {
  display: inline-block;
  background: transparent url(../img/arrow-green.png) no-repeat scroll 0 0;
  width: 11px;
  height: 6px;
  vertical-align: middle
}

.lock {
  float: left;
  display: block;
  width: 78px;
  height: 29px;
  border-radius: 4px;
  background: #265E93 url(../img/pass-icon-wi.png) no-repeat scroll center center;
  cursor: default;
  border: 1px solid #225586
}

.open-cell {
  display: block
}

.slider-box .small-tbl,
.slider-box .small-tbl tr {
  border-radius: 4px;
  border: none
}

.slider-box .small-tbl td {
  border: none
}

.tgl-blue-content h3 {
  font: bold 18px 'Roboto', Arial, Helvetica, sans-serif;
  color: #fff;
  padding: 10px 10px 10px 30px
}

.live-tns {
  background: transparent url(../img/bets3.png) no-repeat scroll 3px 10px
}

footer {
  background: #4D4D4D;
  color: #484848;
  border-top: 3px solid #0E98E7;
  text-align: center;
}
.footer-menu{
  padding:40px 0;
}
.footer-menu h2{
  color:#fff;
  font-size: 14px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.support li {
  display: inline-block;
  padding: 0 10px;
}
.support li a{
  text-align: center;
  font-family: Roboto Condensed,Noto Sans KR,Noto Sans SC,sans-serif;
  color:#8d8d8d;
  font-style: normal;
  font-size: 18px;
}
.support li a:hover{
  color: rgba(255,255,255,1);
}

.footer-copyright{
  padding: 20px 0;
  text-align: center;
  background: #2A2B2A;
}
.footer-copyright a{
  color:#646464;
  font-family: Roboto condensed;
  font-size: 24px;
}
.footer-copyright p{
  color: rgba(255,255,255,.7);
  margin:5px;
}
ul.social{
  margin-bottom: 20px;
}
.social li{
  display: inline-block;
  margin:0 5px;
}
.social li a{
  color: rgba(255,255,255,.46);
  font-size: 32px;
}


ul.logos_list li{
  display: inline-block;
  margin:0 10px;
}
ul.logos_list li img{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: pointer;
}
ul.logos_list li img:hover{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.bets-panel li>a,
.bets-panel li>p,
.ttime {
  float: left;
}
.deposit {
  margin: 0 auto
}

.inline-cell {
  float: left
}
.bets-panel .pakelti {
  margin-top: -15px;
}

.error {
  border: 1px solid #E65858
}

.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0)
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100)
}

.tooltip.top {
  margin-top: -2px
}

.tooltip.right {
  margin-left: 2px
}

.tooltip.bottom {
  margin-top: 2px
}

.tooltip.left {
  margin-left: -2px
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2D6EAC
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #2D6EAC
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #2D6EAC
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #2D6EAC
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: #2D6EAC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0
}

.on-click:hover,
.big-tbl td.r-corn:hover,
.small-tbl td.r-corn:hover,
.tgl-small-table td:hover,
.tgl-blue-table td.r-corn:hover,
.bottom-tbl td.r-corn:hover {
  background: #232222;
  color: white;
  cursor: pointer;
}

.on-click:hover a,
.tgl-small-table tr td:hover em {
  color: white;
}

img.roll.betslip {
  margin: 0 auto;
}

.buttonmove {
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 10px
}

.dark-table {
  padding-top: 15px;
  padding-left: 10px;
}

.paymenttable {
  margin-top: 15px;
  margin-bottom: 25px;
  width: 100%;
  box-shadow: 1px 2px 8px rgba(0,0,0,.5);
}

.paymenttable tr {
  border-bottom: 1px solid #808080;
}

.paymenttable tr td {
  text-align: left;
  display: inline-block;
  padding: 6px 20px;
  white-space: nowrap;
  vertical-align: middle;
  width: 20%;
  color: #aaa;
}

.forma-box {
  margin-top: 15px;
}

.forma-box1 {
  margin-bottom: 25px;
}

.forma-box2 {
  margin-bottom: 15px;
  margin-top: 10px;
}

.form-nav1 {
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 10px;
}


/* Design By ZIA */

.footer-top-area {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  background: #1E1E1E;
  padding-top: 50px;
}

.client-logos {
  padding: 40px 0;
  border-top: 1px solid #000;
}



#mobileLogin {
  cursor: pointer;
}




/* ================================Casino Page Design================================== */
.casino-top-banner{
  padding: 15px 0;
}
.skippy-fortune img{
    width:100%;
}
.winners ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.winners ul.tabs li {
  background: #1C3339;
  color: #BEC7D0;
  text-transform: uppercase;
  float: left;
  width: 50%;
  font-size: 16px;
  text-align: center;
  padding: 10px 16px;
  cursor: pointer;
  margin: 0px;
  border-bottom: 2px solid transparent;
}

.winners ul.tabs li.current {
    background: #192D34;
    color: #BEC7D0;
    border-bottom: 2px solid #D49F68;
    font-weight: bold;
}
.winners .tab-content {
    display: none;
    background: #192D34;
    padding: 15px;
    width:100%;
}
.winners .tab-content.current {
    display: inline-block;
}
.winner-item{
  padding: 10px 0;
  border-bottom: 1px solid #0E1E23; 
}
.title-left{
  float:left;
  width:60%;
}
.title-left h4{
  color: #BBBFC8;
  text-transform: uppercase;
}
.title-left h5{
  color: #08D6B3;
  text-transform: uppercase;
}
.title-right-price{
  float:left;
  width:40%;
  color: #84c6ec;
}
.title-slider{
  padding:30px;
  background:#282923;
  text-align: center;
}
.title-slider button#signin-button{
    cursor:pointer;
    border:none;
    background:transparent;
}
.title-slider button#signin-button:hover{
    background:transparent;
    color:#fff;
}
.title-slider h2{
    font-size: 18px;
    color: #0E98E7;
    text-align: center;
    text-transform: capitalize;
}
.title-slider h2:hover{
    color:#fff;
}
.casino-game{
  padding: 20px 15px 40px 15px;
  overflow: hidden;
}
.casino-game h2{
    font: 20px 'Open Sans', Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    color: #fff;
    margin: 0 0 20px;
    position: relative;
    padding: 0 0 15px;
}
.casino-game h2::before {
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgba(0,0,0,0.03) 0%, #c0c0c0 15%, rgba(0,0,0,0.03) 100%);
}
.casino-game-item{
    float: left;
    width:16.66%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    padding: 0 4px;
    margin-bottom: 10px;
}
.casino-game-item h3{
    background: linear-gradient(to right, #0E98E7, #000 50%);
    color: white;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-weight: bold;
    font-size: 14px;
    margin-top: -5px;
    height: 30px;
    line-height: 28px;
}
.casino-game-item .playg{
    position: absolute;
    top:0;
    left:0;
    bottom: 0;
    right:0;
    width: 100%;
    height:100%;
    text-align: center;

}
.casino-game-item .playg::after{
    position: absolute;
    content:" ";
    top:0;
    left:0;
    bottom:0;
    right:0;
    width:100%;
    height: 100%;
    background: rgba(0,0,0, 0.5);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .2s;
}
.casino-game-item .playg button#signin-button, .casino-game-item .playg a{
    position: absolute;
    top:50%;
    left:50%;
    text-align: center;
    z-index: 99;
    font-size: 15px;
    font-weight:normal;
    padding:10px 32px;
    color:#000;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .4s;
    letter-spacing: 1.2px;
    border-radius: 4px;
    cursor:pointer;
}

.casino-game-item:hover .playg::after, .casino-game-item:hover .playg button#signin-button, .casino-game-item:hover .playg a{
    opacity: 1;
    visibility: visible;
}
/*========================================livecasino Page Design===========================*/
.livecasino-main {
    padding: 30px 10px;
    background: #222;
    overflow: hidden;
}

.livecasino-main h2{
    font: 20px 'Open Sans', Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    color: #fff;
    margin: 0 0 20px;
    position: relative;
    padding: 0 0 15px;
}

.livecasino-main h2::before {
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgba(0,0,0,0.03) 0%, #c0c0c0 15%, rgba(0,0,0,0.03) 100%);
}

.live-item {
    float: left;
    width: 24.33%;
    margin: 4px;
    position: relative;
    cursor: pointer;
}
.live-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    z-index: 99;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all 0.3s ease 0s;
}

.live-item:hover::after {
    height: 100%;
    opacity: 1;
}
.live-item .hover-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all 0.3s ease 0s;
}
.live-item .hover-text h2 {
  font-size: 46px;
  color: #fff;
}
.live-item img {
    width: 100%;
    height: auto;
}
.live-item:hover .hover-text {
  visibility: visible;
  opacity: 1;
}



/*========================================Virtual Page Design===========================*/
.virtual-main {
  padding: 30px 10px;
  background: #222;
  overflow: hidden;
}
.virtual-main h2::before {
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  position: absolute;
  content: "";
  background: linear-gradient(to right, rgba(0,0,0,0.03) 0%, #c0c0c0 15%, rgba(0,0,0,0.03) 100%);
}
.virtual-main h2 {
  font: 20px 'Open Sans', Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  color: #fff;
  margin: 0 0 20px;
  position: relative;
  padding: 0 0 15px;
}
.virtual-item {
  float: left;
  width: 24.33%;
  margin: 5px;
  position: relative;
  cursor: pointer;
}
.virtual-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  z-index: 99;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all 0.3s ease 0s;
}
.virtual-item img {
  width: 100%;
  height: auto;
}
.virtual-item h3 {
  background: linear-gradient(to right, #0E98E7, #000 50%);
  color: white;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  margin-top: -5px;
  height: 30px;
  line-height: 28px;
}
.virtual-item .playg #signin-button, .virtual-item .playg a {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  z-index: 999;
  font-size: 15px;
  font-weight: normal;
  padding: 10px 32px;
  color: #000;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out .4s;
  letter-spacing: 1.2px;
  border-radius: 4px;
  cursor: pointer;
}
.virtual-item:hover .playg #signin-button, .virtual-item:hover .playg a {
  opacity: 1;
  visibility: visible;
}
.virtual-item:hover::after {
  height: 100%;
  opacity: 1;
}

/*========================================Contact Page Design===========================*/

.con-page-content {
    background: url(../img/contact-page-bg.jpg) no-repeat scroll 0 0;
    padding: 80px 0;
    background-size: cover;
}

.con-page-content .tgl-content {
    background: transparent;
}

.contact-blue-box {
    width: 50%;
    margin: 0px auto;
    padding: 20px 50px;
    background: rgba(0, 0, 0, .2);
    border-radius: 7px;
}

.contact-form h2 {
    color: #fff;
}

div.input {
    margin-bottom: 10px;
}

#ContactIndexForm label {
    display: inline-block;
    margin-right: 10px;
    width: 70px;
    color: #fff;
}

#ContactIndexForm input,
#ContactIndexForm textarea {
    border: 1px solid #f5f5f5;
    padding: 7px 10px;
    width: 100%;
    max-width: 100%;
    color: #fff;
    background: transparent;
    border-radius: 0px;
}

#ContactIndexForm input[type='submit'] {
    display: inline-block;
    width: inherit;
    padding: 7px 30px;
    background: #7AC359;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #7AC359;
    cursor:pointer;
}

.address {
    color: #fff;
    margin-top: 30px;
}

.address h2 {
    color: #fff;
}

.text--ellipsis {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  font-family: 'Myriad Regular';
}

.instant-play {
  margin: 15px 0;
  background: #000;
}
.instant-play a{
  margin: 15px 0;
  display: block;
}
.instant-play a img{
  width:100%;
  height:auto;
}
.tgl-small-table tr td.addBet {
  cursor: pointer;
}

.header__mobile,
#mobile-view,
#Mobile-sports-menu,#login-form.Mobile-view,.lmb-tv,.lmb-chart, .backtop  {
    display: none;
}

/* ===============================Responsive Design Start======================================= */


@media (min-width: 992px) and (max-width: 1170px) {

    .intro-game ul li{
        width:16.4%;
    }
    .slide-caption h1{
        font-size:34px;
    }
    .slide-caption h3 {
        font-size: 20px;
        margin: 12px auto;
    }

    .rem-txt {
        float: right;
        width: 86%;
        margin-top: 8px;
    }

    .faq-list li a,
    .sports-list li a {
        font: normal 12px 'Open Sans', Arial, Helvetica, sans-serif;
        padding: 10px 10px 10px 40px
    }
}


@media (min-width: 768px) and (max-width: 991px) {

    .inline-cell {
        width: 100%;
        margin: 20px
    }

    .open-cell.slenkama-lentele {
        overflow: auto;
    }

    .rem-txt {
        float: right;
        width: 86%;
        margin-top: 8px;
    }
    .blue-box h5 {
        font: 500 14px 'Open Sans', Arial, Helvetica, sans-serif;
        color: #81a8cd;
        text-transform: uppercase;
        margin: 10px
    }
    .login-input {
        background: #161616;
        border: 1px solid #626161;
        width: 140px;
        border-radius: 5px;
        font: 500 18px 'Open Sans', Arial, Helvetica, sans-serif;
        color: #cdcdcd;
        padding: 8px 8px 8px 30px;
        margin: 0 0 5px
    }

    .content,
    .sidebar2 {
        margin: 0 0 14px
    }
    #sports-menu {
        text-align: left;
        padding-left: 20px;
    }
    .intro-game ul li {
        width: 33%;
    }
}


@media (max-width: 767px) {
    .user-registration, .user-reset {
        width: 100%;
        margin: 0 auto;
    }
    .header__mobile {
      position: relative;
      height: 55px;
      border-bottom: 1px solid #0C0C0C;
      display: block;
      padding:10px 0;
    }
    #mobileMenu {
      position: absolute;
      top: 50%;
      left: 10px;
    }
    #mobileLogin{
      position: absolute;
      top: 50%;
      right: 10px;
      padding:5px;
      border:none;
    }
    .header__logo {
      position: absolute;
      display: block;
      top: 15px;
      color: #fff;
      left: 50%;
      width: 130px;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
    }
    #login-btn {
        text-align: center;
        float: none;
    }
    .submenu {
        height: 34px;
        overflow-x: scroll;
        white-space: nowrap;
    }
    .promo-item{
        margin-bottom: 10px;
    }
    .intro-game ul li , .casino-game-item{
        width: 49%;
        margin-bottom: 15px;
        margin:1px;
    }

    #mobile-view {
        position: absolute;
        top: 55px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        width: 100vw;
        height: 100vh;
        display: none;
        overflow: hidden;
        background: #2b2b2b;
    }
    .user-tools .blue-box {
        padding-right: 0px;
        border-right: none;
    }
    .sidebar-loged-user,
    .content-main.user-loged {
        width: 100%;
    }

    #UserDisplayForm {
        text-align: center;
    }

    .clock, #submenu {
        display: none;
    }
    .rem-txt {
        float: right;
        width: 86%;
        margin-top: 8px;
    }
    #main-menu ul li a {
        display: block;
        padding: 16px 12px;
        font: 500 14px 'Open Sans', Arial, Helvetica, sans-serif;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: -1px
    }

    #Mobile-sports-menu {
        display: block;
        width: 100%;
        height: 100%;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        z-index: 1;
    }
    #Mobile-sports-menu .top-important,
    #Mobile-sports-menu .sports-list li {
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase;
    }
    #Mobile-sports-menu .blue-box {
        border: 0px;
        border-radius: 0px;
        background: transparent;
    }
    
    #sports-menu {
        display: none;
    }

    #backToTop {
        text-align: center;
        width: 50px;
        height: 50px;
        background: transparent;
        position: fixed;
        bottom: 15px;
        right: 15px;
        color: #00adb5;
        display: none;
        transition: all 600ms ease 0s;
        z-index: 9999;
    }

    .instant-play {
        display: none;
    }
    #main-menu,
    .desktop-view {
        display: none;
    }
   
    .icon--menu {
        cursor: pointer;
    }
    .icon__self {
        display: block;
    }
    .icon__self {
        display: block;
        color: #fff;
        font-size: 24px;
    }
    .icon_close {
        display: none;
        color: #fff;
        font-size: 24px;
    }
    #mobile-view ul#navbarSupportedContent {
        width: 100%;
        list-style: none;
        border-bottom: 1px solid #505050;
        padding-bottom: 50px;
    }
    #mobile-view ul#navbarSupportedContent li a {
        position: relative;
        display: block;
        font-size: 16px;
        color: #fff;
        line-height: 1;
        padding: 15px 15px;
        text-transform: uppercase;
    }
    #mobile-view ul#navbarSupportedContent li a:after, ul#navbarSupportedContent li #signin-button:after {
        position: absolute;
        content:"\f105";
        top: 12px;
        right: 15px;
        padding: 2px;
        font-family: "Font Awesome 5 Free";
        font-weight: 999;
        color:#fff;
    }
    ul#navbarSupportedContent li #signin-button{
      display: block;
      padding: 12px 12px;
      font-family: 'Roboto';
      font-size: 15px;
      transition: all 0.3s ease-in-out 0s;
      color: #fff;
      text-transform: uppercase;
      border: none;
      width: 100%;
      text-align: left;
      background: none;
      position: relative;
    }
    .lang ul.sub-menu {
      top: 100%;
      left: 0;
    }
    #loged {
        padding: 32px;
        position: initial;
        text-align: center;
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .usr-pl {
        margin-left: 20px;
        margin-top:12px;
        color:#444;
    }
    .usr-pl a, .usr-mo{
        margin-top:12px;
        
    }
    .usr-pl a{
        padding-left: 5px;
    }
    .usr-btn{
        margin-top:10px;
    }
    .sidebar-bottom-menu{
        padding:50px 15px;
    }    
    .sidebar-bottom-menu li a{
        padding: 10px 0;
        font-size: 14px;
        display: block;
    }

    .sidebar2-user-inside {
        display: none;
    }

    .intro-page .container {
        padding: 0px 5%;
    }
    .banner-area {
      padding: 20px 0;
      background-size: initial;
    }
    .bet-btn a {
        padding: 20px 22px;
        font-size: 30px;
    }
    .features > * {
        width: 100%;
        margin: 1em auto;
        float: none;
    }
    .starting-guide ul, #cmpSiteFeatures > ul{
      display: block;
      width:100%;
    }
    .starting-guide ul li, #cmpSiteFeatures > ul > li, #cmpSiteFeatures > ul li > div{
      display: block;
      width:100%;
      margin:15px 0;
    }
    #cmpSiteFeatures > ul > li{
      border-bottom: 1px solid #4d4d4d;
    }
    .starting-guide ul li .step-number {
      margin-right: 15px;
    }

    .livecasino-main,
    .rightsidebar {
        width: 100%;
    }
    .live-item {
        width: 48%;
    }
    .live-item .hover-text h2{
        font-size:22px;
    }
    .top-reg {
        margin-left: 15px;
    }
    .login-input {
        margin: 10px 0;
        width: 100%;
    }
    .contact-blue-box {
        width: 100%;
    }
    #login-form.Mobile-view {
        display: block;
    }
    #login-form.Desktop-view {
        display: None;
    }
    
    .virtual-item {
        width: 48%;
    }
    .tbl-cell1, .tbl-cell2 {
        float: left;
        width: 100%;
    }
    .ttime {
      padding: 2px 2px 2px 0px;
    }
    .content-main, .sidebar, .sidebar2 {
        height: initial;
        width: 100% !important;
    }
    .sidebar2-inside img{
        width:100%;
    }
    .sports-list li a::after {
      content: "";
    }
    
  
    
    
}

@media (max-width: 480px) {
    .call-to-action h2, .call-to-action a{
        padding:15px;
        font-size: 44px;
    }
    .form-inputs1,
    .form-inputs2,
    .form-submit {
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .top-reg {
        float: none;
        text-align: center;
    }

    .sidebar2-user-inside {
        display: none;
    }
    .rem-txt {
        float: right;
        width: 86%;
        margin-top: 8px;
    }  
    #main-menu ul li a {
        display: block;
        padding: 16px 12px;
        font: 500 14px 'Open Sans', Arial, Helvetica, sans-serif;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: -1px
    }

    .big-tbl td {
        padding: 6px;
        text-align: center;
    }
    .intro-page .big-tbl td span {
        display: block;
        width: 100%;
    }
    .top-head,
    .mid-head {
        font: bold 15px 'Open Sans', Arial, Helvetica, sans-serif;
        margin: 0 0 20px;
    }
    .small-tbl td {
        padding: 4px;
        font: 10px/13px 'Open Sans', Arial, Helvetica, sans-serif;
    }
    .tbl-cell1,
    .tbl-cell2 {
        width: 100% !important
    }
    .big-tbl {
        width: 100%;
    }

    .tstamp {
        margin: -5px auto;
    }
    .slider-box .small-tbl td {
        text-align: right;
    }

    .box-w2 {
        width: 100%;
        border-right: none;
    }
    .btv.right span {
        width: 49%;
    }
    .box-w3 {
        min-width: 49%;
        border: none;
    }
    .box-w4 {
        border: none;
        display: flex;
        width: 100%;
        padding: 5px 0;
        margin: 10px 0;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
    }
    .box-w4 a {
        margin: 0px auto 0;
    }
    a.add-plus {
        padding: 4px;
    }
    .form-submit {
        float: none;
        text-align: center;
    }
    #login-form a {
        color: #898484;
        margin: 10px 0;
        display: block;
    }
    #login-form {
        width: 100%;
        padding: 20px;
    }
    .form-input {
        width: 74%;
    }

    #main-menu ul li a .menco {
        display: inline-block !important;
    }
    .bets-panel .pakelti {
        margin-top: 0px;
        float: left;
    }
    .lmb {
       margin: 0px;
    }
    .clock-gray {
        display: none
    }
    .slider-box h1 {
        font: 18px 'Open Sans', Arial, Helvetica, sans-serif;
    }
    .tstamp {
        background: none
    }

    .tgl-small-table tr td {
        padding: 10px 5px;
        font: 10px 'Open Sans', Arial, Helvetica, sans-serif;
    }
    a.plus {
        height: 35px !important
    }
    .rememberme {
        display: block;
        margin-bottom: 10px
    }

    #UserSettingsForm select, #UserSettingsForm .label-txt {
        width: 100%;
    }
    .footer-menu {
        float: left;
    }
    .footer-menu li:first-child a{
        padding-left:0px;
    }
    .live-item , .virtual-item{
        width: 49%;
        margin:1px;
    }
    .sticky-spacer, .sidebar2, .sidebar2-inside {
        width: 100% !important;
        margin: 0;
    }
    .main-bets .tab-content > .active {
        padding: 10px 0;
    }
    
}

