html,
body {
  font-family: 'Raleway', sans-serif;
  color: #494949;
  background: #FEFEFE;
}
body {
  margin-bottom: 60px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.05em;
  word-spacing: 0.05em;
}
html {
  position: relative;
  min-height: 100%;
}
a {
  color: #000;
  /*transition*/
  -webkit-transition: color 0.4s, background 0.3s;
  -moz-transition: color 0.4s, background 0.3s;
  -o-transition: color 0.4s, background 0.3s;
  transition: color 0.4s, background 0.3s;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #222;
}
b {
  font-weight: 600;
}
h1 {
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
h1.text-xl {
  font-size: 4.6em;
}
h1.text-xxl {
  font-size: 14em;
}
h1.text-md {
  font-size: 2.8em;
}
h1.text-sm {
  font-size: 2.2em;
}
h2 {
  font-size: 1.4em;
  word-spacing: 0.2em;
  line-height: 1.4em;
  color: #666;
}
h2.text-md {
  font-size: 1.9em;
  color: #404040;
  font-weight: bold;
  margin: 10px 0;
}
h3 {
  font-size: 1.2em;
  word-spacing: 0.2em;
  line-height: 1.4em;
  color: #666;
}
.padding-t-md {
  padding-top: 50px;
}
.no-margin {
  margin: 0;
}
.margin-t-sm {
  margin-top: 20px !important;
}
.margin-t-md {
  margin-top: 40px !important;
}
.padding-b-md {
  padding-bottom: 100px;
}
.center-block {
  display: block;
  margin: 0 auto;
}
.center-vertical {
  position: absolute;
  top: 50%;
  height: 250px;
  margin-top: -145px;
  width: 100%;
}
.padding-b-0 {
  padding-bottom: 0;
}
.background-light {
  background-color: #FBFBFB;
}
.background-lighter {
  background-color: #FDFDFD;
}
.background-dark {
  background-color: #2D2D2D;
}
.logo-white {
  background: url('../img/static/logo-white.png') no-repeat;
  -webkit-background-size: 43px 26px;
  background-size: 43px 26px;
  width: 43px;
  height: 26px;
  display: inline-block;
}
/* FULLPAGE */

.service {
  text-align: center;
  padding: 0 5%;
}
.service h1 {
  font-size: 4.5em;
  font-weight: 700;
  line-height: 1.1em;
}
.service h2 {
  font-size: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
}
.white h1 {
  color: #fff;
}
.white h2 {
  color: #fcfcfc;
}
.black h1 {
  color: #000;
}
.black h2 {
  color: #111;
}
.service {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.section,
.slide {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
#section0 {
  /* (../img/backgrounds/h-land-1.jpg); */
  background-image: url(/img/backgrounds/h-land-0.jpg);
}
#section0 .service {
  margin-top: -18%;
}
#section1 {
  background-image: url(/img/backgrounds/h-land-1.jpg);
}
#section1 .service {
  margin-top: -10%;
}
#section2 {
  background-image: url(/img/backgrounds/h-land-2.jpg);
}
#section2 .service {
  margin-top: -10%;
}
#section3 {
  background-image: url(/img/backgrounds/h-land-3.jpg);
}
#section3 .service {
  margin-top: -13%;
}
#section4 {
  background-image: url(/img/backgrounds/h-land-4.jpg);
}
#section4 .service {
  margin-top: -12%;
}
#section5 {
  background-image: url(/img/backgrounds/h-land-5.jpg);
}
#section5 .service {
  margin-top: -11%;
}
#section6 {
  background-image: url(/img/backgrounds/h-land-6.jpg);
}
#section6 .service {
  margin-top: -10%;
}
#section7 {
  background-image: url(/img/backgrounds/h-land-7.jpg);
}
#section7 .service {
  margin-top: -1%;
}
#section8 {
  background-image: url(/img/backgrounds/h-land-8.jpg);
}
#section8 .service {
  margin-top: -12%;
}
/* Tooltips */

.ui-tooltip {
  color: #eee;
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  background: #111;
  text-transform: uppercase;
  font-size: 13px;
}
/* Icon Menu */

#icon-menu {
  font-weight: bold;
  font-size: 12px;
  color: #333;
  position: fixed;
  top: 50%;
  margin-top: -185px;
  z-index: 1;
  width: auto;
  right: 30px;
}
#icon-menu span,
#icon-menu img {
  display: none;
}
#icon-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#icon-menu ul li {
  margin: 0 auto;
}
#icon-menu ul li a {
  margin-top: 30px;
  width: 14px;
  height: 14px;
  background: url(/img/bullets.png) no-repeat 0 0;
  display: block;
}
#icon-menu ul li.active a {
  background-position: 100% 0;
}
#icon-menu ul li img {
  height: 18px;
  width: 18px;
  padding-left: 5px;
}
/* Navbar */

.navbar-service.navbar-fixed-top {
  padding: 10px 40px;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.98);
}
.navbar-service .navbar-brand {
  padding: 10px;
}
.navbar-service .navbar-brand .logo {
  background: url('/img/static/logo.png') no-repeat;
  -webkit-background-size: 43px 26px;
  background-size: 43px 26px;
  width: 43px;
  height: 26px;
  display: inline-block;
}
.navbar-service .navbar-brand span {
  font-size: 1.55em;
  padding-left: 6px;
}
.navbar-service .navbar-nav>li>a {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #666;
  font-weight: 600;
}
.navbar-service .navbar-nav>li>a:hover,
.navbar-service .navbar-nav>li>a:focus,
.navbar-service .navbar-nav>li>a:active {
  background: none;
  color: #333;
}
.navbar-service .navbar-toggle .icon-bar {
  background: #000;
}
.navbar-service .navbar-right {
  text-transform: uppercase;
}
.dropdown-menu {
  padding: 12px 0;
  font-size: 14px;
  background-color: #fbfbfb;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: right;
}
/* sections */

.section-top {
  /*padding: 40px 60px 60px 60px;*/
  text-align: center;
}
.section {
  /*padding: 65px 0 0 0;*/
  border-bottom: 1px solid #E8E8E8;
}
.section-bottom {
  /*padding: 60px 0 40px;*/
  text-align: center;
  background-color: #fff;
}
.section-bottom h4 {
  font-weight: 700;
}
.section-bottom img {
  margin: 15px 0;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 15px 55px;
  background-color: #222;
  color: #FFF;
}
.footer h2 {
  display: inline-block;
  color: #FFF;
}
.footer p {
  line-height: 35px;
}
.footer a {
  color: #DEDEDE;
}
.footer a:hover,
.footer a:active,
.footer a:focus {
  color: #FFF;
}
.logo img {
  height: 20px;
  margin-top: -5px;
}
.device {
  padding: 35px 0;
  width: 100%;
  z-index: 0;
}
.image-block {
  width: 100%;
  display: block;
}
.iphone-mid {
  background: url('../img/static/devices/iphone-mid.png');
  -webkit-background-size: 251px 453px;
  background-size: 251px 453px;
  width: 251px;
  height: 453px;
  margin: 0 auto;
  margin-top: 10px;
}
.iphone-mid-inside {
  width: 209px;
  height: 373px;
  padding-top: 80px;
  margin-left: 22px;
}
.iphone-mid-inside .banner li {
  height: 373px;
  width: 209px;
}
.ipad-mid {
  background: url('../img/static/devices/ipad-mid.png');
  -webkit-background-size: 500px 306px;
  background-size: 500px 306px;
  width: 500px;
  height: 306px;
  margin-top: 110px;
}
.ipad-mid-inside {
  width: 415px;
  height: 287px;
  padding-top: 19px;
  margin-left: 40px;
}
.ipad-mid-inside .banner li {
  height: 287px;
}
.banner {
  position: relative;
  overflow: auto;
  width: 100% !important;
  padding: 0px;
  margin: 0px;
}
.banner ul {
  margin: 0;
  padding: 0;
}
.banner li {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.banner ul li {
  float: left;
}
.iphone-mid-home {
  background: url('../img/static/devices-img/iphone-mid-home.png') no-repeat center;
}
.iphone-mid-rate {
  background: url('../img/static/devices-img/iphone-mid-rates.png') no-repeat center;
}
.iphone-mid-tap {
  background: url('../img/static/devices-img/iphone-mid-tap-to-call.png') no-repeat center;
}
.iphone-mid-availability {
  background: url('../img/static/devices-img/iphone-mid-availability.png') no-repeat center;
}
.iphone-mid-book-now {
  background: url('../img/static/devices-img/iphone-mid-book-now.png') no-repeat center;
}
.iphone-mid-book-now-photo {
  background: url('../img/static/devices-img/iphone-mid-book-now-photo.png') no-repeat center;
}
.ipad-mid-rate {
  background: url('../img/static/devices-img/ipad-mid-rate.png') no-repeat center;
}
.ipad-mid-fb-book {
  background: url('../img/static/devices-img/ipad-mid-fb-book.png') no-repeat center;
}
.ipad-mid-map {
  background: url('../img/static/devices-img/ipad-mid-map.png') no-repeat center;
}
.ipad-mid-nongwinee {
  background: url('../img/static/devices-img/ipad-mid-nongwinee.png') no-repeat center;
}
.ipad-mid-finelight {
  background: url('../img/static/devices-img/ipad-mid-finelight.png') no-repeat center;
}
.social-icons {
  display: inline-block;
  margin-left: 20px;
}
.social-icons i {
  font-size: 1.3em;
}
/* Pricing boxes */

.box {
  border: 1px solid #EAEAEA;
  margin: 25px 0px 100px;
  background: #FFF;
  border-radius: 5px;
  padding: 25px;
  position: relative;
  overflow: hidden;
}
.box:hover {
  background: #FCFCFC;
}
.box .flag {
  position: absolute;
  top: 1.7em;
  left: -2.3em;
  width: 10em;
  height: 2em;
  padding: 0.2em 1.5em;
  background: #D70A0A;
  color: #FFF;
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  font-weight: 700;
}
.box .evidence {
  font-weight: bolder;
  font-size: 1.3em;
  color: #D70A0A;
}
.box p {
  padding: 10px 0;
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
}
.box ul {
  line-height: 1.7em;
  padding: 1.6em 0 0.3em 0;
}
.ico-md {
  width: 7.6em;
}
/* Buttons */

.btn-rounded-sm {
  border-radius: 30px;
  padding: 6px 12px !important;
  text-decoration: none;
  margin-top: 8px;
}
.btn-rounded {
  border-radius: 50px;
  padding: 12px 20px;
}
.btn-squared {
  border-radius: 0;
  padding: 4px 7px !important;
  margin: 11px 6px 0 6px;
}
.btn-dark {
  color: #FFF !important;
  background-color: #000;
  border: 0;
  font-weight: 600;
}
.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
  color: #FFF !important;
  background-color: #333 !important;
}
.btn-light {
  background: #EDEDED;
  color: #222;
  font-weight: 600;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  background: #FFF;
  color: #000;
}

.btn-box {
  color: #555;
  border: 1px solid #838383;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  background: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.15em;
  border: 1px solid #DDD;
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.btn-box:hover,
.btn-box:focus,
.btn-box:active {
  color: #146B8D;
  border: 1px solid #EEE;
}

.btn-box-agree {
  color: rgb(58, 58, 58);
  border: 2px solid rgb(60, 221, 170);
}
.btn-facebook {
  background: #3b5998;
  color: #fff;
  border-radius: 0;
}
.btn-facebook:hover {
  background: #4E6CAB;
  color: #fff;
}
.btn-gplus {
  background: #D34836;
  color: #fff;
  border-radius: 0;
}
.btn-gplus:hover {
  background: #E35846;
  color: #fff;
}
.no-padding {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.padding-l-0 {
  padding-left: 0;
}
.padding-r-0 {
  padding-right: 0;
}
/* Magnifying glass */

.magnify {
  width: 500px;
  margin: 50px auto;
  position: relative;
}
.large {
  width: 175px;
  height: 175px;
  position: absolute;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  background: url('../img/static/services/macbook-full-rate-lg.png') no-repeat;
  display: none;
}
.small {
  display: block;
}
/* Custom select */

.boxed-select {
  width: 40px;
  height: 24px;
  overflow: hidden;
  background: url('/img/static/caret-black.png') no-repeat right;
  border: 1px solid #858585;
  padding: 0;
  margin: 12px 0px 10px 5px;
  box-sizing: border-box;
}
.boxed-select select {
  background: rgba(0, 0, 0, 0);
  color: #585858;
  width: 40px;
  padding: 5px;
  font-size: 12px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 24px;
  -webkit-appearance: none;
  cursor: pointer;
}
.it-only {
  visibility: hidden;
}
.it-only.italian {
  visibility: visible;
}
/* Large desktop */

@media (min-width: 992px) and (max-width: 1200px) {
  .ipad-mid {
    margin-top: 120px;
  }
  .ipad-mid {
    background: url('../img/static/devices/ipad-mid.png');
    -webkit-background-size: 450px 276px;
    background-size: 450px 276px;
    width: 450px;
    height: 276px;
    margin-top: 140px;
  }
  .ipad-mid-inside {
    width: 368px;
    height: 258px;
    padding-top: 19px;
    margin-left: 40px;
  }
  .ipad-mid-inside .banner li {
    height: 258px;
  }
}
/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 991px) {
  .section {
    padding: 25px 0 20px 0;
  }
  .section-bottom {
    padding: 40px 0;
  }
  .iphone-mid,
  .ipad-mid {
    display: none;
  }
  .padding-b-md {
    padding-bottom: 150px;
  }
}
/* Landscape phone to portrait tablet */

@media (max-width: 767px) {
  h1 {
    font-size: 2.3em;
  }
  h1.text-md {
    font-size: 2.1em;
  }
  h1.text-xl {
    font-size: 3em;
  }
  h2 {
    font-size: 1.2em;
  }
  .section-top {
    padding: 20px 20px 50px 20px;
  }
  .footer {
    padding: 15px 30px;
    margin-top: 15px;
  }
  .btn {
    font-size: 11px;
  }
  .section {
    padding: 30px 0 30px 0;
  }
  .section-bottom {
    padding: 40px 20px;
  }
  .iphone-mid,
  .ipad-mid,
  .macbook-magnify {
    display: none;
  }
  .dropdown-menu {
    text-align: center;
  }
  .padding-b-md {
    padding-bottom: 150px;
  }
  #icon-menu {
    display: none;
  }
  .service h1 {
    font-size: 3.5em;
  }
  .service h2 {
    font-size: 1.1em;
  }
}
/* Landscape phones and down */

@media (max-width: 480px) {
  .navbar-service.navbar-fixed-top {
    padding: 15px;
  }
  .service h1 {
    font-size: 2.5em;
  }
  .service h2 {
    font-size: 1.1em;
  }
}