/*
    Created on : 3 Sep, 2015, 6:57:21 AM
    Author     : Design_mylife
    Template   : Assan - Multipurpose template
    Version    : v1.9
*/


/**apfel**/




/**apfel**/


/**google fonts **/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600);
/**variables for one page template**/
/***Base*****/

html { font-size: 1rem; }

@media (min-width: 576px) {
    html { font-size: 1.25rem; }
}
@media (min-width: 768px) {
    html { font-size: 1.5rem; }
}
@media (min-width: 992px) {
    html { font-size: 1.75rem; }
}
@media (min-width: 1200px) {
    html { font-size: 2rem; }
}


html, body {
          height: 100%;
          margin: 0;
          padding: 0;
          width: 100%;
      }


.text-center {
                 text-align: center;
                 padding-top:49%;
             }


body {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 40px;

  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  background-color: white;
  display:table;
}

.lead {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-weight: 500;
  font-style: normal;
font-size: 28px;
}

.email {
  font-family: 'neue-haas-grotesk-display', sans-serif;
  font-weight: 500;
  font-style: normal;
font-size: 20px;
}

@media (max-width: 992px) {
    .lead { font-size: 25px; }
}


h1 {

  margin-top: 0px;
  font-family: 'neue-haas-grotesk-display', sans-serif;
font-weight: 600;
font-style: normal;
font-size: 80px;
color: #292929;

}


h2, h3, h4, h5, h6 {
  margin-top: 0px;
  font-family: "neue-haas-grotesk-display", sans-serif;
}

a {
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #30c0e5;
}

a:hover, a:focus, button:focus, .btn, button {
  border: 0px;
  outline: 0 !important;
  text-decoration: none;
  color: #aeaeae;
}

.img-responsive {
  display: inline-block;
}

.container {

  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.margin-b-10 {
  margin-bottom: 10px;
}

.margin-b-20 {
  margin-bottom: 20px;
}

.margin-b-30 {
  margin-bottom: 20px;
}

.space-20 {
  height: 20px;
  width: 100%;
}

.space-30 {
  height: 30px;
  width: 100%;
}

.space-40 {
  height: 40px;
  width: 100%;
}

.space-50 {
  height: 50px;
  width: 100%;
}

.colored-text {
  color: #fff;
}

/***
buttons
***/
.btn {
  font-family: "neue-haas-grotesk-display", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn i {
  margin-left: 6px;
}

.btn-lg {
  font-size: 14px;
  padding: 12px 25px;
}

.btn-radius {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.btn-primary {
  background-color: #32c5d2;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #333;
  color: #fff;
}

.btn-white-border {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.btn-white-border:hover, .btn-white-border:focus {
  color: #333;
  background-color: #fff;
  border: 2px solid #fff;
}

.btn-default {
  border: 1px solid #eee;
  color: #777;
}
.btn-default:hover, .btn-default:focus {
  background-color: #333;
  color: #fff;
  border: 1px solid #333;
}



.titolo {
  padding-bottom: 20px;
  text-align: center;
}


/**center title**/





.center-title {
  padding-bottom: 40px;
  text-align: center;
}
.center-title h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -1px;
}
.center-title p {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.center-title .center-line {
  width: 40px;
  height: 3px;
  display: block;
  background-color: #fff;
  margin: 0 auto;
  margin-bottom: 5px;
}

/****progress bars****/
/*progress bar*/
h3.heading-progress {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 6px;
  margin-top: 10px;
  text-transform: uppercase;
  color: #777;
}

.progress {
  height: 5px;
  line-height: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: #E9E9E9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.progress-bar {
  line-height: 5px;
  background: #32c5d2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

/*******************

Navigation main

********************/
.navbar-default {
  background-color: #fff;
  border: 0px;
  border-bottom: 2px solid #f5f5f5;
  padding: 10px 0;
  z-index: 9999;
  margin-bottom: 0px;
  width: 100%;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.navbar-default .navbar-nav > li > a {
  color: #333;
  font-family: "neue-haas-grotesk-display", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #32c5d2;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #32c5d2;
  background-color: transparent;
}

/***dropdown***/
.nav > li > span {
  position: relative;
  display: block;
  padding: 10px 15px;
  cursor: pointer;
  color: #333;
  font-family: "neue-haas-grotesk-display", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: -3px;
  font-size: 13px;
}

.nav > li > span:hover {
  color: #32c5d2;
}

@media (min-width: 768px) {
  .navbar-nav > li > span {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav > li > a, .nav > li > span {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.navbar-right {
  margin-right: 40px;
}

/*********

Off canvas menu

*******************/
.side-panel.navbar-toggle {
  display: block;
  color: #333;
  border: 0px;
  padding: 0px;
  position: relative;
  margin-top: -40px;
}
.side-panel.navbar-toggle:hover {
  background-color: transparent;
}

.side-panel-inner {
  padding: 20px 25px;
}

@media (max-width: 767px) {
  .side-panel.navbar-toggle {
    right: 40px;
    position: absolute;
    top: 63px;
    font-size: 20px;
  }

  .navbar-default .navbar-toggle {
    border: 0px;
  }
}

.navbar-default .side-panel.navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navmenu-default, .navbar-default .navbar-offcanvas {
  background-color: #f5f5f5;
  border: 0px;
}

/*****home section****/
.fullwidthbanner .title {
  color: #344a94;
  font-size: 80px;
  font-family: "obviously", sans-serif;
  font-weight: 800;

}
.fullwidthbanner .subtitle {
  color: ##344a94;
}
.fullwidthbanner .btn-white-border {
  color: #fff;
  font-size: 14px;
  padding: 12px 30px;
}
.fullwidthbanner .btn-white-border:hover {
  color: #333;
  border: 2px solid #fff;
}

#text-header {
  background-color: #f9d752;
}


/**************************

about Section

**************************/

#primo {

  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #ffff;
}

.about-quote p {
  margin: 0px;
}

.about-quote em {
  display: block;
  margin: 20px 0;
  margin-top: 10px;
  color: #32c5d2;
}

.person-col {
  overflow: hidden;
  position: relative;
}
.person-col img {
  width: 100%;
}
.person-col .person-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.person-col .person-overlay h3 {
  color: #fff;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.person-col .person-overlay p {
  color: #fff;
}
.person-col:hover .person-overlay {
  top: 0;
}

/****

******/

#secondoparagrafo {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #f9d752;


}

@media (max-width: 768px) {
  #secondoparagrafo {

padding-top: 20px;

  }




}

#ultimo {
  padding-top: 40px;
  padding-bottom: 20px;



}

.about-quote p {
  margin: 0px;
}



.about-quote em {
  display: block;
  margin: 20px 0;
  margin-top: 10px;
  color: #32c5d2;

}

.person-col {
  overflow: hidden;
  position: relative;
}
.person-col img {
  width: 100%;
}
.person-col .person-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.person-col .person-overlay h3 {
  color: #fff;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.person-col .person-overlay p {
  color: #fff;
}
.person-col:hover .person-overlay {
  top: 0;
}

/**************************

Services Section

**************************/
#spiaggiasporca {
  background-color: #f6d260;
  width: 100%;
  margin: 0px;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}


/**back to top**/
#back-to-top a {
  display: block;
  z-index: 500;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 22px;
  position: fixed;
  bottom: -40px;
  right: 20px;
  color: #fff;
  line-height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #30c0e5;;
}

#back-to-top.show a {
  bottom: 20px;
}


/**process***/
.process {
  background: url(../img/showcase-4.jpg) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 150px;
  padding-bottom: 120px;
}
.process .process-col {
  margin-bottom: 30px;
  text-align: center;
}
.process .center-title p, .process .center-title h3 {
  color: #fff;
}
.process .center-line {
  background-color: #fff;
}
.process i {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 50px;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px dashed #fff;
}
.process h4 {
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: 15px;
}

/**cta**/
.call-to-action {
  background: url(../img/showcase-4.jpg) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 150px;
  padding-bottom: 150px;
}
.call-to-action h1 {
  color: #fff;
  text-transform: uppercase;
}
.call-to-action .subtitle {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  font-family: "neue-haas-grotesk-display", sans-serif;
}

@media (max-width: 767px) {
  .process, .numbers, .call-to-action {
    background-attachment: scroll !important;
    background-size: cover !important;
    background-position: center center !important;
  }
}

#contact {


}

.posterlogo {

  width:20%
}

@media (max-width: 768px) {
    .posterlogo {

      width:40%;

    }
}




.img-mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .img-mobile {
    display: block;
  }


    .lead {
      font-family: 'neue-haas-grotesk-display', sans-serif;
      font-weight: 500;
      font-style: normal;
    font-size: 22px;
    }

    .email {
      font-family: 'neue-haas-grotesk-display', sans-serif;
      font-weight: 500;
      font-style: normal;
    font-size: 16px;
    }

    .text-center {
                     text-align: center;
                     padding-top:51%;
                 }
}



.img-desktop {
  display: none;
}

@media only screen and (min-width: 768px) {
  .img-desktop {
    display: block;
  }

}
