/*

TABLE OF CONTENTS

	- Common
	- Table
	- Navbar Nav
	- Typography
*/



/* ===============================================
   COMMON
   =============================================== */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow-y: scroll;
    font-family: sans-serif;
}

body {
    margin: 0;
}

.logo {
    text-align: center;
}

.container {
    max-width: 1080px;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container.no-padding {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.no-padding {
    padding: 0 !important;
}

a {
    text-decoration: none;
    color: #72968f;
    -webkit-transition: color 0.15s ease-in;
    -moz-transition: color 0.15s ease-in;
    -o-transition: color 0.15s ease-in;
    transition: color 0.15s ease-in;
}

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

a:hover {
    text-decoration: none;
}

a:focus,
li:focus {
    outline: 0;
}

.margin-top40 {
    margin-top: 40px;
}

.padding-5 {
    padding: 5px;
    border-radius: 5px 5px 5px 5px;
}

.padding-t-10  {
    padding-top: 10px;
}

.padding-b-10  {
    padding-top: 10px;
}

.padding-lr-10  {
    padding-left: 10px;
    padding-right: 10px;
}



.right {
    right: 0px;
}

.fLeft {
    float: left;
}





.blue {
    background-color: blue;
}

.green {
    background-color: green;
}

.yellow {
    background-color: yellow;
}

/* Buono per h1 */
/*.filetto {
    background-color: rgba(255, 255, 255, 0.3);
    height: 1px;
    z-index: 10;
    bottom: 11px;
    position: relative;
    width: 99%;
    float: right;
}*/

.filetto {
    background-color: rgba(255, 255, 255, 0.3);
    height: 1px;
    z-index: 10;
    bottom: 0px;
    position: relative;
    width: 99%;
    float: right;
    margin-bottom: 10px;
}



/* ===============================================
   TABLE
   =============================================== */
.tabella { 
    display: table; 
    width: 100%;
}

.tableRow {
    margin-left: -20px;
    margin-right: -20px;
    clear: both; 
    display: block;
}

.row {
    margin-left: -20px;
    margin-right: -20px;
}

.footerContainer {
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
}

.col-md-100 {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
}

/* nel Footer */
.colL { 
    float: left; 
    width: 50%; 
    display: table-cell;
}

.colR {
    float: right;
}

/* Contatti */
.rowContatti{
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 10px;
}

.colContattiR {
    background-color: #000000;
}

.colContattiL {
    /*background-color: green;*/
    /*width: 35%;*/
}

/* Servizi */

.imgServizi {
    height: 100%; 
    width: 100%; 
    object-fit: cover;
}




/* ===============================================
   NAVBAR NAV
   =============================================== */
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #ebebeb;
}

.nav > li.disabled > a {
    color: #b3b3b3;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #b3b3b3;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #ebebeb;
    border-color: #8faca6;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav > li > a > img {
    max-width: none;
}

.navbar-nav {
    margin: 7.5px -20px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

/* ===============================================
   TYPOGRAPHY
   =============================================== */ 
.text-center {
    text-align: center;
}

.linkServizi {
    font-family: Roboto Condensed;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
}

h1 {
    font-family: Roboto Condensed;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
}

h2 {
    font-family: Roboto Condensed;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 100;
    display: block;
    margin-bottom: 0px;
}

p {
    font-family: Roboto Condensed;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-weight: 100;
    display: block;
    margin-top: 0px;
}

.mail {
    font-family: Roboto Condensed;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-weight: 100;
    display: block;
    margin-top: 0px;
}

  
@media (min-width: 1024px) {
  
  .linkServizi {
      font-family: Roboto Condensed;
      color: #FFFFFF;
      font-size: 17px;
      font-weight: 350;
      letter-spacing: 1px;
      text-transform: uppercase;
      display: block;
  }

  h1 {
      font-family: Roboto Condensed;
      color: #FFFFFF;
      font-size: 17px;
      font-weight: 350;
      letter-spacing: 1px;
      text-transform: uppercase;
      display: block;
  }
  
  h2 {
      font-family: Roboto Condensed;
      color: #FFFFFF;
      font-size: 15px;
      font-weight: 100;
      display: block;
      margin-bottom: 0px;
  }
  
  p {
      font-family: Roboto Condensed;
      color: rgba(255, 255, 255, 0.8);
      font-size: 17px;
      font-weight: 100;
      display: block;
      margin-top: 0px;
  }
  
  .mail {
      font-family: Roboto Condensed;
      color: rgba(255, 255, 255, 0.8);
      font-size: 15px;
      font-weight: 100;
      display: block;
      margin-top: 0px;
  }
  
  .filetto {
    margin-bottom: 16px;
}
}