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

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
/* font-family: 'Montserrat', sans-serif; */
/* font-family: 'Hind', sans-serif; */
/*  very large desktop */
/*-----------------------------------------------------------------------------------*/
@media only screen and (min-width: 1680px) {
  .main-img {
    height: 750px;
  }
  .main-img .inner {
    height: 750px;
    margin-top: 23%;
  }
  .main-img h1 {
    font-size: 50px;
  }
}
/*  dai tablet in landscape ai desktop */
/*-----------------------------------------------------------------------------------*/
@media only screen and (min-width: 980px) and (max-width: 1199px) {
  .header h1 {
    font-size: 42px;
  }
  .main-img {
    height: 460px;
  }
  .main-img .inner {
    height: 460px;
    margin-top: 15%;
  }
  .main-img h1 {
    font-size: 44px;
  }
  .top-content {
    margin-top: 10px;
    margin-bottom: 20px;
    float: left;
  }
  .top-content h2 {
    font-size: 40px;
  }
  h4.pre-point {
    font-size: 22px;
  }
}
/* dai tablet in portrait fino al landscape e mini desktop */
/*-----------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 979px) {
  .header h1 {
    font-size: 36px;
  }
  .main-img {
    height: 450px;
  }
  .main-img .inner {
    height: 450px;
    margin-top: 15%;
  }
  .main-img h1 {
    font-size: 38px;
  }
  a.logo {
    min-width: 100px;
    max-width: 240px;
  }
  a.logo img {
    max-width: 100%;
    max-height: 100px;
  }
  a.logo h1 {
    font-size: 40px;
    margin: 5px auto 10px auto;
  }
  .middle-content {
    height: 400px;
  }
  .top-content {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .top-content h2 {
    font-size: 38px;
  }
  h4.pre-point {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
  }
  ul.point-list {
    width: 90%;
    margin-left: 40px;
    margin-bottom: 40px;
  }
  .sine-in-box {
    max-width: 450px;
  }
  .reg-form {
    max-width: 450px;
  }
}
/* Landscape phone to portrait tablet */
/*-----------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .header h1 {
    font-size: 36px;
  }
  .main-img {
    height: 245px;
  }
  .main-img .inner {
    height: 245px;
    margin-top: 15%;
  }
  .main-img h1 {
    font-size: 24px;
  }
  .header {
    padding: 10px 0px;
  }
  .header span.navr-expander {
    top: 25%;
  }
  a.logo {
    min-width: 100px;
    max-width: 220px;
  }
  a.logo img {
    max-width: 100%;
    max-height: 100px;
  }
  a.logo h1 {
    font-size: 32px;
    margin: 0px auto 5px auto;
  }
  a.logo img {
    max-height: 100px;
  }
  .top-content {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .top-content h2 {
    font-size: 32px;
  }
  .top-content h2.second-grey {
    font-size: 24px;
    color: #999;
    font-weight: 300;
  }
  h3.pre-point {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
  }
  ul.point-list {
    width: 90%;
    margin-left: 20px;
    margin-bottom: 30px;
  }
  .sine-in-box {
    max-width: 420px;
  }
  .reg-form {
    max-width: 420px;
  }
  div.footer-bottom p.footer-copyright {
    text-align: center;
  }
  div.footer-bottom div.footer-menu {
    margin-bottom: 20px;
    float: none;
    text-align: center;
  }
}
/* phones and down */
/*-----------------------------------------------------------------------------------*/
@media (max-width: 480px) and (orientation: portrait) {
  .main-img {
    height: 200px;
  }
  .main-img .inner {
    height: 200px;
    margin-top: 15%;
  }
  .main-img h1 {
    font-size: 20px;
  }
  a.logo {
    min-width: 100px;
    max-width: 180px;
  }
  a.logo img {
    max-width: 100%;
    max-height: 100px;
  }
  a.logo h1 {
    font-size: 32px;
    margin: 0px auto 5px auto;
  }
  .middle-content {
    height: 250px;
  }
  .top-content h2 {
    font-size: 30px;
  }
}
/* media queries for portable pc */
/*-----------------------------------------------------------------------------------*/
@media screen and (min-width: 1200px) and (max-height: 800px) {
  .main-img {
    height: 400px;
  }
  .main-img .inner {
    height: 400px;
    margin-top: 15%;
  }
}
