.full-width-blu-bkg {
  padding-top: 0;
  padding-bottom: 10px;
  background-color: #004488;
  color: #fff;
  margin: 0;
}

.top-nav {
  margin-bottom: 0;
}

.blu-bkg {
   background-color: #004488;
   color: #fff; 
}

.full-width-blu-bkg a {
  color: #fff;
  text-decoration: underline;
}

.btn, input, select, option {
  border-radius: 0 !important;
  outline: none !important;
}

h3 {
  color: #fff;
  font-weight: normal;
}


h1,h2,h3,h4 {
  text-transform: uppercase;
}

a {
  color: #004488;
}

.img-responsive {
  width: 100%;
}

.promo-box .carousel-indicators {
  bottom: 0;
}

#logo.hidden-xs {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  padding-right: 15px;
}

.navbar-brand {width: 200px; height: auto; max-width: 100%;}


.hero .carousel-indicators {
  margin-bottom: 270px;
}

.carousel-indicators li {
  border: 2px solid #004488;
}

.hero .carousel-indicators li {
  border: 2px solid #fff;
}

.carousel-indicators .active {
  background-color: #004488;
}

.black-background {
  background-color: #000;
  margin-top: 100px;
}

.black-bkg {
    background-color: #000;
    padding: 20px;
    color: #fff;
}

.black-background .row {
  padding: 10px;
}

.black-background h2 {
  padding: 0;
  margin-top: 0;
  color: #fff;
}

.black-background p {
  margin: 0;
  color: #fff;
  padding: 10px;
}

.black-background a {
  color: #fff;
}

.white-bkg {
  background-color: #fff;
  padding: 10px;
}

.white-bkg-transparent {
  background-color: #fff;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #004488;
}

.white-bkg-transparent a{
  text-decoration: underline;
  color: #004488;
}

.white-bkg-transparent a:hover,
.white-bkg-transparent a:focus,
.full-width-blu-bkg a:hover,
.full-width-blu-bkg a:focus {
  text-decoration: none;
}

.text-white {color: #fff;}

.orange-bkg {
  background-color: #f58336;
}

.dark-orange {
  background-color: #e96105;
}

.orange-text {
  color: #f58336;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-40 {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 15px;
}

.padding-top-bottom-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-top-bottom-40 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.padding-top-bottom-40 ul li a {
  color: #fff;
}

.label {
font-size: 14px;
  display: block;
  margin-top: 5px;
  border-radius: 0;
  position: absolute;
  top: 10px;
}

.label-primary {
  background-color: #004488;
}

.label-danger {
  background-color: #de0000;
}

.label-success {
  background-color: #489a00;
}

.img-carousel {
  background-size: cover;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: auto;
  margin-bottom: 0;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: auto;
}
.carousel .item img {
  z-index: -1;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}

.nav-orange {
  min-height: 0;
}

.nav-orange .nav {
  border-left: 1px solid #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}

.nav-orange .nav li a {
  color: #fff;
    border-right: 1px solid #fff;
}

.nav-orange .nav li a:hover,
.nav-orange .nav li a:focus,
.nav-orange .nav li a.active {
  background: #e96105;
  border-bottom: 5px solid #004488;
  padding-bottom: 5px;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified > li > a {
  text-align: center;
}

.default-nav-promo > .navbar {
  min-height: auto !important;
}

.default-nav-promo > li > a {
  color: #555;
  background-color: #e7e7e7;
}

.carousel .thumbnail,
.promo-tab .thumbnail {
  background: #004488;
}

.carousel .thumbnail .caption p,
.promo-tab .thumbnail p {
  color: #fff;
}

.carousel-padding-40 {
  margin-bottom: 40px;
}

.indicator-bottom-negative-20 {
  bottom: -20px;
}

.btn-orange {
  background-color: #f58336;
  color: #fff;
  text-transform: uppercase;
}

.btn-orange:hover,
.btn-orange:focus {
   background-color: #CF6F2E;
   color: #fff;
}

.btn-primary {
  background-color: #004488;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}

.btn-default:hover,
.btn-default:focus {
  color: #004488;
}

.btn-default, .navbar-default {
  color: #004488;
  text-transform: uppercase;
  font-weight: bold;
}

.navbar-default {
  color: #777;
  font-weight: normal;
}

.big-number {
  font-size:30px;
}

.home-form-heading {
  text-align: center;
}

.text-shadow {
  text-shadow: 3px 3px 7px rgba(0, 68, 136, 1);
  font-size: 42px;
}

.box-promo-height-hero img {
  margin-left: 15px;
}

.heading-top-promo {
  position: absolute;
  top: 10px;
  background-color: #004488;
  margin-left: -9px;
  padding: 5px;
}

.default-nav-promo {
  margin-top: 40px;
  margin-bottom: 40px;
}


.default-nav-promo .label {
  position: absolute;
  top: 10px;
  left: 20px;
}

.padding-left-0 {
  padding-left: 0;
}

.bkg-grey {
  width: 100%;
  /*background: #f0f0f0 url("../img/snai_logo_bkg.png") no-repeat center center;*/
  padding-top: 80px;
  padding-bottom: 80px;
}

.bottom-headings {
  color: #004488;
}

.credit-cards li {
  float: left;
}

.footer h3 {
  font-size: 16px;
}

h1, h2,h3,h4,.label {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}

.grey-nav a:hover,
.grey-nav a:focus,
.grey-nav .active a {
  border-bottom: 3px solid #004488;
}

.heading-form {
  float: left;
  font-size: 20px;
}

.punto-snai {
  width: 50px;
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 22px;
}

.top-info {
  margin: 10px;
  margin-left: 0;
}

.minori {
  width: 50px;
  height: 50px;
  background-color: #fff;
  font-weight: bold;
  font-size: 18px;
  color: #004488;
  padding: 5px;
  margin-right: 15px;
  float: left;
  height: auto;
}

.social {
  padding: 0;
  margin: 0;
  list-style-type: none;
    margin-bottom: 5px;
}

.social li {
  float: left;
  color: #004488;
  margin-left: 10px;
  font-size: 30px;
}

.top-nav {
  background-color: transparent;
  border: none;
}

.top-nav .nav>li>a {
  padding: 10px 11px;
}

.top-nav .navbar-nav>.active>a, .top-nav .navbar-nav>.active>a:focus, .top-nav .navbar-nav>.active>a:hover,
.top-nav .navbar-nav>li>a:focus, .top-nav .navbar-nav>li>a:hover {
  color: #fff;
  background-color: #fd802c;
  border-bottom: 3px solid #004488;
}

@media(max-width:767px) {
  .default-nav-promo {
    margin-bottom: 0;
  }
  .padding-left-0 {
    padding-left: 15px;
  }
  .nav-orange .nav,
  .nav-orange .nav li a {border: none;}
  .orange-mobile-nav {
    border: 1px solid #fff;
    margin: 0;
    margin-top: 10px;
  }
  .heading-nav-mobile {
    float: left;
    padding: 10px;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 5px;
  }
  .default-nav-promo .heading-nav-mobile {
    float: left;
    padding: 10px;
    color: #004487;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 5px;
  }
  .blu-bkg {
    padding: 20px;
  }
  .promo-box .carousel-indicators {
    bottom: -40px;
  }
  .promo-box {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .orange-mobile {
    background-color: #f48335;
  }
  .social {padding-bottom: 20px;padding-left: 0; float: left; margin: 0;}
  .social li {margin:0;  margin-right: 15px;}
  .social a {color: #fff;}
   .top-nav .navbar-nav>li>a,
   .nav>li.active a,
   .top-nav .navbar-nav>.active>a
   .top-nav .navbar-nav>li>a:hover {
    padding: 10px 11px;
    color: #fff;
    border: 0;
  }
  .top-nav .nav>li>a:hover, .top-nav .nav>li>a:focus , .top-nav .nav>li.active a, .top-nav .nav>li.active a:hover, .top-nav .nav>li.active a:focus,
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover,
.nav-orange .nav>li>a:hover,  .nav-orange .nav>li>a:focus , .nav-orange .nav>li a.active,  .nav-orange .nav>li a.active a:hover, .nav-orange .nav>li a.active a:focus,
.nav-orange .nav.navbar-toggle:focus, .nav-orange .nav .navbar-toggle:hover { 
    border: 0 !important; 
    background-color: #9B5220;
    color: #fff;
    padding-bottom: 10px;
  }

.default-nav-promo .nav>li>a:hover, .default-nav-promo .nav>li>a:focus , .default-nav-promo .nav>li.active a, .default-nav-promo .nav>li.active a:hover, .default-nav-promo .nav>li.active a:focus,
.default-nav-promo .navbar-toggle:focus, .default-nav-promo .navbar-toggle:hover { 
    border: 0 !important; 
    background-color: #0A67C3;
    color: #fff;
    padding-bottom: 9px;
  }

  .navbar-default .navbar-toggle,
  .nav-orange .navbar-toggle { 
    border: 0 !important; 
    background-color: #D36E29;
    color: #fff;
  }

  .default-nav-promo .navbar-toggle { 
    border: 0 !important; 
    background-color: #004487;
    color: #fff;
  }

  .navbar-default .navbar-toggle .icon-bar,
  .nav-orange .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .black-background {margin: 0; padding-top: 20px; padding-bottom: 20px; color: #fff;}
  .black-background p {padding: 10px; padding-left: 0; color: #fff;}
  .black-background a {color: #fff;float: right;}
}

.home .modal-backdrop {
  background-color: #00458a;
  opacity: 1;
}

.home .modal-content {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #fff;
}

h2 span.orange-text {
  color: #f58336;
}

.heading-top-promo small {
    color: #B0B0B0;
}

.heading-form-tablet {
  margin: 0;
}

.punto-snai-tablet {
  width: 50px;
  float: left;
  margin: 0;
  margin-top: 5px;
  margin-left: 15px;
}

.clear {
  clear: both;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-40 {
  margin-top: 40px;
}


@media(max-width:970px) {
  .top-nav {
    margin-left: -15px;
  }
}

.panel-primary>.panel-heading,
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover,
.panel-collapse.in .panel-heading {
  background-color: #004488;
}
.list-group-item:hover {cursor: pointer;}
.promo-orange {
  background-color: #f58336;
  padding: 20px;
  color: #fff;
}

.table .label {
  font-size: 14px;
  display: block;
  margin-top: 5px;
  border-radius: 0;
  position: static;
  top: auto;
}

.promo-orange table {
  color: #555;
}

.blu-heading {
  color: #004488;
}
.singleBet {
  position: relative;
  padding: 10px 0;
  /*height: 100px;*/
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
}
.singleBet .disabled-event {
  font-style: italic;
  color: #c0c0c0;
}
.singleBet .glyphicon-remove {
  cursor: pointer;
}
#liveDiv .panel-collapse .panel-title{
    color: white !important;
}
#liveDiv .btn {
    padding: 0 !important;
    margin-left: 3px;
}
#liveDiv .rowLiveAvvenimento{
    padding: 0;
    text-align: right;
    margin-top: 3px;
}
#detailAvvenimento .panel-collapse .panel-title{
    color: white !important;
}
#detailAvvenimento .rowLiveAvvenimento{
    padding: 0;
    text-align: right;
    margin-top: 3px;
}
.sport-nav>.active>a, .navbar-default .sport-nav>.active>a:focus, .navbar-default .sport-nav>.active>a:hover, .navbar-default .sport-nav>li>a:focus, .navbar-default .sport-nav>li>a:hover {
  background: #e96105;
  border-bottom: 0px !important;
  color: #fff;
}

#detailAvvenimento .btn.text-white.btn-primary:hover {
  cursor: default;
  background-color: #2d3844;
}

.palinfo .popover.top {
  margin: 0;
  color: #000;
}

.palinfo .popover.left {
  margin-top: 8px;
  color: #000;
}

.navbarLivePage .accordionFilter {
  position: absolute;
  bottom: 0;
  left: 15px;
  cursor: pointer;
}

.navbarLivePage .accordionFilter.collapsed .fa-angle-double-up {
  display: none;
}

.navbarLivePage .accordionFilter.collapsed .fa-angle-double-down {
  display: inline;
}

.navbarLivePage .accordionFilter .fa-angle-double-up {
  display: inline;
}

.navbarLivePage .accordionFilter .fa-angle-double-down {
  display: none;
}

#contentLiveFilters {
  top: 50px;
}

#empty-filtered-result ,
.contentLiveFilters #collapse-filters {
  border-left: solid #ccc 1px;
  border-right: solid #ccc 1px;
  border-bottom: solid #ccc 1px;
  padding: 15px;
  color: #6b6b6b;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 500;
  background-color: #fff;
}

#empty-filtered-result {
  margin-top: -10px;
  font-size: 15px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 500;
  color: #2d3844;
  line-height: 130%;
}

#empty-filtered-result, 
.contentLiveFilters #collapse-filters {
    border-left: solid #6b6b6b 1px;
    border-right: solid #6b6b6b 1px;
    border-bottom: solid #6b6b6b 1px;
}

.contentLiveFilters #collapse-filters .filterLabel {
  width: 130px;
  text-transform: capitalize;
  padding-top: 5px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.5px;
}

.contentLiveFilters #collapse-filters .filterList button {
  background-color: #fff;
  border-top: 1px solid #6b6b6b;
  border-bottom: 1px solid #6b6b6b;
  border-left: 1px solid #6b6b6b;
  border-right: none;
  color: #6b6b6b;
  padding: 5px 10px;
  min-width: 90px;
}

.contentLiveFilters #collapse-filters .filterList button[data-value="0"] {
  display: none;
}

.contentLiveFilters #collapse-filters .filterList button:last-child {
  border-right: 1px solid #6b6b6b;
}

.contentLiveFilters #collapse-filters .filterList button.active,
.contentLiveFilters #collapse-filters .filterList button:hover {
  color: #fff;
  background-color: #6b6b6b;
}

.contentLiveFilters #collapse-filters .filterList button[data-value="reset"],
.contentLiveFilters #collapse-filters .filterList button[data-value="refresh"] {
  color: #e96105;
  border: 1px solid #e96105 !important;
  margin-right: 15px;
  margin-top: 10px;
}

.contentLiveFilters #collapse-filters .filterList button[data-value="reset"]:hover,
.contentLiveFilters #collapse-filters .filterList button[data-value="refresh"]:hover {
  background-color: #e96105;
  color: #fff;
}

@media(max-width:1440px) {
  .trio_checkbox{
    display: block !important;
    margin-right: 0 !important;
    margin-bottom: 10px !important;
    margin-left: 2px !important;
  }
  .trio_checkbox:first-child{
    margin-top: 10px !important;
  }
  .index-sport table.dettaglio-corsa .trio_checkbox.squaredIppica:not(:first-child){
    margin-left: 2px !important;
  }
}




@-webkit-keyframes hoverButton {
  0% {
  background-position:50% 100% ;
  }
    
  100% {
    background-position:50%  0% ;
  }
}

@-moz-keyframes hoverButton {
  0% {
  background-position:50% 100% ;
  }
    
  100% {
    background-position:50%  0% ;
  }
}

@keyframes hoverButton {
  0% {
  background-position:50% 100% ;
  }
    
  100% {
    background-position:50%  0% ;
  }
} 
    
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}


    
#liveFilters .filterButton {
    width: 100px;
    min-height: 50px;
    cursor: pointer;
    position: absolute;
    left: -1px;
}
    
#liveFilters .iconFilterBig {
    width: 22px;
    height: auto;
    fill: #e96105;
    position: relative;
    top: 10px;
    left: 9px;
}   
    
#liveFilters .iconFilterLittle {
    width: 12px;
    height: auto;
    fill: #e96105;
    position: relative;
    top: 19px;
    left: -1px;
}
    
#liveFilters #iconFilterWrapper {
    width: 40%;
    float: left;
    min-height: 50px;
}
    
#liveFilters #textFilterWrapper {
    width: 60%;
    float: left;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    flex-direction: column;
}
    
#liveFilters .underlineFilter {
    width: 48px;
    height: 2px;
    background: #e96105;
    position: relative;
    top: 34px;
    display: block;
    position: absolute;
    visibility: hidden;
}
    
/*----------------INIZIO HOVER & ACTIVE-----------------*/
    
#liveFilters .filterButton:not(.collapsed),
#liveFilters .filterButton:hover {
    background-image: linear-gradient(rgba(233,97,5,1), rgba(233,97,5,1) 50%, transparent 50%, transparent);
    background-position: 50% 100%;
    background-size: 300% 300%;
    animation-name: hoverButtonFilters;
    animation-duration: 0.65s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
    
#liveFilters .filterButton:hover .iconFilterBig,
#liveFilters .filterButton:hover .iconFilterLittle,
#liveFilters .filterButton:not(.collapsed) .iconFilterBig,
#liveFilters .filterButton:not(.collapsed) .iconFilterLittle {
    fill: #ffffff; 
}

#liveFilters .filterButton:hover .iconFilterBig {
    animation-name: rotation;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}
    
#liveFilters .filterButton:hover .iconFilterLittle {
    animation-direction:reverse;
    animation-name: rotation;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}
    
#liveFilters .filterButton.collapsed #iconFilterWrapper.active .iconFilterBig,
#liveFilters .filterButton.collapsed #iconFilterWrapper.active .iconFilterLittle {
    animation-direction:reverse;
    animation-name: rotation;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}

#liveFilters .filterButton.collapsed #textFilterWrapper.active .underlineFilter {
    visibility: visible;
}
    
/*----------------FINE HOVER & ACTIVE-----------------*/

@-webkit-keyframes hoverButtonFilters {
  0% {
    background-position:50% 100% ;
  }

  100% {
    background-position:50%  0% ;
  }
}

@-moz-keyframes hoverButtonFilters {
  0% {
    background-position:50% 100% ;
  }

  100% {
    background-position:50%  0% ;
  }
}

@keyframes hoverButtonFilters {
  0% {
    background-position:50% 100% ;
  }

  100% {
    background-position:50%  0% ;
  }
}

.channelsPopover .iconSvgDirettaTv {
  fill: #fff;
  height: 23px;
  width: auto;
}

.channelsPopover.liveDetailChannels a:active,
.channelsPopover.liveDetailChannels a:hover {
  text-decoration: none !important;
}

.channelsPopover.liveDetailChannels .iconSvgDirettaTv {
  fill: #2d3844 !important;
}

.channelsPopover .popover {
  margin-top: 6px !important;
  color: #2d3844 !important;
}

#contentLivePage .channelsPopover .popover {
  margin-top: 0px !important;
}