@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format('woff2');
  font-display: swap;
}

body {
    background: #d0d4d9;
    font-family: Tahoma, Geneva, sans-serif;
}

#head {
    position: relative;
    height: 148px;
    background-image: url('../img/bg_header.png');
    background-repeat: repeat-x;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu {
    width: auto;
    font-family: Raleway, sans-serif;
    line-height: 1;
}

#cssmenu {
    position: absolute;
    bottom: 10px;
}

#cssmenu ul {
    background: transparent;
}

#cssmenu > ul > li {
    float: left;
    padding-right: 1px;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu.align-right > ul > li > a {
    margin-right: 0;
    margin-left: -4px;
}

#cssmenu > ul > li > a {
    z-index: 2;
    font-size: 13px;
    font-weight: 400;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 0 20px;
    height: 34px;
    background: #8395b2;
    background: -moz-linear-gradient(top, #8395b2 0, #8395b2 50%, #6a7a92 51%, #546074 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8395b2), color-stop(50%, #8395b2), color-stop(51%, #6a7a92), color-stop(100%, #546074));
    background: -webkit-linear-gradient(top, #8395b2 0, #8395b2 50%, #6a7a92 51%, #546074 100%);
    background: -o-linear-gradient(top, #8395b2 0, #8395b2 50%, #6a7a92 51%, #546074 100%);
    background: -ms-linear-gradient(top, #8395b2 0, #8395b2 50%, #6a7a92 51%, #546074 100%);
    background: linear-gradient(to bottom, #8395b2 0, #8395b2 50%, #6a7a92 51%, #546074 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8395b2', endColorstr='#546074', GradientType=0);
    box-shadow: 0 -3px 0 #445268;
    line-height: 34px;
    color: #fff;
    text-decoration: none;
}

#cssmenu > ul > li.active > a,
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: #c32e00;
    background: -moz-linear-gradient(top, #c32e00 0, #c32e00 50%, #a62801 51%, #8b2202 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c32e00), color-stop(50%, #c32e00), color-stop(51%, #a62801), color-stop(100%, #8b2202));
    background: -webkit-linear-gradient(top, #c32e00 0, #c32e00 50%, #a62801 51%, #8b2202 100%);
    background: -o-linear-gradient(top, #c32e00 0, #c32e00 50%, #a62801 51%, #8b2202 100%);
    background: -ms-linear-gradient(top, #c32e00 0, #c32e00 50%, #a62801 51%, #8b2202 100%);
    background: linear-gradient(to bottom, #c32e00 0, #c32e00 50%, #a62801 51%, #8b2202 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c32e00', endColorstr='#8b2202', GradientType=0);
}

#cssmenu > ul > li > a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 120%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    content: "";
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: perspective(5px) rotateX(2deg);
    -webkit-transform-origin: bottom;
    -moz-transform: perspective(5px) rotateX(2deg);
    -moz-transform-origin: bottom;
    transform: perspective(5px) rotateX(2deg);
    transform-origin: bottom;
}

#cssmenu > ul > li.active > a:after,
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li > a:hover:after {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: #c32e00;
    background: -moz-linear-gradient(top, #c32e00 0, #c32e00 50%, #a62801 51%, #8b2202 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c32e00), color-stop(50%, #c32e00), color-stop(51%, #a62801), color-stop(100%, #8b2202));
    background: -webkit-linear-gradient(top, #c32e00 0, #c32e00 50%, #a62801 51%, #8b2202 100%);
    background: -o-linear-gradient(top, #c32e00 0, #c32e00 50%, #a62801 51%, #8b2202 100%);
    background: -ms-linear-gradient(top, #c32e00 0, #c32e00 50%, #a62801 51%, #8b2202 100%);
    background: linear-gradient(to bottom, #c32e00 0, #c32e00 50%, #a62801 51%, #8b2202 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c32e00', endColorstr='#8b2202', GradientType=0);
}

#midlogo {
    width: 226px;
    height: 138px;
    margin: 0 auto;
    background: url('../img/midlogo.jpg') no-repeat;
}

#content {
    background-color: #f0f3f6;
}

#socnet {
    background-color: #white;

}

#sidebar {
    background-color: #637289;

}

#footer {
    list-style: none;
    position: relative;
    height: 103px;
    width: 100%;
    background-color: #3f4f66;
    background: url(../img/bg_footer.png) repeat-x;
    margin-bottom: 0px;
    padding-top: 45px;
}

#footer ul li{
    display: inline-block;
}
#footer ul li a{
    color: white;
}

#tursp {
    position: absolute;
    top: 45px;
    left: 29px;
    font-size: 2.5em;
    color: #fff;
    letter-spacing: -1px;
    text-decoration: none;
}

#tursp strong {
    color: #8dd3fe;
    font-size: 1em;
}


.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: white;
}


.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
    background-color: #f7f8f8;
}


.spritsport {
    display: block;
    width: 24px;
    height: 24px;
    background: url('../img/sport_sprit.gif') no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -99999;
}


.spritsport.sprit-baseball {
    background-position: -48px 0;
}

.spritsport.sprit-basketball {
    background-position: -72px 0;
}

.spritsport.sprit-boxing {
    background-position: -120px 0;
}

.spritsport.sprit-footy {
    background-position: -120px -24px;
}

.spritsport.sprit-handball {
    background-position: -24px -48px;
}

.spritsport.sprit-hockey {
    background-position: -48px -48px;
}

.spritsport.sprit-moto_gp {
    background-position: -72px -48px;
}

.spritsport.sprit-others {
    background-position: -48px -72px;
}

.spritsport.sprit-football {
    background-position: -96px -72px;
}

.spritsport.sprit-rugby {
    background-position: -96px -72px;
}

.spritsport.sprit-tennis {
    background-position: -24px -96px;
}

.spritsport.sprit-volleyball {
    background-position: -95px -96px;
}




.overview-name a {
    font-size: 12px;
    text-align: left;
    color: #424e59;
    max-width: 896px;
    text-decoration: underline;
}

.overview-cat  {
color: #006acc;
font-size: 10px;
font-weight: normal;
text-align: left;
}

.overview-time  {
    color: #dd0500;
    font-weight: bold;
    font-size: 12px;
}

.overview-tv a {
    background: url('../img/sport_sprit.gif') no-repeat -48px -120px;
    width: 22px;
    height: 17px;
    display: block;
    margin: 0 auto;
}

#happyDog {
    background-color: #000;
    width: 300px;
    height: 250px;
    position: absolute;
    display: none;
    margin: 0px auto;
    margin-top: 370px;
    margin-left: -250px;
    z-index: 3;
}

.closebet {
    color: #cc4598;
    background-color: #000;
    cursor: pointer;
}

#lazyCat {
    display: none;
    z-index: 3;

}

.small_banner {
  position: absolute;
  right: 33px;
  top: 32px;
}

div.main {
  display:table-cell;
  padding: 23px 20px;
  background: #f0f3f6;
}

div.sidebar {
  display:table-cell;
  float: right;
  width: 296px;
  margin-left: 25px;
}

div.main,.adds_content,.bet_content,.video_content,.well {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}


@media only screen and (max-width: 1095px) {
.small_banner {
  display: none;
}
}

}
@media only screen and (max-width: 1095px) {
#midlogo {
  display: none;
}
}

@media only screen and (max-width: 1095px) {
#logotext {
  display: none;
}
}

@media only screen and (min-width: 500px) {
#phonelogo {
  display: none;
}
}

@media only screen and (max-width: 500px) {
  .col-md-3 {
    display: none;
  }
}
