﻿body {
  background: #fff url(/img/white/fr-bg.jpg) no-repeat center bottom;
  font-family: 'Exo 2',sans-serif;
}

.home-body {
  background: #fff url(/img/white/fr-bg.jpg) no-repeat center bottom;
}

.other-body {
  background-color: #fff;
  background-image: url(/img/white/fr-bg.png),url(/img/white/other-bg.jpg);
  background-repeat: no-repeat,no-repeat;
  background-position: center bottom,center -100px;
}

.more-click {
 background: url(/img/white/plus-ms.png) no-repeat center center !important;
 display: block;
 width: 30px;
 height: 30px;
 position: absolute;
 top: 0px;
 cursor: pointer;
}

table {
  width: 100%;
}

/*
table,td,th {
  border: 1px solid #123355;
}
*/

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

.no-bd {
  border: 0 solid #123355 !important;
}

/*ICONS*/
.football {
  background: url(/img/0.png) no-repeat center center;
}

.basketball {
  background: url(/img/22.png) no-repeat center center;
}

.tennis {
  background: url(/img/37.png) no-repeat center center;
}

.hockey {
  background: url(/img/8.png) no-repeat center center;
}

.duels {
  background: url(/img/3.png) no-repeat center center;
}

.hand-ball {
  background: url(/img/7.png) no-repeat center center;
}

.water-polo {
  background: url(/img/9.png) no-repeat center center;
}

.volleyball {
  background: url(/img/38.png) no-repeat center center;
}

.baseball {
  background: url(/img/39.png) no-repeat center center;
}

.combat {
  background: url(/img/40.png) no-repeat center center;
}

.us-football {
  background: url(/img/41.png) no-repeat center center;
}

.rugby {
  background: url(/img/42.png) no-repeat center center;
}

.snooker {
  background: url(/img/43.png) no-repeat center center;
}

.darts {
  background: url(/img/44.png) no-repeat center center;
}

.ping-pong {
  background: url(/img/45.png) no-repeat center center;
}

.sand-footbal {
  background: url(/img/46.png) no-repeat center center;
}

.motorsports {
  background: url(/img/47.png) no-repeat center center;
}

.athletics {
  background: url(/img/48.png) no-repeat center center;
}

.ski {
  background: url(/img/50.png) no-repeat center center;
}

.fav {
  background: url(/img/star.png) no-repeat center center;
}

/*END ICONS*/
/*HEADER*/
header {
  position: absolute;
  width: 100%;
  z-index: 100;
}

.top-header {
  overflow: hidden;
}

.custom-form {
  display: inline-block;
  padding-top: 10px;
}

.custom-form .form-group {
  display: inline-block;
  margin-right: 5px;
  margin-left: 0;
  margin-bottom: 0;
}

.login-reg {
  text-align: right;
}

.custom-form .form-group input {
  width: 178px;
  height: 28px;
  border-radius: 0;
  background-color: rgba(255,255,255,0);
  font-family: 'Exo 2',sans-serif;
  font-size: 12px;
  color: #fff;
  border-left: #4c4752 solid 1px;
  border-right: #4c4752 solid 1px;
  border-bottom: #919096 solid 1px;
  border-top: none;
  -webkit-box-shadow: inset 1px 4px 10px 0 rgba(0,0,0,0.8);
  -moz-box-shadow: inset 1px 4px 10px 0 rgba(0,0,0,0.8);
  box-shadow: inset 1px 4px 10px 0 rgba(0,0,0,0.8);
}

.custom-form .form-group input:focus {
  border: solid 1px #fff;
  -webkit-box-shadow: inset 0 0 12px -1px rgba(255,255,255,0.8);
  -moz-box-shadow: inset 0 0 12px -1px rgba(255,255,255,0.8);
  box-shadow: inset 0 0 12px -1px rgba(255,255,255,0.8);
}

.custom-form ::-webkit-input-placeholder {
  color: rgba(255,255,255,1.0) !important;
}

.custom-form :-moz-placeholder {
  color: rgba(255,255,255,1.0) !important;
}

.custom-form ::-moz-placeholder {
  color: rgba(255,255,255,1.0) !important;
}

.custom-form :-ms-input-placeholder {
  color: rgba(255,255,255,1.0) !important;
}

.enter {
  padding: 6px 30px;
  background: #fff;
  font-size: 11px;
  color: #000c16;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Exo 2',sans-serif;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  border: none;
  vertical-align: top;
}

.main-btn {
  font-family: 'Exo 2',sans-serif;
  color: /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1e767+0,feb645+100;Yellow+3D */
#fff;
 background: #f16767;
  background: -moz-linear-gradient(top,#f16767 0%,#f50101 100%);
  background: -o-linear-gradient(to bottom,#f16767 0%,#f50101 100%);
  background: -webkit-linear-gradient(top,#f16767 0%,#f50101 100%);
  background: linear-gradient(to bottom,#f16767 0%,#f50101 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1e767',endColorstr='#feb645',GradientType=0);
  border: solid 1px #fff;
  padding: 5.5px 14px;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.main-btn:hover {
  background: #fff;
  border: solid 1px #fff;
}

.register-btn {
  font-size: 11px;
  margin-left: 6px;
  margin-right: 6px;
  vertical-align: top;
}

.forgot-password {
  font-size: 12px;
  font-family: 'Exo 2',sans-serif;
  display: inline-block;
  margin-left: 10px;
  color: #c8ccd7;
  vertical-align: bottom;
  line-height: 2.3em;
}

.sc-lg span {
  display: inline-block;
  font-family: 'Exo 2',sans-serif;
  font-size: 13px;
  color: #bdbfca;
}

.website-color {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-left: 30px;
  position: relative;
  top: 2px;
}

.website-color li {
  display: inline-block;
}

.website-color li a {
  width: 12px;
  height: 12px;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.website-color li span {
  display: inline-block;
  color: #fff;
  font-family: 'Exo 2',sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  position: relative;
  bottom: 2px;
  margin-left: 8px;
}

.white-bg {
  background: #fff;
}

.blue-bg {
  background: #163454;
  position: relative;
  left: -4px;
}

.social-language {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.language-list {
  top: 10px !important;
  width: 20px !important;
  height: 20px !important;
  background: transparent !important;
  border: 0 solid #ccc !important;
  border: 0 solid rgba(0,0,0,.15) !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0) !important;
  box-shadow: 0 6px 12px rgba(0,0,0,0) !important;
}

.language-list li {
  position: relative;
  bottom: 3px;
}

.language-list li a:hover {
  background: transparent !important;
}

.social-language li {
  display: inline-block;
}

.social-language li a {
  display: block;
  padding: 15px 10px;
}

.social-language > li > a:hover {
  background: #363847;
}

.language {
  margin: 0;
  padding: 0;
  position: relative;
}

.main-header {
  width: 100%;
  height: 60px;
  background: #ddf1f9;
  background: -moz-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
  background: -webkit-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
  background: linear-gradient(to bottom,#ddf1f9 0%,#feffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddf1f9',endColorstr='#feffff',GradientType=0);
  -webkit-box-shadow: 0 5px 23px 0 rgba(0,0,0,0.58);
  -moz-box-shadow: 0 5px 23px 0 rgba(0,0,0,0.58);
  box-shadow: 0 5px 23px 0 rgba(0,0,0,0.58);
}

.logo {
  display: block;
  margin-top: 10px;
}

.navbar-static-top {
  display: none;
}

/*DESCTOP MENU CSS*/
#cssmenu,#cssmenu:before,#cssmenu:after,#cssmenu > ul:before,#cssmenu > ul:after {
  content: "";
  display: table;
}

#cssmenu:after,#cssmenu > ul:after {
  clear: both;
}

#cssmenu {
  width: auto;
  zoom: 1;
  float: right;
}

#cssmenu > ul {
  margin: 0;
  padding: 0;
  position: relative;
}

#cssmenu > ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#cssmenu > ul > li {
  float: left;
  position: relative;
}

#cssmenu > ul > li > a {
  padding: 21px 15px;
  display: block;
  color: #00315c;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Exo 2',sans-serif;
  font-weight: 600;
}

#cssmenu > ul > li:hover > a {
  background: #3d5670;
  color: #fff;
}

#cssmenu > ul > li > a > span {
  line-height: 18px;
}

#cssmenu > ul > li.active > a,#cssmenu > ul > li > a:active {
  background: #0066b3;
  color: #fff;
}

#cssmenu > ul ul {
  display: none;
  position: absolute;
  top: 61px;
  background: #0066b3;
  margin: 0;
  padding: 0;
  z-index: 1;
}

#cssmenu ul li a:hover,#cssmenu ul li a.dropdown-toggle.active {
  background-color: #0066b3;
  color: #fff;
}

.button-dropdown a i {
  font-size: 11px;
  position: relative;
  bottom: 1px;
  left: 4px;
}

#cssmenu > ul ul:before {
  content: "";
  position: absolute;
  top: -10px;
  width: 100%;
  height: 20px;
  background: transparent;
}

#cssmenu > ul ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

#cssmenu > ul ul li a {
  padding: 10px 26px;
  font-family: 'Exo 2',sans-serif;
  display: block;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  width: 220px;
  border-bottom: solid 1px #ddf1f9;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

#cssmenu > ul ul li:last-child a {
  border: none;
}

#cssmenu > ul ul li a:hover {
  background: #0066b3;
}

#cssmenu > ul ul li a:active {
  background: #0066b3;
}

/*END HEADER*/
/*SLIDER*/
.custom-jumbotron {
  background: none;
  padding-top: 111px;
  padding-bottom: 10px;
  margin: 0;
}

.custom-indicators {
  bottom: 560px !important;
}

.slide-1 {
  background: url(/img/body-top-bg-min.png) no-repeat top center !important;
  height: 1208px !important;
  width: 100% !important;
}

.slide-2 {
  background: url(/img/slider-2.jpg) no-repeat top center !important;
  height: 1208px !important;
  width: 100% !important;
}

.slide-3 {
  background: url(/img/white/slider-3.jpg) no-repeat top center !important;
  height: 1208px !important;
  width: 100% !important;
}

.slide-3-EN {
  background: url(/img/white/slider-3_EN.jpg) no-repeat top center !important;
}

.slide-3-SQ {
  background: url(/img/white/slider-3_SQ.jpg) no-repeat top center !important;
}

.slide-4 {
  background: url(/img/white/slider-4.jpg) no-repeat top center !important;
  height: 1208px !important;
  width: 100% !important;
}

.slide-5 {
  background: url(/img/white/slide-5.jpg) no-repeat top center !important;
  height: 1078px !important;
  width: 100% !important;
  margin-top: 130px;
}

.slide-tcfin{
  background: url(/img/white/slide_fin17.jpg) no-repeat top center !important;
}

.slide-fibonaci{
  background: url(/img/white/slide_fibonaci.jpg) no-repeat top center !important;
}

.slide-fibonaci-EN{
  background: url(/img/white/slide_fibonaciEN.jpg) no-repeat top center !important;
}

.slide-tc2017{
  background: url(/img/white/slide_TC2017.jpg) no-repeat top center !important;
}

.slide17{
  background: url(/img/white/slide_polska.jpg) no-repeat top center !important;
}

.slide15g{
  background: url(../white/img/slide_15god.jpg) no-repeat top center !important;
}

.slider_visoko{
  background: url(/img/white/slider_visoko.jpg) no-repeat top center !important;
}

.live_festina{
  background: url(/img/white/live_festina.jpg) no-repeat top center !important;
}

.slide-vs2017{
  background: url(/img/white/slide_VS2017.jpg) no-repeat top center !important;
  }
  
  .slide-leto16{
  background: url(../white/img/slide_rekviziti.jpg) no-repeat top center !important; 
}


.slide-5 a{
  display: block;
  width: 170px;
  height: 65px;
  border-radius: 5px;
  background: #ef5023;
  text-align: center;
  padding-top: 20px;
  color: #fff;
  font-family: 'Exo 2',sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0px auto;
  position: relative;
  top: 32%;
  border: solid 1px #ef5023;
    -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.slide-5 a:hover{
  border: solid 1px #ef5023;
  background: #fff;
   color: #ef5023;
}

.caption-slide-4 {
  margin-top: 360px;
}

.caption-slide-4 h1 {
  font-family: 'Exo 2',sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 rgba(0,0,0,1);
}

.caption-slide-4 p {
  font-family: 'Exo 2',sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-shadow: 2px 2px 0 rgba(0,0,0,1);
}

.slide-1-img {
  position: relative;
  top: 10px;
  width: 22%;
}

.slide-2 a {
  font-family: 'Exo 2',sans-serif;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 50px;
  background: #e4007b;
  position: absolute;
  left: 528px;
  top: 480px;
  border-radius: 5px;
  border: solid 2px #e4007b;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.slide-2 a:hover {
  background: #fff;
  border: solid 2px #e4007b;
  color: #e4007b;
}

.slide-3 a {
  font-family: 'Exo 2',sans-serif;
  font-size: 19px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  padding: 15px 45px;
  background: #f9c522;
  position: absolute;
  left: 41%;
  top: 40%;
  border-radius: 5px;
  border: solid 2px #fff;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.slide-3 a:hover {
  background: #fff;
  border: solid 2px #f9c522;
}

.slide-caption {
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 4;
}

.custom-item {
  text-align: center;
  position: relative;
}

.custom-item img {
  margin: 0 auto;
}

.custom-carousel-inner {
  margin-top: -131px;
}

.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}


.main-wrapper {
  margin-top: -538px;
}

.slide-links {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 605px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}

.slide-links li {
  display: inline-block;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  width: 5%;
}

.slide-links li a img {
  transition: All .3597s ease;
  -webkit-transition: All .3597s ease;
  -moz-transition: All .3597s ease;
  -o-transition: All .3597s ease;
  transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
}

.slide-links li:hover a img {
  transform: rotate(0deg) scale(1.05) skew(0deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1.05) skew(0deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1.05) skew(0deg) translate(0px);
  -o-transform: rotate(0deg) scale(1.05) skew(0deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1.05) skew(0deg) translate(0px);
}

.slide-links li a img {
  width: 100%;
}

.custom-item p {
  width: 42%;
  margin: 0 auto;
  margin-top: 55px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 300;
  font-size: 23px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 rgba(0,0,0,1);
}

.carousel-control.left {
  background: none !important;
}

.carousel-control.right {
  background: none !important;
}

/*END SLIDER*/
.banner-area-1 img {
  width: 100%;
}

.banner-area-2 img {
  width: 100%;
  height: 100%;
}

.cover-news {
  background: #ddf1f9;
  background: -moz-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
  background: -webkit-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
  background: linear-gradient(to bottom,#ddf1f9 0%,#feffff 100%);
  height: 318px;  
}

.news {
  background: #ddf1f9;
  background: -moz-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
  background: -webkit-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
  background: linear-gradient(to bottom,#ddf1f9 0%,#feffff 100%);
  -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
}

.main-story {
  padding-right: 0;
  cursor: pointer;
}

.main-story-inner {
  overflow: hidden;
}

#owl-demo-1 .item {
  max-width: 669px;
  overflow: hidden;
}

#owl-demo-1 .owl-buttons {
  position: absolute;
  right: -31px;
  width: 45px;
  height: 90px;
  background: red;
  top: 228px;
  color: transparent;
}

.owl-prev {
  width: 45px;
  height: 45px;
  display: block;
  background: red url(/img/white/owl-1-arrow.png) no-repeat center center;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.owl-next {
  width: 45px;
  height: 45px;
  background: red url(/img/white/owl-1-arrow.png) no-repeat center center;
  display: block;
}

.wht-1 {
  width: 35px;
  height: 165px;
  top: 0;
  left: -20px;
}

.wht-2 {
  width: 45px;
  height: 45px;
  bottom: 0;
  right: -32px;
  text-align: center;
  padding: 13px 0 13px 18px;
}

.wht-3 {
  width: 35px;
  height: 100px;
  top: 0;
  left: -20px;
}

.wht-4 {
  width: 35px;
  height: 165px;
  top: 0;
  left: -20px;
}

.wht-2 img {
  display: block;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.s-wht {
  display: block;
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background: rgba(241,103,103,1);
  background: -moz-radial-gradient(center,ellipse cover,rgba(241,103,103,1) 0%,rgba(245,1,1,1) 100%);
  background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(241,103,103,1)),color-stop(100%,rgba(245,1,1,1)));
  background: -webkit-radial-gradient(center,ellipse cover,rgba(241,103,103,1) 0%,rgba(245,1,1,1) 100%);
  background: -o-radial-gradient(center,ellipse cover,rgba(241,103,103,1) 0%,rgba(245,1,1,1) 100%);
  background: -ms-radial-gradient(center,ellipse cover,rgba(241,103,103,1) 0%,rgba(245,1,1,1) 100%);
  background: radial-gradient(ellipse at center,rgba(241,103,103,1) 0%,rgba(245,1,1,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16767',endColorstr='#f50101',GradientType=1);
}

.wht-1 p {
  color: #fff;
}

.wht-3 p {
  color: #fff;
}

.wht-4 p {
  color: #fff;
}

.main-story:hover .main-story-inner {
  background: #0066b3;
}

.main-story img {
  transition: All .3597s ease;
  -webkit-transition: All .3597s ease;
  -moz-transition: All .3597s ease;
  -o-transition: All .3597s ease;
  transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
}

.main-story:hover img {
  transform: rotate(0deg) scale(0.97) skew(0deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(0.97) skew(0deg) translate(0px);
  -moz-transform: rotate(0deg) scale(0.97) skew(0deg) translate(0px);
  -o-transform: rotate(0deg) scale(0.97) skew(0deg) translate(0px);
  -ms-transform: rotate(0deg) scale(0.97) skew(0deg) translate(0px);
}

.main-news-content {
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 15px;
}

.img-full {
  width: 100%;
}

.date {
  color: #3B3C3E;
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'Exo 2',sans-serif;
  font-weight: 300;
  display: block;
  margin-bottom: 5px;
}

.title-news {
  color: #00315c;
  font-size: 17px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.content-news {
  color: #1f2932;
  font-size: 12px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 300;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.share {
  background: url(/img/share.png) no-repeat center left;
}

.view {
  background: url(/img/view.png) no-repeat center left;
}

.other-title-news {
  color: #00315c;
  font-size: 14px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 25px;
  padding-right: 35px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}


.other-content {
  overflow: hidden;
  padding-top: 5px;
}

.news-img {
  float: left;
  padding-right: 15px;
}

.hv-effetc {
  cursor: pointer;
}

.hv-effetc:hover {
  background: #0066b3;
}

.news-img img {
  transition: All .3597s ease;
  -webkit-transition: All .3597s ease;
  -moz-transition: All .3597s ease;
  -o-transition: All .3597s ease;
  transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
}

.hv-effetc:hover .news-img img {
  transform: rotate(0deg) scale(0.93) skew(0deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(0.93) skew(0deg) translate(0px);
  -moz-transform: rotate(0deg) scale(0.93) skew(0deg) translate(0px);
  -o-transform: rotate(0deg) scale(0.93) skew(0deg) translate(0px);
  -ms-transform: rotate(0deg) scale(0.93) skew(0deg) translate(0px);
}

.keno img {
  width: 100%;
}

.check-ticket {
  margin-top: 30px;
}

.check {
  background: #0066b3 url(/img/tiket-bg.png) no-repeat 0 0;
  width: 100%;
  height: 212px;
  padding: 7px;
  border: solid 5px #102a44;
}

.ch-box {
  width: 100%;
  background: #cdcdcd;
  height: 62px;
}

.ch-box:nth-child(2) {
  margin: 7px 0;
}

#CaptchaImage{
   width:150px !important;
   height:40px !important;
   position: absolute;
   margin-top: 45px;
}

.check-captcha{
 cursor: pointer;
 float:right;
 height:40px;
 margin-top:5px;
 }

.check-field {
  width: 93%;
  height: 200px;
  margin-left: 10px;
  background-size: 100% 100%;
  padding: 5px 15px 15px;
}

.check-by-sport-mobile{
  margin: 0 31px 0px 0 !important;
  z-index: 9999 !important;
}

.ticket-header{
margin-top: 2px;
margin-bottom: 5px;	
}

.ticket-info {
  margin: 0;
  padding: 4px 10px;
}

.ticket-info li {
  display: block;
  color: #002b4c;
  font-size: 13px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 600;
}

.ticket-info li span {
  color: #0d82da;
  font-weight: 400;
  margin-left: 4px;
}

.ticket-ins {
  margin: 0;
  padding: 4px 28px;
}

.ticket-ins li {
  color: #002b4c;
  font-size: 13px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
}

.check-ticket-code .form-group {
  margin-bottom: 6px;
}

.check-ticket-code .form-group input {
  width: 275px;
  height: 30px;
  border-radius: 0;
  border: solid 1px #f8c023;
}

.check-ticket-code .form-group label {
  font-size: 13px;
  font-family: 'Arial',sans-serif;
  color: #fff;
  font-weight: 400;
}

.check-btn {
  font-size: 12px;
}

.bilten {
  margin-top: 30px;
}

.bilten-inner {
  position: relative;
}

.bilten-main {
  background: #ddf1f9;
  background: -moz-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
  background: -webkit-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
  background: linear-gradient(to bottom,#ddf1f9 0%,#feffff 100%);
  -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  overflow: hidden;
  cursor: pointer;
}

.bilten-main:hover {
  background: #0066b3;
}

.bilten-main img {
  transition: All .3597s ease;
  -webkit-transition: All .3597s ease;
  -moz-transition: All .3597s ease;
  -o-transition: All .3597s ease;
  transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
}

.bilten-main:hover img {
  transform: rotate(0deg) scale(0.93) skew(0deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(0.93) skew(0deg) translate(0px);
  -moz-transform: rotate(0deg) scale(0.93) skew(0deg) translate(0px);
  -o-transform: rotate(0deg) scale(0.93) skew(0deg) translate(0px);
  -ms-transform: rotate(0deg) scale(0.93) skew(0deg) translate(0px);
}

.bilten-info {
  padding-top: 15px;
  padding-right: 80px;
  position: relative;
  height: 260px;
}

.download-bilten {
  padding: 4px 0 5px 28px;
  background: url(/img/bilten-icon.png) no-repeat 0 0;
  position: absolute;
  bottom: 4px;
  left: 0;
  font-size: 12px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #0066B3;
}

.bilten-main:hover .download-bilten {
  background: url(/img/bilten-icon.png) no-repeat 0 -26px;
  color: #fff;
}

.bilten-other {
  height: 270px;
  -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  position: relative;
}

.hover-efc {
  position: absolute;
  width: 100%;
  height: 270px;
  background: -moz-linear-gradient(top,rgba(221,241,249,0) 0%,rgba(221,241,249,0) 1%,rgba(255,255,255,0.53) 39%,rgba(255,255,255,1) 73%);
  background: -webkit-linear-gradient(top,rgba(221,241,249,0) 0%,rgba(221,241,249,0) 1%,rgba(255,255,255,0.53) 39%,rgba(255,255,255,1) 73%);
  background: linear-gradient(to bottom,rgba(221,241,249,0) 0%,rgba(221,241,249,0) 1%,rgba(255,255,255,0.53) 39%,rgba(255,255,255,1) 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddf1f999',endColorstr='#FFFFFF',GradientType=0);
  top: 0;
  left: 0;
  cursor: pointer;
}

.hover-efc:hover {
  -webkit-box-shadow: inset 0 0 0 5px rgba(0,102,179,1);
  -moz-box-shadow: inset 0 0 0 5px rgba(0,102,179,1);
  box-shadow: inset 0 0 0 5px rgba(0,102,179,1);
  background: -moz-linear-gradient(top,rgba(30,87,153,0) 0%,rgba(29,87,154,0) 1%,rgba(0,102,179,0.57) 41%,rgba(0,102,179,1) 71%);
  background: -webkit-linear-gradient(top,rgba(30,87,153,0) 0%,rgba(29,87,154,0) 1%,rgba(0,102,179,0.57) 41%,rgba(0,102,179,1) 71%);
  background: linear-gradient(to bottom,rgba(30,87,153,0) 0%,rgba(29,87,154,0) 1%,rgba(0,102,179,0.57) 41%,rgba(0,102,179,1) 71%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799',endColorstr='#0066b3',GradientType=0);
}

.hover-efc .download-bilten {
  left: 15px;
  bottom: 15px;
}

.hover-efc:hover .download-bilten {
  background: url(/img/bilten-icon.png) no-repeat 0 -26px;
  color: #fff;
}

.tables {
  margin-top: 50px;
  position: relative;
}

.custom-table thead tr th {
  font-size: 11px !important;
}

.match-name {
  background: #f16767;
  background: -moz-linear-gradient(top,#f16767 0%,#f50101 100%);
  background: -o-linear-gradient(to bottom,#f16767 0%,#f50101 100%);
  background: -webkit-linear-gradient(top,#f16767 0%,#f50101 100%);
  background: linear-gradient(to bottom,#f16767 0%,#f50101 100%);
  width: 280px;
  pointer-events: none;
}

.match-name img {
  display: inline-block;
  float: left;
  padding: 3px 0 0 5px;
  position: relative;
}

.match-name span {
  display: inline-block;
  float: left;
}

.dark-blue {
  background: #0066b3 !important;
  }
  
 .dark-blue span{
	 color: #fff !important;
 }

.light-blue-inner {
  width: 100%;
  height: auto;
  background: #043a6a;
  position: relative;
  z-index: 120;
  padding: 8px 0;
}

.dark-blue-inner {
  width: 100%;
  height: auto;
  background: #0066b3;
  position: relative;
  z-index: 120;
  padding: 8px 0;
}

.hide-thead {
height: 0; 
overflow: hidden;
}

.floating-header{
position: fixed;
top: -76px !important;
padding-top: 0 !important;
color: rgb(255, 255, 255);
z-index: 99999;
background: none;
width: 100%;
pointer-events: none;
}

.del-shadow {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.custom-tabs {
  position: relative;
  background: #ddf1f9;
  background: -moz-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
  background: -webkit-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
  background: linear-gradient(to bottom,#ddf1f9 0%,#feffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddf1f9',endColorstr='#feffff',GradientType=0);
  border-bottom: 1px solid #0c2d4e;
}

.no-tik{
  vertical-align: inherit !important;
  color: #00315c;
  margin-left: 10px;
  width: 32px !important;
}

.vau-table .custom-tabs li.active a {
  background: #f16767;
  background: -moz-linear-gradient(top,#f16767 0%,#f50101 100%);
  background: -o-linear-gradient(to bottom,#f16767 0%,#f50101 100%);
  background: -webkit-linear-gradient(top,#f16767 0%,#f50101 100%);
  background: linear-gradient(to bottom,#f16767 0%,#f50101 100%);
}

.vau-table .custom-tabs li:hover a {
  background: #f16767;
  background: -moz-linear-gradient(top,#f16767 0%,#f50101 100%);
  background: -o-linear-gradient(to bottom,#f16767 0%,#f50101 100%);
  background: -webkit-linear-gradient(top,#f16767 0%,#f50101 100%);
  background: linear-gradient(to bottom,#f16767 0%,#f50101 100%);
}

.vau-table .custom-tabs li {
    background: inherit !important;
}

  .btnShowMoreTipster {
	padding: 5px 10px;
	border: solid 1px #00315c;
	color: #00315c !important;
	font-family: "Exo 2";
  }
  .btnShowMoreTipster:hover {
	border: solid 1px #ff0000;
	color: #ff0000 !important;
  }
  
.tipster-equation{
background-image: url(/img/white/formula.png);
width: 460px;
height: 35px;
background-repeat: no-repeat;
 }	  

.pop-click{
   background: url(/img/white/plus-ms.png) no-repeat center center !important;
   display: block;
   width: 40px;
   height: 30px;
   left: -1px;
   top: -2px;
   position: absolute;
   cursor: pointer;
}

.pop-click-1{
   background: url(/img/white/plus-ms.png) no-repeat center center !important;
   display: block;
   width: 40px;
   height: 30px;
   position: absolute;
   top: 0px;
   cursor: pointer;
}

.pop-click-1.active{
   background: url(/img/min.png) no-repeat center center !important;
   display: block;
   width: 40px;
   height: 30px;
   position: absolute;
   top: 0px;
   cursor: pointer;
}

.statusPromasen {
color: #f00 !important;
}

.statusDobiten {
color: #0b0 !important;
}
.statusPonisten {
    text-decoration: line-through;
}

.my-table{
  padding: 20px 30px 0px 30px;
  background: #fff;
  position: relative;
}

.my-table h2{
    font-family: 'Exo 2',sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    text-align: left;
    margin: 0;
    padding-bottom: 30px;
    position: absolute;
    left: 0px;
    top: -40px;
    text-shadow: 2px 2px 0 rgba(0,0,0,1);
}

.statistika-icon{
background-image: url(/img/white/ftt.png);
width: 16px;
height: 10px;
margin: 0 auto;
background-repeat: no-repeat;
vertical-align: middle;
 }	


.stats-scroll{
  max-height: 500px;
  overflow: auto;
}

.stats-scroll{
  max-height: 500px;
  overflow: auto;
}

.my-stats{
  padding: 20px 30px !important;
  top: 200px !important;
  left: 50px;
}

.stats-table {
  color: #212121;
  text-align: center;
  overflow: hidden;
  border-bottom: solid 1px #123355;
  border-left: solid 1px #123355;
  border-right: solid 1px #123355;
  border-top-style: hidden;
  table-layout: fixed;
  width: 100%;
}

.stats-table tbody tr td {
  color: #00315c;
}

.stats-table thead tr th {
  color: #fff !important;
  font-size: 11px;
  text-align: center;
  font-family: 'Arial',sans-serif;
  font-weight: 400;
  padding: 8px 0;
  position: relative;
  z-index: 500;
  overflow: hidden;
  background-color: #0066b3;
}

.stats-table thead tr th span {
  font-size: 11px;
}

.stats-table tbody {
  z-index: 0;
}

.stats-rows tr:nth-child(even){
  background: #F1F1F1 !important;
  border: 3px solid #fff;
  }
.stats-rows tr:nth-child(odd){
  background: #EBF6FB !important;
  border: 3px solid #fff;
}

.stats-tim span{
    text-align: left;
    display: block;
    padding-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 125px;
    margin-right: 0;
    padding-right: 0;
}

.stats-border{
border-right: 1px solid white !important;
}

.stats-total{
  border-right: 1px solid white !important;
  background: #FF0000;
}

.stats-total span{
  color: #fff !important;
  font-weight: 700 !important;
}

.btn-popup .main-btn{
  font-family: 'Exo 2',sans-serif;
  font-size: 14px;
}

.divTiketMoreInfo{
  color: #00315c;
  font-family: 'Exo 2', sans-serif;	
  font-size: 13px;
  float: left;
  padding: 22px 0 0;	
}

.divTiketMoreInfo span{
  padding-right: 5px
}

.view-my-table {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    background: rgba(0,0,0,0.6);
    color: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    display: none;
}

.btn-popup{
  float: right;
  padding: 0;
  margin: 20px 0;

}

.btn-popup li{
  display: inline-block;
}

.tables .custom-tabs li {
  float: right;
  text-align: left;
  border-left: solid 1px #102944;
}

.tables .custom-tabs li.active a {
  background: #0066b3;
  color: #fff !important;
  border: none;
  border: none !important;
}

.tables .custom-tabs li.active p {
  color: #fff !important;
 }

.tables .custom-tabs li:hover a {
  background: #0066b3;
  border: none !important;
}

.tables .custom-tabs li:hover p {
  color: #fff !important;
 }

.custom-tabs li {
  text-align: left;
}

.custom-tabs li a {
  padding: 10px 20px;
  border-radius: 0;
  border: none !important;
  margin-right: 0;
}

.custom-tabs li a span {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.custom-tabs li a p {
  display: inline-block;
  margin: 0;
  padding-left: 7px;
  text-transform: uppercase;
  color: #00315c;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Exo 2',sans-serif;
}

.custom-tabs.active p {
  color: #fff !important;
 }

.ui-datepicker-year {
  color: #000 !important;
}

.ui-corner-all {
  cursor: pointer;
}

.disc-tabs {
  position: absolute !important;
  left: 12px;
  top: 10px;
  color: #00315c;
  font-family: 'Exo 2',sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0 !important;
}

.tables-inner {
  border: solid 10px #0d2c4c;
  -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  position: relative;
  overflow: hidden;
}

.table-1 {
  background: #004179;
}

.main-table {
  color: #212121;
  text-align: left;
  overflow: hidden;
  border-bottom: solid 1px #123355;
  border-left: solid 1px #123355;
  border-right: solid 1px #123355;
  border-top-style: hidden;
  margin-bottom: 10px;
  }

.main-table tbody tr td {
  color: #00315c;
  font-size: 12px;
  text-align: center;
  font-family: 'Arial',sans-serif;
  font-weight: 400;
  position: relative;
  padding: 5px 0;
  border: 3px solid #feffff;
}

.main-table.mt-1 tbody tr td {
  background: #043a6a;
}

.shablon-table{
  padding: 10px;
}

.bg-click td.active{
  background: #91CCE4 !important
}

.main-table thead tr th {
  color: #fff !important;
  font-size: 12px;
  text-align: center;
  font-family: 'Arial',sans-serif;
  font-weight: 400;
  padding: 8px 0;
  z-index: 85;
  overflow: hidden;
  background-color: #0066b3;
  border: 1px solid #feffff;
}

.main-table thead tr th span {
  font-size: 9px;
}

.main-table tbody {
  z-index: 0;
}

/* .main-table tbody tr:hover {
  background-color: #2d6da5 !important;
} */

td.click, th.click {
	background-color: #95DEFF !important;
}

td.hover, tr.hover {
	background-color: #95DEFF !important;
}

th.hover, tfoot td.hover {
	background-color: #00315c !important;
}

td.hovercell, th.hovercell {
	background-color: #95DEFF;
}

td.hoverrow, th.hoverrow {
	background-color: #95DEFF !important;
	}

/**/
.main-table-1 {
  color: #212121;
  text-align: left;
  overflow: hidden;
  border-bottom: solid 1px #004980;
  border-left: solid 1px #004980;
  border-right: solid 1px #004980;
  border-top-style: hidden;
  table-layout: fixed;
  width: 100%;
}

.main-table-1 tbody tr td {
  position: relative;
  color: #00315c;
  font-size: 12px;
  text-align: center;
  font-family: 'Arial',sans-serif;
  font-weight: 400;
  padding: 5px 0;
}

.main-table-1 tbody tr:hover {
  background-color: #dbdbdb !important;
}

.tm {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.tl {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.main-table-1.mt-1 tbody tr td {
  background: #043a6a;
}

.main-table-1 thead tr th {
  color: #fff !important;
  font-size: 12px;
  text-align: center;
  font-family: 'Arial',sans-serif;
  font-weight: 400;
  padding: 8px 0;
  z-index: 98;
  overflow: hidden;
  background-color: #0066b3;
  border: 1px solid #123355;
}

.main-table-1 thead tr th span {
  font-size: 11px;
}

.main-table-1 tbody {
  z-index: 0;
}

.hb {
  border-bottom-style: hidden;
}

/* .custom-table-1>tbody>tr:hover {
  background: #fff !important;
} */

.custom-table-1>tbody>tr>td {
  cursor: pointer;
}

.tractive {
  background-color: #91CCE4 !important;
}

.home-table-tbody tr td span {
  position: relative;
  z-index: 90;
  cursor: pointer;
}

.home-table-tbody tr td.active {
  background: #043a69;
  color: #fff;
  background: -moz-linear-gradient(top,#06559a 0%,#043a69 100%);
  background: -o-linear-gradient(to bottom,#06559a 0%,#043a69 100%);
  background: -webkit-linear-gradient(top,#06559a 0%,#043a69 100%);
  background: linear-gradient(to bottom,#06559a 0%,#043a69 100%);
  z-index: 2;
  }

.home-table-tbody tr td:hover span {
  color: #f50101;
}

.open-table-1 {
 background: transparent !important;
 color: #00315c;
 font-weight: 400 !important;
 border: 3px solid #fff;
}

.open-table-2 {
  background: transparent !important;
  color: #e89f04 !important;
  font-weight: 700 !important;
}

.open-table-3 {
  background: transparent !important;
  color: #f4595d !important;
}

.open-table-4 {
  background: transparent !important;
  color: #fff !important;
  font-weight: 400 !important;
}

.dark-blue:hover tr td {
  background: none !important;
}

tr.dark-blue:hover td {
  background-color: #062341;
}

.goal {
  color: #fff !important;
  font-weight: 600;
  background: #00315c;
  padding: 2px 2px;
}

span.in-time.goal {
    color: #fff !important;
    font-weight: 600;
}

.ui-icon-circle-triangle-w {
  background: url(/img/date-arrow.png) no-repeat center center;
  width: 16px;
  height: 16px;
  display: block;
  -ms-transform: rotate(180deg);
/* IE 9 */
  -webkit-transform: rotate(180deg);
/* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.ui-icon-circle-triangle-e {
  background: url(/img/date-arrow.png) no-repeat center center;
  width: 16px;
  height: 16px;
  display: block;
}

/*tr:nth-child(even) td:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: -5000px;
    width: 10000px;
    height: 100%;
    z-index: -10;
}*/

  .more-msg {
    width: 100%;
    padding: 12px 25px;
    background: #ddf1f9;
    background: -moz-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
    background: -webkit-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
    background: linear-gradient(to bottom,#ddf1f9 0%,#feffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddf1f9',endColorstr='#feffff',GradientType=0);
    border: solid 1px #f2f5f8;
    text-align: center;
      font-family: 'Exo 2',sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #212121;
    cursor: pointer;
}

/* 
.home-table-tbody>tr>td:hover::after {
  content: "";
  position: absolute;
  background: #2d6da5;
  left: 0;
  top: -5000px;
  height: 10000px;
  width: 100%;
  z-index: 0;
} */

.light-blue>td:hover::after {
  content: "";
  position: absolute;
  background-color: transparent !important;
  left: 0;
  top: -5000px;
  height: 10000px;
  width: 100%;
  z-index: 0;
}

.home-table-tbody tr .custom-td:hover::after {
  content: "";
  position: inherit !important;
  background-color: transparent !important;
  left: 0;
  top: 0 !important;
  height: 10000px;
  width: 100%;
  z-index: 0;
}

.r:hover::after {
  content: "";
  position: absolute;
  background: transparent !important;
  left: 0;
  top: 0 !important;
  height: 10000px;
  width: 100%;
  z-index: 0;
}

.ctc-inner::-webkit-scrollbar {
  width: 7px;
}

.ctc-inner::-webkit-scrollbar-track {
  background: #0d2b4b;
}

.ctc-inner::-webkit-scrollbar-thumb {
  background: #ffc700;
}

.custom-table {
  overflow: hidden;
  border: solid 1px #fff;
}

.custom-table thead tr th {
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-family: 'Arial',sans-serif;
  font-weight: 400;
  padding: 8px 0;
}

.custom-table tbody tr td {
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-family: 'Arial',sans-serif;
  font-weight: 400;
  padding: 6px 0;
  border: solid 1px #fff;
  position: relative;
}

.imp-no {
  background: #e6060c;
  display: inline-block !important;
  text-align: center;
  font-family: 'Arial',sans-serif;
  font-weight: 400;
  width: 10px !important;
  height: 16px !important;
  font-size: 11px;
  line-height: 1.5;
  position: absolute !important;
  right: 10px;
  top: 6px;
}

.open-table-1.select-qu {
  background: #0066b3 !important;
  color: #fff !important;
  z-index: 999;
}

/* .open-table-1.select-qu:hover {
  background: #0d2c4c !important;
  z-index: 999;
} */

.result-head {
  background: #062340;
}

.result-head-league {
  background: #043a6a;
}

.result-head-league tr td {
  position: relative;
  z-index: 9999;
}

.custom-table tbody tr td {
  color: #00315c;
  font-size: 12px;
  text-align: center;
  font-family: 'Arial',sans-serif;
  font-weight: 400;
  padding: 4px 0;
  position: relative;
}

.th-table {
  background: #EBF6FB !important;
  border: 1px solid #123355;
}

/* .th-table td:hover {
background: #006ac6 !important;
} */

.sec-table,tr.result-row:nth-child(odd) {
  background: #F1F1F1;
}

.fr-table,tr.result-row:nth-child(even) {
  background: #EBF6FB !important;
}

.table-left-text {
    text-align: left;
    display: block;
    padding-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 175px;
    margin-right: 0;
    padding-right: 0;
}

.inner-ticke-mob::-webkit-scrollbar {
  width: 12px;
}

.inner-ticke-mob::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1);
  border-radius: 10px;
  background: #ffe3a9;
}

.inner-ticke-mob::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1);
  background: #f0a200;
}

.date-match {
  color: #fff;
  font-family: 'Exo 2',sans-serif;
  font-weight: 700;
  text-align: left;
  padding-left: 5px;
  width: 250px !important;
  font-size: 13px !important;
  text-transform: uppercase;
  }
  
 .date-match-du {
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  text-align: left;
  padding-left: 13px;
  width: 250px !important;
  font-size: 12px !important;
  text-transform: uppercase;
  }

.table-responsive[data-pattern="priority-columns"] {
  border: none !important;
}

.league:hover span {
  color: #fff !important;
}

.date-official-match {
  text-align: left !important;
  padding: 0 !important;
}

.date-official-match span {
  text-transform: uppercase;
  font-family: 'Exo 2',sans-serif;
  font-weight: 600;
  font-size: 12px;
  padding-left: 15px;
}

.league span {
  position: relative;
  left: 3px;
  top: 0;
  text-align: left !important;
  text-transform: uppercase;
  font-family: 'Exo 2',sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.2px;
}

.mb-result-head .league span {
	display: inline-block !important;
	margin-bottom: 0 !important;
	color: #fff;
	font-family: 'Exo 2',sans-serif;
	font-weight: 700;
	font-size: 11px;
}

.mb-result-head .league {
	padding:4px 0 4px 0!important;
}

#mob_datepicker{
		width:100%;
		height:auto;	
background:inherit;
	font-size:16px;
	margin:5px 0;
	padding:0;
}

#mob_datepicker  .ui-datepicker{
	padding:0;
}

#mob_datepicker  .ui-state-default {
	background: #ddf1f9;
  background: -moz-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
  background: -webkit-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
  background: linear-gradient(to bottom,#ddf1f9 0%,#feffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddf1f9',endColorstr='#feffff',GradientType=0);
	color: #00315c;
	border: none;
}

#mob_datepicker  .ui-state-active{
	background: #00315c;
	color: #fff !important;
	border: none;
}

#mob_datepicker .ui-datepicker-header {
	background-color:#ff0000;
}
#mob_datepicker .ui-datepicker-today  a{
	border: 1px solid #104A80;
	color: #00315c;
}
#mob_datepicker  td.ui-datepicker-current-day{
	border: inherit;
}

#mob_datepicker  .ui-datepicker th {
	color:#ff0000;
}

#mob_datepicker  .ui-datepicker td a:hover {
	background-color:#104a80;
}


#mob_datepicker .ui-datepicker-inline{
		margin:auto;
		width:100%;
}

#mobtb .sport-head{
	padding: 7px 0 2px 0;
}

#mobtb .sport-head span{
	font-size:12px;
	font-weight:700;
	margin-bottom:0;
}
#mobtb figure {
	margin:3px 0;
}

.league-mb {
  background: #0066b3;
  padding: 6px 15px;
  width: 100%;
  display: block;
}

.league-mb span {
  text-transform: uppercase;
  font-family: 'Exo 2',sans-serif;
  font-weight: 600;
  font-size: 12px;
}

.league img {
  position: relative;
  right: 2px;
  bottom: 1px;
  padding-left: 7px;
}

.yellow-field {
  background: #f16767;
  background: -moz-linear-gradient(top,#f16767 0%,#f50101 100%);
  background: -o-linear-gradient(to bottom,#f16767 0%,#f50101 100%);
  background: -webkit-linear-gradient(top,#f16767 0%,#f50101 100%);
  background: linear-gradient(to bottom,#f16767 0%,#f50101 100%);
  color: #fff !important;
}

.yellow-field span:hover {
color: #fff !important;
}

.minus {
  background: url(/img/min.png) no-repeat center center;
  width: 15px;
  height: 15px;
  display: block;
  margin: 0 auto;
  line-height: 4;
}

.show-stat {
  border: 0 !important;
}

#sortable {
  padding: 0;
  margin: 0;
}

#sortable>li {
  display: block;
  cursor: move;
}

#sortable-1 {
  padding: 0;
  margin: 0;
}

#sortable-1>li {
  display: block;
}

.plus {
  background: url(/img/plus.png) no-repeat center center;
  width: 13px;
  height: 13px;
  display: block;
  margin: 0 auto;
  line-height: 4;
  position: relative;
  z-index: 9998;
}

.x {
  background: url(/img/x.png) no-repeat center center;
  width: 15px;
  height: 15px;
  display: block;
  margin: 0 auto;
  line-height: 4;
}

.mob-remove-l {
  background: url(/img/white/x_mob.png) no-repeat center center;
  width: 15px;
  height: 15px;
  float: right;
  display: block;
  margin-top: -16px;
}

.col-xs-15,.col-sm-15,.col-md-15,.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

/* Livebet start */

.live-par-naziv {
    color: #00315c;
}

/* .display-info_live .tip.UP {
	color:#00ff00
	}
	
.display-info_live .tip.DW {
	color:#ff0000
	} */

.pg-live {
    color: #00315c;
	}
	
	
.pairGame ul li:last-child {
color: #404040;
}

.sifra-dopolnitelni {
    color: #ff0000;
}

.liga-dopolnitelni {
    color: #00315c !important;
}

.table-tipovi-dopolnitelni {
    background: #91CCE4;
}

.dopolnitelniTipDiv {
    border: solid 2px #91CCE4;
    background-color: #fff;
}

.dopolnitelniTipZnak {
    color: #00315c;
}

.dopolnitelniKvota {
    color: #ff0000;
}

.time-code-live-sifra li{
	color: #ff0000 !important;
}

    .display-info_live td:nth-child(1) > div {
        background: #fff;
        border: 1px solid #ff0000;
    }

    .display-info_live td:nth-child(2) > div {
        background: #fff;
        border: 1px solid #ff0000;
    }
    .display-info_live td:nth-child(3) > div {
        background: #fff;
        border: 1px solid #ff0000;
    }

    .display-info_live td:last-child > div {
        background: #ff0000;
        color: #fff !important;
    }


/* Livebet end */



@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

.partners {
  margin-bottom: 50px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
}

.partners-inner {
  background: #eef5e0;
  overflow: hidden;
  padding: 25px 0;
}

.partners-items {
  text-align: center;
}

.bet {
  padding: 115px 109px 30px;
  margin-top: 50px;
}

.bet-inner {
  -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  overflow: hidden;
  padding: 10px;
}

.loaction-td {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.etc {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.custom-panel-body div .checkbox {
  display: block;
  margin: 1px 0 !important;
  background: #0066b3;
  padding: 8px 15px;
  color: #fff;
}

.custom-check {
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
}

.custom-check label {
  padding-left: 40px;
}

.custom-check input {
  position: relative;
  bottom: 14px !important;
}

.custom-panel-body div .checkbox input[type=checkbox] {
  margin-left: 0;
  position: absolute;
  right: 10px;
  top: 8px;
}

.custom-panel-body {
  padding: 0;
  border: none !important;
}

.custom-panel-body div label {
  padding: 0;

}

.custom-panel-body div label span {
  font-size: 13px;
  font-family: 'Exo 2',sans-serif;
  color: #fff;
    -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}


.custom-panel-body div label span:hover{
  color: #ffc700;
}

.custom-panel-body div label img {
  position: relative;
  top: 0;
}

.custom-panel {
  border-radius: 0 !important;
  background: none;
  margin-top: 0 !important;
}

.custom-panel-heading {
  padding: 0 !important;
}

.panel-title {
  position: relative;
}

.custom-panel-heading .panel-title a {
  padding: 10px 15px;
  width: 100%;
  display: block;
  font-size: 13px;
  font-family: 'Exo 2',sans-serif;
  background: #0066b3;
  color: #fff;
  position: relative;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.custom-panel-heading .panel-title:hover a{
  color: #ffc700;
}

.icon-tab {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  bottom: 1px;
}

#backtotop {
  border-radius: 50%;
  background: linear-gradient(to bottom,rgba(241,103,103,0.7) 0%,rgba(245,1,1,0.7) 100%);
  display: block;
  position: fixed;
  bottom: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
  left: 50%;
  opacity: 0;
  transition: all 0.4s ease 0s;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  line-height: 30px;
  z-index: -1;
  cursor: pointer;
  }

#backtotop:hover {
  background: #fff;
  transition: .4s;
  color: #062341;
  }

#backtotop.active {
  opacity: 1;
  z-index: 1500;
  }

.custom-collapse {
  padding-left: 15px;
}

.styled-select select {
  background: transparent;
  width: 100%;
  border: 0;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;
  font-size: 14px;
  font-family: 'Exo 2',sans-serif;
  color: #fff;
  background: url(/img/time-icon.png) no-repeat 10px center;
  padding-left: 30px;
}

.styled-select {
  width: 100%;
  height: 34px;
  overflow: hidden;
  background: #0066b3 url(/img/data-arrow.png) no-repeat 95% center;
  border: 1px solid #5d7287;
}

.btn-iscisti {
  font-size: 14px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  color: #fff;
  height: 34px;
  overflow: hidden;
  background: #0066b3 !important;
  border: 1px solid #5d7287;
}

.btnPocetokMobilen{
  font-size: 14px;
  font-family: 'Exo 2',sans-serif;
  color: #fff;
  background: #0066b3 !important;
  border: 1px solid #5d7287;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1e767',endColorstr='#feb645',GradientType=0);
  padding: 5.5px 14px;
  border-radius: 0;
  text-transform: uppercase;
  overflow: hidden;
  font-weight: 400;
  height: 34px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  float: right;
  width: 36%;
  text-align: center;
  margin: 5px 5px 0 0;
}

.btnPocetokMobilen:hover {
  background: #fff;
  color: #fff;
  border: solid 1px #fff;
}

.btn-denesni {
  font-size: 14px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  color: #fff;
  height: 34px;
  width: 49% !important;
  overflow: hidden;
  background: #00417a !important;
  border: 1px solid #5d7287;
  float: left;
}

.btn-utresni {
  font-size: 14px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  color: #fff;
  height: 34px;
  width: 49% !important;
  overflow: hidden;
  background: #00417a !important;
  border: 1px solid #5d7287;
  float: right;
  margin-bottom: 15px
}

.main-check {
  position: absolute;
  z-index: 90;
  right: 10px;
  top: 8px;
}

.main-check-1 {
  position: absolute;
  z-index: 9999;
  right: 10px;
  top: 8px;
}

.newTM {
	border-width: 1px 0;
	border-style: solid;
	border-color: #06559b
  }

.no-tx {
  padding-left: 4px;
  font-size: 12px;
}

.panel-group h3 {
  font-size: 14px;
  color: #00315c;
  font-weight: 700;
  font-family: 'Exo 2',sans-serif;
  text-transform: uppercase;
  padding-left: 15px;
}

.code {
  color: #FF0000 !important;
  font-weight: 700 !important;
}

.gr {
  color: #f4595d !important;
  font-weight: 700 !important;
}

.custom-td {
  padding: 0 !important;
  position: relative;
  z-index: 90;
  display: none;
  background: #91CCE4;
  border-bottom: none;
}

.custom-tab-pane {
  width: 100%;
  background: #91CCE4;
  overflow: hidden;
}

#draggable-container {
  right: 46px;
  bottom: 0;
  overflow: hidden;
  position: fixed;
  z-index: 99999;
  background: #52a947;
}

#draggable {
  background: #197527;
	padding:10px 10px 5px 10px;
  margin: 10px;
}

.tp {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  height: 26px;
  width: 420px;
}

#tp:first-child {
  margin-top: 10px;
}

.result-real-time-1 {
  border: solid 10px #52a947;
  background: #52a947;
  overflow: hidden;
}

.type-sport {
  width: 100%;
  position: relative;
  height: 1px;
}

.type-sport p {
  width: 91.5%;
  display: inline-block;
  background: #1c882c;
  color: #fff;
  padding: 6px 15px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.close-drag {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(/img/close-1.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
}

.settings-drag {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(/img/settings-1.png) no-repeat center center;
  position: absolute;
  right: 34px;
  top: 0;
  border: none;
}

.custom-tab-pane-1 {
  background: #00417a;
}

.dark-th {
  background: #0d2c4c;
}

#close {
  width: 40px;
  height: 39px;
  background: #0e4b82 url(/img/table-arr-white.png) no-repeat center center;
  background-size: 35%;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#hide-all {
  width: 40px;
  height: 39px;
  background: #0e4b82 url(/img/table-arr-white.png) no-repeat center center;
  background-size: 35%;
}

.custom-tabs-1 li a {
  width: 146px;
  font-size: 12px;
  color: #fff;
  font-family: 'Exo 2',sans-serif;
  font-weight: 600;
  background: #1795C7;
  border-radius: 0;
  margin-right: 0;
  border: solid 1px #91CCE4;
}

.custom-tabs-1 li.active a,.custom-tabs-1 li.active a:focus,.custom-tabs-1 li:hover a {
  background: #91CCE4;
  border: solid 1px #91CCE4;
  color: #00315c;
}

.custom-tabs-1 li.active:hover a {
  background: #538ec5;
  border: solid 1px #538ec5;
  color: #fff;
}

.close-icon-gly {
  background: url(/img/footer-bg.jpg) no-repeat center -38px;
}

.glyphicon-chevron-down-1 {
  background: url(/img/table-arr-navy.png) no-repeat center center;
  background-size: 100% 100%;
  width: 11px;
  height: 6px;
  position: relative;
  top: 7px;
}

.glyphicon-chevron-up-1 {
  background: url(/img/table-arr-navy.png) no-repeat center center;
  background-size: 100% 100%;
  width: 11px;
  height: 6px;
  position: relative;
  top: 7px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-panel-1 {
  background: transparent;
  border: 0 solid transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-panel-1 .panel-heading {
  background: transparent;
  padding-bottom: 0 !important;
}

.custom-panel-1 .panel-heading .panel-title {
  text-align: left;
  padding-bottom: 10px;
}

.custom-panel-1 .panel-heading .panel-title a {
  font-size: 14px;
  color: #00315c;
  font-family: 'Exo 2',sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-left: 13px;
}

.custom-panel-1 .panel-heading .panel-title a:focus {
  text-decoration: none;
}

.custom-panel-body-1 {
  border-top: 0 !important;
  padding-top: 0;
}

.povekjeigri-tr td:hover{
  background: #95DEFF;
}

  .povekjeigrihideall {
	width: 40px !important; 
	height: 39px !important; 
	background: #0e4b82 url(/img/table-arr-white.png) no-repeat center center !important; 
    background-size: 35% !important; 
    -ms-transform: rotate(180deg) !important; 
    -webkit-transform: rotate(180deg) !important; 
	transform: rotate(180deg) !important; 
    }

    .povekjeigrishowall {
	width: 40px !important; 
	height: 39px !important; 
	background: #0e4b82 url(/img/table-arr-white.png) no-repeat center center !important; 
	background-size: 35% !important; 
    }

.tip-ch {
  padding: 0 4px 0 10px;
  margin: 0;
}

.tip-ch li {
  display: inline-block;
  font-size: 11px;
  color: #00315c;
  font-family: 'Arial',sans-serif;
  font-weight: 400;
  font-style: normal;
}

.tip-ch li:nth-child(1) {
  float: left;
  position: relative;
  left: -6px;
}

.tip-ch li:nth-child(2) {
  float: right;
  position: relative;
}

.custom-table-1 tr td {
  border: solid 2px #91CCE4 !important;
  padding: 0 2px;
}

.custom-table-1 tr td.active {
  background: #043a69;
  color: #fff;
  background: -moz-linear-gradient(top,#06559a 0%,#043a69 100%);
  background: -o-linear-gradient(to bottom,#06559a 0%,#043a69 100%);
  background: -webkit-linear-gradient(top,#06559a 0%,#043a69 100%);
  background: linear-gradient(to bottom,#06559a 0%,#043a69 100%);
-webkit-box-shadow: inset -30px 0px 0px 0px red;
-moz-box-shadow: inset -30px 0px 0px 0px red;
box-shadow: inset -30px 0px 0px 0px red;
}

.custom-table-1 tr td.active li{
color: #fff !important;	
}

#open-table {
  cursor: pointer;
}

.custom-nav-tabs-1 {
  border-bottom: 0 solid #ddd;
}

.custom-nav-tabs-1 li a {
  font-size: 14px;
  color: #fff;
  font-family: 'Arial',sans-serif;
  font-weight: 600;
  background: #0066b3;
  border-radius: 0;
  padding: 10px 0 !important;
  margin-right: 1px;
  text-align: center;
}

.custom-nav-tabs-1 li:hover a {
  background: #b4d2ec;
  color: #062340;
}

.custom-nav-tabs-1 li:nth-child(1) {
  width: 30%;
}

.custom-nav-tabs-1 li:nth-child(2) {
  width: 70%;
}

.ticket-ul {
  padding: 0;
  margin: 0;
}

.ticket-ul li {
  display: inline-block;
  width: 32%;
  background: #043a69;
  padding: 2px 4px;
  height: 35px;
  margin-top: 1px;
}

.ticket-ul li p {
  display: block;
  font-size: 12px;
  color: #4984b7;
  font-family: 'Arial',sans-serif;
  margin-bottom: 2px;
}

.ticket-ul li span {
  display: block;
  font-size: 12px;
  color: #fff;
  font-family: 'Arial',sans-serif;
  padding: 3px 0;
  text-align: right;
  /* margin-right: 8px; */
}

.ticket-1 {
  padding: 4px 6px;
  background: #ddf1f9;
  background: -moz-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
  background: -webkit-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
  background: linear-gradient(to bottom,#ddf1f9 0%,#feffff 100%);
  width: 100%;
  position: relative;
  border-width: 0 0 1px 0 !important;
  border-color: #77addd !important;
}

.ticket-1 h4 {
  font-size: 13px;
  color: #062340;
  font-family: 'Exo 2',sans-serif;
  font-weight: 600;
}

.ticket-igra {
font-size: 10px !important;
font-family: 'Exo 2',sans-serif !important;	
float:left;
width: 85px;
height: 35px;
}

.ticket-tippecati {
 float: right;
 text-align: right !important; 
 width: 87px;
}

.ticket-kvota {
  float: right;	
  text-align: right !important; 
  width: 80px;
}

.blue-x {
  background: url(/img/blue-x.png) no-repeat center center;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 9px;
  top: 5px;
  cursor: pointer;
}

.drop {
  background: url(/img/drop-icon.png) no-repeat center center;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 27px;
  top: 5px;
  visibility: hidden;
  cursor: pointer;
}

.ticket-1:hover {
  background: #fff;
}

.ticket-1:hover .drop {
  visibility: visible;
}

.custom-nav-tabs-1 li.active a,.custom-nav-tabs-1 li.active a:focus,.custom-nav-tabs-1 li.active a:hover {
  color: #062340;
  cursor: default;
  background: #ddf1f9;
  background: -moz-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
  background: -webkit-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
  background: linear-gradient(to bottom,#ddf1f9 0%,#feffff 100%);
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.in-ticket {
  background: #ddf1f9;
  background: -moz-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
  background: -webkit-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
  background: linear-gradient(to bottom,#ddf1f9 0%,#feffff 100%);
  width: 100%;
  text-align: right;
  padding: 9px;
}

.in-ticket span {
  white-space: nowrap;
}

.in-ticket-1 {
  display: block;
  margin-top: 5px;
}

.in-ticket-1 label {
  font-size: 13px;
  color: #062340;
  font-family: 'Exo 2',sans-serif !important;
  font-weight: 500;
  padding-right: 8px;
}

.in-ticket-1 input {
  width: 150px;
  height: 25px;
  background: #fff;
  padding-left: 10px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #062340;
  border: #77addd solid 1px;
  -webkit-box-shadow: inset 1px 1px 18px 1px rgba(0,0,0,0.12);
  -moz-box-shadow: inset 1px 1px 18px 1px rgba(0,0,0,0.12);
  box-shadow: inset 1px 1px 18px 1px rgba(0,0,0,0.12);
}

.in-ticket-2 {
  padding-right: 53px;	
  display: block;
  margin-top: 5px;
}

.in-ticket-2 label {
  font-size: 13px;
  color: #062340;
  font-family: 'Exo 2',sans-serif !important;
  font-weight: 500;
  padding-right: 6px;
  padding-left: 6px;
}

.in-ticket-2 input {
  width: 34px;
  height: 25px;
  background: #fff;
  padding-left: 10px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #062340;
  border: #77addd solid 1px;
  -webkit-box-shadow: inset 1px 1px 18px 1px rgba(0,0,0,0.12);
  -moz-box-shadow: inset 1px 1px 18px 1px rgba(0,0,0,0.12);
  box-shadow: inset 1px 1px 18px 1px rgba(0,0,0,0.12);
}

#Sis2 {
padding-top: 5px	
}

#Sis3 {
padding-top: 5px	
}

#Sis4 {
padding-top: 5px	
}

#Sis5 {
padding-top: 5px	
}

.pay {
  padding: 5px 0;
  margin-top: 10px;
  border-top: solid 1px #d3e5f4;
}

.pay ul {
  padding: 0;
  margin: 0;
  text-align: left;
  padding-left: 20px;
  float: left;
  width: 100%;
  margin-bottom: 13px;
}

.pay li {
  display: block;
  font-size: 13px;
  color: #062340;
  font-family: 'Exo 2',sans-serif !important;
  font-weight: 500;
  margin-top: 7px;
}

.pay li span {
  font-weight: 600;
  padding-left: 10px;
}

.tc-in {
  width: 100%;
  display: block;
}

.tc-vnes{
 width: 48%;
 float:right;
 }

.tc-del{
 background: linear-gradient(to bottom,#FFF 0%,#ECECEC 100%);
 border: solid 1px #B8B8B8;
 width: 48%;
 color: grey;
 margin-right: 5px;
}

.mobile-btn-spec {
  display: block;
  width: 100%;
  font-family: 'Exo 2',sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px !important;
  padding: 18px;
  background-color: #0066b3;
  -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  margin-bottom: 10px;
}

.mobile-btn-spec span {
  display: inline-block;
}

.mobile-btn-spec img {
  display: inline-block;
  margin-right: 15px;
}

.rezults {
  margin-top: 230px;
  -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
/*   overflow: hidden; */
  padding: 10px;
}

.rezults .custom-tabs li.active a {
  background: #0066b3;
}

.rezults .custom-tabs li:hover a {
  background: #0066b3;
}

.rezults .custom-tabs li {
  border-right: solid 1px #102944;
}
  
  .rezults .custom-tabs li.active a p {
  color: #fff !important;
}

.real-result {
  width: 100px;
  height: 26px;
  overflow: hidden;
  padding: 1px;
  background: #fff;
  display: inline-block;
  position: relative;
  text-align: center;
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  color: #484848;
}

.real-result span {
  display: inline-block;
}

.real-result span.res {
  border: 1px solid #0d2c4c;
  color: #0d2c4c;
  width: 30px;
  font-size: 15px;
}

.real-result span.stat {
  width: 31px;
  font-size: 13px;
  font-weight: 400;
}

.ft span.stat,.ft span.res {
  font-weight: 700;
}

.real-result span.ntf,.real-result span.ntf {
  color: #FFF;
  background-color: #0d2c4c;
  border: 1px solid #fff;
  font-weight: 700;
}

.tim.ntf span {
  color: #0d2c4c;
  font-weight: 700;
}

.result-real-time {
  width: 100%;
  overflow: hidden;
}

.result-real-time-1 {
  width: 420px;
  padding: 0;
  overflow: hidden;
  margin-top: 2px;
  margin-bottom: 10px;
  background: #52a947;
  display: none;
}

.result-settings p {
  font-family: 'Exo 2', sans-serif;
  display: inline-block;
  width: 49.47%;
  background: #00520c;
  margin: 0;
  padding: 10px;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 3px;
}

.result-settings p span {
  position: relative;
  bottom: 4px;
  left: 2px;
}

.result-settings p:nth-child(5) {
  width: 22.5% !important;
  position: relative;
  bottom: 2px;
  height: 41px;
  text-align: center;
  font-size: 11px;
  background: #dde04d;
  background: -moz-radial-gradient(center,ellipse cover,#dde04d 0%,#dde04d 53%,#52a947 100%);
  background: -webkit-radial-gradient(center,ellipse cover,#dde04d 0%,#dde04d 53%,#52a947 100%);
  background: radial-gradient(ellipse at center,#dde04d 0%,#dde04d 53%,#52a947 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dde04d',endColorstr='#52a947',GradientType=1);
  border: solid 1px #2d822c;
}

.result-settings input[type=submit] {
  background: transparent;
  border: none;
  padding: 3px;
  text-align: center;
  font-family: 'Arial',sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #00650f;
}

.sport {
  text-align: center;
  overflow: hidden;
  display: inline-block;
  padding: 3px;
  width: 30px;
  height: 26px;
  background: #fff;
}

.tim {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  padding: 3px;
  width: 145px;
  height: 26px;
  background: #fff;
  position: relative;
}

.tim figure {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.tim span {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  font-family: 'Exo 2',sans-serif;
  font-size: 13px;
  color: #0d2c4c;
  font-weight: 400;
}

.result-header {
  width: 100%;
  background: #0066b3;
  padding: 16px 0;
  -webkit-box-shadow: 0 5px 23px 0 rgba(0,0,0,0.58);
  -moz-box-shadow: 0 5px 23px 0 rgba(0,0,0,0.58);
  box-shadow: 0 5px 23px 0 rgba(0,0,0,0.58);
}

.result-select {
  width: 215px;
  height: inherit;
  border-radius: 0;
  padding: 4px 15px 6px;
  background-color: rgba(255,255,255,0);
  font-family: 'Exo 2',sans-serif;
  font-size: 12px;
  color: #fff;
  border-left: #4c4752 solid 1px;
  border-right: #4c4752 solid 1px;
  border-bottom: #919096 solid 1px;
  border-top: none;
  border: solid 1px #fff;
  -webkit-box-shadow: inset 0 0 12px -1px rgba(255,255,255,0.8);
  -moz-box-shadow: inset 0 0 12px -1px rgba(255,255,255,0.8);
  box-shadow: inset 0 0 12px -1px rgba(255,255,255,0.8);
  display: inline-block;
  position: relative;
  bottom: 2px;
}

select option {
  background: #0066b3;
  color: #fff;
  font-family: 'Exo 2',sans-serif;
}

.hasDatepicker {
  display: inline-block;
  background: #fff url(/img/datepicker-icon.png) no-repeat 90px center;
  width: 115px;
  height: 28px;
  border: none;
  font-family: 'Exo 2',sans-serif;
  font-size: 12px;
  color: #2a4b6d;
  padding-left: 15px;
  position: relative;
  bottom: 2px;
  margin-left: 14px;
}

.radio-box-filter {
  display: inline-block;
  margin-left: 5px;
}

.radio-box-filter input {
  display: inline-block;
  position: relative;
  top: 2px;
  margin: 0 8px;
}

.fav-from-ticket, .prnrez{
float: right;
padding-left: 5px;	
}

.fav-from-ticket button {
  font-size: 14px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 600;
  color:#fff;
  height: 28px;
  padding: 2px 15px;
  overflow: hidden;
  background: #f16767;
  background: -moz-linear-gradient(top,#f16767 0%,#f50101 100%);
  background: -o-linear-gradient(to bottom,#f16767 0%,#f50101 100%);
  background: -webkit-linear-gradient(top,#f16767 0%,#f50101 100%);
  background: linear-gradient(to bottom,#f16767 0%,#f50101 100%);
  border: 1px solid #5d7287;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1e767',endColorstr='#feb645',GradientType=0);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;  
}

.prnrez button {
  font-size: 14px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  color: #fff;
  height: 28px;
  padding: 2px 15px;
  overflow: hidden;
  background: #00417a;
  border: 1px solid #5d7287;	
}

.fav-from-ticket button:hover {
  background: #fff;
  border: solid 1px #fff;
  color: #00417a;
}

.display-result {
  display: inline-block;
  font-size: 11px;
  margin-left: 15px;
}

.change-color-btn li {
  margin-top: 3px;
  margin-left: 40px;
  border: solid 1px #3d5670;
  padding: 4px 6px 3px;
}

.cpb-result {
  padding-left: 15px;
}

.mobile-choose-sport {
  position: relative;
  padding: 0 25px;
}

.mobile-choose-sport-1 {
  position: relative;
  padding: 0;
}

.mob-slider .slick-arrow {
  position: absolute;
  top: 90%;
  color: transparent;
}

.mob-slider .slick-slide img {
  display: block;
  margin: 0 auto;
}

.mob-slider .slick-prev {
  width: 12px;
  height: 21px;
  background: url(/img/white/mob-arrow-blue.png) no-repeat center center;
  border: none;
  left: 0;
}

.mob-slider .slick-next {
  width: 12px;
  height: 21px;
  background: url(/img/white/mob-arrow-blue.png) no-repeat center center;
  border: none;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 0;
}

.mob-slider .slick-prev:focus {
  outline: none !important;
  border: none !important;
}

.mob-slider .slick-next:focus {
  outline: none !important;
  border: none !important;
}

.mob-slider .slick-slide a {
  padding-bottom: 10px;
  -webkit-transition: all 0 ease-out;
  -moz-transition: all 0 ease-out;
  -ms-transition: all 0 ease-out;
  -o-transition: all 0 ease-out;
  transition: all 0 ease-out;
}

.mob-slider .slick-slide a.active {
  background: url(/img/white/sm-arr.png) no-repeat center bottom;
  display: block;
}

.mob-slider .slick-slide a.active:focus {
  outline: none !important;
  border: none !important;
}

div.mob-slider-1
{padding-bottom:0;}

.mob-slider-1 .slick-arrow {
  position: absolute;
  top: 20%;
  color: transparent;
}

.mob-slider-1 .slick-slide img {
  display: block;
  margin: 0 auto;
}

.mob-slider-1 .slick-prev {
  width: 12px;
  height: 21px;
  background: url(/img/white/mob-arrow-blue.png) no-repeat center center;
  border: none;
  left: -5%;
}

.mob-slider-1 .slick-next {
  width: 12px;
  height: 21px;
  background: url(/img/white/mob-arrow-blue.png) no-repeat center center;
  border: none;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: -5%;
}

.mob-slider-1 .slick-prev:focus {
  outline: none !important;
  border: none !important;
}

.mob-slider-1 .slick-next:focus {
  outline: none !important;
  border: none !important;
}

.mob-slider-1 .slick-slide a {
  padding-bottom: 10px;
  -webkit-transition: all 0 ease-out;
  -moz-transition: all 0 ease-out;
  -ms-transition: all 0 ease-out;
  -o-transition: all 0 ease-out;
  transition: all 0 ease-out;
  display: block;
}

.mob-slider-1 .slick-slide a.active {
  background: url(/img/white/sm-arr.png) no-repeat center bottom;
}

.mob-slider-1 .slick-slide a.active:focus {
  outline: none !important;
  border: none !important;
}

.showmore-sports {
  width: 100%;
  overflow: hidden;
  background: #fff;
  display: none;
  padding-bottom: 15px;
  max-height: 530px;
 -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-width: 200px;
  -moz-column-width: 200px;
  column-width: 200px;  
}

.showmore-sports > div {
	min-height:300px;
}

.showmore-sports ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.showmore-sports ul li {
  display: block;
  background: #043a6a;
  margin-bottom: 2px;
  position: relative;
  padding-right: 15px;
  width: 240px;
}

.showmore-sports ul li div img {
  display: inline-block;
}

.showmore-sports ul li div span {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}

.showmore-sports ul li div input {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 15px;
}

.mob-slider-2 .slick-arrow {
  position: absolute;
  top: -7%;
  color: #ffffff;
}

.slick-slide:focus {
  border: none !important;
  outline: none !important;
}

.mob-slider-2 .slick-slide img {
  display: block;
  margin: 0 auto;
}

.mob-slider-2 .slick-prev {
  width: 12px;
  height: 21px;
  background: url(/img/white/mob-arrow-blue.png) no-repeat center center;
  border: none;
  left: -5%;
}

.mob-slider-2 .slick-next {
  width: 80px;
  height: 38px;
  /*background: url(/img/more-sports.png) no-repeat center center;*/
  background-color: #c8102e;
  margin-top: 3px;
  border: none;
  right: -.5%;
}

.mob-slider-2 .slick-prev:focus {
  outline: none !important;
  border: none !important;
}

.mob-slider-2 .slick-next:focus {
  outline: none !important;
  border: none !important;
}

.mob-slider-2 .slick-slide a {
  padding-bottom: 10px;
  -webkit-transition: all 0 ease-out;
  -moz-transition: all 0 ease-out;
  -ms-transition: all 0 ease-out;
  -o-transition: all 0 ease-out;
  transition: all 0 ease-out;
}

.mob-slider-2 .slick-slide a.active {
  background: url(/img/white/sm-arr.png) no-repeat center bottom;
  display: block;
}

.mob-slider-2 .slick-slide a.active:focus {
  outline: none !important;
  border: none !important;
}

/*mobslider*/
.tablet-sport-items {
  padding: 0 0 15px;
  text-align: left;
}

.tablet-sport-items a{
color: #00315c;
}

.tablet-sport-items div img {
  display: inline-block !important;
}

.tablet-sport-items div input {
  display: inline-block;
  position: relative;
  top: 3px;
}

.tablet-sport-items div span {
  display: inline-block;
  color: #00315c;
  padding: 0 10px;
  cursor: pointer;
  font-size: 14px;
  font-family: 'Exo 2',sans-serif;
  text-transform: uppercase;
}

.text-sport {
  background: #ff0000;
  padding: 4px 15px;
  width: 100%;
  display: block;
}

.text-sport span {
  font-family: 'Exo 2',sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.text-sport.disabled{
	color: #ffc000;
    /* text-shadow: -1px -1px #333; */
}


.select-date-mobile {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
  padding: 0 15px;
}

.select-date-mobile .form-group {
  width: 78% !important;
  float: left;
}

.league {
  text-align: left !important;
  cursor: pointer;
  padding: 0 !important;
}

.mobile-table tbody tr td {
  color: #fff;
  font-size: 12px !important;
  text-align: center;
  font-family: 'Arial',sans-serif !important;
  font-weight: 400;
  padding: 8px 0;
  position: relative;
}

.mobile-table tr td.active {
  background: #043a69 !important;
  color: #fff;
  background: -moz-linear-gradient(top,#06559a 0%,#043a69 100%);
  background: -o-linear-gradient(to bottom,#06559a 0%,#043a69 100%);
  background: -webkit-linear-gradient(top,#06559a 0%,#043a69 100%);
  background: linear-gradient(to bottom,#06559a 0%,#043a69 100%);
  z-index: 2;
  }

.custom-panel-group {
  padding: 0 15px;
}

.table-md-info {
  padding: 0 15px;
}

.next-1 {
  width: 18%;
  float: left;
  height: 34px;
  margin-left: 10px;
  background: url(/img/white/next-btn.png) no-repeat center center;
  border: none;
}

.next-1-1 {
  width: 18%;
  float: left;
  height: 34px;
  margin-left: 10px;
  background: url(/img/white/next-btn.png) no-repeat center center;
  border: none;
  -ms-transform: rotate(180deg);
/* IE 9 */
  -webkit-transform: rotate(180deg);
/* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.back-2 {
  width: 18%;
  float: left;
  height: 34px;
  margin-left: 10px;
  background: url(/img/backbtn.png) no-repeat center center;
  border: none;
  cursor: pointer;
}

.bet-pair-mob{
  text-align: left !important;	
}

.name-club-mb {
  color: #00315c;
  padding: 0;
  margin: 0;
  text-align: left;
  display: inline-block;
  width: 115px;
  vertical-align: middle;
}

.time-code {
  color: #00315c;
  padding: 0;
  margin: 0 10px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.time-code li {
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

.time-code li:nth-child(2){
  color: #ff0000;
  font-weight: 700;
}

.mb-result-head {
  background: #0066b3;
}

.name-club-mb li {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fv-table {
  background: #6E95B3;
  padding: 2px 0 !important;
}

.fv-table td{
  background: #6E95B3;
  padding: 2px 0 !important;
}

#see-quots {
  display: none;
  position: relative;
}

.ticket-view {
  width: 100%;
  margin: 0 auto;
  height: auto;
  height: 400px;
  position: fixed;
  bottom: -400px;
  left: 0;
  right: 0;
  z-index: 9999;
}

.ticket-up {
  width: 187px;
  height: 40px;
  margin: 0 auto;
  background: #ff0000;
  border-radius: 10px 10px 0 0;
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
  z-index: 9999;
}

.dialog_content {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0,0,0,0.4);
  background: rgba(0,0,0,0.4);
  color: rgba(0,0,0,0.4);
  z-index: 99999;
  top: 0;
  right: 0;
  overflow: auto;
}

.inner-dialog {
  position: relative;
  height: 480px;
  width: 100%;
 /*  overflow: hidden; */
}

.etc-mob {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: auto;
}

.etc-mob::-webkit-scrollbar {
  width: 0 !important;
}

.etc-mob {
  -ms-overflow-style: none;
}

.etc-mob {
  overflow: -moz-scrollbars-none;
}

.inner-ticke-mob {
  height: 400px;
  overflow-y: scroll;
}

.mobile-container {
  position: relative;
  overflow: hidden;
  min-height: 647px;
}

.ticket-up p {
  display: inline-block;
  font-family: 'Exo 2',sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 10px;
  color: #fff;
}

.ticket-up span {
  display: inline-block;
  font-family: 'Exo 2',sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  float: right !important;
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 0 4px;
  border-radius: 50%;
  background: #6D0000;
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
}

.ticket-up button {
  display: inline-block;
  color: red;
  float: right;
  width: 12px;
  height: 21px;
  background: url(/img/white/mob-arrow-blue.png) no-repeat center center;
  border: none;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  text-indent: -9999px;
}

.mobile-tabs {
  background: #00417a;
  position: relative;
}

.head-all-quotes {
  width: 100%;
  padding: 10px;
  background: #fff;
  overflow: hidden;
}

.head-all-quotes ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.head-all-quotes ul li {
  list-style: none;
  font-family: 'Exo 2',sans-serif;
  text-transform: uppercase;
  color: #00315c;
  padding-left: 10px;
  font-size: 13px;
}


.head-all-quotes ul li span:nth-child(2) {
  color: #ff0000;
}

.variable-width {
  width: 100%;
  overflow: hidden;
  padding: 10px;
  background: #0066b3;
}

.variable-width .slick-arrow {
  display: none !important;
}

.variable-width .slick-slide {
  display: block;
  margin-right: 15px;
  text-align: center;
  color: #fff;
}

.variable-width .slick-slide a {
  color: #fff;
  font-family: 'Exo 2',sans-serif;
  text-transform: uppercase;
  font-size: 13px;
}

.variable-width .slick-slide a.active {
  color: red;
  background: #fff;
  padding: 1px 15px;
}

#all-quotes {
  width: 100%;
  background: #91CCE4;
  padding-bottom: 40px;
  display: none;
}

.mobile-table-1 tbody tr td span:first-child {
  margin-left: 5px;
  float: left;
  color: #00315c;
  font-family: 'Arial',sans-serif;
  font-size: 11px;
}

.mobile-table-1 tbody tr td span:last-child {
  margin-right: 5px;
  float: right;
  color: #ff0000;
  font-family: 'Arial',sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

.mobile-table-1 tr td.active {
  background: #043a69;
  background: -moz-linear-gradient(top,#06559a 0%,#043a69 100%);
  background: -o-linear-gradient(to bottom,#06559a 0%,#043a69 100%);
  background: -webkit-linear-gradient(top,#06559a 0%,#043a69 100%);
  background: linear-gradient(to bottom,#06559a 0%,#043a69 100%);	
-webkit-box-shadow: inset -30px 0px 0px 0px red;
-moz-box-shadow: inset -30px 0px 0px 0px red;
box-shadow: inset -30px 0px 0px 0px red;
z-index: 10;
}

.mobile-table-1 tr td.active span {
color: #fff !important;
}

.display-info1 td:nth-child(2){
	color: #00315c;
	font-weight: bold;
	background: #B7B7B7;
	background: -moz-linear-gradient(top, #F1F1F1 0%,#B7B7B7 100%);
    background: -o-linear-gradient(to bottom,#F1F1F1 0%,#B7B7B7 100%);
    background: -webkit-linear-gradient(top,#F1F1F1 0%,#B7B7B7 100%);
    background: linear-gradient(to bottom,#F1F1F1 0%,#B7B7B7 100%);
	box-shadow: inset 3px 2px 5px -1px rgba(255,255,255,0.2);
    -webkit-box-shadow: inset 3px 2px 5px -1px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 3px 2px 5px -1px rgba(255,255,255,0.2);
}
.display-info1 td:nth-child(3){
	color: #00315c;
	font-weight: bold;
	background: #B7B7B7;
	background: -moz-linear-gradient(top, #F1F1F1 0%,#B7B7B7 100%);
    background: -o-linear-gradient(to bottom,#F1F1F1 0%,#B7B7B7 100%);
    background: -webkit-linear-gradient(top,#F1F1F1 0%,#B7B7B7 100%);
    background: linear-gradient(to bottom,#F1F1F1 0%,#B7B7B7 100%);
	box-shadow: inset 3px 2px 5px -1px rgba(255,255,255,0.2);
    -webkit-box-shadow: inset 3px 2px 5px -1px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 3px 2px 5px -1px rgba(255,255,255,0.2);
	
}
.display-info1 td:nth-child(4){
	color: #00315c;
	font-weight: bold;
	background: #B7B7B7;
	background: -moz-linear-gradient(top, #F1F1F1 0%,#B7B7B7 100%);
    background: -o-linear-gradient(to bottom,#F1F1F1 0%,#B7B7B7 100%);
    background: -webkit-linear-gradient(top,#F1F1F1 0%,#B7B7B7 100%);
    background: linear-gradient(to bottom,#F1F1F1 0%,#B7B7B7 100%);
	box-shadow: inset 3px 2px 5px -1px rgba(255,255,255,0.2);
    -webkit-box-shadow: inset 3px 2px 5px -1px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 3px 2px 5px -1px rgba(255,255,255,0.2);
}

.display-info1 td:last-child{
background: #f16767;
  background: -moz-linear-gradient(top,#f16767 0%,#f50101 100%);
  background: -o-linear-gradient(to bottom,#f16767 0%,#f50101 100%);
  background: -webkit-linear-gradient(top,#f16767 0%,#f50101 100%);
  background: linear-gradient(to bottom,#f16767 0%,#f50101 100%);
  color: #fff !important;	
}

.display-info11 td:nth-child(2){
	background: #004c8d;
	background: -moz-linear-gradient(top, #004c8d 0%,#003665 100%);
    background: -o-linear-gradient(to bottom,#004c8d 0%,#003665 100%);
    background: -webkit-linear-gradient(top,#004c8d 0%,#003665 100%);
    background: linear-gradient(to bottom,#004c8d 0%,#003665 100%);
	box-shadow: inset 3px 2px 5px -1px rgba(255,255,255,0.2);
    -webkit-box-shadow: inset 3px 2px 5px -1px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 3px 2px 5px -1px rgba(255,255,255,0.2);
}
.display-info11 td:nth-child(3){
	background: #004c8d
	background: -moz-linear-gradient(top, #004c8d 0%,#003665 100%);
    background: -o-linear-gradient(to bottom,#004c8d 0%,#003665 100%);
    background: -webkit-linear-gradient(top,#004c8d 0%,#003665 100%);
    background: linear-gradient(to bottom,#004c8d 0%,#003665 100%);	
	box-shadow: inset 3px 2px 5px -1px rgba(255,255,255,0.2);
    -webkit-box-shadow: inset 3px 2px 5px -1px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 3px 2px 5px -1px rgba(255,255,255,0.2);
	
}
.display-info11 td:nth-child(4){
	background: #004c8d
	background: -moz-linear-gradient(top, #004c8d 0%,#003665 100%);
    background: -o-linear-gradient(to bottom,#004c8d 0%,#003665 100%);
    background: -webkit-linear-gradient(top,#004c8d 0%,#003665 100%);
    background: linear-gradient(to bottom,#004c8d 0%,#003665 100%);	
	box-shadow: inset 3px 2px 5px -1px rgba(255,255,255,0.2);
    -webkit-box-shadow: inset 3px 2px 5px -1px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 3px 2px 5px -1px rgba(255,255,255,0.2);
}

.display-info11 td:last-child{
  background: #f1e767;
  background: -moz-linear-gradient(top,#f1e767 0%,#feb645 100%);
  background: -o-linear-gradient(to bottom,#f1e767 0%,#feb645 100%);
  background: -webkit-linear-gradient(top,#f1e767 0%,#feb645 100%);
  background: linear-gradient(to bottom,#f1e767 0%,#feb645 100%);
  color: #062341 !important;	
}

.table-md-info h3 {
  font-family: 'Exo 2',sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #00315c;
}

.mobile-table-1 tbody {
  background: #fff;
}

.mobile-table-1 tbody tr td {
  border: solid 3px #91CCE4;
  padding: 12px 0;
}

.all-match {
  padding-bottom: 40px;
  padding-top: 10px;
}

.btn-all-match {
  width: 100%;
  background: #0066b3;
  font-family: 'Exo 2',sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  padding: 9px 0;
  text-align: center;
  border: none;
	margin: 3px 0;
}

.btn-options {
	width: 100%;
	background: #0066b3;
	font-family: 'Exo 2',sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	padding: 9px 0;
	text-align: center;
	border: none;
	margin: 3px 0;
}

.btn-options.active {
  background: #0b213b;
  color: #ffc000;
}

.all-leageue-filter {
  padding: 0;
  margin: 0;
}

.all-leageue-filter li {
  width: 100%;
  display: block;
  font-size: 13px;
  color: #fff;
  padding: 7px 11px;
  background: #0066b3;
  font-family: 'Exo 2',sans-serif;
  margin-top: 5px;
  cursor: pointer;
}

.all-leageue-filter li img {
  padding-right: 10px;
  position: relative;
  bottom: 2px;
}

.buttons-filter {
  width: 100%;
  display: block;
}

.buttons-filter button {
  display: inline-block;
  width: 49%;
  background: #dbdbdb;
  border: none;
  color: #00315c;
  font-family: 'Exo 2',sans-serif;
  text-transform: uppercase;
  padding: 7px 0;
  font-size: 13px;
}

.buttons-filter button.active {
  background: #0066b3;
  color: #fff;
  border: none;
}

.mobile-table-2 {
  margin-top: 10px;
  table-layout: fixed;
}

.mobile-table-2 thead tr th {
  color: #082442;
  font-size: 11px;
  text-align: center;
  font-family: 'Arial',sans-serif;
  font-weight: 400;
  padding: 4px 0 !important;
}

.mobile-table-2 tbody tr td span {
  display: block;
  margin-bottom: 5px;
  font-family: 'Arial',sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}


#ntf-cnt {
position: absolute;
color: #FFC000;
top: 13px;
width: 30px;
display: block;
text-align: center;
font-size: 12px;
font-weight: 600;
}

.settings-up-c{
	position:fixed;
	bottom:0;
	right:60px;	
	z-index: 999;
}

.settings-up {
	display: inline-block;
    background: #ff0000;
    border-radius: 10px 10px 0 0;
    padding: 5px;
	cursor:pointer;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}


.settings-up p {
	display: inline-block;
    font-family: 'Exo 2',sans-serif;
    text-transform: uppercase;
    font-weight: 700;
	padding: 0 5px 0 2px;
	margin: 0 0 -5px 0;
	overflow:hidden;
	color: #fff;
}

.settings-up.su1 {
	right:10px;
}

.in-time {
  color: #ff0000;
}

.live-score ul {
        padding: 0;
        margin: 0;
        margin-right: 5px;
        text-align: right;
    }
	
#mobtb td.mlg {
	font-size:11px;
	padding: 1px;
}

.live-score li.ntf {
        font-weight: 700;
    }
	
td.live-score {
  padding-right: 10px!important;
  display:flex;
  justify-content: flex-end;
  -webkit-display:flex;
  -webkit-justify-content: flex-end;  
}

.live-score ul:first-child {
  text-align: left;
  padding: 0;
  margin: 0 auto 0 0;
  min-width: 40px;
  margin-left: 10px;
}


.live-score ul:first-child li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;	
}

.live-score ul li {
  display: block;
  margin-bottom: 5px;
  font-family: 'Arial',sans-serif;
  text-transform: capitalize;
  font-size: 12px;
}

.live-score ul.red-card {
  padding: 0;
  margin: 0;
    margin-right: 10px;
}

.popdiv  a{
	position:relative;
	display:block;
}

.pop-cnt {
    position: absolute;
    top: 0;
    width: 100%;
}

.pop-cnt span
{
	display: block;
	margin:auto;
	width: 46px;
}

.pop-cnt span span {
	width:16px;
	height:16px;
	color:white;
	background:red;
	border-radius:50%;
  display: block;
	text-align: center;
    margin-left: 30px;
    font-size: 12px;
}

.imp-no-mb {
    background: #e6060c;
    text-align: center;
  font-family: 'Arial',sans-serif;
    font-weight: 400;
    width: 10px !important;
    height: 16px !important;
    font-size: 11px;
    line-height: 1.5;
    right: 10px;
    top: 10px;
}

.favorite-match {
  width: 23px;
  height: 24px;
  background: url(/img/empty-star.png) no-repeat center center;
  display: block;
  margin: 0 auto;
  position: absolute !important;
  top: 0px;
  margin: 0 auto;
  left: 0;
  right: 0;
  cursor: pointer;
}

.favorite-match.active {
  background: url(/img/white/full-star.png) no-repeat center center;
}

.chosed-sport {
  padding-left: 5px;
}

.single-match-head {
  width: 100%;
  overflow: hidden;
  background: #003b72;
  padding: 10px 0;
  border-bottom: solid 1px #ffc000;
  margin-top: 5px;
}

.single-match-head span {
  font-family: 'Exo 2',sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  position: relative;
  top: 5px;
  padding-left: 15px;
}

.single-match-head span img {
  padding-right: 5px;
  position: relative;
  bottom: 1px;
}

.bysome {
  display: none;
  margin: 10px 0 40px;
}

#tech-companies-3 {
  display: none;
}

.single-match {
  display: none;
  padding-bottom: 40px;
}

.page-content {
  padding-top: 200px;
}

.page-content-1 {
  padding-top: 220px;
}

.right-sidebar {
  border: solid 2px transparent;
  -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  margin-bottom: 20px;
}

.side-menu {
  border-bottom: solid 3px #ddf1f9;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.5);
  box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.5);
}

.status-user {
  border-bottom: solid 3px #0066b3;
  background: #ddf1f9;
  background: -moz-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
  background: -webkit-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
  background: linear-gradient(to bottom,#ddf1f9 0%,#feffff 100%);
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.5);
  box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.5);
  text-align: center;
  padding: 20px 15px;
  margin-top: 30px;
}

.status-user h2 {
  font-family: 'Exo 2',sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #00315c;
  margin: 0;
  padding-bottom: 15px;
  text-shadow: none;
}

.dropdown-menu li select {
  width: 100%;
  height: 40px;
}

.select-me td {
  background: #e89e00 !important;
}

.select-me td span {
  font-weight: 700;
}

.out-me td {
  background: #325779 !important;
}

.out-me td span {
  color: #62717f !important;
}

.last-update-table {
  font-family: 'Exo 2',sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #00315c;
  margin: 0;
  text-shadow: none;
  display: block;
  margin-top: 20px;
}

.you-p {
  font-family: 'Exo 2',sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  margin: 0;
  padding-bottom: 15px;
  text-shadow: 2px 2px 0 rgba(0,0,0,1);
}

.status-user h3 {
  font-family: 'Exo 2',sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #00315c;
  margin: 0;
  padding-bottom: 5px;
  margin-top: 30px;
  text-shadow: none;
}

.status-user span {
  font-family: 'Exo 2',sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ff0000;
  text-shadow: 1px 2px 0 rgba(0,0,0,0.5);
}

.rs-2 li {
  background: #0066b3 !important;
}

.sidebar-head {
  background: #d1dfec;
  background: -moz-linear-gradient(top,#d1dfec 0%,#fff 50%);
  background: -webkit-linear-gradient(top,#d1dfec 0%,#fff 50%);
  background: linear-gradient(to bottom,#d1dfec 0%,#fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1dfec',endColorstr='#ffffff',GradientType=0);
  height: 55px;
  width: 100%;
  padding: 5px 20px;
  border: solid 1px #fff;
}

.oth-sidehead h1 span {
  display: inline-block;
  font-family: 'Exo 2',sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  position: relative;
  bottom: 4px !important;
}

.user-info figure img {
  width: 100%;
}

.sidebar-head h1 {
  display: block;
  margin: 0;
  padding: 0;
}

.sidebar-head h1 img {
  display: inline-block;
  padding-right: 10px;
}

.sl-icon-1 {
  width: 45% !important;
}

.sidebar-head h1 span {
  display: inline-block;
  font-family: 'Exo 2',sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  position: relative;
  bottom: 4px;
}

.right-sidebar-menu {
  padding: 0;
  margin: 0;
  background-color: rgba(8,36,66,0.6);
  background: rgba(8,36,66,0.6);
  color: rgba(8,36,66,0.6);
}

.right-sidebar-menu li {
  display: block;
  border-top: solid 1px #ddf1f9;
  border-bottom: solid 1px #ddf1f9;
}

.right-sidebar-menu li a {
  width: 100%;
  padding: 8px 20px;
  display: block;
  color: #fff;
  font-family: 'Exo 2',sans-serif;
  -webkit-transition: all .1s ease-out;
  -moz-transition: all .1s ease-out;
  -ms-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out;
}

.right-sidebar-menu>li.active>a {
  background: #fff !important;
  color: #082442 !important;
  border-left: solid 10px #359fe6 !important;
}

.right-sidebar-menu>li:hover>a {
  background: #1c2d41;
  color: #fff;
  border-left: solid 10px #091929;
}

.dm-1 {
  position: inherit !important;
  display: none;
  float: inherit !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.dm-1 li:hover a {
  color: #6ab7eb;
  background: transparent !important;
}

.dm-1 li.active a {
  color: #6ab7eb;
  background: transparent !important;
}

.dm-1 li a {
  padding-left: 40px !important;
}

.tp-title {
  font-family: 'Exo 2',sans-serif;
  text-transform: uppercase;
  color: #00315c;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 5px;
}

.user-info {
  border: solid 2px transparent;
  -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  margin-bottom: 20px;
}

.contact-info {
  background: #359fe6;
  padding: 15px;
}

.contact-info ul {
  padding: 0 0 0 10px;
  margin: 0;
}

.contact-info ul li {
  color: #fff;
  font-family: 'Exo 2',sans-serif;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.contact-info ul li img {
  display: inline-block;
  padding-right: 10px;
}

.contact-info ul li a {
  color: #fff;
  font-family: 'Exo 2',sans-serif;
  font-size: 14px;
  display: inline-block;
}

.contact-info ul li span {
  display: inline-block;
}

.contact-info ul li span:nth-child(1) {
  position: relative;
  left: 28px;
}

.contact-info ul li span:last-child {
  position: relative;
  left: 28px;
}

#ui-datepicker-div {
  background: #fff;
  font-size:12px;
}

.ui-datepicker-header
{
	border:none!important;
}

.ui-datepicker-month {
  color: #000;
}

.locator {
  background: #d1dfec;
  background: -moz-linear-gradient(top,#d1dfec 0%,#fff 50%);
  background: -webkit-linear-gradient(top,#d1dfec 0%,#fff 50%);
  background: linear-gradient(to bottom,#d1dfec 0%,#fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1dfec',endColorstr='#ffffff',GradientType=0);
  width: 100%;
  padding: 10px 20px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  cursor: pointer;
}

.locator img {
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
}

.loc-content {
  display: inline-block;
  padding-top: 12px;
  float: right;
}

.locator h2 {
  display: block;
  margin: 0;
  color: #082442;
  font-family: 'Exo 2',sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.ads {
  background: #d1dfec;
  background: -moz-linear-gradient(top,#d1dfec 0%,#fff 50%);
  background: -webkit-linear-gradient(top,#d1dfec 0%,#fff 50%);
  background: linear-gradient(to bottom,#d1dfec 0%,#fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1dfec',endColorstr='#ffffff',GradientType=0);
  width: 100%;
  padding: 10px 15px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  position: relative;
}

.ads img {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
  width: 21%;
  position: absolute;
  top: 16px;
  left: 10px;
}

.ads h2 {
  display: block;
  margin: 0;
  color: #082442;
  font-family: 'Exo 2',sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.gallery-slider .slick-arrow {
  position: absolute;
  z-index: 9998;
  top: 50%;
}

.gallery-slider .slick-next {
  left: 20px;
  border: none;
  width: 32px;
  height: 32px;
  background: url(/img/galery-slide-arrows.png) no-repeat center center;
  color: transparent;
}

.gallery-slider .slick-prev {
  right: 20px;
  border: none;
  width: 32px;
  height: 32px;
  background: url(/img/galery-slide-arrows.png) no-repeat center center;
  color: transparent;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.locator p {
  display: block;
  color: #082442;
  font-family: 'Exo 2',sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.ads p {
  display: block;
  color: #082442;
  font-family: 'Exo 2',sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.gallery-info {
  padding: 10px 0;
}

.slide-caption-1 {
  width: 93%;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  padding: 15px;
  background-color: rgba(8,36,66,0.8);
  background: rgba(8,36,66,0.8);
  color: rgba(8,36,66,0.8);
}

.slide-caption-1 p {
  font-family: 'Exo 2',sans-serif;
  font-size: 13px;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
}

#gallery-list li {
  display: none;
  margin-bottom: 20px;
}

#loadMore {
  color: green;
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 15px;
  text-align: center;
  color: #082442;
  font-family: 'Exo 2',sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: url(/img/loadMore.png) no-repeat bottom center;
  padding-bottom: 20px;
}

#loadMore:hover {
  color: #000;
}

#showLess {
  color: red;
  cursor: pointer;
}

#showLess:hover {
  color: #000;
}

.gallery-items {
  padding-right: 15px;
  padding-top: 20px;
  padding-left: 0;
  overflow: hidden;
  list-style: none;
}

.custom-gallery-item {
  padding-right: 0;
  cursor: pointer;
  -webkit-transition: all 0 ease-out;
  -moz-transition: all 0 ease-out;
  -ms-transition: all 0 ease-out;
  -o-transition: all 0 ease-out;
  transition: all 0 ease-out;
}

.custom-gallery-item:hover .gallery-item {
  background: #359fe6;
}

.custom-gallery-item .gallery-item figure img {
  transition: All .3597s ease;
  -webkit-transition: All .3597s ease;
  -moz-transition: All .3597s ease;
  -o-transition: All .3597s ease;
  transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
}

.custom-gallery-item:hover .gallery-item figure img {
  transform: rotate(0deg) scale(0.95) skew(0deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(0.95) skew(0deg) translate(0px);
  -moz-transform: rotate(0deg) scale(0.95) skew(0deg) translate(0px);
  -o-transform: rotate(0deg) scale(0.95) skew(0deg) translate(0px);
  -ms-transform: rotate(0deg) scale(0.95) skew(0deg) translate(0px);
}

.gallery-list-content {
  background: #fff;
  -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  margin-bottom: 20px;
  padding-bottom: 25px;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px;
}

.head-gallery {
  padding: 15px 15px 0;
}

.head-gallery h3 {
  padding-bottom: 20px;
  border-bottom: solid 1px #e6e9ec;
  color: #082442;
  font-family: 'Exo 2',sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin: 0;
}

.gallery-info h4 {
  color: #222;
  font-family: 'Exo 2',sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.gallery-title {
  color: #082442;
  font-family: 'Exo 2',sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin: 0;
  padding: 0;
}

.gallery-content {
  background: #fff;
  padding: 20px 45px;
  -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  margin-bottom: 20px;
}

.gallery-slider {
  position: relative;
  border-top: solid 1px #ced3d9;
  margin-top: 20px;
}

.slide-thumb {
  margin-top: 5px;
}

.slide-thumb div figure {
  width: 100%;
  padding: 2%;
}

.slide-thumb div figure img {
  width: 100%;
  height: auto;
  position: relative;
  cursor: pointer;
}

.other-gallery {
  border-top: solid 1px #ced3d9;
  margin-top: 35px;
}

.other-gallery h5 {
  color: #082442;
  font-family: 'Exo 2',sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin: 0;
  padding: 0 12px 0 0;
  background: #fff;
  position: relative;
  bottom: 11px;
}

.inner-other-gallery {
  padding-top: 7px;
  margin-bottom: 20px;
  cursor: pointer;
}

.inner-other-gallery figure img {
  width: 100%;
  height: auto;
}

.slide-thumb .slick-current {
  -webkit-box-shadow: inset 0 0 0 4px rgba(15,142,227,1);
  -moz-box-shadow: inset 0 0 0 4px rgba(15,142,227,1);
  box-shadow: inset 0 0 0 4px rgba(15,142,227,1);
}

.slide-thumb .slick-current figure {
  position: relative;
  z-index: -2;
}

.inner-other-gallery a {
  display: block;
  text-align: center;
  font-family: 'Exo 2',sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.3;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #222;
  border-bottom: solid 1px #ced3d9;
  -webkit-transition: all .1s ease-out;
  -moz-transition: all .1s ease-out;
  -ms-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out;
}

.inner-other-gallery:hover a {
  background: #359fe6;
  color: #fff;
  font-weight: 400;
}

button:focus {
  outline: none !important;
  border: none !important;
}

.test-content {
  font-family: 'Exo 2', sans-serif;
  font-size: 15px;
  color: #082442;
  background: #fff;
  padding: 22px 45px 45px;
  -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  margin-bottom: 20px;
}

.test-content h1 {
  font-family: 'Exo 2',sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #082442;
  text-align: left;
  margin: 0;
}

.test-content h3 {
  color: #082442 !important;
}

.qu-aw {
  margin-top: 30px;
}

.main-quiestions {
  display: block;
  width: 100%;
  padding: 10px 15px;
  background: #163454;
}

.main-quiestions span {
  display: inline-block;
  color: #359fe6;
  font-family: 'Exo 2',sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding-right: 5px;
}

.main-quiestions p {
  display: inline-block;
  color: #fff;
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  font-size: 15px;
  width: 95%;
  vertical-align: top;
  position: relative;
  top: 8px;
}

.result-test {
  width: 100%;
  background: #cbd9e5;
  border: solid 5px #163454;
  height: 200px;
  text-align: center;
}

.result-test span {
  padding: 10px 15px;
  background: #fac522;
  color: #000c16;
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  top: -15px;
  border: solid 3px #163454;
}

.result-test h2 {
  color: #000c16;
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  font-size: 26px;
  text-transform: uppercase;
  vertical-align: middle;
  margin-top: 55px;
  display: block;
}

.gallery-item {
  height: 250px;
  background: #082442;
}

.gallery-item figure img {
  width: 100%;
}

.gallery-item p {
  color: #fff;
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 10px;
}

.main-answers {
  background: #cbd9e5;
  padding: 15px;
  margin-bottom: 30px;
}

.main-answers input[type=checkbox]:not(old),.main-answers input[type=radio ]:not(old) {
  width: 3em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0;
  cursor: pointer;
}

.main-answers input[type=checkbox]:not(old) + label,.main-answers input[type=radio ]:not(old) + label {
  display: inline-block;
  margin-left: -2em;
  line-height: 1.5em;
  cursor: pointer;
}

.main-answers input[type=checkbox]:not(old) + label > span,.main-answers input[type=radio ]:not(old) + label > span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: .25em .5em .25em .25em;
  border-radius: 50%;
  background: transparent;
  vertical-align: bottom;
  border: solid 3px #359fe6;
  position: relative;
  top: 3px;
}

.main-answers input[type=checkbox]:not(old):checked + label > span,.main-answers input[type=radio ]:not(old):checked + label > span {
  background: transparent;
  border: solid 3px #359fe6;
}

.main-answers input[type=checkbox]:not(old):checked + label > span:before {
  content: '✓';
  display: block;
  width: 3em;
  color: #9c6;
  font-size: .875em;
  line-height: 0;
  text-align: center;
  text-shadow: 0 0 .0714em #73994d;
  font-weight: 700;
}

.main-answers input[type=radio]:not(old):checked + label > span > span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 2px auto;
  border-radius: 50%;
  background: #359fe6;
}

.answers-11 {
  display: inline-block;
  margin-right: 35px;
  cursor: pointer;
}

.answers-11 label {
  color: #0d2c4c;
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  font-size: 15px;
}

.corporate-content {
  background: #fff;
  -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  margin-bottom: 20px;
  padding-bottom: 25px;
  overflow: hidden;
  padding-right: 30px;
  padding-left: 30px;
}

.corporate-head {
  padding: 22px;
  width: 100%;
}

.corporate-head h1 {
  font-family: 'Exo 2',sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #082442;
  text-align: left;
  margin: 0;
  padding-bottom: 20px;
  border-bottom: solid 1px #e6e9ec;
}

.corporate-list {
  padding: 0;
  margin: 0;
}

.corporate-list li {
  display: block;
  padding: 20px 20px 0;
}

.corporate-list li img {
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
}

.cortporate-in {
  display: inline-block;
  width: 90%;
}

.corporate-list li h2 {
  display: block;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Exo 2',sans-serif;
  color: #082442;
}

.corporate-list li p {
  display: block;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Exo 2',sans-serif;
  color: #082442;
  line-height: 1.4;
  margin-top: 5px;
}

.serii{
 overflow: auto;
 height: 2200px;
}

.main-col-sl {
  -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.inner-col-sl {
  background: #FFF;
  overflow: hidden;
}

.product-content {
  margin-bottom: 20px;
  padding-bottom: 25px;
  overflow: hidden;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 20px;
}

.side-sl {
  height: 130px !important;
  position: relative;
}

.side-sl img {
  position: relative;
  z-index: 9;
  top: 19px;
}

.side-vs {
  height: 160px !important;
  position: relative;
  text-align: center;
}

.side-vs img {
  position: relative;
  z-index: 9999;
  top: 10px;
  padding: 0 !important;
}

.track-orange {
  background: #e94a28;
  background: -moz-linear-gradient(left,#e94a28 0%,#eb4f27 37%,#f58632 100%);
  background: -webkit-linear-gradient(left,#e94a28 0%,#eb4f27 37%,#f58632 100%);
  background: linear-gradient(to right,#e94a28 0%,#eb4f27 37%,#f58632 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e94a28',endColorstr='#f58632',GradientType=1);
  height: 55px;
  width: 100%;
  position: absolute !important;
  left: 0;
  bottom: 0 !important;
}

.track-green {
  height: 55px;
  width: 100%;
  position: absolute !important;
  left: 0;
  bottom: 0 !important;
}

.sl-title {
  font-size: 21px !important;
  display: inline-block;
  font-family: 'Exo 2',sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
  position: relative;
  bottom: -10px !important;
}

.product-items {
  width: 100%;
  background: #ddf1f9;
  margin-top: 30px;
  cursor: pointer;
}

.product-items:hover {
  background: #359fe6;
}

.promo {
  position: absolute;
  top: 15px;
  left: -7px;
  padding: 8px 15px;
  background: #f26528;
  z-index: 1;
}

.promo p {
  font-size: 13px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.product-items figure {
  position: relative;
}

.product-items figure img {
  width: 100%;
}

.promo-caption {
  width: 100%;
  position: absolute;
  bottom: 5px;
  right: 0;
  text-align: right;
}

.promo-caption span {
  display: block;
  padding-right: 15px;
}

.promo-caption span:nth-child(1) {
  font-size: 20px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 700;
  color: #fff;
  position: relative;
  top: 5px;
}

.promo-caption strike {
  text-decoration: line-through;
  color: #f26528;
}

.promo-caption span:nth-child(2) {
  font-size: 22px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

.product-info ul {
  padding: 10px 15px;
  margin: 0;
  display: inline-block;
  width: 73%;
}

.product-info ul li {
  display: block;
  color: #fff;
}

.product-info ul li:nth-child(1) {
  font-size: 12px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 700;
  color: #00315c;
  width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.product-info ul li:nth-child(2) {
  font-size: 14px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  color: #ff0000;
  text-transform: uppercase;
}

.buy-icon {
  display: inline-block;
  padding: 10px;
  background: url(/img/white/cart.png) no-repeat center center;
  width: 60px;
  height: 57px;
  vertical-align: top;
  float: right;
  border-left: solid 1px #4e657d;
}

.icon-archive {
  width: inherit !important;
}

.user-info-icon {
  width: inherit !important;
}

.product-content h1 {
  font-family: 'Exo 2',sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #00315c;
  text-align: left;
  margin: 0;
  padding: 15px 15px 0;
}

#product-list {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#product-list>li {
  list-style: none;
  display: none;
  position: relative;
  bottom: 6px;
}

#loadMore-1 {
  width: 220px;
  padding: 15px 0;
  background: #0b1d33;
  color: #fff;
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  font-size: 20px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  margin-top: 50px;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

#loadMore-1:hover {
  background: #359fe6;
}

.product-items figure img {
  transition: All .3597s ease;
  -webkit-transition: All .3597s ease;
  -moz-transition: All .3597s ease;
  -o-transition: All .3597s ease;
  transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
}

.product-items:hover figure img {
  transform: rotate(0deg) scale(0.95) skew(0deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(0.95) skew(0deg) translate(0px);
  -moz-transform: rotate(0deg) scale(0.95) skew(0deg) translate(0px);
  -o-transform: rotate(0deg) scale(0.95) skew(0deg) translate(0px);
  -ms-transform: rotate(0deg) scale(0.95) skew(0deg) translate(0px);
}

.locator-content {
  background: #fff;
  -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  padding: 24px;
  overflow: hidden;
  padding-left: 45px;
  padding-right: 45px;
}

.map-locator {
  width: 100%;
  height: 530px;
  overflow: hidden;
  border: none;
}

.contact-map-locator {
  padding-left: 24px;
  padding-top: 40px;
}

.news-single-content {
  background: #fff;
  -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  margin-bottom: 20px;
  padding-bottom: 25px;
  overflow: hidden;
}

.head-single {
  padding: 15px 45px 0;
}

.head-single h3 {
  padding-bottom: 20px;
  border-bottom: solid 1px #e6e9ec;
  color: #082442;
  font-family: 'Exo 2',sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin: 0;
}

.full-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px 0;
}

.single-content {
  padding: 0 45px;
}

.single-content h4 {
  color: #082442;
  font-family: 'Exo 2',sans-serif;
  font-size: 33px;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px;
}

.single-content p {
  color: #082442;
  font-family: 'Exo 2',sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

.single-date {
  font-family: 'Exo 2',sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #818893;
  display: block;
  margin-top: 20px;
}

.second-news-single {
  padding: 0 60px;
  margin-top: 30px;
}

.single-owl .owl-buttons {
  position: absolute;
  right: -46px !important;
  width: 45px;
  height: 90px;
  top: 228px;
  color: transparent;
}

.single-owl {
  background: #ddf1f9;
  background: -moz-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
  background: -webkit-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
  background: linear-gradient(to bottom,#ddf1f9 0%,#feffff 100%);
}

.second-news-single .wht-1 {
  height: 183px !important;
  left: 25px !important;
}

.second-news-single .wht-1 p {
  width: 154px !important;
  top: 80px !important;
  right: 58px !important;
}

.news-mob-single {
  background: #ddf1f9;
  background: -moz-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
  background: -webkit-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
  background: linear-gradient(to bottom,#ddf1f9 0%,#feffff 100%);
  padding-bottom: 30px;
}

.archive-content {
  background: #fff;
  -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  margin-bottom: 20px;
  padding-bottom: 25px;
  overflow: hidden;
}

.archive-content h1 {
  font-family: 'Exo 2',sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #082442;
  text-align: left;
  margin: 0;
  padding: 15px 45px;
}

.archive-list {
  margin: 0;
  padding: 15px 45px;
}

.archive-list li {
  display: block;
  width: 100%;
  padding: 10px 15px;
  background: #ebebeb;
  margin-bottom: 2px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.archive-list li:hover {
  background: #d3e0ed;
}

.pdf-icon {
  width: 70px;
  height: 70px;
  background: url(/img/pdf-icon.png) no-repeat center center;
  display: inline-block;
}

.archive-inner {
  display: inline-block;
  vertical-align: top;
  padding: 15px;
}

.archive-inner h2 {
  display: block;
  font-family: 'Exo 2',sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #082442;
  margin: 0;
}

.archive-inner span {
  display: block;
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #082442;
  margin: 0;
}

.loc-main {
  padding: 10px 13px !important;
}

.ads-loc {
  padding: 10px 13px !important;
}

.locator-content h1 {
  font-family: 'Exo 2',sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #082442;
  text-align: left;
  margin: 0;
  padding-bottom: 30px;
}

.locator-content p {
  font-family: 'Exo 2',sans-serif;
  font-size: 14px;
  color: #0d2c4c;
}

.contact-content {
  background: #fff;
  -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  margin-bottom: 20px;
  padding-bottom: 25px;
  overflow: hidden;
}

.location-contact {
  padding-top: 20px;
  padding-right: 45px;
  padding-left: 30px;
  overflow: hidden;
}

.contact-content h1 {
  font-family: 'Exo 2',sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #082442;
  text-align: left;
  margin: 0;
  padding: 15px 45px;
}

.location-item {
  width: 100%;
  display: block;
  padding: 10px 15px;
  background: #e8e8e8;
  border-bottom: solid 1px #d7d7d7;
  padding-left: 15px;
  margin-bottom: 1px;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.location-item:hover {
  background: #163454;
}

.location-item:hover h2 {
  color: #fff;
}

.location-item:hover p {
  color: #fff;
}

.location-inner {
  padding-left: 15px;
}

.location-item h2 {
  font-size: 13px;
  font-family: 'Exo 2',sans-serif;
  color: #082442;
  font-weight: 700;
  display: block;
  margin: 0;
  padding-bottom: 5px;
}

.location-item p {
  font-size: 13px;
  font-family: 'Exo 2',sans-serif;
  color: #082442;
  font-weight: 400;
  display: block;
  margin: 0;
}

.contact-map-locator h1 {
  font-family: 'Exo 2',sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #082442;
  text-align: left;
  margin: 0;
  padding: 20px 0;
}

.response-content {
  background: #fff;
  -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  margin-bottom: 20px;
  padding-bottom: 25px;
  overflow: hidden;
}

.head-response {
  padding: 15px 45px 0;
}

.head-response h3 {
  padding-bottom: 20px;
  border-bottom: solid 1px #e6e9ec;
  color: #082442;
  font-family: 'Exo 2',sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin: 0;
}

.response-text {
  padding: 20px 45px 0;
}

.response-text p {
  font-size: 15px;
  color: #082442;
  font-family: 'Exo 2',sans-serif;
  line-height: 1.5;
}

.response-text ul {
  padding: 15px;
}

.response-text ul li {
  margin-bottom: 5px;
  list-style: square url(/img/list-style.jpg);
  font-size: 13px;
  color: #082442;
  font-family: 'Arial',sans-serif;
}

.view-products-1 {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  background: rgba(0,0,0,0.6);
  color: rgba(0,0,0,0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}

.view-table-1 {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  background: rgba(0,0,0,0.6);
  color: rgba(0,0,0,0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}

.product-info-1 {
  border: solid 9px #fff;
}

.active-variation{
background: #c8692f !important;
}

.table-vied {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  right: 2%;
}

.head-popup-table {
  width: 100%;
  background: #062341;
  padding: 6px 10px;
  border-bottom: 1px solid #042d55;
}

.check-kapiten {
  display: inline-block;
}

.check-kapiten input {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.check-kapiten p {
  display: inline-block;
  margin: 0;
  font-size: 13px;
  color: #fff;
  font-family: 'Exo 2',sans-serif;
  padding-left: 5px;
}

.bottom-popup-table span {
  display: inline-block;
  margin: 0;
  font-size: 13px;
  color: #fff;
  font-family: 'Exo 2',sans-serif;
  float: right;
}

.bottom-popup-table {
  width: 100%;
  background: #062341;
  padding: 6px 10px;
  border-bottom: 1px solid #042d55;
}

.head-popup-table span {
  font-size: 14px;
  color: #fff;
  font-family: 'Exo 2',sans-serif;
  display: inline-block;
}

.close-table-1 {
  float: right;
  font-size: 19px !important;
  color: #f2bc02 !important;
  position: relative;
  bottom: 6px;
  cursor: pointer;
}

.main-table-1 tbody tr td.input-td {
  position: relative;
  height: 33px;
}

.main-table-1 tbody tr td.input-td select {
  position: absolute;
  width: 100%;
  height: 33px;
  top: 0;
  left: 0;
  color: #999c85 !important;
  padding-left: 15px;
  background: #062341;
  border: none;
  border-top: solid 1px #082e56;
}

.tx-left th {
  text-align: left !important;
  padding-left: 15px !important;
}

.main-table-1 tbody tr td.input-td input {
  position: absolute;
  width: 100%;
  height: 33px;
  top: 0;
  left: 0;
  color: #fff !important;
  padding-left: 15px;
  background: #062341;
  border: none;
  border-top: solid 1px #082e56;
}

.slider-shop {
  margin-top: 30px;
}

.slider-shop-thumb {
  margin-top: 10px;
}

.slider-shop-thumb img {
  cursor: pointer;
  width: 90%;
}

.product-view-head {
  width: 100%;
  padding: 15px 20px;
  text-align: left;
  background: #163454;
  margin-top: 30px;
}

.product-view-head h1 {
 font-family: 'Exo 2',sans-serif;
 font-size: 24px;
 font-weight: 700;
 color: #fff;
 margin: 0;
 text-transform: uppercase;
}

.product-view-info p {
  font-family: 'Exo 2',sans-serif;
 font-size: 15px;
 font-weight: 400;
 color: #163454;
 margin-top: 15px;
 line-height: 1.7;
 display: block;
}

.products-points {
 font-size: 24px;
 color: #f47b2e;
 font-family: 'Exo 2',sans-serif;
 font-weight: 700
}

.dropdownlist{
    font-family: 'Exo 2', sans-serif;
    font-size: 15px;
    padding: 3px;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color: #163454;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;	
}

.size-product {
  margin-top: 40px;
}

.size-product p {
 font-family: 'Exo 2',sans-serif;
 font-size: 18px;
 font-weight: 400;
 color: #163454;
}

.size-product ul {
  margin: 0;
  padding: 0;
}

.size-product ul li {
  border: solid 1px #163454;
  display: inline-block;
  padding: 4px 10px;
  background: #eee;
  background: -moz-linear-gradient(top,rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
  background: -webkit-linear-gradient(top,rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
  background: linear-gradient(to bottom,rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#eeeeee',GradientType=0);
  margin-right: 2px;
}

.size-product ul li a {
 font-size: 20px;
 color: #f47b2e;
 font-family: 'Exo 2',sans-serif;
 font-weight: 700;
}

.check-out-btn {
 width: 100%;
 padding: 20px;
 font-size: 18px;
 color: #f47b2e;
 font-family: 'Exo 2',sans-serif;
 font-weight: 700;
 text-align: left;
 border: none;
 background: #163454 url(/img/white/cart.png) no-repeat 275px center;
 margin-top: 40px;
 -webkit-transition: all .3s ease-out;
 -moz-transition: all .3s ease-out;
 -ms-transition: all .3s ease-out;
 -o-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.check-out-btn:hover {
  background: #359fe6 url(/img/white/cart.png) no-repeat 275px center;
}

.close-ticket-1 {
  width: 33px;
  height: 33px;
  position: absolute;
  background: url(/img/white/close-ticket.png) no-repeat center center;
  top: -22px;
  right: -22px;
  z-index: 9999;
  border: none;
  cursor: pointer;
}

.product-info-1 ::-webkit-scrollbar {
  width: 0 !important;
}

.product-info-1 {
  -ms-overflow-style: none;
}

.product-info-1 {
  overflow: -moz-scrollbars-none;
}

.banner-360 a {
  display: block;
}

.banner-360 a img {
  width: 100%;
}

.rezults-offical {
  margin-top: 230px;
  -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  overflow: hidden;
  padding: 10px;
}

.custom-tab-pane-1 {
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.panel-group-official {
  padding-left: 15px;
  margin-top: 15px;
}

.league-info {
  background: #e89e00;
  width: 100%;
  height: auto;
  padding: 12px;
}

.league-info h1 {
  font-size: 15px;
  color: #fff;
  font-family: 'Exo 2',sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
}

.contact-form-head {
  width: 100%;
  border-radius: 5px;
  background: #d5d5d5;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 30px;
  overflow: hidden;
}

.contact-form-head h2 {
  margin: 0;
  font-size: 20px;
  font-family: 'Exo 2',sans-serif;
  color: #082442;
}

.styled-select-1 select {
  background: transparent;
  width: 100%;
  border-radius: 5px;
  border: 2px solid #d5d5d5;
  height: 40px;
  -webkit-appearance: none;
  font-size: 16px;
  font-family: 'Exo 2',sans-serif;
  color: #082442;
  padding-left: 15px;
}

.styled-select-1 {
  width: 100%;
  height: 40px;
  overflow: hidden;
  background: url(/img/cn-arrow.png) no-repeat 95% center;
}

.contact-user-fields .form-group input {
  background: transparent;
  width: 100%;
  border-radius: 5px;
  border: 2px solid #d5d5d5;
  height: 40px;
  font-size: 16px;
  font-family: 'Exo 2',sans-serif;
  color: #082442;
  padding-left: 15px;
  margin-bottom: 15px;
}

.contact-user-fields .form-group ::-webkit-input-placeholder {
  color: #aaa;
  font-family: 'Exo 2',sans-serif;
  font-size: 16px;
}

.contact-user-fields .form-group :-moz-placeholder {
  color: #aaa;
  font-family: 'Exo 2',sans-serif;
  font-size: 16px;
}

.contact-user-fields .form-group ::-moz-placeholder {
  color: #aaa;
  font-family: 'Exo 2',sans-serif;
  font-size: 16px;
}

.contact-user-fields .form-group :-ms-input-placeholder {
  color: #aaa;
  font-family: 'Exo 2',sans-serif;
  font-size: 16px;
}

/* SLIDE ONE */
.slideOne {
  width: 50px;
  height: 10px;
  background: #333;
  margin: 20px auto;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,0.2);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,0.2);
}

.slideOne label {
  display: block;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
  position: absolute;
  top: -3px;
  left: -3px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
  background: #fcfff4;
  background: -webkit-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  background: -moz-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  background: -o-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  background: -ms-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  background: linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4',endColorstr='#b3bead',GradientType=0);
}

.slideOne input[type=checkbox]:checked + label {
  left: 37px;
}

/* SLIDE TWO */
.slideTwo {
  width: 80px;
  height: 30px;
  background: #333;
  margin: 20px auto;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,0.2);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,0.2);
}

.slideTwo:after {
  content: '';
  position: absolute;
  top: 14px;
  left: 14px;
  height: 2px;
  width: 52px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #111;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,0.2);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,0.2);
}

.slideTwo label {
  display: block;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
  position: absolute;
  top: 4px;
  z-index: 1;
  left: 4px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
  background: #fcfff4;
  background: -webkit-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  background: -moz-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  background: -o-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  background: -ms-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  background: linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4',endColorstr='#b3bead',GradientType=0);
}

.slideTwo label:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #333;
  left: 6px;
  top: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,1),0 1px 0 rgba(255,255,255,0.9);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,1),0 1px 0 rgba(255,255,255,0.9);
  box-shadow: inset 0 1px 1px rgba(0,0,0,1),0 1px 0 rgba(255,255,255,0.9);
}

.slideTwo input[type=checkbox]:checked + label {
  left: 54px;
}

.slideTwo input[type=checkbox]:checked + label:after {
  background: #00bf00;
}

/* SLIDE THREE */
.slideThree {
  width: 80px;
  height: 26px;
  background: #333;
  margin: 20px auto;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,0.2);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,0.2);
}

.slideThree:after {
  content: 'OFF';
  font: 12px/26px Arial,sans-serif;
  color: #000;
  position: absolute;
  right: 10px;
  z-index: 0;
  font-weight: 700;
  text-shadow: 1px 1px 0 rgba(255,255,255,.15);
}

.slideThree:before {
  content: 'ON';
  font: 12px/26px Arial,sans-serif;
  color: #00bf00;
  position: absolute;
  left: 10px;
  z-index: 0;
  font-weight: 700;
}

.slideThree label {
  display: block;
  width: 34px;
  height: 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
  background: #fcfff4;
  background: -webkit-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  background: -moz-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  background: -o-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  background: -ms-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  background: linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4',endColorstr='#b3bead',GradientType=0);
}

.slideThree input[type=checkbox]:checked + label {
  left: 43px;
}

/* ROUNDED ONE */
.roundedOne {
  width: 28px;
  height: 28px;
  background: #fcfff4;
  background: -webkit-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  background: -moz-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  background: -o-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  background: -ms-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  background: linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4',endColorstr='#b3bead',GradientType=0);
  margin: 20px auto;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 1px 1px white,0 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0 1px 1px white,0 1px 3px rgba(0,0,0,0.5);
  box-shadow: inset 0 1px 1px white,0 1px 3px rgba(0,0,0,0.5);
  position: relative;
}

.roundedOne label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  left: 4px;
  top: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,1);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,1);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,1);
  background: -webkit-linear-gradient(top,#222 0%,#45484d 100%);
  background: -moz-linear-gradient(top,#222 0%,#45484d 100%);
  background: -o-linear-gradient(top,#222 0%,#45484d 100%);
  background: -ms-linear-gradient(top,#222 0%,#45484d 100%);
  background: linear-gradient(top,#222 0%,#45484d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222',endColorstr='#45484d',GradientType=0);
}

.roundedOne label:after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #00bf00;
  background: -webkit-linear-gradient(top,#00bf00 0%,#009400 100%);
  background: -moz-linear-gradient(top,#00bf00 0%,#009400 100%);
  background: -o-linear-gradient(top,#00bf00 0%,#009400 100%);
  background: -ms-linear-gradient(top,#00bf00 0%,#009400 100%);
  background: linear-gradient(top,#00bf00 0%,#009400 100%);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  top: 2px;
  left: 2px;
  -webkit-box-shadow: inset 0 1px 1px white,0 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0 1px 1px white,0 1px 3px rgba(0,0,0,0.5);
  box-shadow: inset 0 1px 1px white,0 1px 3px rgba(0,0,0,0.5);
}

.roundedOne label:hover::after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  filter: alpha(opacity=30);
  opacity: .3;
}

.roundedOne input[type=checkbox]:checked + label:after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
}

/* ROUNDED TWO */
.roundedTwo {
  width: 28px;
  height: 28px;
  background: #fcfff4;
  background: -webkit-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  background: -moz-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  background: -o-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  background: -ms-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  background: linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4',endColorstr='#b3bead',GradientType=0);
  margin: 20px auto;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 1px 1px white,0 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0 1px 1px white,0 1px 3px rgba(0,0,0,0.5);
  box-shadow: inset 0 1px 1px white,0 1px 3px rgba(0,0,0,0.5);
  position: relative;
}

.roundedTwo label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  left: 4px;
  top: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,1);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,1);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,1);
  background: -webkit-linear-gradient(top,#222 0%,#45484d 100%);
  background: -moz-linear-gradient(top,#222 0%,#45484d 100%);
  background: -o-linear-gradient(top,#222 0%,#45484d 100%);
  background: -ms-linear-gradient(top,#222 0%,#45484d 100%);
  background: linear-gradient(top,#222 0%,#45484d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222',endColorstr='#45484d',GradientType=0);
}

.roundedTwo label:after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 5px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.roundedTwo label:hover::after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  filter: alpha(opacity=30);
  opacity: .3;
}

.roundedTwo input[type=checkbox]:checked + label:after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
}

/* SQUARED ONE */
.squaredOne {
  width: 28px;
  height: 28px;
  background: #fcfff4;
  background: -webkit-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  background: -moz-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  background: -o-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  background: -ms-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  background: linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4',endColorstr='#b3bead',GradientType=0);
  margin: 20px auto;
  -webkit-box-shadow: inset 0 1px 1px white,0 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0 1px 1px white,0 1px 3px rgba(0,0,0,0.5);
  box-shadow: inset 0 1px 1px white,0 1px 3px rgba(0,0,0,0.5);
  position: relative;
}

.squaredOne label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 4px;
  top: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,1);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,1);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,1);
  background: -webkit-linear-gradient(top,#222 0%,#45484d 100%);
  background: -moz-linear-gradient(top,#222 0%,#45484d 100%);
  background: -o-linear-gradient(top,#222 0%,#45484d 100%);
  background: -ms-linear-gradient(top,#222 0%,#45484d 100%);
  background: linear-gradient(top,#222 0%,#45484d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222',endColorstr='#45484d',GradientType=0);
}

.squaredOne label:after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #00bf00;
  background: -webkit-linear-gradient(top,#00bf00 0%,#009400 100%);
  background: -moz-linear-gradient(top,#00bf00 0%,#009400 100%);
  background: -o-linear-gradient(top,#00bf00 0%,#009400 100%);
  background: -ms-linear-gradient(top,#00bf00 0%,#009400 100%);
  background: linear-gradient(top,#00bf00 0%,#009400 100%);
  top: 2px;
  left: 2px;
  -webkit-box-shadow: inset 0 1px 1px white,0 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0 1px 1px white,0 1px 3px rgba(0,0,0,0.5);
  box-shadow: inset 0 1px 1px white,0 1px 3px rgba(0,0,0,0.5);
}

.squaredOne label:hover::after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  filter: alpha(opacity=30);
  opacity: .3;
}

.squaredOne input[type=checkbox]:checked + label:after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
}

/* SQUARED TWO */
.squaredTwo {
  width: 28px;
  height: 28px;
  background: #fcfff4;
  background: -webkit-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  background: -moz-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  background: -o-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  background: -ms-linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  background: linear-gradient(top,#fcfff4 0%,#dfe5d7 40%,#b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4',endColorstr='#b3bead',GradientType=0);
  margin: 20px auto;
  -webkit-box-shadow: inset 0 1px 1px white,0 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0 1px 1px white,0 1px 3px rgba(0,0,0,0.5);
  box-shadow: inset 0 1px 1px white,0 1px 3px rgba(0,0,0,0.5);
  position: relative;
}

.squaredTwo label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 4px;
  top: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,1);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,1);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,1);
  background: -webkit-linear-gradient(top,#222 0%,#45484d 100%);
  background: -moz-linear-gradient(top,#222 0%,#45484d 100%);
  background: -o-linear-gradient(top,#222 0%,#45484d 100%);
  background: -ms-linear-gradient(top,#222 0%,#45484d 100%);
  background: linear-gradient(top,#222 0%,#45484d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222',endColorstr='#45484d',GradientType=0);
}

.squaredTwo label:after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.squaredTwo label:hover::after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  filter: alpha(opacity=30);
  opacity: .3;
}

.squaredTwo input[type=checkbox]:checked + label:after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
}

/* SQUARED THREE */
.squaredThree {
  width: 20px;
  margin: 20px auto;
  position: relative;
}

.squaredThree label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,.4);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,.4);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.5),0 1px 0 rgba(255,255,255,.4);
  background: -webkit-linear-gradient(top,#222 0%,#45484d 100%);
  background: -moz-linear-gradient(top,#222 0%,#45484d 100%);
  background: -o-linear-gradient(top,#222 0%,#45484d 100%);
  background: -ms-linear-gradient(top,#222 0%,#45484d 100%);
  background: linear-gradient(top,#222 0%,#45484d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222',endColorstr='#45484d',GradientType=0);
}

.squaredThree label:after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.squaredThree label:hover::after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  filter: alpha(opacity=30);
  opacity: .3;
}

.squaredThree input[type=checkbox]:checked + label:after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
}

/* SQUARED FOUR */
.squaredFour {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  padding: 0 15px;
}

.squaredFour label {
  cursor: pointer;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 10px;
  border-radius: 4px;
  left: 15px;
  background: #fcfff4;
  border: solid 2px #d5d5d5;
}

.squaredFour label:after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 7px;
  left: 6px;
  border: 3px solid #0d2c4c;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.squaredFour label:hover::after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  filter: alpha(opacity=30);
  opacity: .5;
}

.squaredFour input[type=checkbox]:checked + label:after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
}

.squaredFour p {
  width: 95%;
  position: relative;
  left: 20px;
  display: inline-block;
  font-size: 14px;
  color: #082442;
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
}

.confirm-human {
  width: 100%;
  margin-top: 40px;
}

.confirm-human img {
  display: block;
  margin-bottom: 15px;
}

.captcha-field {
  width: 240px;
  height: 45px;
  border-radius: 5px;
  border: solid 2px #d5d5d5;
  padding-left: 15px;
  color: #082442;
  font-family: 'Exo 2',sans-serif;
  font-size: 16px;
}

.confirm-human ::-webkit-input-placeholder {
  color: #082442;
  font-family: 'Exo 2',sans-serif;
  font-size: 16px;
}

.confirm-human :-moz-placeholder {
  color: #082442;
  font-family: 'Exo 2',sans-serif;
  font-size: 16px;
}

.confirm-human ::-moz-placeholder {
  color: #082442;
  font-family: 'Exo 2',sans-serif;
  font-size: 16px;
}

.confirm-human :-ms-input-placeholder {
  color: #082442;
  font-family: 'Exo 2',sans-serif;
  font-size: 16px;
}

.create-btn {
  padding: 10px 20px;
  border-radius: 5px;
  border: solid 2px #d5d5d5;
  color: #082442;
  font-family: 'Exo 2',sans-serif;
  font-size: 16px;
  font-weight: 700;
  background: #f1e767;
  background: -moz-linear-gradient(top,#f1e767 0%,#feb645 100%);
  background: -webkit-linear-gradient(top,#f1e767 0%,#feb645 100%);
  background: linear-gradient(to bottom,#f1e767 0%,#feb645 100%);
  margin-left: 15px;
}

.create-btn:hover {
  background: #fff;
}

.contact-user-fields-inner {
  overflow: hidden;
  margin-bottom: 50px;
}

.gallery-slider img {
  width: 100%;
}

.admin-infos {
  padding: 0;
  margin: 0;
  float: right;
}

.admin-infos li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-right: 20px;
  margin-top: 5px;
}

.admin-infos li p {
  font-family: 'Exo 2',sans-serif;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 0;
}

.admin-infos li span {
  font-family: 'Exo 2',sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #FFF;
  background: #FF0000;
  padding: 3px;
  border-radius: 12px;
  width: 24px;
  height: 24px;
}

.admin-infos li:nth-child(1) i {
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url(/img/vaucher-icon.png) no-repeat center 0;
}

.admin-infos li:nth-child(1):hover i {
  background: url(/img/vaucher-icon.png) no-repeat center -16px;
}

.admin-infos li:nth-child(2) i {
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url(/img/ms-user.png) no-repeat center 0;
}

.admin-infos li:nth-child(2):hover i {
  background: url(/img/ms-user.png) no-repeat center -16px;
}

.admin-infos li:nth-child(1) span {
  display: inline-block;
}

.admin-infos li:nth-child(2) span {
  display: inline-block;
}

.admin-infos li:nth-child(1) p {
  display: block;
  color: #fff;
}

.admin-infos li:nth-child(1):hover p {
  display: block;
  color: #00315c;
}

.admin-infos li:nth-child(2) p {
  color: #fff;
}

.admin-infos li:nth-child(2):hover p {
  color: #00315c;
}

.admin-infos li:nth-child(3) i {
  display: inline-block;
  width: 25px;
  height: 20px;
  background: url(/img/user-icon.png) no-repeat center 0;
}

.admin-infos li:nth-child(3):hover i {
  background: url(/img/user-icon.png) no-repeat center -20px;
}

.admin-infos li:nth-child(3) p {
  display: inline-block;
  color: #ffffff;
  position: relative;
  bottom: 2px;
}

.admin-infos li:nth-child(3) {
  position: relative;
  top: 6px;
}

.admin-infos li:nth-child(4) a {
  padding: 8px 30px;
  background: #fff;
  font-size: 11px;
  color: #0066b3;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Exo 2',sans-serif;
  font-weight: 700;
  margin-top: 5px;
  display: block;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.admin-infos li:nth-child(4):hover a {
  background: #17304c;
  color: #fff;
}

.submenu-sportclub {
  width: 100%;
  background: #0066b3;
  padding: 16px 0;
}

.spc-menu {
  padding: 0;
  margin: 0;
  float: right;
}

.spc-menu li {
  display: inline-block;
  margin-left: 30px;
}

.spc-menu li a {
  text-transform: uppercase;
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.spc-menu li:hover a {
  border: 1px solid #fff;
  padding: 8px;
  color: #fff;
}

.spc-menu li.active a {
  color: #fff !important;
  background: #00315c;
  border: 1px solid #fff;
  padding: 8px;
}

.sportclub-content {
  margin-top: 35px;
  -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
  overflow: hidden;
  padding: 10px 10px 35px;
}

.spc-content-inner {
  background: #fff;
  width: 100%;
  padding: 30px 30px 0;
}

.spanKActive {
	background: url(/img/white/plus-ms.png) no-repeat !important;
    display: block;
    width: 17px;
    height: 17px;
    margin: 0 auto;
    cursor: pointer;
	}

.moi-tiketi-col {
  width: 100%;
  padding: 19px;
  overflow: hidden;
  background: #ddf1f9;
  background: -moz-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
  background: -webkit-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
  background: linear-gradient(to bottom,#ddf1f9 0%,#feffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7fbfc',endColorstr='#71879e',GradientType=0);
}

.more-spc-btn {
  padding: 7px 22px;
  background: #17304c;
  color: #fff;
  font-size: 14px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  display: inline-block;
  border: solid 1px #17304c;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.more-spc-btn:hover {
  background: #fff;
  color: #17304c;
  font-weight: 400;
}

.bet-spc-btn {
  padding: 6px 21px;
  background: #f16767;
  background: -moz-linear-gradient(top,#f16767 0%,#f50101 100%);
  background: -o-linear-gradient(to bottom,#f16767 0%,#f50101 100%);
  background: -webkit-linear-gradient(top,#f16767 0%,#f50101 100%);
  background: linear-gradient(to bottom,#f16767 0%,#f50101 100%);
  border: solid 1px #00315c;
  color: #fff;
  font-size: 14px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 500;
  display: inline-block;
  margin-left: 3px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.bet-spc-btn:hover {
  background: #fff;
  color: #17304c;
}

.tk-spc {
  position: relative;
}

.tk-spc img {
  position: absolute;
  left: 0;
  top: 23px;
  width: 100%;
}

.my-ticket-col-in h1 {
  text-transform: uppercase;
  font-family: 'Exo 2',sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #17304c;
  margin: 0;
}

.my-ticket-col-in p {
  font-family: 'Exo 2',sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #17304c;
  margin: 0;
  display: block;
  margin-top: 6px;
  margin-bottom: 15px;
}

.missed {
  color: #dc5731;
}

.get {
  color: #9dc63e;
}

#divTabeli{
color: #00315c;
font-family: 'Exo 2', sans-serif;
font-size: 15px;
line-height: 1.6;
padding-bottom: 25px;
}

#divTabeli h2, h3{
color: #00315c;
padding-top:10px;
padding-bottom:5px;
}

.tips-cup-main {
  padding: 30px 30px 0;
  overflow: hidden;
  background: #fff;
}

.tips-cup {
  overflow: hidden;
  background: #ddf1f9;
  background: -moz-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
  background: -webkit-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
  background: linear-gradient(to bottom,#ddf1f9 0%,#feffff 100%);
  padding: 20px 0;
  border: solid 1px #fff;
}

.tips-cup-main img {
  vertical-align: bottom;
}

#tabTop3G{
padding-bottom: 10px;
}

.cart {
  position: absolute;
  top: 30px;
  right: 45px;
  z-index: 9998;
}

.cart-sub {
  display: inline-block;
  background: url(/img/white/cart.png) no-repeat left center;
  vertical-align: top;
  float: right;
  color: #00315c;
  height: 25px;
  padding-left: 40px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  z-index: 9999999;
}
 
.cart-info {
  background: #fff;
  width: 355px;
  position: relative;
  top: 40px;
  border: solid 1px #f16528;
  padding: 20px;
  display: none;
}

.cart-info ul {
  margin: 0;
  padding: 0;
}

.cart-info ul li {
  display: block;
  padding: 15px 0;
  border-bottom: solid 1px #cdcdcd;
  position: relative;
}

.remove-btn-product {
  width: 18px;
  height: 18px;
  background: url(/img/remove-product.png) no-repeat center center;
  display: block;
  position: absolute;
  right: 0;
  top: 33%;
  border: none;
}

.total {
  width: 100%;
  display: block;
  text-align: right;
  padding: 15px 0 0;
}

.total p {
 color: #102a43;
 font-family: 'Exo 2',sans-serif;
 font-weight: 700;
 font-size: 18px;
 text-transform: uppercase;
 display: block;
}

.total a {
 color: #fff;
 font-family: 'Exo 2',sans-serif;
 font-weight: 400;
 font-size: 15px;
 text-transform: uppercase;
 display: inline-block;
 padding: 6px 12px;
 margin-left: 10px;
 margin-top: 10px;
}

.cancel-btn {
  background: #102a45;
}

.order-btn {
  background: #ea5f04;
}

.total p span {
 color: #c45e1e;
 font-family: 'Exo 2',sans-serif;
 font-weight: 400;
 font-size: 18px;
 text-transform: uppercase;
}

.cart-info ul li figure {
  display: inline-block;
  border: solid 1px #f16528;
}

.product-infos {
  display: inline-block;
  padding-left: 15px;
}

.product-infos h1 {
 display: block;
 color: #0f2741;
 text-transform: uppercase;
 padding: 0;
 font-family: 'Exo 2',sans-serif;
 font-weight: 700;
 font-size: 15px;
 position: relative;
 top: 10px;
}

.product-infos span {
 display: block;
 color: #c85f1e;
 text-transform: uppercase;
 padding: 0;
 font-family: 'Exo 2',sans-serif;
 font-weight: 400;
 font-size: 15px;
 position: relative;
 top: 10px;
}

.sl-market-link {
  overflow: hidden;
  background: #ddf1f9;
  background: -moz-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
  background: -webkit-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
  background: linear-gradient(to bottom,#ddf1f9 0%,#feffff 100%);
  padding: 12px 0;
  border: solid 1px #fff;
}

.user-my-table tr th span {
  font-family: 'Exo 2',sans-serif !important;
  font-size: 13px !important;
}

.tips-cup h2 {
  text-transform: uppercase;
  font-family: 'Exo 2',sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #17304c;
  margin: 0;
}

.tips-cup p {
  font-family: 'Exo 2',sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #17304c;
  margin: 0;
  display: block;
  margin-top: 6px;
  margin-bottom: 15px;
}

.more-spc-btn {
  padding: 7px 20px;
  background: #17304c;
  color: #fff;
  font-size: 14px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  display: inline-block;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.tips-cup-res {
  width: 100%;
  background: #ffd65e;
  background: -moz-linear-gradient(top,#ffd65e 0%,#febf04 100%);
  background: -webkit-linear-gradient(top,#ffd65e 0%,#febf04 100%);
  background: linear-gradient(to bottom,#ffd65e 0%,#febf04 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd65e',endColorstr='#febf04',GradientType=0);
  border: solid 1px #fcee21;
  padding: 10px 0;
  min-height: 66px;
}

.tips-cup-res ul {
  padding: 0;
  margin: 0;
}

.tips-cup-res ul li {
  display: inline-block;
  width: 32%;
}

.tips-cup-res ul li:nth-child(1) {
  text-align: left;
  padding-left: 20px;
}

.tips-cup-res ul li:nth-child(2) {
  text-align: center;
}

.tips-cup-res ul li:nth-child(3) {
  text-align: right;
}

.tips-cup-res ul li p {
  font-size: 24px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  color: #010101;
  text-shadow: 1px 1px 2px rgba(155,110,30,1);
  margin: 0;
}

.tips-cup-res ul li b {
  color: #fff;
  font-size: 18px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(155,110,30,1);
  display: inline-block;
  padding-right: 10px;
}

.tips-cup-res ul li span {
  color: #000;
  font-size: 28px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(155,110,30,1);
  display: inline-block;
}

.sl-market-link h3 {
  text-transform: uppercase;
  font-family: 'Exo 2',sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #17304c;
  margin: 0;
}

.sl-market-link p {
  font-family: 'Exo 2',sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #17304c;
  margin: 0;
  display: block;
  margin-top: 6px;
  margin-bottom: 15px;
}

.sl-markt-res {
  background: #ffd65e;
  background: -moz-linear-gradient(top,#ffd65e 0%,#febf04 100%);
  background: -webkit-linear-gradient(top,#ffd65e 0%,#febf04 100%);
  background: linear-gradient(to bottom,#ffd65e 0%,#febf04 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd65e',endColorstr='#febf04',GradientType=0);
  border: solid 1px #fcee21;
  padding: 10px 0;
  min-height: 66px;
}

.sl-markt-res ul {
  padding: 0;
  margin: 0;
}

.sl-markt-res ul li {
  display: inline-block;
}

.sl-markt-res ul li:nth-child(1) {
  text-align: left;
  padding-left: 10px;
  padding-right: 15px;
}

.sl-markt-res ul li:nth-child(2) {
  text-align: left;
}

.sl-markt-res ul li p {
  font-size: 23px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  color: #010101;
  text-shadow: 1px 1px 2px rgba(155,110,30,1);
  margin: 0;
}

.sl-markt-res ul li p {
  font-size: 23px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  color: #010101;
  text-shadow: 1px 1px 2px rgba(155,110,30,1);
  margin: 0;
}

.sl-markt-res ul li b {
  color: #fff;
  font-size: 18px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(155,110,30,1);
  display: inline-block;
  padding-right: 10px;
}

.sl-markt-res ul li span {
  color: #000;
  font-size: 26px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(155,110,30,1);
  display: inline-block;
}

.virtual-cel {
  width: 100%;
  background: #ffd65e;
  background: -moz-linear-gradient(top,#ffd65e 0%,#febf04 100%);
  background: -webkit-linear-gradient(top,#ffd65e 0%,#febf04 100%);
  background: linear-gradient(to bottom,#ffd65e 0%,#febf04 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd65e',endColorstr='#febf04',GradientType=0);
  border: solid 1px #fcee21;
  padding: 10px 0;
  min-height: 66px;
}

.virtual-cel ul {
  padding: 0;
  margin: 0;
}

.virtual-cel ul li {
  display: inline-block;
}

.virtual-cel ul li:nth-child(1) {
  text-align: left;
  padding-left: 20px;
}

.virtual-cel ul li:nth-child(2) {
  text-align: right;
  float: right;
  padding-right: 20px;
}

.virtual-cel ul li:nth-child(3) {
  text-align: right;
  float: right;
  padding-right: 40px;
}

.virtual-cel ul li p {
  font-size: 24px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  color: #010101;
  text-shadow: 1px 1px 2px rgba(155,110,30,1);
  margin: 0;
}

.virtual-cel ul li b {
  color: #fff;
  font-size: 18px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(155,110,30,1);
  display: inline-block;
  padding-right: 10px;
}

.virtual-cel ul li span {
  color: #000;
  font-size: 28px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(155,110,30,1);
  display: inline-block;
  padding-left: 10px;
}

.virtual-cel ul li img {
  position: relative;
  bottom: 3px;
}

.sc-chance-text {
  position: relative;
  top: 5px;
  left: 5px;
}

.vs-players {
  padding-left: 35px;
  overflow: hidden;
}

.football-field {
  width: 100%;
  height: 601px;
  background: url(/img/football-field.png) no-repeat center center;
  text-align: center;
  margin-top: 15px;
}

.football-field ul {
  width: 100%;
  display: block;
  padding: 10px;
}

.football-field ul li {
  display: inline-block;
  width: 21%;
  text-align: center;
}

.players {
  display: block;
  cursor: pointer;
}

.players span {
  color: #fff;
  font-family: 'Arial',sans-serif;
  font-size: 11px;
  font-weight: 400;
  display: block;
  text-shadow: 3px 3px 2px rgba(0,0,0,1);
}

.forwards {
  position: relative;
  top: 130px;
}

.middle {
  position: relative;
  top: 155px;
}

.defense {
  position: relative;
  top: 170px;
}

.goalkeeper {
  position: relative;
  top: 150px;
}

.player-table {
  margin-top: 15px;
}

.player-table-head {
  margin-bottom: 20px;
}

.player-table-head h2 {
  margin: 0;
  color: #00315c;
  font-size: 24px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 700;
  padding-bottom: 10px;
}

.player-table-head p {
  margin: 0;
  color: #00315c;
  font-size: 11px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  padding-right: 15px;
}

.ex-text {
  margin: 0;
  color: #fff;
  font-size: 11px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  padding-top: 20px;
  display: block;
}

.team-config {
  margin-top: 15px;
}

.your-budget {
  width: 100%;
  padding: 15px 0;
  border: solid 1px #1f2932;
  text-align: center;
  margin-bottom: 40px;
}

.your-budget span {
  color: #00315c;
  font-size: 24px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 700;
}

.team-config-inner ul {
  width: 100%;
  padding: 0 0 30px;
  margin: 20px 0;
  background: url(/img/border-ml.png) repeat-x bottom center;
}

.team-config-inner ul li {
  display: inline-block;
  text-align: center;
  width: 32%;
  color: #1d4166;
  font-size: 20px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}

.forward-icon {
  width: 11px;
  height: 12px;
  display: block;
  background: url(/img/off-div.png) no-repeat center center;
  margin: 0 auto;
}

.middle-icon {
  width: 24px;
  height: 12px;
  display: block;
  background: url(/img/sredina-icon.png) no-repeat center center;
  margin: 0 auto;
}

.defense-icon {
  width: 11px;
  height: 12px;
  display: block;
  background: url(/img/off-div.png) no-repeat center center;
  margin: 0 auto;
  -ms-transform: rotate(180deg);
/* IE 9 */
  -webkit-transform: rotate(180deg);
/* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.golman-icon {
  width: 37px;
  height: 12px;
  display: block;
  background: url(/img/golman-icon.png) no-repeat center center;
  margin: 0 auto;
}

.selector-icon {
  width: 13px;
  height: 12px;
  display: block;
  background: url(/img/selector-icon.png) no-repeat center center;
  margin: 0 auto;
}

.team-config-inner ul li img {
  vertical-align: bottom;
}

.team-config-inner ul li p {
  color: #1f2932;
  font-family: 'Exo 2',sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  display: block;
  margin: 0;
  text-shadow: none;
}

.team-config-inner ul li b {
  color: #00315c;
  font-family: 'Exo 2',sans-serif;
  font-size: 16px;
  text-transform: none;
  display: block;
  text-shadow: none;
}

.team-config-btn {
  padding: 0;
  margin: 0;
}

.team-config-btn li {
  display: inline-block;
  width: 48%;
  border: solid 1px #274e76;
}

.team-config-btn li:first-child {
  margin-right: 10px;
}

.team-config-btn li a {
  padding: 8px 20px 8px 55px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  display: block;
  -webkit-box-shadow: 1px 2px 0 0 rgba(0,0,0,0.97);
  -moz-box-shadow: 1px 2px 0 0 rgba(0,0,0,0.97);
  box-shadow: 1px 2px 0 0 rgba(0,0,0,0.97);
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.team-config-btn li:hover a {
  color: #004179;
}

.save-tim {
  background: #004179 url(/img/save-icon-blue.png) no-repeat 27px center;
}

.lock-tim {
  background: #004179 url(/img/lock-icon.png) no-repeat 30px center;
}

.save-tim:hover {
  background: #fff url(/img/save-icon-blue.png) no-repeat 27px center;
}

.lock-tim:hover {
  background: #fff url(/img/lock-icon.png) no-repeat 30px center;
}

.checkout-content {
  background: #fff;
  width: 100%;
  padding: 15px;
  overflow: hidden;
}

.mt-2 thead tr th {
  text-align: left !important;
  padding-left: 20px;
}

.mt-2 tbody tr td {
  text-align: left !important;
  padding-left: 20px;
}

.mt-2 tbody tr td {
  color: #00315c;
}

.mt-2 {
  padding: 0 15px;
}

.more-info-product {
  margin-top: 22px;
}

.checkout-content h1 {
  font-family: 'Exo 2',sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #00315c;
  text-align: left;
  margin: 0;
  padding: 15px 0 20px;
}

.more-info-product p {
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #00315c;
  display: inline-block;
  padding-right: 10px;
}

.more-info-product select {
  display: inline-block;
  color: #00315c;
  border: 1px solid;
}

.more-info-product-btn {
  margin-top: 20px;
}

.more-info-product-btn button {
  color: #fff;
  font-family: 'Exo 2',sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  padding: 6px 19px;
  margin-left: 4px;
  border: none;
}

.continue-shop {
  background: #fff;
  color: #102a45 !important;
}

.sort-by {
  background: url(/img/arrow-sort.png) no-repeat 30px center;
  display: block;
  width: 100%;
  cursor: pointer;
}

.side-icon {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  height: 30px;
  width: 15px;
  display: block;
  z-index: 9999;
}

#result-show-icon {
  display: block;
  width: 100%;
  height: 50%;
  background: url(/img/rezult-popup-icon.png) no-repeat center center;
  cursor: pointer;
  background-size: 100%;
}

#settings-show-icon {
  display: block;
  width: 100%;
  height: 50%;
  background: url(/img/setting-popup-icon.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
}

.login-form {
  width: 50%;
  margin: 0 auto;
  font-family: 'Exo 2', sans-serif;
}

.login-btn {
  display: inline-block;
  width: 55% !important;
  background: #edba2c !important;
  border: solid 2px #edba2c !important;
}

.login-btn:hover {
  background: #fff !important;
  border: solid 2px #edba2c !important;
}

.login-form label {
  display: inline-block;
  margin-left: 20px;
  font-family: 'Exo 2',sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.login-form label input {
  width: 20px !important;
  height: 20px !important;
  margin-bottom: 0 !important;
  position: relative;
  top: 5px;
  margin-right: 3px;
}

.ch-sub {
  padding-left: 15px;
}

.ch-sub .checkbox {
  background: #ddf1f9 !important;
}

.ch-sub .checkbox label span {
  color: #1f2932 !important;
}

.squaredFour input{
  visibility: hidden;
}

.ms-all{
  display: block;
}

.msg{
  background: #0d2c4c;
  overflow: hidden;
  padding: 30px;
}

.player-msg{
  overflow: hidden;
  background: #fff;
}

.msg-header h1{
    font-family: 'Exo 2',sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    text-align: left;
    margin: 0;
    padding-bottom: 10px;
}

.msg-header p{
    font-family: 'Exo 2',sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-align: left;
    margin: 0;
    padding-bottom: 20px;
}

.head-msg{
  width: 100%;
  padding: 12px 25px;
  background: #ddf1f9;
  background: -moz-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
  background: -webkit-linear-gradient(top,#ddf1f9 0%,#feffff 100%);
  background: linear-gradient(to bottom,#ddf1f9 0%,#feffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddf1f9',endColorstr='#feffff',GradientType=0);
  border: solid 1px #f2f5f8;
}

.head-msg p{
    font-family: 'Exo 2',sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #212121;
    margin: 0;
}

.head-msg h1{
    font-family: 'Exo 2',sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #212121;
    margin: 7px 0 !important;
}

.term-list{
  margin: 0;
  padding: 0;
}

.more{
    color:red;
    cursor:pointer;
  }

.single-msg{
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0px 25px;
  background: #ededed;
  cursor: pointer;
}

.single-msg:hover{
  background: #fff;
}

.msg-header span{
  color: #deb11f;
}

.date-msg{
    font-family: 'Exo 2',sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #163454;
    display: block;
}

.sm-inner{
  border-bottom: solid 1px #dbd8d8;
  border-top: solid 1px #f5f5f5;
  width: 100%;
  overflow: hidden;
  padding: 20px 0px;
}

.content-msg{
    font-family: 'Exo 2',sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #163454;
    display: block;
}

.msg-full{
  font-family: 'Exo 2',sans-serif;
  text-align: left;
  overflow: hidden;
  padding: 25px;
}

.msg-full h1{
    font-family: 'Exo 2',sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #212121;
}

.msg-full p{
    font-family: 'Exo 2',sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #212121;
    margin: 0;
}

.single-msg.active{
  background: #fff !important;
}

.single-msg.active .sm-inner{
  border: none !important;
}

.vau-table{
  width: 100%;
  padding: 30px 30px 15px;
  overflow: hidden;
  background: #fff;
}

.vau-table h1{
    font-family: 'Exo 2',sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #17304c;
    text-align: left;
    margin: 0;
    padding-bottom: 30px;
}



footer {
  width: 100%;
  margin-top: 60px;
}

.close-ticket {
  width: 33px;
  height: 33px;
  position: absolute;
  background: url(/img/white/close-ticket.png) no-repeat center center;
  top: 0;
  right: 3px;
  z-index: 9999;
  border: none;
}

.footer-titles {
  font-family: 'Exo 2',sans-serif;
  font-weight: 700;
  font-size: 14px !important;
  text-transform: uppercase;
  color: #ffc700;
  text-shadow: 2px 2px 0 rgba(0,0,0,1);
  margin-bottom: 20px;
}

.footer-contact {
  padding-left: 30px;
}

.footer-contact ul {
  margin: 0;
  padding: 0;
}

.footer-contact ul li {
  font-family: 'Exo 2',sans-serif;
  font-weight: 300;
  font-size: 14px !important;
  color: #fff;
  text-shadow: 2px 2px 0 rgba(0,0,0,1);
  display: block;
}

.footer-menu {
  padding-left: 40px;
}

.footer-menu ul {
  margin: 0;
  padding: 0;
}

.footer-menu ul li {
  display: block;
}

.footer-menu ul li a {
  font-family: 'Exo 2',sans-serif;
  font-weight: 300;
  font-size: 14px !important;
  color: #fff;
  text-shadow: 2px 2px 0 rgba(0,0,0,1);
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.footer-menu ul li:hover a{
  color: #ffc700;
}

.bootom-footer-menu {
  padding: 0;
  margin: 0;
  float: right;
}

.bootom-footer-menu li {
  display: inline-block;
}

.bootom-footer-menu li a {
  font-family: 'Exo 2',sans-serif;
  font-weight: 700;
  font-size: 11px !important;
  color: #082442;
  display: block;
  text-transform: uppercase;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.bootom-footer-menu li:hover a{
  color: #ffc700;
}

.spec-quote {
  color: #0d2c4c !important;
  background: #ffc000 !important;
}

.bottom-footer {
  width: 100%;
  background: #e4ebf0;
  padding: 15px;
  margin-top: 68px;
}

.copy span {
  font-family: 'Exo 2',sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #082442;
}

@media screen and (min-width:320px) and (max-width:480px) {
.admin-infos li:nth-child(1) p {
  color: #00315c;
}	

.admin-infos li:nth-child(2) p {
  color: #00315c;
}	

.admin-infos li:nth-child(3) a {
  color: #00315c !important;
}

.admin-infos{
margin-bottom: 15px;	
}
	
.ui-datepicker-month {
  color: #fff;
}	

.ui-datepicker-year {
  color: #fff !important;
}	

.ui-icon-circle-triangle-e {
  background: url(/img/white/date-arrow.png) no-repeat center center;
}

.ui-icon-circle-triangle-w {
  background: url(/img/white/date-arrow.png) no-repeat center center;
}

.statistika-icon{
background-image: url(/img/ftt.png);
margin: -14px 20px 0 0;
float: right;
display: block;
 }	
	
.serii{
 height: 4400px;	
}		
	
.ticket-overflow {
    display: block;
	overflow-x: scroll !important;
}

.tmp-tickets{
width: 800px;	
}

.lst-tickets{
width: 800px;	
}

.glyphicon-chevron-down-1{
 margin-right: 5px;	
}
	
  .tc-in{
    width: 60%;
  }  
  
  .btn-iscisti{
	float: left;
    margin: 5px 0 0 5px !important;	
  }  
  
  .custom-nav-tabs-1 li:nth-child(1) {
  width: 33%;
}

.custom-nav-tabs-1 li:nth-child(2) {
  width: 33%;
}

.custom-nav-tabs-1 li:nth-child(3) {
  width: 34%;
}

  .league{
	   padding: 4px 0 0 0 !important;
   }
   
  .product-content h1 {
    padding: 60px 15px 0;
    text-align: center;
  }
  
  .stats-scroll{
  max-height: 300px;
  overflow: auto;
}

  .my-stats{
  padding: 20px 30px !important;
  top: 100px !important;
  left: 0;
}

  .btn-popup .main-btn {
    font-family: 'Exo 2',sans-serif;
    font-size: 13px;
}

.divTiketMoreInfo{
  font-family: 'Exo 2', sans-serif;	
  font-size: 13px;
  float: left;
  padding: 22px 0 0;	
}

.divTiketMoreInfo span{
  padding-right: 5px
}

  .login-form {
    width: 100%;
    margin: 0 auto;
  }

  .player-table {
    padding-right: 0;
    padding-left: 0;
  }

  .team-config-inner ul li p {
    font-size: 11px;
  }

  .team-config-btn li a {
    padding: 8px 10px 8px 33px;
    font-size: 12px;
  }

  .vs-players {
    padding-left: 0;
  }

  .sl-icon-1 {
    width: 30% !important;
  }

  .check-table th {
    width: 90px !important;
  }

  .team-config-btn li:first-child {
    margin-right: 0;
  }

  .save-tim {
    background: #004179 url(/img/save-icon-blue.png) no-repeat 9px center;
  }

  .lock-tim {
    background: #004179 url(/img/lock-icon.png) no-repeat 9px center;
  }

  .message-content{
    display: none;
    position: relative;
  }

  .close-12{
    padding: 10px 20px;
    background: #0d2c4c;
    font-size: 11px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Exo 2',sans-serif;
    font-weight: 700;
    margin-top: 5px;
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 0px;
    cursor: pointer;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

  .ex-text {
    padding: 10px 15px;
  }

  .player-table-head p {
    padding: 10px 15px;
  }

  .player-table-head h2 {
    text-align: center;
  }

  .main-col-sl {
    padding-top: 0px;
}

  .msg-header h1 {
      font-size: 20px;
      padding-left: 15px;
  }

  .single-msg {
    padding: 0px 15px;
  }

  .sm-inner{
    padding: 10px 0px;
  }

  .msg-header p{
    padding-left: 15px;
  }

  .msg {
      padding: 0px;
  }

  .tp-table {
    padding-right: 0;
    padding-left: 0;
  }
  
  #backtotop {
  border-radius: 50%;
  background: linear-gradient(to bottom,rgba(241,103,103,0.5) 0%,rgba(245,1,1,0.5) 100%);
  display: block;
  position: fixed;
  text-align: center;
  width: 40px;
  height: 40px;
  left: 87%;
  bottom: 55%;
  opacity: 0;
  transition: all 0.4s ease 0s;
  color: #fff;
  font-size: 13px;
  padding: 5px;
  cursor: pointer;
  }

  .main-col-sl {
	padding-right: 1px;
    padding-left: 0;
  }

  .tp-title {
    text-align: center;
  }

  .total {
    width: 100%;
    display: block;
    text-align: left;
    padding: 15px 0 0;
  }

  .ch-content {
    padding: 0;
  }

  .cart {
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
  }

  .checkout-content {
    padding: 0;
    text-align: center;
  }

  .head-single {
    padding: 15px 15px 0;
  }

  .checkout-content h1 {
    text-align: center;
  }

  .more-info-product-btn button {
    width: 90%;
    margin-bottom: 10px;
  }

  .test-content {
    padding: 22px 15px 45px;
  }

  .product-content {
    padding-right: 0;
    padding-left: 0;
  }

  .vau-table h1 {
      font-size: 20px;
  }

  .head-response {
    padding: 15px 15px 0;
  }

  .vau-table {
    padding: 30px 15px 15px;
  }

  .response-text {
    padding: 20px 15px 0;
  }

  .single-content {
    padding: 0 15px;
  }

  .locator-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gallery-list-content {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-content {
    padding: 15px;
  }

  .corporate-content {
    padding-right: 0;
    padding-left: 0;
  }

  .location-contact {
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 0;
    overflow: hidden;
  }

  .contact-content h1 {
    padding: 15px;
  }

  .archive-list {
    padding: 15px;
  }

  .archive-content h1 {
    padding: 15px;
  }

  .slide-links li {
    width: 10%;
  }

  #owl-demo-1 .owl-buttons {
    display: none;
  }

  .main-wrapper {
    margin-top: -300px;
  }


 /*  .league span {
    display: inline-block !important;
    margin-bottom: 0 !important;
    font-family: 'Arial',sans-serif;
    text-transform: uppercase;
    font-size: 12px;
  } */

  .league:hover {
    color: #000 !important;
  }

  .one-time {
    height: 200px;
  }

  .slide-links {
    bottom: 15%;
  }

  .s-wht {
    display: none;
  }

  .in-ticket {
    width: 100%;
  }

  .ticket-view span {
    float: none;
  }
  
/*  .custom-table tbody tr td {
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-family: 'Arial',sans-serif;
    font-weight: 400;
    padding: 5px 0;
    position: relative;
  } */

  .ticket-1 {
    width: 100%;
  }

  .slide-3 a {
    font-size: 12px;
    padding: 6px 20px;
    left: 40%;
    top: 84%;
    border: solid 1px #fff;
  }

  .slide-1 {
    background: url(/img/main-bg-mobile.jpg) no-repeat top center !important;
    height: 450px !important;
    width: 100% !important;
    background-size: 100%;
  }

  .slide-2 {
    background: url(/img/slide-2-mb.png) no-repeat top center !important;
    height: 450px !important;
    width: 100% !important;
    background-size: 100%;
  }

  .slide-3 {
    background: url(/img/slide3-480.png) no-repeat top center !important;
    height: 450px !important;
    width: 100% !important;
  }

  .slide-4 {
    background: url(/img/slide4-480.jpg) no-repeat top center !important;
    height: 450px !important;
    width: 100% !important;
  }
  
   .slide-5 {
    background: url(/img/slide5-480.jpg) no-repeat top center !important;
    height: 450px !important;
    width: 100% !important;
    margin-top: 0px;
  }
  

.slider_visoko{
  background: url(/img/white/visoko-480.jpg) no-repeat top center !important;
} 

  .slide-2 a {
    left: 80px;
    top: 330px;
  }

  .caption-slide-4 {
    margin-top: 190px;
    text-align: center;
  }

  .caption-slide-4 br {
    display: none;
  }

  .caption-slide-4 p {
    font-size: 13px;
  }

  .caption-slide-4 h1 {
    font-size: 21px;
  }

  .custom-carousel-inner {
    margin-top: -167px;
  }

  .slide-1-img {
    position: relative;
    top: 20px;
    width: 60%;
  }

  .slide-2 a {
    font-size: 16px;
    padding: 6px 25px;
  }

  .custom-indicators {
    bottom: 0 !important;
  }

  .blue-x {
    background: url(/img/blue-x.png) no-repeat center center;
    width: 13px !important;
    height: 13px;
    position: absolute;
    right: 15px;
    top: 5px;
    cursor: pointer;
  }

  .drop {
    background: url(/img/drop-icon.png) no-repeat center center;
    width: 13px !important;
    height: 13px;
    position: absolute;
    right: 35px;
    top: 5px;
    visibility: hidden;
    cursor: pointer;
  }

  .mob-cont {
    padding-left: 0;
    padding-right: 0;
  }

  .page-content {
    padding-top: 5px;
  }

  .page-content-1 {
    padding-top: 25px;
  }

  .locator {
    display: none;
  }

  .slide-thumb {
    display: none !important;
  }

  .answers-11 {
    display: block;
  }

  .main-quiestions p {
    width: 89%;
  }

  .result-test h2 {
    margin-top: 25px;
  }

  .gallery-item {
    height: auto;
    background: #082442;
  }

  .corporate-list li {
    text-align: center;
  }

  .corporate-list li img {
    padding-right: 0;
    padding-bottom: 10px;
  }

  .in-ticket span {
    white-space: nowrap;
    text-align: left;
  }

  .in-ticket-2 label {
    font-size: 13px;
    color: #062340;
    font-family: 'Arial',sans-serif;
    font-weight: 300;
    padding-right: 6px;
    padding-left: 0;
  }

  .md-ticket-1 input {
    position: relative;
    left: 10px;
  }

  .vau-table .favorite-match {
    top: 0px !important;
  }

  .favorite-match {
    top: 14px !important;
  }

  .news-mob-single h3 {
    bottom: 30px !important;
  }

  .news-single-content {
    background: #fff;
    -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
    -moz-box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
    box-shadow: 0 0 6px 3px rgba(0,0,0,0.35);
    margin-bottom: 20px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .pdf-icon {
    display: block;
    margin: 0 auto;
  }

  .archive-inner h2 {
    text-align: center;
  }

  .archive-inner span {
    text-align: center;
    margin-top: 5px;
  }

  .slick-slide img {
    width: 100%;
  }

  .product-info-1 {
    height: 372px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-width: 2px;
  }

  .product-info-1::-webkit-scrollbar {
    width: 0 !important;
  }

  .product-info-1 {
    -ms-overflow-style: none;
  }

  .product-info-1 {
    overflow: -moz-scrollbars-none;
  }

  .close-ticket-1 {
    top: 1px;
    right: 1px;
  }

  .sidebar-head {
    padding: 5px 15px;
  }

  .sl-title {
    font-size: 17px !important;
  }

  .ads {
    display: none;
  }

  .loc-content {
    padding-top: 3px;
  }

  .banner-360 {
    display: none;
  }

  .ad img {
    width: inherit !important;
  }

  .ad-1 img {
    width: inherit !important;
  }

  .contact-user-fields-inner {
    padding: 0;
  }

  .squaredFour label {
    top: 25px;
    left: 0;
  }

  .contact-user-fields-inner {
    margin-bottom: 0;
  }

  .captcha-field {
    width: 100%;
  }

  .create-btn {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 15px;
  }

  .size-product ul li {
    padding: 4px 9px;
  }

  .size-product ul li a {
    font-size: 22px;
  }

  .check-out-btn {
    padding: 15px;
    font-size: 17px;
    text-align: center;
    margin-bottom: 30px;
  }

  .admin-infos li:nth-child(3) p {
    display: block;
  }

  .admin-infos li:nth-child(3) {
    position: relative;
    top: 0;
  }

  .admin-infos li:nth-child(4) a {
    padding: 8px 19px;
	background: #0066b3;
	color: #fff;
  }

  .admin-infos li {
    margin-right: 9px;
  }

  .moi-tiketi-col {
    padding: 10px;
  }

  .tk-spc img {
    position: relative;
    top: 0;
    width: 100%;
  }

  .my-ticket-col-in {
    margin-top: 30px;
  }

  .more-spc-btn {
    padding: 7px 20px;
    margin-bottom: 20px;
  }

  .bet-spc-btn {
    padding: 6px 9px;
  }

  .no-padding-left {
    padding-left: 15px;
  }

  .spc-content-inner {
    padding: 30px 15px 0;
  }

  .tips-cup-main {
    padding: 30px 0 0;
  }

  .tips-cup-res ul li:nth-child(1) {
    padding-left: 0;
  }

  .tips-cup-res ul li {
    display: block;
    width: 100%;
    text-align: center !important;
  }

  .sl-market-link {
    margin-top: 30px;
  }

  .sl-row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sl-market-link h3 {
    padding-top: 30px;
  }

  .sl-markt-res ul li {
    display: block;
    text-align: center !important;
    width: 100%;
  }

  .no-padding-right {
    padding-right: 15px;
  }

  .tips-cup {
    margin-top: 30px;
  }

  .sportclub-content {
    text-align: center;
  }

  .virtual-cel {
    overflow: hidden;
  }

  .virtual-cel ul li:nth-child(1) {
    text-align: center;
    padding-left: 0;
  }

  .virtual-cel ul li {
    display: block;
    float: none !important;
    text-align: center !important;
    padding: 0 !important;
  }

  .bottom-footer {
    margin-top: 0;
  }

  .check-ticket {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .other-body {
    background: #fff;
  }

  .etc-mob {
    height: 480px;
    position: relative;
  }

  header {
    position: relative;
  }

  .logo-mobile {
    margin-bottom: 20px;
  }

  .top-header {
    padding-top: 70px;
  }

  .language-mobile {
    display: inline-block;
    margin-bottom: 20px;
  }

  .language-mobile span {
    color: #fff;
    font-family: 'Exo 2',sans-serif;
    font-weight: 400;
    font-size: 11px;
    margin-right: 5px;
  }

  .language-mobile ul {
    margin: 0;
    padding: 0;
    display: inline-block;
  }

  .language-mobile ul li {
    display: inline-block;
  }

  .color-mobile {
    display: inline-block;
    float: right;
    text-align: right;
  }

  .website-color-mobile {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-right: 0;
  }

  .website-color-mobile li {
    display: inline-block;
  }

  .custom-form .form-group input {
    font-size: 15px;
  }

  .website-color-mobile li a {
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    top: 3px;
  }

  .white-bg-mobile {
    background: #fff;
  }

  .blue-bg-mobile {
    background: #0062bd;
    position: relative;
    left: 0;
  }

  .color-mobile span {
    color: #fff;
    font-family: 'Exo 2',sans-serif;
    font-weight: 400;
    font-size: 11px;
    margin-right: 5px;
  }

  .main-header {
    position: absolute;
    top: 0;
  }

  .navbar-static-top {
    margin-top: 10px;
    margin-bottom: 10px;
    background: none;
  }

  .custom-form .form-group input {
    height: 40px;
  }

  .navbar .container .navbar-header {
    background: none !important;
  }

  .menu-btn {
    background: none;
    margin-right: 0;
  }

  .owl-buttons {
    width: 100%;
  }

  .owl-prev {
    display: inline-block;
    background: url(/img/mob-arrow.png) no-repeat right center;
    width: 40%;
    height: 24px;
    text-indent: -9999px;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .owl-next {
    display: inline-block;
    float: right;
    display: inline-block;
    background: url(/img/mob-arrow.png) no-repeat right center;
    width: 40%;
    height: 24px;
    text-indent: -9999px;
  }

  .news-mob {
    position: relative;
  }

  #content {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .other-title-news {
    font-family: 'Exo 2',sans-serif;
    margin-bottom: 32px;
    padding-right: 0;
  }

  .news-mob h3 {
    margin: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    width: 60%;
    text-align: center;
    font-family: 'Exo 2',sans-serif;
    font-weight: 600;
    font-size: 15px !important;
    text-transform: uppercase;
  }

  .menu-btn:focus {
    background: none;
  }

  .custom-nav li {
    background: #337ab7;
    margin-top: 1px;
  }

  .custom-nav li a {
    color: #fff !important;
  }

  .custom-nav li:hover {
    background: #e89f04 !important;
  }

  .custom-toogle {
    padding: 10px 15px;
    background: none;
    color: #fff;
    border: none;
  }

  .custom-toogle:hover a {
    background: #e89f04 !important;
  }

  .navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background: #e89f04;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
    background-color: #214d72 !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-inverse .navbar-toggle {
    border: solid 1px #0d2c4c;
  }

  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #0d2c4c;
  }

  .navbar-toggle {
    margin-top: 3px;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .logo {
    display: block;
    margin-top: 10px;
  }

  .navbar-static-top {
    display: block;
  }

  .sc-lg {
    display: none;
  }

  .custom-jumbotron {
    padding-top: 0;
    margin-top: 155px;
  }

  .custom-item p {
    width: 100%;
    font-size: 12px;
    padding: 0 13px;
    margin-top: 30px;
  }

  .custom-form {
    display: block;
    padding-top: 10px;
  }

  .custom-form .form-group {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .custom-form .form-group input {
    width: 100%;
  }

  .carousel-indicators {
    position: absolute;
    bottom: 25px;
  }

  .banner-area-1 {
    margin-bottom: 10px;
  }

  .hv-effetc {
    cursor: pointer;
    margin-bottom: 5px;
  }

  .check {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 7px;
  }

  .bet-mobile-1 {
    margin-top: 20px;
  }

  .check-ticket-code .form-group input {
    width: 100%;
  }

  .check-field {
    width: 92%;
    height: 191px;
    margin-left: 0;
    background: #0066b3;
    background-size: 100% 100%;
    padding: 12px;
    margin: 0 auto;
  }

  .bilten-info {
    padding-top: 15px;
    padding-right: 15px;
    position: relative;
    height: 180px;
    padding-bottom: 20px;
  }

  .download-bilten {
    bottom: 20px;
  }

  .bilten-other {
    margin-top: 30px;
    overflow: hidden;
  }

  .bilten-other img {
    width: 100%;
  }

  .disc-tabs {
    display: none !important;
  }

  .custom-tabs li {
    float: inherit !important;
  }

  .custom-tabs li a {
    width: 100%;
  }

  .slide-caption-1 p {
    font-family: 'Exo 2',sans-serif;
    font-size: 12px;
    color: #fff;
    text-align: left;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .slide-caption {
    position: absolute;
    top: 145px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
  }


  footer {
    background: none;
  }

  .bottom-footer {
    text-align: center;
  }

  .footer-contact {
    padding-left: 0;
    margin-bottom: 30px;
  }

  .footer-menu {
    padding-left: 0;
  }

  .footer-titles {
    margin-bottom: 10px;
  }

  .bootom-footer-menu {
    float: inherit;
    margin-top: 10px;
  }

  .bootom-footer-menu li a {
    font-size: 9px !important;
  }

  .website-color {
    margin-right: 10px;
  }

  .fb-page {
    width: 320px !important;
    margin-top: 40px !important;
  }

  .copy span {
    font-size: 11px;
  }

  .social-footer {
    width: 100%;
    padding: 0;
    margin: 15px 0;
  }

  .social-footer li {
    display: inline-block;
    margin: 0 5px;
  }

  .bet {
    padding: 0 0 30px;
    margin-top: 50px;
  }

  .styled-select {
    width: 100%;
    background: #0066b3 url(/img/data-arrow.png) no-repeat 95% center;
  }

  .custom-collapse {
    padding-left: 0;
  }

  .user-info {
    display: none;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
.admin-infos li:nth-child(1) p {
  color: #00315c;
}	

.admin-infos li:nth-child(2) p {
  color: #00315c;
}	

.admin-infos li:nth-child(3) a {
  color: #00315c !important;
}	

.admin-infos{
margin-bottom: 15px;	
}
	
.ui-datepicker-month {
  color: #fff;
}	

.ui-datepicker-year {
  color: #fff !important;
}	

.ui-icon-circle-triangle-e {
  background: url(/img/white/date-arrow.png) no-repeat center center;
}

.ui-icon-circle-triangle-w {
  background: url(/img/white/date-arrow.png) no-repeat center center;
}

.statistika-icon{
background-image: url(/img/ftt.png);
margin: -14px 20px 0 0;
float: right;
display: block;
 }
	
.serii{
 height: 4400px;	
}	

.ticket-overflow{
    display: block;
	overflow-x: scroll !important;
}

.tmp-tickets{
width: 800px;	
}

.lst-tickets{
width: 800px;	
}

.glyphicon-chevron-down-1{
 margin-right: 5px;	
}
	
   .tc-in{
    width: 60%;
  } 
  
  .btn-iscisti{
	float: left;
    margin: 5px 0 0 5px !important;	
  }
  
  .custom-nav-tabs-1 li:nth-child(1) {
  width: 33%;
}

.custom-nav-tabs-1 li:nth-child(2) {
  width: 33%;
}

.custom-nav-tabs-1 li:nth-child(3) {
  width: 34%;
}  
  
  .product-info ul li:nth-child(1) {
  width: 160px;
}
 
   .league{
	   padding: 4px 0 0 0 !important;
   }   
 
   .ticket-1{
	padding: 6px 6px;   
   }	
	
  .stats-scroll{
  max-height: 400px;
  overflow: auto;
}

  .my-stats{
  padding: 20px 30px !important;
  top: 110px !important;
  left: 0;
  }	
  
  .slide-links li {
    width: 10%;
  }

  .slide-links {
    bottom: 70px;
  }
  
.slider_visoko{
  background: url(/img/white/visoko-767.jpg) no-repeat top center !important;
}  
  
   .live_festina{
  background: url(/img/white/live_festina_767.jpg) no-repeat top center !important;
}

  .login-form {
    width: 70%;
    margin: 0 auto;
  }

  .sl-icon-1 {
    width: 20% !important;
  }

  .s-wht {
    display: none;
  }

  .in-ticket {
    width: 100%;
  }

  .main-wrapper {
    margin-top: -280px;
  }

  .in-ticket-2 label {
    font-size: 13px;
    color: #062340;
    font-family: 'Arial',sans-serif;
    font-weight: 300;
    padding-right: 0;
    padding-left: 0;
  }

  .ticket-view span {
    float: none;
    text-align: left;
  }

  .ticket-1 {
    width: 100%;
  }

  .slide-caption {
    top: 130px;
  }

  .slide-3 a {
    font-size: 14px;
    padding: 10px 25px;
    left: 41%;
    top: 78%;
  }

  .slide-1 {
    background: url(/img/main-bg-767.jpg) no-repeat top center !important;
    height: 510px !important;
    width: 100% !important;
  }

  .slide-2 {
    background: url(/img/slide-2-767.png) no-repeat top center !important;
    height: 510px !important;
    width: 100% !important;
  }

  .slide-3 {
    background: url(/img/slide3-767.png) no-repeat top center !important;
    height: 510px !important;
    width: 100% !important;
  }

  .slide-4 {
    background: url(/img/slide4-767.jpg) no-repeat top center !important;
    height: 510px !important;
    width: 100% !important;
  }
  
  .slide-5 {
    background: url(/img/slide5-767.jpg) no-repeat top center !important;
    height: 380px !important;
    width: 100% !important;
  }
  
  .caption-slide-4 {
    margin-top: 190px;
    text-align: center;
  }

  .caption-slide-4 br {
    display: none;
  }

  .caption-slide-4 h1 {
    font-size: 27px;
  }

  .caption-slide-4 p {
    font-size: 15px;
  }

  .slide-1-img {
    position: relative;
    top: 20px;
    width: 50%;
  }

  .slide-1-img {
    position: relative;
    top: 10px;
    max-width: 60%;
  }

  .custom-indicators {
    bottom: 20px !important;
  }

  .blue-x {
    background: url(/img/blue-x.png) no-repeat center center;
    width: 13px !important;
    height: 13px;
    position: absolute;
    right: 15px;
    top: 12px;
    cursor: pointer;
  }

  .drop {
    background: url(/img/drop-icon.png) no-repeat center center;
    width: 13px !important;
    height: 13px;
    position: absolute;
    right: 35px;
    top: 12px;
    visibility: hidden;
    cursor: pointer;
  }

  .check-field {
    background: #0066b3 !important;
  }

  .page-content {
    padding-top: 5px;
  }

  .locator {
    display: none;
  }

  .gallery-item {
    height: auto;
    background: #082442;
  }

  .corporate-list li {
    text-align: center;
  }

  .corporate-list li img {
    padding-right: 0;
    padding-bottom: 10px;
  }

  .cortporate-in {
    width: 100%;
  }

  .in-ticket span {
    white-space: nowrap;
    text-align: left;
  }

  .in-ticket-2 label {
    font-size: 13px;
    color: #062340;
    font-family: 'Arial',sans-serif;
    font-weight: 300;
    padding-right: 6px;
    padding-left: 0;
  }

  .md-ticket-1 input {
    position: relative;
    left: 10px;
  }

  .mob-slider .slick-arrow {
    position: absolute;
    top: 90%;
    color: transparent;
  }

  .slick-slider {
    position: relative;
    display: block;
    padding-bottom: 40px;
  }

  .multiple-items-1 {
    padding-bottom: 0 !important;
  }

  .multiple-items {
    padding-bottom: 0 !important;
  }

  .news-mob-single {
    height: 220px;
  }

  .news-mob-single h3 {
    bottom: 20px !important;
  }

  .news-single-content {
    padding-bottom: 0;
  }

  .archive-inner {
    width: 100%;
  }

  .pdf-icon {
    display: block;
    margin: 0 auto;
  }

  .archive-inner h2 {
    text-align: center;
    width: 100%;
  }

  .archive-inner span {
    text-align: center;
    margin-top: 5px;
  }

  .product-info-1 {
    height: 530px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-width: 2px;
    padding-bottom: 30px;
  }

  .product-info-1::-webkit-scrollbar {
    width: 0 !important;
  }

  .product-info-1 {
    -ms-overflow-style: none;
  }

  .product-info-1 {
    overflow: -moz-scrollbars-none;
  }

  .close-ticket-1 {
    top: 10px;
    right: 10px;
  }

  .banner-360 {
    display: none;
  }
  
  #backtotop {
  border-radius: 50%;
  background: linear-gradient(to bottom,rgba(241,103,103,0.5) 0%,rgba(245,1,1,0.5) 100%);
  display: block;
  position: fixed;
  text-align: center;
  width: 40px;
  height: 40px;
  left: 89%;
  bottom: 55%;
  opacity: 0;
  transition: all 0.4s ease 0s;
  color: #fff;
  font-size: 13px;
  padding: 5px;
  cursor: pointer;
  }

  .favorite-match {
    top: 12px !important;
  }

  .admin-infos li:nth-child(3) p {
    display: block;
  }

  .admin-infos li:nth-child(3) {
    position: relative;
    top: 0;
  }

  .admin-infos li:nth-child(4) a {
    padding: 8px 29px;
  }

  .admin-infos li {
    margin-right: 10px;
  }

  .moi-tiketi-col {
    padding: 10px;
  }

  .tk-spc img {
    position: relative;
    top: 0;
    width: 100%;
  }

  .my-ticket-col-in {
    margin-top: 30px;
  }

  .more-spc-btn {
    padding: 7px 20px;
    margin-bottom: 20px;
  }

  .bet-spc-btn {
    padding: 6px 9px;
  }

  .no-padding-left {
    padding-left: 15px;
  }

  .spc-content-inner {
    padding: 30px 15px 0;
  }

  .tips-cup-main {
    padding: 30px 0 0;
  }

  .tips-cup-res ul li:nth-child(1) {
    padding-left: 0;
  }

  .tips-cup-res ul li {
    display: block;
    width: 100%;
    text-align: center !important;
  }

  .sl-market-link {
    margin-top: 30px;
  }

  .sl-row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sl-market-link h3 {
    padding-top: 30px;
  }

  .sl-markt-res ul li {
    display: block;
    text-align: center !important;
    width: 100%;
  }

  .no-padding-right {
    padding-right: 15px;
  }

  .tips-cup {
    margin-top: 30px;
  }

  .sportclub-content {
    text-align: center;
  }

  .virtual-cel {
    overflow: hidden;
  }

  .virtual-cel ul li:nth-child(1) {
    text-align: center;
    padding-left: 0;
  }

  .virtual-cel ul li {
    display: block;
    float: none !important;
    text-align: center !important;
    padding: 0 !important;
  }

  .bottom-footer {
    margin-top: 0;
  }

  .check-ticket {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .other-body {
    background: #fff;
  }

  header {
    position: relative;
  }

  .custom-carousel-inner {
    margin-top: -155px;
  }

  .slide-2 a {
    left: 70px;
    top: 357px;
  }

  .logo-mobile {
    margin-bottom: 20px;
  }

  .top-header {
    padding-top: 80px;
  }

  .language-mobile {
    display: inline-block;
    margin-bottom: 20px;
  }

  .language-mobile span {
    color: #fff;
    font-family: 'Exo 2',sans-serif;
    font-weight: 400;
    font-size: 11px;
    margin-right: 5px;
  }

  .language-mobile ul {
    margin: 0;
    padding: 0;
    display: inline-block;
  }

  .language-mobile ul li {
    display: inline-block;
  }

  .color-mobile {
    display: inline-block;
    float: right;
    text-align: right;
  }

  .website-color-mobile {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-right: 0;
  }

  .website-color-mobile li {
    display: inline-block;
  }

  .custom-form .form-group input {
    font-size: 15px;
  }

  .website-color-mobile li a {
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    top: 3px;
  }

  .white-bg-mobile {
    background: #fff;
  }

  .blue-bg-mobile {
    background: #0062bd;
    position: relative;
    left: 0;
  }

  .color-mobile span {
    color: #fff;
    font-family: 'Exo 2',sans-serif;
    font-weight: 400;
    font-size: 11px;
    margin-right: 5px;
  }

  .main-header {
    position: absolute;
    top: 0;
  }

  .navbar-static-top {
    margin-top: 10px;
    margin-bottom: 10px;
    background: none;
  }

  .custom-form .form-group input {
    height: 40px;
  }

  .navbar .container .navbar-header {
    background: none !important;
  }

  .menu-btn {
    background: none;
    margin-right: 0;
  }

  .owl-buttons {
    width: 100%;
  }

  .owl-prev {
    display: inline-block;
    background: url(/img/mob-arrow.png) no-repeat right center;
    width: 40%;
    height: 24px;
    text-indent: -9999px;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .owl-next {
    display: inline-block;
    float: right;
    display: inline-block;
    background: url(/img/mob-arrow.png) no-repeat right center;
    width: 40%;
    height: 24px;
    text-indent: -9999px;
  }

  .news-mob {
    position: relative;
  }

  #content {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .other-title-news {
    font-family: 'Exo 2',sans-serif;
    margin-bottom: 32px;
    padding-right: 0;
  }

  .news-mob h3 {
    margin: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    width: 60%;
    text-align: center;
    font-family: 'Exo 2',sans-serif;
    font-weight: 600;
    font-size: 15px !important;
    text-transform: uppercase;
  }

  .menu-btn:focus {
    background: none;
  }

  .custom-nav li {
    background: #337ab7;
    margin-top: 1px;
  }

  .custom-nav li a {
    color: #fff !important;
  }

  .custom-nav li:hover {
    background: #e89f04 !important;
  }

  .custom-toogle {
    padding: 10px 15px;
    background: none;
    color: #fff;
    border: none;
  }

  .custom-toogle:hover a {
    background: #e89f04 !important;
  }

  .navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background: #e89f04;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
    background-color: #214d72 !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-inverse .navbar-toggle {
    border: solid 1px #0d2c4c;
  }

  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #0d2c4c;
  }

  .navbar-toggle {
    margin-top: 3px;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .logo {
    display: block;
    margin-top: 10px;
  }

  .navbar-static-top {
    display: block;
  }

  .sc-lg {
    display: none;
  }

  .custom-jumbotron {
    padding-top: 0;
  }

  .custom-item p {
    width: 100%;
    font-size: 12px;
    padding: 0 13px;
    margin-top: 30px;
  }

  .custom-form {
    display: block;
    padding-top: 10px;
  }

  .custom-form .form-group {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .custom-form .form-group input {
    width: 100%;
  }

  .carousel-indicators {
    position: absolute;
    bottom: 25px;
  }

  .banner-area-1 {
    margin-bottom: 10px;
  }

  .hv-effetc {
    cursor: pointer;
    margin-bottom: 5px;
  }

  .check {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 7px;
  }

  .bet-mobile-1 {
    margin-top: 20px;
  }

  .check-ticket-code .form-group input {
    width: 100%;
  }

  .check-field {
    width: 96%;
    height: 191px;
    margin-left: 0;
    background: url(/img/ticket-bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding: 12px;
    margin: 0 auto;
  }

  .bilten-info {
    padding-top: 15px;
    padding-right: 15px;
    position: relative;
    height: 180px;
    padding-bottom: 20px;
  }

  .download-bilten {
    bottom: 20px;
  }

  .bilten-other {
    margin-top: 30px;
    overflow: hidden;
  }

  .bilten-other img {
    width: 100%;
  }

  .disc-tabs {
    display: none !important;
  }

  .custom-tabs li {
    float: inherit !important;
  }

  .custom-tabs li a {
    width: 100%;
  }

  footer {
    background: none;
  }

  .bottom-footer {
    text-align: center;
  }

  .footer-contact {
    padding-left: 0;
    margin-bottom: 30px;
  }

  .footer-menu {
    padding-left: 0;
  }

  .footer-titles {
    margin-bottom: 10px;
  }

  .bootom-footer-menu {
    float: inherit;
    margin-top: 10px;
  }

  .bootom-footer-menu li a {
    font-size: 9px !important;
  }

  .website-color {
    margin-right: 10px;
  }

  .fb-page {
    width: 320px !important;
    margin-top: 40px !important;
  }

  .copy span {
    font-size: 11px;
  }

  .social-footer {
    width: 100%;
    padding: 0;
    margin: 15px 0;
  }

  .social-footer li {
    display: inline-block;
    margin: 0 5px;
  }

  .bet {
    padding: 0 0 30px;
    margin-top: 50px;
  }

  .styled-select {
    width: 100%;
    background: #0066b3 url(/img/data-arrow.png) no-repeat 95% center;
  }

  .custom-collapse {
    padding-left: 0;
  }

  .user-info {
    display: none;
  }

  .ads {
    display: none;
  }

  .ads-loc img {
    width: 7% !important;
  }

  .sl-title {
    bottom: -3px !important;
  }
}

@media screen and (min-width:768px) and (max-width:800px) {
  .serii{
     height: 4400px;	
   }	
	
   .f tbody tr td {
    position: relative;
    color: #fff;
    font-size: 11px;
    text-align: center;
    font-family: 'Arial',sans-serif;
    font-weight: 400;
    padding: 8px 0;
  }
  
  .custom-panel-body div label span {
  font-size: 11px;
  }
  
  .showmore-sports ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 24.5%;
  }

  body {
    overflow-x: hidden;
  }

  .favorite-match {
    top: 19px !important;
  }
}

@media screen and (min-width:768px) and (max-width:990px) {
  .clear-tab-moja{
display: block;
clear: left;	  
  }	
  
  .btn-iscisti{
	margin-bottom: 5px !important;	
  }	

  .custom-panel-body div label span {
  font-size: 11px;
  }
  
  .product-info ul li:nth-child(1) {
  width: 160px;
}
  
  .stats-scroll{
  max-height: 350px;
  overflow: auto;
}

.main-check {
  margin: 0 !important;
}
.ticket-igra {
  width: 250px;
  font-size: 12px !important;
}

  .my-stats{
  padding: 20px 30px !important;
  top: 120px !important;
  left: 50px;
}	
  .navbar {
    display: block !important;
  }

  .custom-form .form-group input {
    width: 171px;
  }

  .login-reg {
    text-align: left;
    margin-bottom: 15px;
  }

  #cssmenu > ul > li > a {
    padding: 21px 9px;
    display: block;
    color: #00315c;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Exo 2',sans-serif;
    font-weight: 600;
  }
  
  .slick-slide{
    display: none;
    float: left;
    height: 38px !important;
    margin: 0 5px 5px;
    padding: 10px 10px 5px;
    text-align: center;
    line-height: 10px; 
}

 .active-sport-tablet{
    background: #E89E00; 
}

  .sl-icon-1 {
    width: 14% !important;
  }

  .custom-container-mob {
    width: 100%;
  }

  .nav-default-cus {
    display: none !important;
  }

  .logo {
    margin: 22px auto;
    width: 100%;
  }

  .check {
    background: #0066b3 url(/img/tiket-bg.png) no-repeat -16px 0;
    width: 100%;
    height: 209px !important;
    padding: 7px;
    border: solid 5px #fff;
  }

  .result-header {
    width: 100%;
    background: #0d2c4c;
    position: relative;
    top: 0;
    padding: 16px 0;
    position: relative;
    z-index: 9998;
  }

  .bet {
    padding: 115px 0 30px;
    margin-top: 50px;
  }

  .sc-lg {
    text-align: inherit;
  }

  .slide-links li {
    width: 10%;
  }

  .custom-item p {
    width: 100%;
    margin: 110px auto;
    font-family: 'Exo 2',sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(0,0,0,1);
  }

  .slide-1-img {
    position: relative;
    top: -86px;
    width: 32%;
  }

  .custom-jumbotron {
    padding-top: 100px;
  }

  .check {
    height: auto;
    margin-top: 20px;
  }

  .check-field {
    width: 100%;
    margin-left: 0;
  }

  .bilten-other {
    overflow: hidden;
    margin-top: 20px;
  }

  .main-check-1 {
    right: 26px;
  }

  .bilten-other img {
    width: 100%;
    height: auto;
  }

  .custom-tabs-1 li a {
    width: 122px;
    font-size: 12px;
    color: #fff;
    font-family: 'Exo 2',sans-serif;
    font-weight: 600;
    background: #1c5b94;
    border-radius: 0;
    margin-right: 0;
    border: solid 1px #538ec5;
  }

  #close {
    width: 100%;
    background-size: 20%;
  }

  #hide-all {
    width: 100%;
    background-size: 20%;
  }

  .partners-items img {
    width: 100px;
    height: auto;
  }

  .custom-tabs-1>li {
    float: left;
    margin-bottom: -1px;
  }

  .disc-tabs {
    position: absolute !important;
    left: 6px;
    top: 14px;
    color: #fff;
    font-family: 'Arial',sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    width: 30% !important;
  }

  .main-story img {
    width: 100%;
  }

  .main-news-content {
    padding-right: 45px;
    padding-left: 47px;
    padding-top: 15px;
  }

  .second-news {
    padding-left: 30px;
  }

  .gallery-item {
    height: 400px;
  }

  .ip-sm {
    width: 5%;
  }

  .league img {
    position: relative;
    right: 0;
    bottom: 1px;
    padding-left: 0;
  }

  .tables {
    padding-left: 0;
    padding-right: 0;
  }

  .s-wht {
    display: none;
  }

  .league span {
    left: 3px;
  }

  .date-match {
    font-family: 'Exo 2',sans-serif;
    font-weight: 700;
    font-size: 13px !important;
	width: 200px !important;
    padding-left: 5px !important;
  }

  .in-ticket span {
    white-space: nowrap;
    text-align: left;
  }

  .in-ticket-2 label {
    font-size: 13px;
    color: #062340;
    font-family: 'Arial',sans-serif;
    font-weight: 300;
    padding-right: 6px;
    padding-left: 0;
  }

  .md-ticket-1 input {
    position: relative;
    left: 10px;
  }

  .product-info-1 {
    height: 530px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-width: 2px;
    padding-bottom: 30px;
  }

  .product-info-1::-webkit-scrollbar {
    width: 0 !important;
  }

  .product-info-1 {
    -ms-overflow-style: none;
  }

  .product-info-1 {
    overflow: -moz-scrollbars-none;
  }

  .close-ticket-1 {
    top: 10px;
    right: 10px;
  }

  .banner-360 {
    display: none;
  }

  .tips-cup-main {
    padding: 30px 15px 0;
  }

  .tk-spc img {
    position: relative;
    left: 0;
  }

  .more-spc-btn {
    margin-bottom: 30px;
  }

  .no-padding-left {
    padding-left: 15px;
  }

  .sl-market-link {
    margin-top: 30px;
  }

  .sl-row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .no-padding-right {
    padding-right: 15px;
  }
  
  #backtotop {
  border-radius: 50%;
  background: linear-gradient(to bottom,rgba(241,103,103,0.5) 0%,rgba(245,1,1,0.5) 100%);
  display: block;
  position: fixed;
  text-align: center;
  width: 60px;
  height: 60px;
  left: 92%;
  bottom: 55%;
  opacity: 0;
  transition: all 0.4s ease 0s;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  padding: 20px;
  cursor: pointer;
  }
  
  #backtotop:hover {
  background: linear-gradient(to bottom,rgba(241,103,103,0.5) 0%,rgba(245,1,1,0.5) 100%);
  color: #062341;
  }

  .slide-3 a {
    left: 38%;
    top: 52%;
  }

  .slide-2 {
    background: url(/img/slide-2-990.png) no-repeat top center !important;
    height: 1208px !important;
    width: 100% !important;
  }

  .slide-3 {
    background: url(/img/white/slide-3-990.jpg) no-repeat top center !important;
    height: 1208px !important;
    width: 100% !important;
  }

  .slide-4 {
    background: url(/img/white/slide-4-990.jpg) no-repeat top center !important;
    height: 1208px !important;
    width: 100% !important;
  }
    
   .slide-5 {
    background: url(/img/slide-5-990.jpg) no-repeat top center !important;
    height: 1078px !important;
    width: 100% !important;
  }
  
  .slide-tcfin{
  background: url(/img/white/slide_fin17_990.jpg) no-repeat top center !important;
  height: 1208px !important;
  width: 100% !important;	
}

  .slide-tcfin a {
  font-size: 18px;
  padding: 10px 25px;
  position: absolute;
  left: 27%;
  top: 40%;
}

  .slide-fibonaci{
  background: url(/img/white/slide_fibonaci990.jpg) no-repeat top center !important;	
}

  .slide-fibonaci-EN{
  background: url(/img/white/slide_fibonaci990EN.jpg) no-repeat top center !important;	
}

  .slide-tc2017{
  background: url(/img/white/slide_tc2017_990.jpg) no-repeat top center !important;
}

.slide17{
  background: url(/img/white/slide_polska_990.jpg) no-repeat top center !important;
} 

.slide15g{
  background: url(/img/white/slide_15god_990.jpg) no-repeat top center !important;
} 

.slider_visoko{
  background: url(/img/white/visoko-990.jpg) no-repeat top center !important;
} 

  .live_festina{
  background: url(/img/white/live_festina_990.jpg) no-repeat top center !important;
}

.slide-vs2017{
  background: url(/img/white/slide_VS2017_990.jpg) no-repeat top center !important;
  }
  
  .slide-leto16{
  background: url(/img/white/slide_rekviziti_990.jpg) no-repeat top center !important;
}  

  .caption-slide-4 {
    text-align: center;
    margin-top: 225px;
  }

  .caption-slide-4 br {
    display: none;
  }

  .slide-2 a {
    left: 98px;
    top: 542px;
  }

  footer {
    margin-top: 30px;
    background: url(/img/footer-bg.jpg) no-repeat center 0 fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 30px;
  }

  .page-content {
    padding-top: 190px;
  }

  .footer-contact {
    padding-left: 0;
  }

  .footer-menu {
    padding-left: 0;
    margin-top: 0;
  }

  .user-info {
    display: none;
  }

  .contact-info {
    margin-bottom: 0;
    padding: 10px;
  }

  .right-sidebar {
    margin-bottom: 20px;
    box-shadow: none;
  }

  .right-sidebar-menu li a {
    padding: 8.7px 20px;
  }

  .locator {
    display: none;
  }

  .ads-loc img {
    width: 7% !important;
  }

  .product-info-1 {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 30px;
  }

  .ads {
    display: none;
  }

  .custom-panel-heading .panel-title a {
    width: 98%;
  }

  .custom-panel-body {
    width: 98%;
  }
  
  .main-table thead tr th span {
  font-size: 8px;
}

/*   .main-table thead tr th {
    padding-left: 10px;
  } */
}

@media screen and (min-width:991px) and (max-width:1200px) {	
  .check {
    height: auto;
    overflow: hidden;
  }

  body {
    overflow-x: hidden;
  }

  .custom-container-mob {
    width: 100%;
  }

  .slide-1-img {
    position: relative;
    top: 32px;
    width: 34%;
  }

  .bilten-other {
    overflow: hidden;
  }

  .custom-tabs-1 li a {
    width: 100%;
    font-size: 12px;
    color: #fff;
    font-family: 'Exo 2',sans-serif;
    font-weight: 600;
    background: #1c5b94;
    border-radius: 0;
    margin-right: 0;
    border: solid 1px #538ec5;
  }

  .other-body .main-header {
    height: 58px;
  }

  #close {
    width: 100%;
    background-size: 14%;
  }

  #hide-all {
    width: 100%;
    background-size: 14%;
  }

  .disc-tabs {
    width: 100% !important;
  }

  .check-ticket-code .form-group input {
    width: 230px;
    height: 30px;
    border-radius: 0;
    border: solid 1px #f8c023;
  }

  .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 13%;
  }

  .custom-tabs-1>li {
    float: left;
    margin-bottom: -1px;
    width: 11.11% !important;
  }

  .check {
    background: #0066b3 url(/img/tiket-bg.png) no-repeat -78px 0;
    background-size: 76%;
    width: 100%;
    height: 212px !important;
    padding: 7px;
    border: solid 5px #fff;
  }

  .cortporate-in {
    display: inline-block;
    width: 88%;
  }

  .sl-title {
    font-size: 17px !important;
  }

  .ads {
    display: none;
  }

  .in-ticket span {
    white-space: nowrap;
    text-align: left;
  }

  .in-ticket-2 label {
    font-size: 13px;
    color: #062340;
    font-family: 'Arial',sans-serif;
    font-weight: 300;
    padding-right: 6px;
    padding-left: 0;
  }

  .md-ticket-1 input {
    position: relative;
    left: 10px;
  }

  .single-owl .news-img {
    padding-right: 5px !important;
    width: 50% !important;
  }

  .single-owl .other-title-news {
    font-size: 12px !important;
    margin-bottom: 5px !important;
    padding-right: 0 !important;
  }

  .single-owl .post-popular {
    margin: 5px 0 0 !important;
  }

  .single-owl .owl-buttons {
    position: absolute;
    top: 145px !important;
  }

  .product-info-1 {
    height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-width: 2px;
    padding-bottom: 30px;
  }

  .product-info-1::-webkit-scrollbar {
    width: 0 !important;
  }

  .product-info-1 {
    -ms-overflow-style: none;
  }

  .product-info-1 {
    overflow: -moz-scrollbars-none;
  }

  .close-ticket-1 {
    top: 10px;
    right: 10px;
  }

  .result-header {
    top: 108px;
  }

  footer {
    margin-top: 30px;
    background: url(/img/footer-bg.jpg) no-repeat center 0 fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 30px;
  }

  .banner-360 {
    display: none;
  }

  #cssmenu > ul > li > a {
    padding: 20px 14px;
    display: block;
    color: #00315c;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Exo 2',sans-serif;
    font-weight: 600;
  }

  .bet {
    padding: 115px 0 30px;
    margin-top: 50px;
  }

  .custom-form .form-group input {
    width: 120px;
  }

  .sc-lg {
    text-align: left;
  }

  .main-story img {
    width: 100%;
  }

  .other-title-news {
    color: #fff;
    font-size: 14px;
    font-family: 'Exo 2',sans-serif;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 25px;
    padding-right: 25px;
  }

  .website-color {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-right: 0;
  }

  .social-language li a {
    display: block;
    padding: 15px 9px;
  }

  .loctor {
    display: none;
  }

  .user-info {
    display: none;
  }
}

@media screen and (min-width:1200px) and (max-width:1366px) {
  .stats-scroll{
  max-height: 450px;
  overflow: auto;
}

  .my-stats{
  padding: 20px 30px !important;
  top: 120px !important;
  left: 150px;
}  

  .bet {
    padding: 115px 0 30px;
    margin-top: 50px;
  }
  
  #insideFlyDiv{
	padding: 0 5px !important;	
  }

  .custom-tabs-1 li a {
    width: 120.5px;
  }

  .etc {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
  }
  
  .main-table thead tr th span {
	font-size: 8px;
  }
  
  .custom-panel-body div label span {
	font-size: 11px;
  }

  .table-left-text {
    padding-left: 7px;
  }

  .custom-nav-tabs-1 li a {
    padding: 10px 7.5px !important;
  }

  .ticket-ul li {
    display: inline-block;
    width: 31%;
  }

  .ticket-1 h4 {
    font-size: 12px;
  }

  .in-ticket-1 input {
    width: 115px;
  }
}

@media screen and (min-width:1367px) and (max-width:1680px) {
  .bet {
    padding: 115px 0 30px;
    margin-top: 50px;
  }

  .custom-nav-tabs-1 li a {
    font-size: 14px;
    color: #fff;
    font-family: 'Arial',sans-serif;
    font-weight: 600;
    background: #00417a;
    border-radius: 0;
    padding: 10px 11.5px !important;
    margin-right: 1px;
  }

  .custom-tabs-1 li a {
    width: 137px;
    font-size: 12px;
    color: #fff;
    font-family: 'Exo 2',sans-serif;
    font-weight: 600;
    background: #1c5b94;
    border-radius: 0;
    margin-right: 0;
    border: solid 1px #538ec5;
  }

  .styled-select {
    width: 100%;
    height: 34px;
    overflow: hidden;
    background: #0066b3 url(/img/data-arrow.png) no-repeat 95% center;
    border: 1px solid #5d7287;
  }

  .styled-select select {
    background: transparent;
    width: 100%;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
    font-size: 14px;
    font-family: 'Exo 2',sans-serif;
    color: #fff;
    background: url(/img/time-icon.png) no-repeat 10px center;
    padding-left: 30px;
  }
}

.flag-img {
	display:inline-block;
    height: 10px;
    background-repeat: no-repeat;
    width: 16px;
	margin: 0 5px;
}
