body {
  overflow-x: hidden;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #ffad13;
}
p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #ffad13;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #df9200;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #eeeeee;
}
.bg-darkest-gray {
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #ffad13;
  border-color: #ffad13;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #df9200;
  border-color: #d58b00;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ffad13;
  border-color: #ffad13;
}
.btn-primary .badge {
  color: #ffad13;
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: #ffad13;
  border-color: #ffad13;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #df9200;
  border-color: #d58b00;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #ffad13;
  border-color: #ffad13;
}
.btn-xl .badge {
  color: #ffad13;
  background-color: white;
}
.navbar-custom {
  background-color: #222222;
  border-color: transparent;
}
.navbar-custom .navbar-brand {
  color: #ffad13;
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #df9200;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
  background-color: #ffad13;
  border-color: #ffad13;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #ffad13;
}
.navbar-custom .nav li a {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #ffad13;
  outline: none;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: #222;
  background-color: #ffad13;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: white;
  background-color: #df9200;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:focus,
.navbar-custom .navbar-nav > .open > a:hover {
  color: #ffad13;
  background: #333;
}
.navbar-custom .dropdown-menu {
  background: #333;
}
.navbar-custom .dropdown-menu li a {
  padding: 12px 20px;
}
.navbar-custom .dropdown-menu li a:hover,
.navbar-custom .dropdown-menu li a:focus {
  color: #ffad13;
  background: #404040;
}
@media (max-width: 767px) {
  .navbar-custom .dropdown-menu {
    position: relative;
    inset: unset;
    display: block;
    float: none;
  }
}
@media (min-width: 768px) {
  .navbar-custom .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (min-width: 768px) {
  .navbar-custom {
    background-color: transparent;
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-custom.affix {
    background-color: #222222;
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}
header {
  background-image: url('../img/header-bg.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
header .intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
}
header .intro-text .intro-lead-in {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
}
header .intro-text .intro-heading {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  header .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header .intro-text .intro-lead-in {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  header .intro-text .intro-heading {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 50px;
  }
}
section {
  padding: 100px 0;
}
section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}
section h3.section-subheading {
  font-size: 16px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}
#portfolio .portfolio-item,
#detail .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link,
#detail .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover,
#detail .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(255, 173, 19, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover,
#detail .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content,
#detail .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i,
#detail .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#detail .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4,
#detail .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#portfolio .portfolio-item .img-responsive,
#detail .portfolio-item .img-responsive {
  width: 100%;
}
#portfolio .portfolio-item .portfolio-caption,
#detail .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4,
#detail .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  line-height: 1.24;
  height: calc(2em * 1.24);
  margin: 0 0 1.5rem;
}
#portfolio .portfolio-item .portfolio-caption p,
#detail .portfolio-item .portfolio-caption p {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 2rem;
}
#portfolio .portfolio-item .portfolio-caption h5,
#detail .portfolio-item .portfolio-caption h5 {
  margin-top: auto;
  font-size: 18px;
}
#portfolio *,
#detail * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #ffad13;
  color: white;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
.noactive {
  background: #980000;
  padding: 10px;
  color: #fff;
}
.timeline.references:before {
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 60px;
  color: #777777;
  position: relative;
  left: 10px;
  width: 50px;
  line-height: 1;
  background: transparent;
  position: absolute;
}
.timeline.references li {
  left: auto;
}
.timeline.references li .timeline-image {
  left: auto;
  margin: 0;
  float: left;
  clear: left;
  position: relative;
  height: 80px;
  width: 80px;
  margin-left: 110px;
  object-fit: cover;
  border-width: 4px;
}
.timeline.references li .timeline-heading {
  margin: 0 0 0 20px;
  float: left;
}
.timeline.references li .timeline-heading h5,
.timeline.references li .timeline-heading p {
  margin-bottom: 0;
}
.timeline.references li .timeline-heading p .fa {
  color: #ffad13;
  font-size: 22px;
  margin: 4px 0;
}
.timeline.references li.timeline-inverted .timeline-panel {
  left: auto;
  margin: auto;
  float: left;
  padding: 0 120px 50px;
  width: 100%;
}
.timeline.references li:after {
  display: none;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
.team-member {
  text-align: center;
  margin-bottom: 50px;
}
.team-member img {
  margin: 0 auto;
  /*border: 5px solid white;*/
  border-radius: 10px;
  filter: grayscale(100%);
}
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
  line-height: 1.8;
}
.team-member p {
  margin-top: 0;
}
.team-member img {
  transition: transform 0.14s;
}
.team-member a:hover img {
  filter: none;
}
.team-member a:hover h4 {
  text-decoration: none;
  opacity: 0.8;
}
aside.clients {
  padding: 20px 50px;
}
aside.clients img {
  margin: 50px auto;
}
aside.clients .img-hover {
  position: relative;
}
aside.clients .img-hover p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  width: 100%;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.28s;
}
aside.clients .img-hover:hover p {
  opacity: 1;
}
section#contact {
  background-color: #222222;
  background-image: url('../img/map-image.png');
  background-position: center;
  background-repeat: no-repeat;
}
section#contact .section-heading {
  color: white;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
section#contact .form-group input.form-control {
  height: auto;
  font-weight: 700;
}
section#contact .form-group textarea.form-control {
  height: 238px;
  resize: vertical;
  font-weight: 700;
}
section#contact .form-group select {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  height: 60px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
section#contact .form-control:focus {
  border-color: #ffad13;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #888888;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #888888;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #888888;
}
section#contact :-ms-input-placeholder {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #888888;
}
section#contact .text-danger {
  color: #e74c3c;
}
footer {
  padding: 25px 0;
  text-align: center;
}
footer h3,
footer h4 {
  color: #ffad13;
}
footer span.copyright {
  line-height: 40px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  text-transform: none;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #222222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #ffad13;
}
ul.contact-buttons {
  margin-bottom: 0;
}
ul.contact-buttons li {
  margin-right: 20px;
}
ul.contact-buttons li p {
  color: rgba(255, 255, 255, 0.8);
}
ul.contact-buttons li .fa {
  display: block;
  background-color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 25px;
  line-height: 40px;
  color: #222222;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  float: left;
  margin-right: 20px;
}
ul.contact-buttons li p.text-muted {
  margin-top: 8px;
  float: left;
}
ul.contact-buttons li a {
  color: rgba(255, 255, 255, 0.8);
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
.portfolio-modal .modal-dialog {
  margin: 0;
  height: 100%;
  width: auto;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
::-moz-selection {
  text-shadow: none;
  background: #ffad13;
}
::selection {
  text-shadow: none;
  background: #ffad13;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #ffad13;
}
#map {
  width: 100%;
  height: 400px;
  border-top: 6px solid #222222;
}
.destinations h3 {
  color: white;
}
.page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background: #ffad13;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  transition: opacity 0.28s;
}
.page-top:hover {
  opacity: 0.7;
}
.page-top.showed {
  opacity: 1;
}
#detail p.right {
  float: right;
  font-size: 14px;
  line-height: 1.75;
}
#detail p.right span.ta {
  cursor: pointer;
}
#detail p.right span:nth-child(2) {
  display: none;
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
.mouse {
  display: inline-block;
  width: 48px;
  height: 84px;
  background: url('../img/scroll.png') no-repeat center;
  background-size: auto 100%;
  text-align: center;
  margin-top: 30px;
  animation-name: scroll;
  animation-duration: 1.3s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
  background: #ffad13;
}
header {
  position: relative;
}
.tour-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
header .intro-text {
  position: relative;
}
#references .owl-nav {
  text-align: center;
}
#references .owl-nav .owl-prev,
#references .owl-nav .owl-next {
  background: #ffad13;
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  border-radius: 3px;
  margin: 0 5px;
}
#references .owl-nav .owl-prev:hover,
#references .owl-nav .owl-next:hover {
  opacity: 0.7;
}
#references .owl-nav .owl-prev:before {
  content: "\f137";
  font-family: FontAwesome;
}
#references .owl-nav .owl-next:before {
  content: "\f138";
  font-family: FontAwesome;
}
td.min-width {
  width: 1px;
  text-align: center;
  white-space: nowrap;
}
.table > thead > tr > td,
.table > tfoot > tr > td,
.table > tbody > tr > td {
  vertical-align: middle;
}
#boat-croatia {
  overflow: hidden;
  padding: 0;
  font-size: 16px;
}
#boat-croatia p {
  font-size: 1em;
}
#boat-croatia .h1,
#boat-croatia .h2,
#boat-croatia .h3,
#boat-croatia h1,
#boat-croatia h2,
#boat-croatia h3 {
  margin-bottom: 2rem;
}
#boat-croatia section {
  padding: 15rem 0;
}
#boat-croatia .video-section {
  padding: 0;
}
#boat-croatia .video-section video {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 600px;
}
#boat-croatia .introduction-section {
  padding-top: 8rem;
}
#boat-croatia .introduction-section h1 {
  font-size: 5rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 860px) {
  #boat-croatia .introduction-section h1 {
    font-size: 4rem;
  }
}
#boat-croatia .price-block {
  display: flex;
  flex-flow: nowrap column;
}
#boat-croatia .price-block .original-price {
  text-decoration: line-through;
  font-size: 85%;
}
#boat-croatia .price-block .original-price + .current-price {
  color: #ffad13;
  font-weight: bold;
}
#boat-croatia .form-section,
#boat-croatia .island-section,
#boat-croatia .about-section {
  position: relative;
}
#boat-croatia .form-section .container,
#boat-croatia .island-section .container,
#boat-croatia .about-section .container {
  position: relative;
  z-index: 2;
}
#boat-croatia .form-section::after,
#boat-croatia .island-section::after,
#boat-croatia .about-section::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0 -10%;
  background: #f5f6f7;
  transform: rotate(-2deg);
}
#boat-croatia .parallax-section {
  position: relative;
  padding: 8rem 0;
}
#boat-croatia .parallax-section .container {
  position: relative;
  z-index: 4;
}
#boat-croatia .parallax-section .container h3 {
  color: #fff;
  text-align: center;
  font-size: 3rem;
}
@media (max-width: 860px) {
  #boat-croatia .parallax-section .container h3 {
    font-size: 2rem;
  }
}
#boat-croatia .parallax-section::before,
#boat-croatia .parallax-section::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0 -2%;
  background: rgba(33, 33, 33, 0.33);
  transform: rotate(2deg);
  z-index: 3;
}
#boat-croatia .parallax-section::after {
  z-index: 2;
  background-image: var(--bg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#boat-croatia .island-section::after {
  inset: 0 -10% -25%;
}
#boat-croatia .island-section .island-grid {
  margin-top: 3rem;
  display: flex;
  flex-flow: wrap row;
  justify-content: center;
  grid-gap: 0.5rem;
}
#boat-croatia .island-section .island-grid .island {
  flex: 0 0 calc(100% / 4 - 3rem);
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
}
#boat-croatia .island-section .island-grid .island .island-gallery {
  position: absolute;
  bottom: 100%;
}
#boat-croatia .island-section .island-grid .island .island-preview {
  position: relative;
  z-index: 1;
  height: 240px;
}
#boat-croatia .island-section .island-grid .island .island-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.34s ease;
}
#boat-croatia .island-section .island-grid .island .island-action {
  position: absolute;
  z-index: 3;
  transition: 0.34s ease;
  right: -1rem;
  top: 1rem;
  transform: translate(100%);
}
#boat-croatia .island-section .island-grid .island .island-action a {
  cursor: pointer;
  color: #fff;
  font-size: 3rem;
  display: block;
  background: rgba(33, 33, 33, 0.85);
  border-radius: 0.5rem;
  padding: 1rem;
}
#boat-croatia .island-section .island-grid .island .island-title {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 1.5rem;
  padding: 1rem;
  background: rgba(33, 33, 33, 0.85);
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  transition: 0.34s ease;
}
@media (max-width: 991px) {
  #boat-croatia .island-section .island-grid .island {
    flex: 0 1 250px;
  }
  #boat-croatia .island-section .island-grid .island .island-action {
    right: 1rem;
    transform: none;
  }
  #boat-croatia .island-section .island-grid .island .island-action a {
    font-size: 1.5rem;
  }
}
#boat-croatia .island-section .island-grid .island:hover img {
  transform: scale(1.05);
}
@media (min-width: 1200px) {
  #boat-croatia .island-section .island-grid.v2 .island {
    flex: 1 1;
    transition: 0.34s ease;
    border-radius: 0.5rem;
  }
  #boat-croatia .island-section .island-grid.v2 .island .island-preview {
    height: 480px;
  }
  #boat-croatia .island-section .island-grid.v2:hover .island-title {
    font-size: 1.5rem;
  }
  #boat-croatia .island-section .island-grid.v2:hover .island:hover {
    flex: 4 4;
  }
  #boat-croatia .island-section .island-grid.v2:hover .island:hover .island-title {
    font-size: 2.5rem;
  }
  #boat-croatia .island-section .island-grid.v2:hover .island:hover .island-action {
    transition-delay: 0.17s;
    right: 1rem;
    transform: none;
  }
}
#boat-croatia .gallery-section h2 {
  text-align: center;
  margin-bottom: 3rem;
}
#boat-croatia .gallery-section .gallery-grid {
  --items: 4;
  display: grid;
  grid-template-columns: repeat(var(--items), minmax(auto, 1fr));
  grid-gap: 1rem;
}
@media (max-width: 768px) {
  #boat-croatia .gallery-section .gallery-grid {
    --items: 2;
  }
}
#boat-croatia .gallery-section .gallery-grid img {
  object-fit: cover;
  width: 100%;
  height: 180px;
}
#boat-croatia .form-section::after {
  inset: 0 -10% -10%;
}
#boat-croatia .form-section .form-inline .form-control,
#boat-croatia .form-section .form-inline .control-label {
  margin-right: 16px;
}
#boat-croatia .form-section .form {
  background: #fff;
  border-radius: 2rem;
  padding: 5rem 5rem;
}
#boat-croatia .form-section .form-price {
  font-size: 24px;
}
#boat-croatia .form-section .form-amount {
  display: inline-block;
  min-width: 180px;
  font-size: 32px;
}
.map_section img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.c_circles {
  margin-top: 32px;
}
.c_circles .c {
  display: flex;
  max-width: 800px;
  margin: auto;
  text-align: left;
  align-items: center;
}
.c_circles .c + .c {
  margin-top: 32px;
}
.c_circles .c_image {
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
}
.c_circles .c_image img {
  max-width: 120px;
  transition: 0.64s ease-out;
  transform: rotate(0deg);
}
.c_circles .c:hover img {
  transform: rotate(5deg);
}
.c_circles .c_image_wrap {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.c_circles .c_content {
  margin-left: 32px;
  flex: 2;
}
.c_circles .c_name {
  margin-top: 12px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.c_circles .c_position {
  font-size: 18px;
  color: #a9a6a6;
  margin-bottom: 6px;
}
.c_circles .c_description {
  color: #8a8a8a;
  margin-bottom: 6px;
}
.c_circles .c_description span {
  white-space: nowrap;
  margin-right: 8px;
}
.c_circles .c_description i {
  display: inline-block;
  color: #ffad13;
  margin-right: 2px;
  font-size: 14px;
  width: 14px;
}
.c_circles .c_description a {
  color: inherit;
}
.slider-container {
  position: relative;
}
.slider-container .intranet-button {
  z-index: 999;
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: #ffad13;
  padding: 16px 32px;
  color: #222;
  border-radius: 3px;
  text-decoration: none;
  white-space: nowrap;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.slider-container .intranet-button i {
  margin-right: 10px;
}
.slider-container .intranet-button:hover {
  color: white;
  background-color: #df9200;
}
.intranet {
  position: relative;
}
.intranet .intranet-form {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.95);
  padding: 35px 25px;
  border-radius: 3px;
}
.intranet .intranet-form .error {
  margin: 0;
  padding: 8px 16px;
  background: red;
  color: #fff;
  flex: 100%;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.intranet .intranet-form h2 {
  margin-bottom: 32px;
}
.intranet .intranet-form .form-group {
  display: flex;
  flex-flow: wrap row;
}
.intranet .intranet-form label {
  flex: 100%;
  padding: 0 6px;
}
.intranet .intranet-form input {
  padding: 14px;
  flex: 100%;
  min-width: 1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.intranet .intranet-form input[type=submit] {
  background: #ffad13;
  color: #222;
  border: 0;
}
.intranet .intranet-form input[type=submit]:hover {
  color: white;
  background-color: #df9200;
}
.intranet .intranet-form .form-group + .form-group {
  margin-top: 24px;
}
.intranet .intranet-form .required {
  margin-left: 2px;
  color: red;
  font: inherit;
  font-weight: 700;
}
.intranet .intranet-bg {
  width: 100%;
  min-height: 800px;
  max-height: 850px;
  object-fit: cover;
}
.breadcrumb-nav {
  padding: 1rem 0;
}
.location-section .section-heading {
  margin-bottom: 3rem;
}
.location-section .location-content img {
  max-width: 100%;
  border-radius: 0.5rem;
}
.sublocations {
  margin-top: 5rem;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(var(--columns, 4), 1fr);
}
@media (max-width: 1200px) {
  .sublocations {
    --columns: 3;
  }
}
@media (max-width: 860px) {
  .sublocations {
    --columns: 2;
  }
}
@media (max-width: 560px) {
  .sublocations {
    --columns: 1;
  }
}
.sublocations .sublocation {
  position: relative;
}
.sublocations .sublocation .sublocation-image {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 0.5rem;
}
.sublocations .sublocation .sublocation-image img {
  transition: 0.34s ease;
}
.sublocations .sublocation:hover .sublocation-image img {
  transform: scale(1.1) rotate(-2deg);
}
.sublocations .sublocation .sublocation-front {
  position: absolute;
  z-index: 3;
  background: rgba(33, 33, 33, 0.85);
  color: #fff;
  left: 0;
  right: 0;
  padding: 1rem 2rem;
  bottom: 1rem;
}
.sublocations .sublocation .sublocation-front strong {
  font-size: 2rem;
  font-weight: bold;
}
.sublocations .sublocation img {
  max-width: 100%;
}
/*# sourceMappingURL=agency.css.map */