/*-----------------------------------------------------------------------------------------------------
		Projet : Boot In Lille
		Website : 
		
		Copyright (C) 2014
					
-------------------------------------------------------------------------------------------------------*/
/* Media Queries
-------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 990px) {
  img {
    height: auto;
    max-width: 100%;
  }

  .header-content {
    width: 61%;
    padding-left: 10px;
  }
  
  .bootinlille_event {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }

  .tablet-only {
    display: block !important;
  }

  .mobile-tablet-only {
    display: block !important;
  }

  .mobile-only {
    display: none !important;
  }
}
@media only screen and (max-width: 685px) {
  .desktop-only {
    display: none !important;
  }

  .desktop-tablet-only {
    display: none !important;
  }

  .tablet-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }

  .header {
    padding: 0;
  }

  .header-content,
  .sponsor {
    width: auto;
    float: none;
    padding: 0;
  }

  .header .logo {
    background: #f5f5f5;
    height: 50px;
    font-size: 30px;
    padding: 10px 0 0 10px;
  }

  .header h1 {
    margin: 0 0 10px 10px;
  }

  .header h1:after {
    display: none;
  }

  .header .sponsor {
    margin: 10px;
  }

  .main-menu {
    text-align: center;
    border-top: 1px solid #CCC;
  }

  .main-menu li {
    margin: 5px 5px;
  }

  .main {
    border-top: 1px solid #CCC;
  }

  form {
    border-left: 0;
  }

  form input[type="text"],
  form input[type="email"],
  form input[type="date"],
  form input[type="password"],
  form textarea,
  form select {
    width: 100%;
  }
}
/* RETINA Display */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .event-list li .bootinlille_event-place {
    background: url("../images/icon-location_@2X.png") no-repeat left center;
    background-size: 16px 16px;
  }
}
