.scale {
	margin-top:-22px;
    transition:All 1s ease;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
    transform:  scale(1)  ;
    
    }
    .scale:hover{
    transform:  scale(1.261) ;
    -webkit-transform:  scale(1.261) ;
    -moz-transform:  scale(1.261) ;
    -o-transform:  scale(1.261) ;
    -ms-transform:  scale(1.261) ;
	
    }










body {
  font-family: Arial;
  color: #333;
  font-size: 12px;
  line-height: 20px;
  background-image: url('../images/Lazy_slide.jpg');
  background-size: cover;
  background-repeat:no-repeat;
  background-attachment: fixed;
}

ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  
}
ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 15px 9px;
  
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
ul li:hover {
  
  color: #fff;
}
ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
ul li ul li { 
  
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
ul li ul li:hover {  }
ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 10px;
  margin-bottom: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 26px;
  font-family:'Varela Round', sans-serif;
  color: #5B798F;
  font-size: 14px;
}
.button {
  display: inline-block;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left:5px;
  padding-right:5px;
  border-radius: 5px;
  border:1px solid white;
  
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  text-decoration:none;
}
.button:hover {
  
  background-color: rgba(132, 138, 156, 0.3);
  -webkit-transition: background-color 900ms ease;
  -o-transition: background-color 900ms ease;
  transition: background-color 900ms ease;
}
.button.nav {
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  margin-left-value: 18px;
}
.button.nav:hover {
  background-color: #9299ad;
}
.button.big-green {
  margin-top: 191px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #32ac97;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 29px;
  text-transform: capitalize;
}
.button.big-green:hover {
  background-color: #258575;
}
.button.sign-up {
  background-color: #2c9986;
}
.button.sign-up:hover {
  background-color: #33b59f;
}
.section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.sectionfooter {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.header {
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #262933;
  
}
.section.hero {
  padding-top: 140px;
  padding-bottom: 50px;
  background-color: transparent;
  
  text-align: center;
}
.section.grey {
  background-color: #eff1f4;
  text-align: center;
}

.section.centered {
  text-align: center;
  

  
  
}

.section.contatti {
  text-align: center;
  padding-bottom:20px;
  
 

  
  
}

.sectionfooter.footer {
  background-color: #363b48;
  text-align: left;
  
}
.company {
  margin-top: 11px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 28px;
  font-weight: 400;
}
.nav-link {
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  -o-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.81);
  font-size: 14px;
  text-transform: uppercase;
  padding-left:10px;
  text-decoration: none;
}
.nav-link:hover {
  color: white;
}
.nav-link.sign-up {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  background-color: #2c9986;
}
.nav-link.sign-up:hover {
  background-color: #3ac2ab;
}
.nav-column {
  padding-top: 45px;
  text-align: right;
}
.logo {
  float: left;
}
.hero-heading {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 100;
  color: #fcf5f5;
  font-size: 38px;
  letter-spacing: 2px;
  margin-top:100px;
  
}
.hero-subhead {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
  margin-top: 19px;
  color: #a3a8b6;
  font-size: 20px;
  letter-spacing: 1px;
}


.section-title {
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 400;
  text-align: center;
  color:#5B798F;
}
.section-subtitle {
  margin-bottom: 43px;
  color: #848999;
  text-align: center;
  
}
.responsive-img {
  display: block;
  margin-right-value: auto;
  margin-left-value: auto;
}
.grey-icon {
  margin-right-value: 9px;
}
.content-column {
  padding-top: 79px;
  text-align: left;
}
.circle {
  height: 303px;
  margin-bottom: 25px;
  padding-top: 21px;
  border-radius: 190px;
  background-color: #f7f8fa;
  overflow:hidden;
  padding:5px;
  
}

.box {
  height: 303px;
  margin-bottom: 25px;
  padding-top: 21px;
  
  background-color: #f7f8fa;
  overflow:hidden;
  
  
}



    .scale {
    transition:All 1s ease;
    -webkit-transition:All 1s ease;
    -moz-transition:All 1s ease;
    -o-transition:All 1s ease;
    transform:  scale(1)  ;
    
    }
    .scale:hover{
    transform:  scale(1.261) ;
    -webkit-transform:  scale(1.261) ;
    -moz-transform:  scale(1.261) ;
    -o-transform:  scale(1.261) ;
    -ms-transform:  scale(1.261) ;
    }


.number {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 17px;
  padding-top: 10px;
  border-radius: 50px;
  background-color: #363b48;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 20px;
  display:none;
}
.icons {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: 30px;
  padding-top: 12px;
  border-radius: 40px;
  background-color: #fc0;
}
.quote-box {
  padding-top: 34px;
  padding-bottom: 34px;
  border-radius: 8px;
  background-color: white;
  background-image: url('../images/12-quotes.png');
  background-position: 8% 22%;
  background-size: 50px auto;
  background-repeat: no-repeat;
  text-align: left;
}
.quote {
  color: #2d303b;
  font-size: 15px;
  line-height: 24px;
}
.quote-thingy {
  display: block;
  margin-top: -2px;
  margin-right-value: auto;
  margin-left-value: 45px;
}
.by-section {
  text-align: left;
}
.person-icon {
  float: left;
  margin-right-value: 15px;
}
.location {
  font-family: Varela;
  color: #848999;
  font-size: 15px;
}
.logo-bottom {
  float: left;
  margin-right-value: 14px;
}
.footer-text {
  display: inline-block;
  margin-top: 11px;
  font-family: Montserrat, sans-serif;
  color: #7d8391;
  font-size: 15px;
}
.social-icon {
  width: 40px;
  height: 40px;
  padding-top: 9px;
  border-radius: 40px;
  background-color: #596073;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}
.social-icon:hover {
  background-color: #7f89a3;
}
.right-footer-col {
  text-align: right;
}
.nav-bar {
  padding-top: 21px;
  padding-bottom: -10px;
  background-color: #5B798F;
  background-image: -webkit-linear-gradient(top, rgba(0,0, 0, 0, #000033 ));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0, #000033 ));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0, #000033 ));
  position:fixed;
  width:100%;
  z-index: 10;
  border-bottom: 1px solid white;
}
.image-crop {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 302px;
  box-shadow: 0px -11px 0px 0px red inset;
  -webkit-transition: height 300ms ease;
  -o-transition: height 300ms ease;
  transition: height 300ms ease;
}
.image-crop:hover {
  height: 372px;
}
.button-group {
  margin-top: 25px;
  margin-bottom: 48px;
}
.center {
  text-align: center;
}
.image {
  padding-top: 0px;
}
@media (max-width: 991px) {
  .button.nav {
    margin-left-value: 11px;
    padding-right-value: 10px;
    padding-left-value: 10px;
  }
  .button.big-green {
    margin-top: 148px;
  }
  .nav-link {
    font-size: 13px;
    margin-right-value: 7px;
    margin-left-value: 7px;
  }
  .grey-icon {
    margin-top: 19px;
  }
  .content-column {
    padding-top: 0px;
  }
  .circle {
    height: 226px;
  }
  .frames {
    width: 75%;
  }
  .number {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    padding-top: 4px;
    font-size: 15px;
  }
  
  .nav-bar {
    padding-top: 26px;
    padding-bottom: 26px;
	position:relative !important;
  }
  
  
}
@media (max-width: 767px) {
  .button {
    margin-bottom: 10px;
  }
  .button.nav {
    display: block;
    width: 60%;
    margin-top: 23px;
    margin-bottom: 17px;
  }
  .button.big-green {
    margin-top: 86px;
    margin-bottom: 62px;
  }
  .section {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right-value: 15px;
    padding-left-value: 15px;
  }
  .section.hero {
    padding-top: 42px;
  }
  .section.footer {
    text-align: center;
  }
  .company {
    display: inline-block;
    float: none;
  }
  .nav-column {
    padding-top: 19px;
    text-align: center;
  }
  .logo {
    margin-top: -14px;
    float: none;
  }
  .company-column {
    margin-top: 35px;
    margin-bottom: 23px;
    text-align: center;
  }
  .hero-heading {
	  padding-top:30px;
    font-size: 28px;
    line-height: 34px;
  }
  .grey-icon {
    margin-top: 28px;
  }
  .content-column {
    padding-left-value: 0px;
  }
  .circle {
    display: inline-block;
    height: auto;
    border-radius: 10px;
  }
  .frames {
    width: 55%;
    margin-bottom: 19px;
  }
  .number {
    margin-bottom: 20px;
  }
  .quote-box {
    background-image: url('../images/12-quotes.png');
  }
  .by-section.first {
    margin-bottom: 35px;
  }
  .logo-bottom {
    margin-bottom: 37px;
    float: none;
    margin-right-value: -1px;
  }
  .footer-text {
    margin-bottom: 22px;
  }
  .social-icon.first {
    margin-left-value: 1px;
  }
  .right-footer-col {
    text-align: center;
  }
  
  
  .nav-bar {
  padding-top: 26px;
  padding-bottom: 26px;
  background-color: #dbb480;
  background-image: -webkit-linear-gradient(top, #bf8f47, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(top, #bf8f47, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to bottom, #bf8f47, rgba(255, 255, 255, 0));
  
}
  .brand-column {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .button {
    display: block;
  }
  .button.nav {
    width: 80%;
  }
  .button.big-green {
    margin-top: 0px;
    margin-right-value: 16px;
    margin-left-value: 16px;
  }
  .section {
    padding-right-value: 11px;
  }
  .section.hero {
    padding-right-value: 15px;
    padding-left-value: 15px;
  }
  
  .nav-bar {
    padding-top: 26px;
    padding-bottom: 26px;
	position:relative !important;
  }
  .nav-link {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .hero-subhead {
    margin-bottom: 34px;
  }
  .grey-icon {
    margin-top: 34px;
  }
  .content-column {
    text-align: center;
  }
  .frames {
    width: 75%;
  }
  .quote-box {
    background-image: url('../images/12-quotes.png');
    background-position: 8% 17%;
    padding-left-value: 75px;
  }
}