body {
  padding-top: 4rem;
  color: #5a5a5a;
  font-family: "futura-book", arial, sans-serif;
  font-size: 1.1rem;
}

a {
  outline: none;
  transition: ease 0.3s;
}

p {
  line-height: 1.9rem;
}

p a {
  color: #222;
  text-decoration: underline;
}
p a:hover,
p a:focus {
  color: #f60;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "futura-bold", arial, sans-serif;
}

.futura {
  font-family: "futura-book", arial, sans-serif !important;
}

.futura-bold {
  font-family: "futura-bold", arial, sans-serif !important;
}

.cooper {
  font-family: "cooper", cooper, cooper black, arial, serif !important;
  text-decoration: none;
  font-style: normal;
}

.bg-orange {
  background-color: #f60 !important;
}

.btn-pill {
  border-radius: 25rem !important;
}

.btn {
  text-decoration: none;
}

.btn-easy {
  border: 2px solid #fff;
  background-color: #f60;
  color: #fff;
  border-radius: 5rem;
  margin-top: 20px !important;
}

.btn-easy:hover,
.btn-easy:focus {
  border: 2px solid #fff;
  color: #fff;
  background-color: #f60;
  -webkit-box-shadow: 0px 10px 10px -5px rgba(34, 34, 34, 0.15);
  -moz-box-shadow: 0px 10px 10px -5px rgba(34, 34, 34, 0.15);
  box-shadow: 0px 10px 10px -5px rgba(34, 34, 34, 0.15);
}

.btn-xl {
  font-size: 1.25rem;
  padding: 1em 2em;
}

.devide-orange {
  height: 2px;
  background: #ff9933;
  border-top: 1px solid #ff3300;
  margin: 2rem 0;
}

.strip {
  padding: 4rem 0;
}

.strip-sm {
  padding: 2rem 0;
}

.strip-md {
  padding: 6rem 0;
}

.strip-lg {
  padding: 8rem 0;
}

.strip-black {
  background: #f8f8f8;
  border-top: 1px solid #eee;
}

.container-sm {
  max-width: 700px;
}

#top {
  background: #222;
  padding: 0.5rem;
  text-align: center;
  color: #fff;
}

#top p {
  margin: 0;
  font-size: 0.8rem;
}

.feature-title {
  font-size: 3rem;
  color: #f60;
}

.spacer {
  padding: 20px 0;
}

.devide {
  margin: 40px 0;
  height: 1px;
  background: #eee;
}

.background-orange {
  background-color: #f60;
}

/* CUSTOMIZE THE CAROUSEL */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

/* MARKETING CONTENT */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2 {
  font-weight: 400;
}

.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

/* Featurettes
------------------------- */
.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.05rem;
}

footer {
  background: url(../images/top-shadow.png) no-repeat top center;
  border-top: 1px solid #f70;
  padding: 5.25rem 0;
  margin: 0;
}

#footer-orange {
  background-color: #f60;
  color: #fff;
}

#footer-orange a {
  color: #fff;
  text-decoration: none;
}

#footer-orange a:footer {
  color: #fff;
}

.footer-brand-list {
  text-align: center;
  margin: 0;
}

.footer-brand-list span {
  font-family: "cooper", cooper, cooper black, arial, serif;
}

.footer-brand-list a {
  display: block;
  line-height: 2.25rem;
}

.footer-brand-list a:hover {
  text-decoration: none;
  transition: all ease-in 0.3s;
}

.footer-logo {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}

/*-- OVERWRITES --*/
.navbar-brand {
  font-size: 1.75rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
}

.dropdown-toggle::after {
  content: none;
}

header {
  -webkit-box-shadow: 0px 5px 7px -3px #00000024;
  -moz-box-shadow: 0px 5px 7px -3px #00000024;
  box-shadow: 0px 5px 7px -3px #00000024;
}

header .navbar {
  padding: 0.6rem 1rem;
}

header .navbar-dark .navbar-toggler {
  border-color: rgba(255, 255, 255, 0);
}

header .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

header .dropdown-item {
  font-family: "futura-condensed-light", arial, sans-serif;
  letter-spacing: 0.08rem;
  color: #fff;
  padding: 0.4rem 1.3rem;
}

header .dropdown-item::before {
  content: "- ";
}

header .dropdown-menu {
  background-color: #f60;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 0;
}

header .nav-link {
  padding: 0.7rem 1rem 0.4rem !important;
}

header .nav-link-bold {
  padding: 0.7rem 1rem 0.4rem !important;
  font-family: "futura-bold", arial, sans-serif !important;
}

header .nav-link-button {
  background: #f60 none repeat scroll 0 0;
  border-radius: 50px;
  border: 2px solid #ffffffaa;
  color: #fff !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.5rem !important;
}

header .nav-link-button:hover,
header .nav-link-button:focus {
  border-color: #fff;
  background-color: #f60;
  color: #fff !important;
  -webkit-box-shadow: 0px 10px 10px -5px rgba(34, 34, 34, 0.15);
  -moz-box-shadow: 0px 10px 10px -5px rgba(34, 34, 34, 0.15);
  box-shadow: 0px 10px 10px -5px rgba(34, 34, 34, 0.15);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.9);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.lead {
  font-size: 1.5rem;
}

/* PARALAX */

.section-hero {
  background: transparent none repeat scroll 0 0;
  padding: 2rem 0;
  min-height: calc(100vh - 64px);
}

.coming-soon-strip {
  background: transparent none repeat scroll 0 0;
  border-bottom: 1px solid #eee;
  padding: 7rem 0;
}

.section-hero-block,
.coming-soon-block {
  background: #f60 none repeat scroll 0 0;
  border: solid 2px #fff;
  border-radius: 10px;
  color: #fff;
  margin: 0 auto;
  max-width: 780px;
  padding: 2rem;
  text-align: center;
  -webkit-box-shadow: 0px 5px 10px 3px rgba(34, 34, 34, 0.2);
  -moz-box-shadow: 0px 5px 10px 3px rgba(34, 34, 34, 0.2);
  box-shadow: 0px 5px 10px 3px rgba(34, 34, 34, 0.2);
}

.hero-title {
  font-family: "futura-book", arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
}

.section-hero-block sup,
.coming-soon-block sup {
  font-size: 1rem;
}

.section-hero-block a,
.coming-soon-block a {
  color: #fff;
}
.section-hero-block a:hover,
.section-hero-block a:focus,
.section-hero-block a:visited,
.coming-soon-block a:hover,
.coming-soon-block a:focus,
.section-hero-block a:visited {
  text-decoration: none;
  color: #fff;
}

.coming-soon-title {
  color: #222;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: "futura-bold", arial, sans-serif !important;
  margin-bottom: 1rem;
}

.easy-accordion {
  text-align: left;
}

.easy-accordion .accordion {
  background: transparent;
}

.easy-accordion .accordion-item {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  margin-top: -2px;
}

.easy-accordion .accordion-button {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
  background: transparent;
  outline: none;
  box-shadow: none;
}

.easy-accordion .accordion-body {
  border-top: 2px solid #fff;
}

.widget-tab-container .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 1rem;
}

.widget-tab-container .nav-tabs .nav-item.show .nav-link,
.widget-tab-container .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #f60;
  border-color: #fff;
  border-bottom: none;
}

.widget-tab-container .nav-tabs .nav-link {
  border: 2px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
  outline: none;
}

.widget-tab-container .nav-tabs {
  border-bottom: none;
}

.widget-tab-container .tab-content {
  border: 2px solid #fff;
  margin-top: -1px;
  text-align: left;
  padding: 2rem;
}

.btn-primary {
  color: #fff;
  background-color: #f60;
  border-color: #f60;
  border-radius: 5rem;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #f60;
  border-color: #f60;
  color: #fff;
  -webkit-box-shadow: 0px 10px 15px -5px rgba(34, 34, 34, 0.4);
  -moz-box-shadow: 0px 10px 15px -5px rgba(34, 34, 34, 0.4);
  box-shadow: 0px 10px 15px -5px rgba(34, 34, 34, 0.4);
}

.easyoffice-banner {
  border: 6px solid #eee;
  display: block;
  margin: 30px 0;
}

.easyoffice-banner:hover,
.easyoffice-banner:focus {
  text-decoration: none;
  border-color: #f50;
}

.easyoffice-banner-text {
  float: left;
  padding: 30px;
  background-color: #f60;
  color: #fff;
  width: 70%;
}

.easyoffice-banner-img {
  float: right;
  width: 30%;
  background-color: red;
  background-image: url(../images/easyoffice-banner-img-03.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 213px;
}

.btn-easyoffice {
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 5px 20px;
  display: inline-block;
  letter-spacing: 1px;
}

.map-container iframe {
  border: 1px solid #ccc;
  border-bottom: 4px solid #f60;
}

.page-title-parallax {
  text-align: center;
  color: #fff;
  font-size: 4rem;
}

/* BOOKING.COM WIDGET FIX */
iframe {
  z-index: auto !important;
}

/* ANIMATIONS CSS
---------------------------------------- */

.fade-in {
  animation: fadeIn ease-in 1s;
  -webkit-animation: fadeIn ease-in 1s;
  -moz-animation: fadeIn ease-in 1s;
  -o-animation: fadeIn ease-in 1s;
  -ms-animation: fadeIn ease-in 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* RESPONSIVE CSS
---------------------------------------- */

/* CUSTOM BREAKPOINT SIZES */
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

/* BREAKPOINT 1200px */
@media (max-width: 1200px) {
}

/* BREAKPOINT 992px */
@media (max-width: 992px) {
}

/* BREAKPOINT 768px */
@media (max-width: 768px) {
  .section-hero {
    padding: 2rem 0;
  }
  .strip-md,
  .strip-lg {
    padding: 4rem 0;
  }
  header .dropdown-item {
    font-size: 1.2rem;
  }
  header .dropdown-item {
    padding: 0.2rem 1.5rem;
    border-radius: 0.2rem;
  }
  header .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0);
  }
  header .navbar-collapse {
    margin-top: 0.5rem;
  }
  .page-title-parallax {
    font-size: 2.5rem;
  }
  .hero-title,
  .coming-soon-block h1 {
    font-size: 2rem;
  }
  .widget-tab-container .nav-tabs .nav-link {
    width: 100%;
    padding: 0.5rem 2rem;
  }
  .widget-tab-container .nav-tabs {
    border: 2px solid #fff;
  }
  .widget-tab-container .nav-tabs .nav-item.show .nav-link,
  .widget-tab-container .nav-tabs .nav-link.active {
    color: #f60;
    background-color: #fff;
    border: none;
  }
  .widget-tab-container .tab-content {
    border: 2px solid #fff;
    margin-top: -2px;
  }
  .section-hero-block {
    padding: 2em 0.5em !important;
  }
  .btn-group-lg > .btn,
  .btn-lg {
    font-size: 1rem;
  }
  .btn-xl {
    font-size: 1rem;
    padding: 0.75em 1.5em;
  }
  .coming-soon-strip {
    padding: 3rem 0;
  }
  .coming-soon-block {
    padding: 2rem 2rem;
  }
  .section-hero-block {
    padding: 2em 0.5em !important;
  }
}
