
/* SLIDE Section */
#slide{
  margin-bottom: 15px;
}
  #slide .slide-home{
    height: 430px;
    padding: 0;
  }

/* NEWS more news */
#more-news{
  background-image: url("images/bg-more_news.png");
  background-position: center top;
  background-repeat: repeat-x;
  border-top: 1px solid #fff;
  padding: 80px 0 60px;
}
  #more-news .carrousel{
  }

/* SPOT Video */
#spot-video{
  background-color: transparent;
  padding: 80px 0;
  transition: .15s ease all ; -moz-transition: .15s ease all; -webkit-transition: .15s ease all; -o-transition: .15s ease all;
}
  #spot-video .container{height: 45px;}
    
    #spot-video .title{
      color: #fff;
      font-size: 1.6em;
      margin: .1em;
      text-transform: uppercase;
      text-shadow: 2px 2px 2px rgba(74, 74, 74, 0.3);
    }
    #spot-video .btn-Pink{
      padding: .4em 4em;
    }

/* SECTIONS home */
#sections-home{
  background-color: transparent;
  padding: 80px 0;
}
  #sections-home .descargas-home .downloads-content{
  	min-height: 400px;
  }
    #sections-home .descargas-home .downloads-content ul{}
      #sections-home .descargas-home .downloads-content ul > li{
        border-bottom: 1px solid #d2dee6;
        float: left;
        margin: 0 0 10px;
        padding: 0 0 10px;
        transition: .15s ease all ; -moz-transition: .15s ease all; -webkit-transition: .15s ease all; -o-transition: .15s ease all;
        width: 100%;
      }
      #sections-home .descargas-home .downloads-content ul > li:last-child{border-bottom: none !important;}
        #sections-home .descargas-home .downloads-content ul > li a{float: left;}
        #sections-home .descargas-home .downloads-content ul > li figure{
          background-color: #f8f8f8;
          background-image: url("images/ico-download_list.png");
          background-position: center top;
          background-repeat: no-repeat;
          border-radius: 100%;
          float: left;
          height: 50px;
          margin: 0 10px 0 0;
          padding: 5px;
          text-indent: -9999em;
          transition: .15s ease all ; -moz-transition: .15s ease all; -webkit-transition: .15s ease all; -o-transition: .15s ease all;
          width: 50px;
        }
        #sections-home .descargas-home .downloads-content ul > li h3{
          color: #575e61;
          float: right;
          font-size: 1em;
          margin: 4px 0 0;
          text-transform: uppercase;
          transition: .15s ease all ; -moz-transition: .15s ease all; -webkit-transition: .15s ease all; -o-transition: .15s ease all;
          width: 420px;
        }
        #sections-home .descargas-home .downloads-content ul > li .date{
          color: #798489;
          float: right;
          font-family: "Open Sans Condensed",sans-serif;
          font-size: .8em;
          font-weight: 700;
          width: 420px;
        }
          /* hover */
          #sections-home .descargas-home .downloads-content ul > li:hover{border-bottom: 1px solid #1abc9c;}
          #sections-home .descargas-home .downloads-content ul > li a:hover figure{background-color: #1abc9c; background-position: center bottom;}
          #sections-home .descargas-home .downloads-content ul > li a:hover h3{color: #1abc9c;}
          #sections-home .descargas-home .downloads-content ul > li a:hover .date{color: #575e61;}

/* DOWNLOAD Fixture */
#fixture-download{
  background-color: transparent;
  padding: 80px 0;
}
  #fixture-download .title{
    color: #fff;
    font-size: 1.6em;
    margin: .1em;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(74, 74, 74, 0.3);
  }
  #fixture-download .btn-Pink{
    padding: .4em 4em;
  }

/* SPONSOR home */
#sponsor-home{
  background-color: transparent;
  padding: 80px 0;
}
  #sponsor-home ul.sponsor{text-align: center;}
    #sponsor-home ul.sponsor > li{display: inline-block; height: 50px; margin: 0 10px 20px;}
      #sponsor-home ul.sponsor > li a{
        display: inline-block;
        margin: 0 0 0;
        vertical-align: baseline;
      }
        #sponsor-home ul.sponsor > li a img{
          filter: grayscale(100%);
          -webkit-filter: grayscale(100%); 
          -moz-filter: grayscale(100%);
          -ms-filter: grayscale(100%); 
          -o-filter: grayscale(100%);
          filter: gray; 
          filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
          transition: .15s ease all ; -moz-transition: .15s ease all; -webkit-transition: .15s ease all; -o-transition: .15s ease all;
          -moz-transform: rotate(0);
          opacity: .7;
          transition: .2s linear all;
        }
      /* hovers */  
      #sponsor-home ul.sponsor > li a:hover{}
      #sponsor-home ul.sponsor > li a:hover img{
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%); 
        -o-filter: grayscale(0%);
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
        opacity: 1;
      }