body{
    color: #333;
    font-family: 'Heebo', sans-serif;
}
main{
    min-height: 80vh;
}
.cookiediv{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    z-index: 1000;
    padding: 10px;
}
.cookiediv a{
    color: inherit;
    text-decoration: underline;
}
#loading{
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(119,95,87, 0.7);
    z-index: 8000;
}
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.has-feedback .smk-error-msg{ position: relative; }
input, input.form-control, input.form-control:focus,
select, select.form-control, select.form-control:focus{
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 1px;
    border: 1px solid #ccc;
    height: 45px;
    box-shadow: none;
    color: #333;
    padding: 6px 2px 6px 7px;
}
textarea.form-control{
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 1px;
    border: 1px solid #ccc;
    box-shadow: none;
    color: #333;
    resize: none;
}
.cwInput input, .cwInput input:focus,
.cwInput textarea, .cwInput textarea:focus{
    padding: 14px 5px 0;
}
.cwInput{ position: relative }
.cwInput label {
    position: absolute;
    pointer-events: none;
    left: 10px;
    color: #6e7178;
    top: 13px;
    transition: 0.2s ease all;
    font-size: 14px;
    font-weight: 300;
}
.cwInput label.active {
    top: 4px;
    bottom: 10px;
    font-size: 10px;
    opacity: 1;
    color: #333;
    left: 5px;
}

h1, h2{
    margin-bottom: 30px;
    font-family: 'Merienda';
}
h1{
    font-size: 36px;
}
h2{
    font-size: 34px;
}
.porfido{
    background-image: url('/images/porfido.jpg');
    padding: 30px 0;
    font-size: 17px;
}
.porfido .container{
    background-color: #fff;
    padding: 30px;
}
header{
    border-bottom: 1px solid #ccc;
}
footer{
    padding: 20px 5px;
    font-size: 13px;
    text-align: center;
    background-color: #5F5F5F;
    color: #fff;
    margin-top: 20px;
}
.navbar{
    margin-bottom: 0;
    min-height: 70px;
}
.navbar a{
    color: inherit;
    font-size: 18px;
}
.navbar-brand{
    padding: 0;
    margin-left: 20px !important;
}
.navbar-brand > img{
    display: inline-block;
    margin-right: 5px;
    width: 120px;
}
.navbar-brand > span{
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}
.navbar-nav>li>a{
    padding: 25px 15px;
}
.navbar-nav>li.active>a{ font-weight: bold }
.container>.navbar-collapse{ margin-right: -15px }
.headCall a, .headCall a:hover{
    font-size: 24px;
    color: #555 !important;
    margin-left: 20px;
    padding-top: 20px !important;
}
#owlHome{
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
#owlHome h3{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    margin: 0;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 200;
}
#owlHome .owl-controls{ margin: 0 }
#owlHome .owl-dots{
    position: absolute;
    bottom: 0;
    right: 10px;
}
.owlImage{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 500px;
}
.titoloHome{
    text-align: center;
    font-size: 40px;
    margin: 0 0 30px;
    font-weight: 900
}
.loginPage{
    min-height: 60vh;
    padding-top: 40px;
}
.infoForm div[class*="col-"]{ padding-left: 7px; padding-right: 7px }
.infoForm .row{ margin-left: -7px; margin-right: -7px }
.infoForm{ margin-bottom: 40px }
.contactHome{
    margin: 30px 0;
    padding: 50px 30px;
    font-size: 22px;
    text-align: center;
    background-color: #f2f2f2;
}
.contactHome a{
    display: inline-block;
    border-radius: 2px;
    background-color: #fff;
    color: #333;
    padding: 15px 60px;
    margin-top: 20px;
    border: 1px solid #ccc;
}
.contactHome img{ width: 128px }
.introTxt{
    font-size: 18px;
    font-weight: 300;
}
.servizi{
    margin: 40px 0;
}
.servizi ul{
    list-style: none;
    font-size: 20px;
    font-weight: 300;
}
.servizi ul li{
    margin-bottom: 15px;
    background-image: url('/images/icons8-smart-home-controllato-30.png');
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 20px;
    padding-left: 27px;
}
.service{
    font-size: 20px;
    padding-top: 50px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
    background-image: url('/images/service.png');
    background-position: top center;
    background-repeat: no-repeat;
}
.titoloPagine{
    background-image: url('/images/icons8-casa-64.png');
    background-position: top left;
    background-size: 38px;
    background-repeat: no-repeat;
    padding-left: 45px;
}
.infoForm h4{
    font-size: 22px;
    font-weight: 600;
}

@media (max-width: 767px) {
    body{ font-size: 17px }
    .navbar-toggle .icon-bar{
        border: 1px solid #5F5F5F
    }
    .btn{ height: 45px }
    #menu{ padding-top: 20px }
    .owlImage{ height: 300px }
    #owlHome h3{ margin: 0; font-size: 20px}
    #owlHome .owl-dots{ bottom: -30px }
    h1{ font-size: 32px }
    .titoloHome{ font-size: 30px }
    .porfido .container{ padding: 15px }
    .headCall a, .headCall a:hover{ margin-left: 0 }
    .navbar-nav>li>a{ padding: 15px; font-size: 18px }
    #lightgallery a{ width: 40%; height: 100px }
    #lightgallery .preview{ height: 100px }
    .productCnt section img{ margin-bottom: 10px }
    .servizi ul{ padding-left: 0; margin-bottom: 60px }
}
