.noselect {
    -webkit-touch-callout: none;
    -webkit--select: none;
    -khtml--select: none;
    -moz--select: none;
    -ms--select: none;
    -select: none;
  }


  .bg_garota_mes{
   
    background: linear-gradient(rgb(255, 255, 255), rgb(210, 210, 210));
  
 
 }


  .frontItemClass{

   /* border:1px solid #000;
    transition: transform .2s; /* Animation */

  }

  .frontItemClass:hover{

   /* transform: scale(1.1) !important;
    left:50%;

    border:1px solid #d61313;*/


  }

  #wrap {
    /* fixed width, centered in viewport */
    width: 980px;
    left: -490px;
    margin-left: 50%;
    position: relative;
  }
  #showcase {
    width: auto;
    height: 700px;
    background: transparent !important; /* Old browsers */
    border-radius: 8px;
    margin-top: 12px;
    visibility: hidden;
   
  }
  #showcase img {
    cursor: pointer;
  }
  #item-title {
    color: #fb9902;
    font-size: 38px;
    font-weight: 700;
       text-align: center;
    margin-top: 30px;
    margin-bottom: 22px;

  }

  .item-title {
    color: #fb9902;
    font-size: 38px;
    font-weight: 700;
       text-align: center;
    margin-top: 30px;
    margin-bottom: 22px;

  }
  .nav {
    text-align: center;
  }
  .nav > button {
    width: 64px;
    height: 36px;
    color: #666;
    font: bold 16px arial;
    text-decoration: none;
    text-align: center;
    margin: 5px;
   /* text-shadow: 0px 1px 0px #f5f5f5;*/
    background: #fff;
    /*border: solid 2px rgba(0, 0, 0, 0.4);*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4);
   /* box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.4);*/
    cursor: pointer;
  }
  .nav > button:active,
  .nav > button.down {
    background: #dfdfdf;
    border: solid 2px rgba(0, 0, 0, 0.6);
    box-shadow: none;
  }
  #get {
    font-size: 20px;
    text-align: center;
  }
  # {
    margin: 8px auto;
    margin-top: 12px;
    display: block;
  }
  #license {
    font-size: 18px;
    text-align: center;
    margin: 0;
  }
  #share {
    position: absolute;
    left: 4px;
    top: 478px;
  }
  .fb-like {
    vertical-align: top;
  }
  .twitter-share-button {
    width: 84px !important;
    margin-left: 8px;
  }
  #credits {
    color: #c9c9c9;
    padding: 10px;
    border: 2px #999 dashed;
    position: absolute;
    right: 0;
    bottom: 83px;
  }
  #credits ul {
    font-size: 14px;
    list-style-type: none;
    padding-left: 2px;
    margin: 2px 0;
  }
  #credits .author {
    color: white;
  }





  



/*  1400px   */
@media screen and (max-width: 1400px) {
  

}
  
  
 /*  1200px   */
@media screen and (max-width: 1200px) {
    
  
  }
  
  
/*  992px   */
@media screen and (max-width: 992px) {
    

      #wrap {
        width: 780px;
        left: -390px !important;
        margin-left: 50%  !important;    
      }

      #showcase {
        height:600px !important;
      }

      #showcase img {
        width: 300px; 
      }

      #item-title {
        font-size: 30px;
        margin-top: 15px;
       
      }

      .item-title {
        font-size: 30px;
        margin-top: 15px;
       
      }
  

}
  
/*  768px   */
@media screen and (max-width: 768px) {
    
  

  #wrap {
       
    width: 600px;
    left: -300px !important;
    margin-left: 50% !important;
  
  }

  #showcase {
    height:500px !important;
  }

  #showcase img {
    width: 250px; 
  }



}
  
  
/*  576px   */
@media screen and (max-width: 576px) {
    
  
  
  #wrap {
       
    width: 400px;
    left: -200px !important;
    margin-left: 50% !important;
  
  }

  #showcase {
    height:330px !important;
  }

  #showcase img {
    width: 150px; 
  }



}


/*  576px   */
@media screen and (max-width: 400px) {
    
  
  
  #wrap {
       
    width: 350px;
    left: -175px !important;
    margin-left: 50% !important;
  
  }

  #showcase {
    height:300px !important;
  }

  #showcase img {
    width: 150px; 
  }



}


  

  
  
  