/*------------------------------------*\
    GLOBALS
\*------------------------------------*/

@import url(//fonts.googleapis.com/css?family=Lato:400,900,700,300);

body {
  background: url("../img/header.jpg") no-repeat scroll right 0;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #2a2347;
}

.thumbnail {
  border-radius: 0;
}

#digilove {
  background: url("../img/digilove.png") no-repeat scroll 0 0 transparent;
  height: 200px;
  background-size: contain;
  margin-bottom: 20px;
  margin-top: 40px;
  height: 200px;
  background-size: contain;
  margin-bottom: 20px;
  margin-top: 40px;
}

#digilove span {
  display: none;
}

.button-container {
  display: none;
}

.dark {
    min-height: 660px;
}

    .dark .selection {
      margin: 10px 100px 0 0;
      border-top: 1px solid #fff;
      width: 520px;
      padding-top: 20px;
    }

    .dark {
      margin: 0 100px;
      padding-left: 5px;
    }

  .dark .selection ul {
      list-style: none;
      color: #fff;
    }


.dark .selection ul {
    padding: 6px 0px;
}

    .dark .selection ul li {
      display: inline-block;
      font-size: 24px;
      font-weight: 900;
      border-right: 3px solid #EA148D;
      padding-right: 10px;
      margin-right: 6px;
    }

    .dark .selection ul li:last-child {
      border: none;
    }

    .dark h1 {
        width: 700px;
        letter-spacing: 2px;
        color: #fff;
        font-size: 57px;
        margin: 0 50px 0 0;
        width: 700px;
        letter-spacing: 2px;
        font-weight: 700;;
    }

    .dark p {
      color: #fff;
      font-size: 17px;
      vertical-align: middle;
      padding: 20px 27px 20px 0;

    }
    .dark p #digitick {
      background: url("../img/digitick-small.png") no-repeat scroll center bottom transparent;
      display: inline-block;
      width: 120px;
      height: 37px;
      vertical-align: middle;
      background-size: contain;
    }

    .dark p #infoconcert {
  background: url("../img/infoconcert-small.png") no-repeat scroll 0px 2px transparent;
  display: inline-block;
  height: 37px;
  width: 67px;
  vertical-align: middle;
  margin-left: 3px;
    display: inline-block;
    height: 40px;
    width: 58px;
     display: inline-block;
     height: 37px;
     width: 67px;
    background-size: contain;
    vertical-align: middle;
    }

    .dark .button {
      color: #fff;
      width: 250px;
      margin: 25px auto 0;
      text-align: center;
      padding: 8px;
      font-size: 27px;
      background: #EA148D;
      border-left: 1px solid #EA148D;
      border-bottom: 3px solid #B91672;
      border-right: 1px solid #B91672;
      border-top: 1px solid #EA148D;
      border-radius: 8px;
      height: 50px;
      display: none;
        -webkit-transition: all 500ms ease-in-out;
         -moz-transition: all 500ms ease-in-out;
          -ms-transition: all 500ms ease-in-out;
           -o-transition: all 500ms ease-in-out;
              transition: all 500ms ease-in-out;
              text-decoration: none !important;
    }

            .dark .button:hover {
              transition: all 500ms ease-in-out;
              background: #EA148D;
              border-left: 1px solid #EA148D;
              border-bottom: 3px solid #B91672;
              border-right: 1px solid #B91672;
              border-top: 1px solid #EA148D;
            }


.button-container {
  background-color: rgba(43, 35, 72, 0.78);
  padding: 20px 0;
}


.main {
  margin: 20px 0px 120px;
}

.col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding: 0px;
}





/*------------------------------------*\
    POST MODULE
\*------------------
  position: relative;
  z-index: 1;
  display: block;
  height: 470px;
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background: #000;
  -webkit-transition: all 0.3s linear 0s;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);------------------*/

.post-module {
  position: relative;
  z-index: 1;
  display: block;
  height: 470px;
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background: #000;
  -webkit-transition: all 0.3s linear 0s;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}

    .post-module:hover,
    .hover {
      -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    }

    .post-module:hover .thumbnail img,
    .hover .thumbnail img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      transform: scale(1.1);
      opacity: .6;
    }

    .post-module .thumbnail {
      background: #000000;
      height: 400px;
      padding: 0px;
      border: none;
      overflow: hidden;
      border: none;
      border-radius: none;
    }

        .post-module .thumbnail img {
          display: block;
          width: 120%;
         
  display: block;
  width: 120%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  display: block;
  width: 120%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s; -webkit-transition: all 0.3s linear 0s;
          -moz-transition: all 0.3s linear 0s;
          -ms-transition: all 0.3s linear 0s;
          -o-transition: all 0.3s linear 0s;
          transition: all 0.3s linear 0s;
        }

    .post-module .post-content {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 30px;
      -webkti-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
      -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
      -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
      transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
      background: rgb(55, 50, 74);
      background: rgba(55, 50, 74, 0.92);
    }

        .post-module .post-content .category {
          position: absolute;
          top: -34px;
      
  position: absolute;
  top: -34px;
  left: 0;
  background: #EA148D;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  top: -34px;
  left: 0;
  background: #EA148D;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;    left: 0;
          background: #EA148D;
          padding: 10px 15px;
          color: #ffffff;
          font-size: 14px;
          font-weight: 600;
          text-transform: uppercase;
        }

        .post-module .post-content .title {
          margin: 0;
          padding: 0 0 10px;
        
  margin: 0;
  padding: 0 0 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;  color: #fff;
          font-size: 24px;
          font-weight: 700;
        }

        .post-module .post-content .sub_title {
          margin: 0;
          padding: 0 0 20px;
          color: #EA148D;
          font-size: 16px;
          font-weight: 400;
        }

        .post-module .post-content .description {
          display: none;
          color: #888;
          
  display: none;
  color: #888;
  font-size: 14px;
  line-height: 1.2em;
  display: none;
  color: #888;
  font-size: 14px;
  line-height: 1.2em;font-size: 14px;
          line-height: 1.2em;
        }

.post-module .post-content .description span {
  display: block;
  padding: 10px 0;
  margin-top: 5px;
  font-size: 13px;
  display: block;
  padding: 10px 0;
  color: #ccc;
}


.hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}



.post-content .description a {
    padding: 5px 8px;
    display: inline-block;
    color: #fff;
    font-weight: 900;
    margin-top: 5px;
    font-size: 12px;
    margin-right: 5px;
    cursor: pointer;
    background: #9F89FD;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    border-radius: 3px;
}

.post-content .description a:hover {
  background: #AE9BFF;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  text-decoration: none;
} 
.post-content .description a.second {
  background: transparent;
  border: 1px solid #777;
  padding: 4px 7px;
  color: #999;
  margin-top: 10px;
}


.post-content .description a.second:hover {
  background: #EA148D;
  border: 1px solid #EA148D;
  color: #fff;
  }





/*------------------------------------*\
    LOSTS CARDS
\*-------------------------
  color: #696969;
  font-size: 17px;
  padding-top: 10px;
  text-transform: uppercase;
  color: #696969;
  font-size: 17px;
  padding-top: 10px;
  text-transform: uppercase;-----------*/

#lostcards div span {
  color: #77718E;
  font-size: 17px;
  padding-top: 10px;
  text-transform: uppercase;
}

#lostcards div #liens {
  padding: 0px;
  margin: 15px auto 0; 
  height: auto;
}

#lostcards div #liens a i { 
  color: #77718E;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;  
}

#lostcards div #liens a i:hover {
  color: #A8A1C3;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; 
}

#lostcards div #liens a {
  font-size: 50px;
  margin-right: 20px;
}





/*---------------------------------------------------*\
  FOOTER DEEZER

  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 2;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 2;\*---------------------------------------------------*/

#footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 2;
}

#footer iframe {
  width:100%;
  height:92px;
  margin-top: 10px;
  width: 100%;
  height: 92px;
  margin-top: 10px;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}

#footer iframe:hover {
  height: 450px;
}





/*---------------------------------------------------*\
  FRAMES DEEZER
\*------------------------
  height: 62px;
  width: 100%;
  margin-top: 10px;
  height: 62px;
  width: 100%;
  margin-top: 10px;---------------------------*/

.post-content .description iframe {
  height:62px;
  width:100%;
  margin-top:10px;
}





/*---------------------------------------------------*\
  QUERIES
\*---------------------------------------------------*/

@media only screen and (min-width : 1900px) {
  .post-module {
    height: 600px;
  }

  .post-module .thumbnail {
    height: 600px;
  }

  #lostcards {
    height: 600px!important;
  }
}

@media only screen and (max-width : 1440px) {

  .post-module .post-content .sub_title {
    font-size: 13px;
    margin-bottom: 0px;
    padding-bottom: 8px;
  }

  .post-module .post-content .description span {
    padding: 5px 0;
  }

  .post-module .post-content .title {
    font-size: 18px;
  }

  .post-module .post-content {
    background: rgb(55, 50, 74);
  }

}


@media only screen and (max-width : 768px) {

  body {
    background: url("../img/header-mobile.jpg") no-repeat scroll center 0 #222;
    background-size: contain;
  }

  #digilove {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 20px 50px 0 20px;
  }

  .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }

  .button-container {
    display: block!important;
  }

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

  .dark .selection ul li {
    font-size: 17px;
    margin: 0 5px;
  }

  .dark .selection {
    margin: 10px 100px 0 0;
    width: 520px;
    padding-top: 10px;
    background-color: rgba(43, 35, 72, 0.78);
    padding-bottom: 10px;
    border: none;
  }

  .dark h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    width: 100%;
    margin: 0 20px 0 20px;
  } 

  .dark p {
    padding: 20px;
    font-size: 20px;
  } 

  .dark .button {
    display: block;
    margin: 10px auto 0;
  }

  .main {
    margin: auto;
  }

  #lostcards div #liens a {
    margin-right: 15px;
  }

}

#lostcards {
  height: 470px;
  background: #37324A;
  padding: 50px;;
}



