/* ===============================================
    DEFAULT
   =============================================== */
.container {
    /*width: 1180px;*/
    width: 80%;
}

#preHeader {
    height: 10em;
}

#header {
    height: 100px;
}
  
#postHeader {
    height: 6em;
}

#postMiddle {
    height: 6em;
}

#postHeader2 {
    height: 9em;
}

#foot {
    font-size: 10px;
}

.padding-t20b10 {
    padding-top: 10px;
    padding-bottom: 5px;
}

.googlemapDiv  {
    position: relative;
    padding-bottom: 30px;
    padding-top: 30px;
    height: 300px;
    overflow: hidden;
    min-width: 200px;
    max-width: 400px;
}

.serviziTesto  {
    display: block !important;
    margin-bottom: 10px;
}

.rowPics  {
    position: relative;
    margin-bottom: 10px;
}

.div30, .div46  {
    position: relative;
    margin-bottom: 10px;
    height: 200px;
    /*height: 300px;*/
    overflow: hidden;
    border-radius: 5px;
}

.div30L, .div45  {
    position: relative;
    margin-bottom: 10px;
    height: 200px;
    /*height: 300px;*/
    overflow: hidden;
    border-radius: 5px;
}

.div92  {
    position: relative;
    margin-bottom: 10px;
    height: 200px;
    /*height: 300px;*/
    overflow: hidden;
    border-radius: 5px;
}

.picSmall  {
    display: block !important;
    height: 130px;
}

.picBig  {
    display: none !important;
}

.testoHome {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.8);
    top: 12px;
    left: 70px;
    right: 70px;
    font-size: 16px;
    line-height: 1.4;
}

.rel {
    position: relative;
    text-align: center;
}



/* ===============================================
   --                     PC                    --
   --
   =============================================== */
/* ===============================================
   --                 PC DESKTOP                --
   =============================================== */
/* ===============================================
    - MIN WIDTH 1200
   =============================================== */
@media (min-width: 1200px) {
  
}

/* ===============================================
   --                 PC LAPTOP                 --
   =============================================== */
/* ===============================================
    - MIN WIDTH 1024
   =============================================== */
@media (min-width: 1024px) {
  
  #preHeader {
      height: 16em;
  }
  
  #header {
      height: 160px;
  }
  
  #postHeader {
      height: 8em;
  }
  
  #postMiddle {
      height: 8em;
  }
  
  #postHeader2 {
    height: 11em;
  }
  
  .med {
      display: none !important;
  }
  
  #foot {
    font-size: 12px;
  }
  
  .padding-t20b10 {
    padding-top: 16px;
    padding-bottom: 8px;
  }
  
  .testoHome {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.8);
    top: 12px;
    left: 70px;
    right: 70px;
    font-size: 20px;
    line-height: 1.4;
}
} 



/* ===============================================
   --                   TABLET                  --
   --                 768 / 1024                --
   =============================================== */

/* ===============================================
   --             TABLET LANDSCAPE              --
   =============================================== */
/* ===============================================
    - MAX WIDTH 1024
   =============================================== */
@media (max-width: 1024px) {
  
  #header {
      height: 100px;
  }
  
  .big {
      display: none !important;
  }
}

/* ===============================================
    - MIN WIDTH 768
   =============================================== */
@media (min-width: 768px) {
  
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .googlemapDiv  {
    position: relative;
    padding-bottom: 30px;
    padding-top: 30px;
    height: 400px;
    overflow: hidden;
  }
}

/* ===============================================
   --             TABLET PORTRAIT               --
   =============================================== */
/* ===============================================
    - MIN WIDTH 481
   =============================================== */
@media (min-width: 481px) {
  
  .navbar-nav {
    float: left;
    margin: 0;
  }
  
  /* Porta il menu su unica riga */
  .navbar-nav > li {
    float: left;
  }
  
  .visible-lg {
      display: block !important;
  }
  
  .div30  {
    width: 30%;
    height: 250px;
  }
  
  .div30L  {
    width: 30%;
    height: 250px;
    margin-right: 10px;
    float: left;
  }
  
  .div46  {
    width: 46%;
    height: 250px;
  }
  
  .div45  {
    width: 45%;
    height: 250px;
    margin-right: 10px;
    float: left;
  }
  
  .div92  {
    width: 93%;
    height: 250px;
  }
  
  .picSmall  {
    display: none !important;
  }
  
  .picBig  {
    display: block !important;
  }
}





/* ===============================================
   --                   MOBILE                  --
   --                 320 / 480                 --
   =============================================== */

/* ===============================================
   --          SMARTPHONE LANDSCAPES            --
   =============================================== */
/* ===============================================
    - MAX WIDTH 480
   =============================================== */
@media (max-width: 480px) {
  
  .colContattiL {
    width: 100%;
  }
}

/* ===============================================
   --           SMARTPHONE PORTRAIT             --
   =============================================== */
/* ===============================================
    - MAX WIDTH 320
   =============================================== */
@media (max-width: 320px) {
  
}



/* ===============================================
    - MAX WIDTH 320
   =============================================== */
@media (min-width: 768px) {
  
  .colContattiR {
    display: block !important;
    float: right;
  }
  
  .colContattiL {
    display: block !important;
    float: left;
  }
  
  .divSpace {
    display: block !important;
    float: left;
  }
  
  .googlemapDiv  {
    position: relative;
    padding-bottom: 30px;
    padding-top: 30px;
    height: 400px;
    width: 380px;
    overflow: hidden;
  }
}



