/*-----------------------------------------------------------------------------------------------------
		Projet :
		Website :

		Copyright (C) 2014

-------------------------------------------------------------------------------------------------------*/
/* Media Queries
-------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1600px) {
  .content.landing {
    background-size: 1600px auto;
  }

  .section-03 {
    background-size: 1600px auto;
  }

  .section-05 {
    background-size: 1600px auto;
  }
}
@media only screen and (max-width: 900px) {
  .small-screen {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  img {
    height: auto;
    max-width: 100%;
  }

  .screen-area .laptop {
    background-size: 100% auto;
    width: 325px;
    height: 201.5px;
    margin: 0 auto;
    padding: 13px 0 0 37.5px;
  }

  .screen-area .laptop .screen-content {
    height: 156px;
    width: 250px;
  }

  .screen-area .phone {
    background-size: 100% auto;
    width: 86.5px;
    height: 170px;
    right: 180px;
  }

  .screen-area .phone p {
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
    position: absolute;
    width: 140px;
    left: 86.5px;
    z-index: 99;
    top: 50px;
    padding: 10px;
    margin: 0;
  }

  .screen-area .phone .screen-content {
    width: 72.5px;
    height: 105px;
    top: 35.5px;
    left: 7.5px;
  }
}
@media only screen and (max-width: 767px) {
  .small-screen {
    width: 280px;
    margin: 20px auto;
  }
}
@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 {
    height: 80px;
  }

  .header .grid-container {
    padding: 0;
  }

  .header .logo {
    display: none;
  }

  .menu {
    width: 100%;
    float: none;
  }

  .menu ul {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .menu li {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }

  .menu li a {
    padding: 0;
    text-align: center;
    height: 40px;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    width: 1%;
  }

  .menu ul li a:hover,
  .menu ul li a.current {
    background: #248ACF;
    color: #FFF;
  }

  h1, .h1-like {
    font-size: 20px;
    font-weight: 400;
  }

  h2, .h2-like {
    font-size: 18px;
  }

  h3, .h3-like {
    font-size: 16px;
  }

  .content.landing {
    background-size: auto 700px;
  }

  .section-01 {
    padding-top: 70px;
  }

  .section-03 {
    background-size: auto 400px;
  }

  .section-05 {
    background-size: auto 900px;
  }

  .screen-area {
    overflow: hidden;
    padding-bottom: 60px;
  }

  .screen-area .phone {
    right: 10%;
  }

  .content .mobile-teasing {
    bottom: -60px;
    position: absolute;
    width: 100%;
    margin: 0 -10px;
    background: #202b3c;
    padding: 10px;
    color: #248ACF;
  }

  .big-screen {
    padding-top: 17px;
    background: url("../images/browser.png") no-repeat 0 0;
    width: 300px;
    height: 195px;
  }

  .title-icon.left-icon {
    position: relative;
    padding-left: 0;
    text-align: center;
  }

  .title-icon.left-icon + p {
    padding-left: 0;
    text-align: center;
  }

  .title-icon.left-icon:before {
    background: url("../images/icons.png") no-repeat -200px 0;
    width: 50px;
    height: 50px;
    position: relative;
    margin: 0 auto 10px auto;
  }

  .price li span {
    height: 60px;
    padding-top: 0;
    display: table-cell;
    vertical-align: middle;
  }

  .price li:first-child span {
    height: 70px;
    font-size: 26px;
    padding-top: 0;
  }

  .signup form {
    padding: 20px 0 0 0;
    margin: 0 -10px;
  }

  .signup form fieldset {
    float: none;
    width: 100%;
    min-height: 0;
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
  }

  .signup form fieldset + fieldset {
    border-left: none;
  }

  .signup form fieldset + fieldset + fieldset {
    border: none;
  }

  .signup form .itemsform-submit {
    text-align: center;
    width: auto;
    display: block;
  }

  .signup form fieldset + .itemsform:after {
    right: 50%;
    margin-right: -20px;
  }
}
/* 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) {
  .title-icon:before,
  .title-icon.left-icon:before {
    background-image: url("../images/icons_@2X.png");
    background-size: 250px auto;
  }
}
