@media only screen and (max-width: 1764px) {
  .why-us {
    position: absolute;
    margin-top: -245px;
    width: 100%;
    max-width: 1280px;
  }

  .why-us article .content h1 {
    font-size: .9em;
    text-align: left;
    margin-bottom: 12.5px;
    color: #2e3192;
  }

  .why-us article .content {
    box-sizing: border-box;
    width: auto;
    padding: 20px 25px 25px 25px;
    margin-left: 85px;
    max-width: 230px;
    height: 150px;
  }

  .why-us article .content h1 {
    font-size: .9em;
    text-align: left;
    margin-bottom: 12.5px;
    color: #2e3192;
    width: 60%;
  }

  .why-us article:nth-child(4) .content h1 {
    font-size: .9em;
    text-align: left;
    margin-bottom: 12.5px;
    color: #2e3192;
    width: 70%;
  }
  /* FINE WHY US */

  /* INIZIO TOUR SECTION */
  .smalltour-container {
    width: 45%;
  }
  .smalltour-container .small.tour {
    display: block;
    width: 100%;
    height: 25%;
    position: relative;
  }
  .smalltour-container .small.tour article{
    display: block;
    padding: 0 0 0 10px;
    width: 65%;
    margin-left: 35%;
    padding: 10px 0 10px 0;
  }
  .smalltour-container .small.tour .tour-image{
    position: absolute;
    display: block;
    width: auto;
    max-height: none;
    height: 100%;
    max-width: 80%;
  }

  .smalltour-container .small.tour .tour-image img{
    width: 40%;
    height: auto;
    margin-top: 0;
  }
  /* FINE TOUR SECTION */

  /* INIZIO GUIDE SECTION */
  .section.guide{
    height: auto;
  }
  /* FINE GUIDE SECTION */
}

@media only screen and (max-width: 1424px) {
  .hero .hero-phrase p{
    color: white;
    text-shadow: 0px 0px 3px rgba(31,31,31, .7);
  }
  .why-us {
    position: relative;
    margin-top: 80px;
    width: 100%;
    max-width: 1280px;
  }

  .why-us article {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 46%;
  }

  #skip-line {
    background: #eed97a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #true-knowledge {
    background: #8283be;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: right;
  }
  #private-friendly {
    background: #88d392;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 70px;
    float: right;
  }
  #kids-friendly {
    background: #f7a37a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 70px;
  }

  .why-us article .content{
    margin-left: 150px;
  }

  .why-us article .icon-container{
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 150px;
    height: 150px;
  }

  .why-us #skip-line .icon-container{
    background: rgb(253,237,164);
    background: -moz-radial-gradient(circle, rgba(253,237,164,1) 0%, rgba(226,192,33,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(253,237,164,1) 0%, rgba(226,192,33,1) 100%);
    background: radial-gradient(circle, rgba(253,237,164,1) 0%, rgba(226,192,33,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdeda4",endColorstr="#e2c021",GradientType=1);
  }

  .why-us #true-knowledge .icon-container{
    background: rgb(77,81,218);
    background: -moz-radial-gradient(circle, rgba(77,81,218,1) 0%, rgba(46,49,146,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(77,81,218,1) 0%, rgba(46,49,146,1) 100%);
    background: radial-gradient(circle, rgba(77,81,218,1) 0%, rgba(46,49,146,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4d51da",endColorstr="#2e3192",GradientType=1);
  }

  .why-us #private-friendly .icon-container{
    background: rgb(149,247,163);
    background: -moz-radial-gradient(circle, rgba(149,247,163,1) 0%, rgba(57,181,74,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(149,247,163,1) 0%, rgba(57,181,74,1) 100%);
    background: radial-gradient(circle, rgba(149,247,163,1) 0%, rgba(57,181,74,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#95f7a3",endColorstr="#39b54a",GradientType=1);
  }

  .why-us #kids-friendly .icon-container{
    background: rgb(246,146,98);
    background: -moz-radial-gradient(circle, rgba(246,146,98,1) 0%, rgba(242,101,34,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(246,146,98,1) 0%, rgba(242,101,34,1) 100%);
    background: radial-gradient(circle, rgba(246,146,98,1) 0%, rgba(242,101,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f69262",endColorstr="#f26522",GradientType=1);
  }

  .why-us article .icon-container i{
    margin: 30px;
  }

  .why-us article .content h1 {
    font-size: 1.1em;
    width: 100%;
    text-align: left;
    margin-bottom: 12.5px;
    color: rgba(35,29,1,0.8);
  }

  .why-us #true-knowledge .content h1{
    color: rgba(1,3,35,.8);
  }

  .why-us #private-friendly .content h1{
    color: rgba(1,67,9,.8);
    font-size: 1.1em;
  }
  .why-us #private-friendly .content h1 span{
    display: none;
  }

  .why-us #kids-friendly .content h1{
    color: rgba(70,23,1,.8);
    font-size: 1.1em;
  }

  .why-us article .content p{
    font-size: 1em;
    width: 100%;
    color: rgba(35,29,1,0.8);
  }

  .why-us #true-knowledge .content p{
    color: rgba(1,3,35,.8);
  }

  .why-us #private-friendly .content p{
    color: rgba(1,67,9,.8);
    font-size: 1em;
  }

  .why-us #kids-friendly .content p{
    color: rgba(70,23,1,.8);
    font-size: 1em;
  }
  /* FINE WHY US */
  /* INIZIO TOUR SECTION */
  .tour-section .main.tour{
    width: 53%;
    max-width: none;
  }
  .smalltour-container .small.tour article{
    width: 50%;
    margin-left: 45%;
  }
  .smalltour-container .small.tour .tour-image{
    max-width: 40%;
  }
  .smalltour-container .small.tour .tour-image img{
    width: 100%;
  }
  /* FINE TOUR SECTION */

  /* INIZIO TEAM */
  .section.team .container .member{
    width: 50%;
  }
  /* FINE TEAM */

  /* INIZIO GUIDE SECTION */
  .section.guide img{
    height: 120%;
  }
  /* FINE GUIDE SECTION */
}

@media only screen and (max-width: 1172px) {
  *{word-break: break-word;}
  .col-full{
    width: 83.33333%;
  }

  .menu {display: none;}

  /* INIZIO TOUR SECTION */
  .tour-section .main.tour, .section.hunts .col-full .tour-section .main.tour, .section.kids .col-full .tour-section .main.tour{
    display: block;
    width: 100%;
    max-width: none;
  }
  .tour-section .smalltour-container{
    display: block;
    width: 100%;
    max-width: none;
    margin-top: 30px;
  }
  .tour-section .smalltour-container .small.tour{
    position: relative;
    display: inline-block;
    width: 48%;
    margin-bottom: 30px;
  }
  .small.tour:nth-child(odd){
  /*  float: left; */
    margin: 0;
  }
  .small.tour:nth-child(even){
    float: right;
    margin: 0;
  }

  .small.tour:hover{
    cursor: pointer;
  }

  .smalltour-container .small.tour .tour-image{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 160px;
  }
  .smalltour-container .small.tour .tour-image img{
    width: 100%;
    margin-top: -150px;
  }

  .smalltour-container .small.tour article{
    padding: 20px;
    position: relative;
    margin: 0;
    width: 80%;
  }

  .small.tour article h1{
    font-size: 27px;
    margin-top: 15px;
  }
  .smalltour-container .small.tour article p{
    font-size: 20px;
  }
  .smalltour-container .small.tour article a, .section.rome-tour .small.tour article .button{
    /* width: 100%; */
    padding: 10px 0 10px 0;
  }
  /* FINE TOUR SECTION */

  /* CITIES */
  .section.cities .container .third-width{
    height: 200px;
  }
  .section.cities .container .third-width .link span{
    margin-top: 80px;
  }
  /* FINE CITIES */

  /* RATINGS */
  .section.ratings .container .stars{
    margin-bottom: 20px;
    position: relative;
    right: 0;
  }
  /* FINE RATINGS */

  /* INIZIO GUIDE SECTION */
  .section.guide img{
    height: 80%;
  }
  .section.guide p{
    font-size: 16px;
  }
  .section.guide h3{
    font-size: 32px;
  }
  /* FINE GUIDE SECTION */

  /* FOOTER */
  .section.footer {
    width: 100%;
    background: rgb(218,218,218);
    background: -moz-linear-gradient(180deg, rgba(218,218,218,1) 0%, rgba(240,240,240,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(218,218,218,1) 0%, rgba(240,240,240,1) 100%);
    background: linear-gradient(180deg, rgba(218,218,218,1) 0%, rgba(240,240,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dadada",endColorstr="#f0f0f0",GradientType=1);
  }
  /* FINE FOOTER */
}

@media only screen and (max-width: 965px) {
  .col-full{
    width: 83.33333%;
  }
/* INIZIO NAV */
  #master-nav nav ul li{
    display: none;
  }
  #master-nav nav ul li#hamburger-menu{
    display: inline-block;
  }
  .menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #2e3192;
    top: 0;
    left: 0;
    z-index: 999;
    box-sizing: border-box;
    padding: 10px;
  }

  .menu ul{
    position: relative;
    display: block;
    width: 100%;
    margin-top: 145px;
  }

  .menu ul li{
    position: relative;
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }

  .menu ul li a{
    color: rgba(255,255,255,0.8);
    text-decoration:  none;
    font-size: 24px;
  }

  .menu ul li .item span{
    position: absolute;
    display: inline-block;
    margin-top: 13px;
    margin-left: 10px;
  }

  .menu ul li h3 {
    font-size: 32px;
    font-weight: 800;
    font-family: Montserrat, sans-serif;
    margin-bottom: 15px;
    color: rgba(255,255,255,.4);
  }

  .menu ul .break {
    margin-bottom: 20px;
  }

  .menu ul li .item img {
    width: 50px;
  }
/* FINE NAV */

/* INIZIO HERO */
  .hero{
      background-position: center bottom;
  }

  .hero-phrase{
    top: 150px;
    background: rgb(255,97,34);
    background: -moz-linear-gradient(135deg, rgba(255,97,34,.7) 0%, rgba(46,49,146,.7) 100%);
    background: -webkit-linear-gradient(135deg, rgba(255,97,34,.7) 0%, rgba(46,49,146,.7) 100%);
    background: linear-gradient(135deg, rgba(255,97,34,.7) 0%, rgba(46,49,146,.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff6122",endColorstr="#2e3192",GradientType=1);
    padding: 40px;
    box-sizing: border-box;
  }

  .hero-phrase h1{
    font-size: 32px;
    margin-bottom: 5px;
    color: white;
  }

  .hero-phrase p{
    font-size: 16px;
    color: rgba(255,255,255,.6);
    border-radius: 3px;
    padding: 20px;
    text-align: left;
  }

  .hero-phrase .button{
    position: relative;
    display: inline-block;
    margin:0;
    font-size: 14px;
    width: 100px;
  }
  .hero-phrase .button.white-button{
    right: 0;
  }
  .hero-phrase .button.blue-button{
    margin-left: 0;
  }

/* INIZIO WHY US */
  .why-us article{
    width: 48%;
    height: 100px;
  }

  .why-us article .icon-container{
    width: 100px;
    height: 100px;
    margin:0;
  }

  .why-us article .icon-container i{
    font-size: 1.3em;
    width: 60px;
    height: 60px;
    padding-top:15px;
    margin: 20px;
  }

  .why-us article .content{
    margin-left: 100px;
    padding: 10px;
    font-size: .7em;
  }

  #private-friendly, #kids-friendly{
    margin-top: 30px;
  }
/* FINE WHY US */

  .section.footer .footer-col {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }

  /* INIZIO GUIDE SECTION */
  .section.guide img{
    display: none;
  }
  .section.guide h3{
    text-align: center;
  }
  .section.guide .divider{
    float: none;
    display: block;
    margin:0 auto 20px auto;
  }
  .section.guide p{
    text-align: center;
    width: 100%;
  }
  .section.guide .button{
    position: relative;
    right: 0;
    width: 200px;
    display: block;
    box-sizing: border-box;
    margin:0 auto;
  }
  /* FINE GUIDE SECTION */
}

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

  .desktop-hidden{
    display: block;
  }

  .dropdown-menu {
    display: none;
  }

  .right-aligned {
    margin-top: 7px;
  }

  #contacts-upbar .col-full .left-aligned .info:nth-child(2){
    margin-top: 5px;
  }

  #contacts-upbar .col-full .left-aligned{
    width: 60%;
  }

  /* NAV */
  #logo{
    min-width: 250px;
  }
  /* FINE NAV */

  /* HERO */
  .hero-phrase{
    position: absolute;
    bottom: 0;
    width: 100%;
    top: 40%;
    padding:40px 20px;
  }
  .hero-phrase h1{
    text-align: left;
    font-size: 2.3em
  }
  .hero-phrase p{
    margin:20px 0;
    padding: 0;
  }
  .hero-phrase .button{
    display: block;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-phrase .button.white-button{
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
  }
  /* FINE HERO */

  /* WHY US */
  .why-us article{
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
    margin-top: 20px;
  }

  .why-us article .content{
    width: 100%;
    min-width:320px;
    padding: 12px;
    padding-left: 20px;
  }

  .why-us article .content h1{
    font-size: 1.6em;
  }
  .why-us article .content p{
    font-size: 1.4em;
  }

  #kids-friendly, #private-friendly{
    margin-top: 20px;
  }

  .why-us #kids-friendly .content h1, .why-us #private-friendly .content h1{
    font-size: 1.6em;
  }

  .why-us #kids-friendly .content p, .why-us #private-friendly .content p{
    font-size: 1.4em;
  }

  /* FINE WHY US */

  /* TOUR SECTION */
  .tour-section .smalltour-container {
    width: 100%;
    display: block;
  }
  .tour-section .smalltour-container .small.tour {
    display: block;
    width: 100%;
    position: relative;
    float: left;
  }
  .smalltour-container .small.tour article{
    display: block;
    padding: 0 0 0 10px;
    width: 100%;
    padding: 10px 20px 20px 20px;
    box-sizing: border-box;
  }
  .smalltour-container .small.tour img{
    display: block;
    width: 100%;
  }
  .section.rome-tour .small.tour article .button{
    margin-bottom: 10px;
    width: 100%;
  }

  .section.hunts .col-full .tour-section{
    margin-top: -20px;
  }

  #kids{
    margin-bottom: 40px;
  }
  /* FINE TOUR SECTION */

  /* INIZIO CITIES */
  .section.cities .container .half-width, .section.cities .container .third-width{
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .section.cities .container article .link span{
    max-width: 180px;
  }
  /* FINE CITIES */

  /* TEAM */
  .section.team .container .member{
    width: 100%;
  }
  /* FINE TEAM */

  /* RATINGS */
  .section.ratings .container .stars{
    font-size: 16px;
  }
  .section.ratings .container h1{
    font-size: 24px;
  }
  .section.ratings .container h3{
    font-size: 12px;
  }
  .section.ratings .container p{
    font-size: 16px;
  }
  /* FINE RATINGS */

  /* FOOTER */
  .section-footer .container {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    max-width: none;
  }
  .col-three {
    width: 100%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    margin-bottom: 40px;
  }
  .col-three:nth-child(4){
    float: left;
  }
  .section.footer .links h1{
    font-size: 24px;
    margin-bottom: 20px;
  }
  .section.footer .links ul li a{
    font-size: 16px;
  }
  .section.footer .links ul li a i{
    font-size: 14px;
  }
  .section.footer .container.dark .col-full p{
    font-size: 12px;
  }
  /* FINE FOOTER */
}

@media only screen and (max-width: 507px) {
  h1{
    font-size: 2em;
  }
  .why-us article .content{
    width: 100%;
    min-width: 0;
    max-width: 210px;
    padding: 12px;
    padding-left: 15px;
  }
  .why-us article .content h1{
    font-size: 1.3em;
  }
  .why-us article .content p{
    font-size: 1em;
  }
  .why-us #kids-friendly .content h1, .why-us #private-friendly .content h1{
    font-size: 1.3em;
  }

  .why-us #kids-friendly .content p, .why-us #private-friendly .content p{
    font-size: 1em;
  }
}
