/* -------------------------------------------------------- */
/* Bootstrap modifications */
/* -------------------------------------------------------- */

/* -------------------------------------------------------- */
/* Fonts */
/* -------------------------------------------------------- */
html {
  font-size: 100%;
  overflow-x: unset !important;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: unset !important;
}

#site-wrapper h1 {
  font-size: 2.875em;
}
#site-wrapper h2 {
  font-size: 2.5em;
}
#site-wrapper h3 {
  font-size: 2.125em;
}
#site-wrapper h4 {
  font-size: 1.75em;
}
#site-wrapper h5 {
  font-size: 1.5em;
}
#site-wrapper h6 {
  font-size: 1.25em;
}

#site-wrapper h1,
#site-wrapper h2,
#site-wrapper h3,
#site-wrapper h4,
#site-wrapper h5,
#site-wrapper h6 {
  font-family: "Oswald";
  color: #525252;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

#site-wrapper * + h1,
#site-wrapper * + h2,
#site-wrapper * + h3,
#site-wrapper * + h4,
#site-wrapper * + h5,
#site-wrapper * + h6 {
  margin: 1em 0 1rem;
}

#site-wrapper p {
  margin-bottom: 1em;
  font-weight: 300;
  color: #333;
}

#site-wrapper #body li,
#site-wrapper #body td {
  font-weight: 300;
  color: #333;
}

#site-wrapper .footer-two p {
  letter-spacing: 0;
}

#body #content ul li {
  text-indent: -1em;
  padding-left: 1em;
}

#body #content a {
  font-weight: 400;
  text-decoration: underline;
}

#body {
  overflow-x: hidden;
}

@media (min-width: 768px) {
  #body {
  }
}

@media (max-width: 767px) {
  #site-wrapper h1 {
    font-size: calc(2.875em - 100%);
  }
  #site-wrapper h2 {
    font-size: calc(2.5em - 80%);
  }
  #site-wrapper h3 {
    font-size: calc(2.125em - 60%);
  }
  #site-wrapper h4 {
    font-size: calc(1.75em - 60%);
  }
  #site-wrapper h5 {
    font-size: 1.5em;
  }
  #site-wrapper h6 {
    font-size: 1.25em;
  }
}

/* -------------------------------------------------------- */
/* Primary Color */
/* -------------------------------------------------------- */

/* Text */

.side-menu li > i,
a,
a:hover,
#menu-top li.active > a,
#menu-top a:hover,
#body .fa-icon:before,
#body .form-control:focus {
  color: #b3f402;
}

a {
  color: #222;
}
a:hover {
  color: #222;
}

/* Background */

#body .btn-default:hover,
.button-one a:hover,
a.button-one:hover {
  background: #b3f402;
}

/* Border */

.submenu-wrapper.level_1,
#body .form-control:focus,
.button-one a,
a.button-one {
  border-color: #b3f402;
}

/* Misc */

/* --------------------------------------------------------------------------------------------- */
/* Header */
/* --------------------------------------------------------------------------------------------- */

#top-area {
  background: none;
  padding: 0 15px;
}

#top-area .top-container {
  align-items: center;
  -webkit-align-items: center;
}

#top-area .top-container .social-top a {
  font-family: "Oswald", sans-serif;
  background: none;
  width: auto;
  height: auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

#top-area .top-container .social-top .fa-stack {
  font-size: 1em;
}

#top-area .top-container .social-top .fa-stack-1x {
  color: #fff;
}

#top-area .top-container .social-top .fa-stack-2x {
  color: #b3f402;
}

#top-area .top-container .social-top a:hover {
  color: #b3f402;
}

#header {
  background: #333;
}

#header * {
  color: white;
}

#menu-top a {
  color: #ebebeb;
  text-shadow: none;
  font-family: "Oswald";
  font-size: 14px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: normal;
}

#menu-top a:hover {
  color: #b3f402;
}

#menu-top li.active > a {
  color: white;
}

#header .navbar-header {
  padding: 20px 15px;
}

#header .navbar-header a {
  height: 40px !important;
}

#header .navbar-toggle .icon-bar {
  background: white;
}

#header .main-header {
  position: relative;
  z-index: 3;
}

#header .navbar {
  border: 0;
}

.submenu-wrapper.level_1 {
  background: #222;
  border: none;
  border-color: white;
}

.submenu-wrapper > .container li > a {
  font-size: 14px !important;
}

.submenu-wrapper > .container > li a:hover {
  background: none;
}

@media (min-width: 768px) {
  .social-dropdown {
    display: none;
  }

  #menu-top > ul > li.parent > a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
  }

  #top-area .top-container .social-top a {
    font-size: 14px;
    letter-spacing: 0.6px;
  }

  #top-area {
    background: none;
    padding: 0 30px;
  }

  #top-area .top-container {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
  }

  #header .navbar-header {
    padding: 0;
  }

  #header .navbar-header a {
    height: 75px;
  }

  .nav > li.parent > a:after {
    padding-left: 5px;
  }

  #menu-top .navbar-nav > li > a:not(.arrow-nav) {
    padding: 30px 10px !important;
  }

  #header {
    position: fixed;
    top: 0;
    z-index: 12;
    width: 100%;
    transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
    box-shadow: none;
    border-bottom: none;
    padding: 0;
    background: #333;
    background-size: cover;
    /*	border-bottom: 5px solid #A6CE39; */
  }

  #header.down {
  }

  #header .main-header {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
  }

  .submenu-wrapper.level_1 {
    min-width: 250px;
  }

  .navbar-nav > li:last-child > .submenu-wrapper {
    right: 0;
    left: auto;
  }
}

@media (max-width: 1199px) {
  #top-area .top-container .social-top a {
    font-size: 14px;
  }

  #header .navbar-header a {
    height: 50px;
    position: absolute;
    top: 10px;
  }

  #menu-top a {
    font-size: 12px;
  }

  #menu-top .navbar-nav > li > a:not(.arrow-nav) {
    padding: 30px 20px;
  }
}

@media (max-width: 767px) {
  #top-area .top-container .social-top a {
    font-size: 14px;
  }

  #menu-top a {
    font-size: 14px;
  }

  #header .navbar-header a {
    position: static;
  }

  #top-area .top-container > * {
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  .nav li.parent > a:nth-child(2) {
    padding: 20px 20px 20px 40px;
  }

  #top-area {
    background: #484848;
    padding: 15px;
  }

  #top-area .top-container {
    padding: 0;
  }

  #top-area .social-dropdown {
    width: 100%;
    padding: 0 15px;
    margin: 0 -15px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
  }

  #top-area .social-dropdown i {
    margin-left: 15px;
    font-size: 10px;
  }
  #top-area .social-top {
    overflow: hidden;
  }
  #menu-top .navbar-nav > li > a:not(.arrow-nav) {
    padding: 20px 20px !important;
  }

  #top-area .social-top {
    display: block;
  }

  #top-area .collapse {
    display: none !important;
  }

  #top-area .collapse.in {
    display: block !important;
    padding: 15px 0px 0;
  }

  .popup-form {
    top: 10px !important;
  }

  .popup-form label {
    font-size: 12px !important;
  }
}

/* Header 2.0 */

#site-wrapper #top-area {
  background: #292929 !important;
}

#site-wrapper #top-area a {
  color: #fff;
  transition: none !important;
  -webkit-transition: none !important;
}

#site-wrapper #top-area a:hover {
}

#site-wrapper #top-area .top-container .social-top .fa-stack-2x {
  color: transparent;
}
#site-wrapper #top-area .top-container .social-top .fa-stack-1x {
  color: #fff;
}

#site-wrapper #header {
  position: static;
  top: -20%;
  transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
}

#site-wrapper #header .navbar-header {
  padding: 20px 15px;
}

@media (min-width: 992px) {
  #site-wrapper #header .navbar-header {
    padding: 10px 15px;
  }

  #site-wrapper #header.down {
    position: fixed;
    top: 0;
  }

  #site-wrapper .header-placeholder {
    height: 140px;
  }
}

@media (min-width: 1200px) {
  #site-wrapper .header-placeholder {
    height: 75px;
  }
}

@media (min-width: 768px) AND (max-width: 1199px) {
  #site-wrapper #header .container .main-header {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  #site-wrapper #header .navbar-header a {
    height: auto;
    position: static;
  }
}

/* Footer 2.0 */

#site-wrapper #footer {
  padding: 0;
}

#site-wrapper #footer .footer-one {
}

#site-wrapper #footer .footer-one .footerbox {
  padding: 80px 15px;
}

#site-wrapper #footer .social-bottom {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  padding: 15px 0;
}

#site-wrapper #footer .footer-link > * > p {
  text-transform: none;
  margin-bottom: 5px !important;
}

#site-wrapper #footer .footer-link > * > h4 {
  font-size: 30px;
}

@media (min-width: 992px) {
  #site-wrapper #footer .footer-one {
    overflow: hidden;
  }

  #site-wrapper #footer .footer-one .footerbox {
    position: relative;
    background: #464646;
  }

  #site-wrapper #footer .footer-one .footerbox .footer-splash-left {
    background: url(/content/files/images/splash/footer-splash-left.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 275px;
    position: absolute;
    top: 0;
    left: -275px;
    background-size: cover;
  }

  #site-wrapper #footer .footer-one .footerbox .footer-splash-right {
    background: url(/content/files/images/splash/footer-splash-right.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 275px;
    position: absolute;
    top: 0;
    right: -275px;
    background-size: cover;
  }
}

@media (max-width: 991px) {
  #site-wrapper #footer .footer-link {
    padding-bottom: 60px;
  }
}

/* --------------------------------------------------------------------------------------------- */
/* Slideshow */
/* --------------------------------------------------------------------------------------------- */

#slideshow-wrapper {
  width: 100%;
}

.slideshow .slideshow-image {
  background-position: center center;
  height: 200px;
}

.slideshow[data-id="10"] .slideshow-image,
.slideshow[data-id="13"] .slideshow-image {
  background-position: center top;
}

.slideshow .slide-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-image: url("/content/themes/newyork/img/overlay-pattern.png");
  opacity: 0.5;
}

.slideshow .description {
  left: 5%;
  bottom: 25%;
  right: auto;
  transform: none;
  -webkit-transform: none;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  width: 600px;
  height: 175px;
  max-width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.slideshow .description ul {
  display: block;
  margin-bottom: 0;
}

.slideshow .description li {
  color: white !important;
  font-size: 1.4em;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.6px;
}

.slideshow .description li:nth-child(1) {
  color: #b3f402 !important;
  font-size: 1.7em;
  font-weight: 500 !important;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.6px;
}

#body .slideshow .description > h1 {
  font-size: 150%;
  font-weight: 700;
}

#body .slideshow .description > h2 {
  font-size: 150%;
}

#back-button {
  display: none;
}

#volume-button {
  display: none;
}

.slideshow #replace-image {
  background-repeat: no-repeat;
  background-size: cover;
}

.slideshow .inner-video {
  position: relative;
}

@media (min-width: 768px) {
  .slideshow .slideshow-image {
    height: 400px;
  }

  .slideshow .description li:nth-child(1) {
    font-size: 2.4em;
  }

  .start-url .slideshow .slideshow-image {
  }

  #body .slideshow .description > h1 {
    font-size: calc(46px * 2);
    font-weight: 700;
  }

  #body .slideshow .description > h2 {
    font-size: calc(40px * 1.2);
  }

  #back-button {
    position: fixed;
    display: block;
    bottom: 75px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 10;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
  }

  #back-button a {
    display: inline-block;
  }

  #back-button a .fa {
    font-size: 60px;
    color: white;
  }

  .back-button-down {
    bottom: -125px !important;
    opacity: 0 !important;
  }

  #back-button.default-back {
    bottom: 200px;
  }

  #volume-button {
    position: absolute;
    display: block;
    top: 25px;
    left: 25px;
    z-index: 10;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
  }

  #volume-button .fa {
    font-size: 30px;
    color: white;
    cursor: pointer;
  }

  #volume-button .fa-volume-off {
    color: rgba(255, 255, 255, 0.6);
  }
}

@media (min-width: 992px) {
  .slideshow .slideshow-image {
    height: 650px;
  }

  .slideshow .slide-video {
    max-height: 650px;
    height: auto;
    overflow: hidden;
  }
}

@media (min-width: 1200px) {
  .slideshow .slide-video {
    max-height: 900px;
  }
}

@media (max-width: 1199px) {
  #back-button {
    display: none;
  }
  #back-button.default-back {
    display: block;
  }
}

@media (max-width: 991px) {
  .slideshow .description {
    font-size: 0.8em;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 100px;
    border-radius: 0px;
  }
}

@media (max-width: 767px) {
  .slideshow .description {
    font-size: 0.6em;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 100px;
    border-radius: 0px;
  }
}

.slideshow .slideshow-image:not(.slide-video) {
  height: auto !important;
}

/* --------------------------------------------------------------------------------------------- */
/* Page */
/* --------------------------------------------------------------------------------------------- */

#content .splashrow {
  position: relative;
  background: #f3f3f3;
  margin-top: 60px;
  padding: 80px 0 !important;
}

.splashrow:before {
  content: " ";
  width: 100%;
  height: 147px;
  position: absolute;
  z-index: 5;
  top: -147px;
  left: 0;
  /*  background: url(/content/themes/newyork/img/page-div.png) center top no-repeat; */
  background-size: cover;
}

#content .splashrow.next {
  margin-top: 0;
}

#content .splashrow.next:before {
  content: none;
}

/* --------------------------------------------------------------------------------------------- */
/* Side-menu */
/* --------------------------------------------------------------------------------------------- */

#sidebar-left-wrapper .sub-page-menu h2 {
  margin: 0 0 15px 0;
}

.sub-page-menu .side-menu li {
  padding: 5px 0;
}

.sub-page-menu .side-menu li:last-child {
  padding: 5px 0;
}

@media (max-width: 991px) {
  #sidebar-left-wrapper {
    padding: 60px 15px 0;
  }
}

/* --------------------------------------------------------------------------------------------- */
/* Language Flags */
/* --------------------------------------------------------------------------------------------- */

.language-flags .dropdown-toggle {
  padding: 0px;
  margin: 0 10px;
  border: none;
}

.language-flags img {
  height: 35px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: none;
  border: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a {
  background-color: #e8e8e8;
}

@media (min-width: 768px) {
  #navbar {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: absolute;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 10px;
  }
}

/* --------------------------------------------------------------------------------------------- */
/* Footer */
/* --------------------------------------------------------------------------------------------- */

#footer {
  padding: 30px 0 0;
}

#google-map {
  height: 300px;
  width: 100%;
}

#footer .footer-content {
  height: 100%;
}

#footer .footerbox {
  padding: 35px 25px;
}

#footer .footerbox > * > * {
  color: white;
}

#footer .social-bottom {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

#footer .social-bottom a {
  margin: 0 10px;
  font-size: 26px;
  background: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: relative;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  display: inline-block;
}

#footer .social-bottom a i {
  font-size: 100%;
  color: #2c2e3a;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

#footer .social-bottom a:hover {
  background: #b3f402;
}

#footer .social-bottom a:hover i {
  color: white;
}

/*

#footer:before {
    content: " ";
    width: 100%;
   background: url(/content/themes/newyork/img/footer-div.png) center top no-repeat;
    background-size: cover;
    height: 350px;
    position: absolute;
    top: -30px;
    left: 0;
    z-index: .99;
}


#footer.footer-grey:before {
	background: url(/content/themes/newyork/img/footer-div-grey.png) center top no-repeat;
	background-size: cover;
}

*/

#footer .footer-link > * > * {
  color: white;
  font-family: "Oswald";
  font-weight: bold;
  text-transform: uppercase;
}

#footer .footer-link > * > p a {
  color: white;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  font-size: 16px;
}

#footer .footer-link > * > p a:hover {
  color: #b3f402 !important;
}

#footer .footer-link h4 {
  font-size: 22px;
}

#footer .footer-two {
  background: #f2f2f2;
  padding: 30px 0;
  font-size: 0.9em;
}

#footer > .footer-two .footerbox > * > * {
  color: #525252;
  text-transform: none;
}

#footer > .footer-two .footerbox > * > p {
  color: #737373;
  font-weight: 300;
}

@media (min-width: 768px) {
  #footer {
    position: relative;
  }

  #google-map {
    height: 600px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  #footer .right-footer {
    padding: 0 0 0 60px;
    border-left: 1px solid #b3f402;
  }
}

@media (max-width: 767px) {
  #footer {
    position: relative;
  }
}

/* --------------------------------------------------------------------------------------------- */
/* Buttons */
/* --------------------------------------------------------------------------------------------- */

.button-one a,
a.button-one {
  display: inline-block;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 50px;
  border: solid 1px;
  margin: 25px 0 0;
  font-size: 16px;
  font-family: PTSerif;
  font-weight: 500;
  min-width: 250px;
  text-align: center;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}

.button-one a:hover,
a.button-one:hover {
  color: white;
  text-decoration: none;
}

/* --------------------------------------------------------------------------------------------- */
/* Custom */
/* --------------------------------------------------------------------------------------------- */

#site-wrapper.start-url {
  overflow: hidden;
}

.page .splash-ball > a {
  padding: 15px 30px;
  background: #b3f402;
  height: 275px;
  border-radius: 50%;
  width: 275px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  position: relative;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
}

.page .splash-ball > a > * {
  color: #fff !important;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
}

.page .splash-ball > a:after {
  content: "";
  position: absolute;
  top: -87px;
  left: -118px;
  background: url(/content/themes/newyork/img/splash1.png);
  background-repeat: no-repeat;
  height: 500px;
  width: 500px;
  z-index: -1;
  transform: scale(0.9) rotate(0deg);
  -webkit-transform: scale(0.9) rotate(0deg);
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  filter: brightness(1.045) contrast(1.4);
}

.page .splash-ball > a:hover > * {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.page .splash-ball > a:hover:after {
  transform: scale(1) rotate(10deg);
  -webkit-transform: scale(1) rotate(10deg);
}

@media (min-width: 768px) {
  .start-url .row-1 .row {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
  }
}

@media (min-width: 992px) AND (max-width: 1199px) {
  .page .splash-ball > a {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
}

@media (max-width: 991px) {
  .page-1 .row-1 .row {
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  .page-1 .row-1 .row > * {
    width: 100%;
  }

  .page .splash-ball {
    padding: 50px 0;
  }
}

@media (max-width: 500px) {
  .page .splash-ball > a {
    padding: 0;
    height: 200px;
    width: 200px;
  }

  .page .splash-ball > a:after {
    top: -131px;
    left: -154px;
    -webkit-transform: scale(0.7) rotate(0);
    transform: scale(0.7) rotate(0);
  }

  .page .splash-ball > a:hover:after {
    transform: scale(0.8) rotate(10deg);
    -webkit-transform: scale(0.8) rotate(10deg);
  }
}

.start-url #content-wrapper {
  padding: 30px 15px 0 !important;
}

/* youtube embed */
.youtube-container {
  display: block;
  margin: 20px auto;
  width: 100%;
}

.youtube-container p {
  display: none !important;
}

.youtube-player {
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: hand;
  cursor: pointer;
  display: block;
  background-color: #222;
}

img.youtube-thumb {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
  opacity: 0.7;
}

#youtube-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

div.play-button {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

div.play-button i {
  color: #fff;
  font-size: 56px;
}

/* pdf button */

.pdf-button {
  display: inline-block;
  padding: 10px 20px;
  background: #b3f402;
  color: white;
  border-radius: 5px;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}

.pdf-button:before {
  font-family: "fontAwesome";
  content: "\f1c1";
  padding-right: 10px;
}

.pdf-button:hover {
  text-decoration: none;
  color: white;
  background: #bbff00;
}

/* Table */

#content-wrapper table tr td {
  padding: 5px 0;
}

#content-wrapper .custom-table table {
  table-layout: fixed;
}

#content-wrapper .custom-table table tr td {
  vertical-align: top;
}

/* font awesome */

.fa-icon.adress:before {
  font-family: "fontAwesome";
  content: "\f015";
}

/* Price Table */

.price-table table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 15px;
}

.price-table tr {
  border: 1px solid #43acef;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
}

.price-table td {
  padding: 10px 25px;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
}

.price-table tr > td:nth-child(2) {
  text-align: right;
}

.price-table td p:last-child {
  margin-bottom: 0;
}

.price-table tr:hover {
  background: #43acef;
}

.price-table tr:hover td {
  color: white;
}

/* Image border */

.border-image img {
  padding: 7px;
  border: 1px solid #d6d6d6;
  box-shadow: 2px 3px 5px rgb(214, 214, 214);
}

/* Image slider */

#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
  height: 300px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

/* Image frame */

.image-frame img {
  padding: 2px;
  border: 1px solid #d8d8d8;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}

/*contact-form */

#contact-form label {
  color: white;
  font-weight: 400;
  letter-spacing: 1px;
}

#contact-form .col-xs-6 {
  padding: 0;
}
#contact-form .col-xs-6.first {
  padding: 0 15px 0 0;
}

#contact-form .form-control {
  background: transparent;
  color: white;
  font-size: 16px;
}

#contact-form .form-control:focus {
  border-color: #b3f402;
  box-shadow: none;
}

#contact-form select {
}

#contact-form select option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #333;
  padding: 5px;
}

#contact-form .btn {
  background: #b3f402;
  border: none;
  color: white;
  text-shadow: none;
  font-size: 18px;
  width: 100%;
  line-height: 1.1;
  padding: 10px 12px;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}

#contact-form .btn:hover {
  background: #bbff00;
}

#contact-form .form-group.verify {
  display: none;
}

/* popup-forms */

.popup-form {
  padding: 20px;
  position: fixed;
  top: 100px;
  left: 50%;
  width: 100%;
  max-width: 800px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 1001;
  background: #333;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: none;
}

.popup-form .title {
  color: #b3f402 !important;
}

.popup-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.close-popup {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}

.page .start-box {
  position: relative;
  overflow: hidden;
}

.page .start-box > *:first-child {
  margin: 0 !important;
}

.page .start-box .header-overlay {
  color: white;
  padding: 10px;
  position: absolute;
  background-color: transparent;
  top: 25px;
  left: 10px;
  width: 100%;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}

.page .start-box .text-overlay {
  padding: 15px 15px;
  position: absolute;
  background-color: #333;
  bottom: 0;
  width: 100%;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}

.page .start-box > * > * {
  color: white !important;
}

.page .start-box .header-overlay > * {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  font-size: 1.75em !important;
}

.page .start-box .text-overlay > *:last-child {
  margin-bottom: 0 !important;
}

.page .start-box .more-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  opacity: 0;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}

.page .start-box:hover .more-overlay {
  opacity: 1;
}

.page .start-box .more-overlay .more-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.1em;
  text-transform: uppercase;
}
.page .start-box .more-overlay .more-text a {
  display: inline-block;
  background: #b3f402;
  border-radius: 5px;
  color: white;
  padding: 10px 15px;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}

.page .start-box .more-overlay .more-text a:hover {
  background: #bbff00;
  text-decoration: none;
}

/* Startbox new */

.page .start-box {
  background: #000;
  overflow: hidden;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.19);
}

.page .start-box:hover a {
  text-decoration: none;
}

.page .start-box img {
  opacity: 0.98;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}

.page .start-box .more-overlay {
  top: 65%;
  padding: 15px;
  background: none;
  opacity: 1;
  width: auto;
  height: auto;
  left: auto;
}

.page .start-box .more-overlay h3 {
  text-shadow: 0 0 5px #000;
  font-size: 1.6em !important;
}

.page .start-box:hover img {
  opacity: 0.3;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.page .start-box:hover .more-overlay {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

@media (min-width: 992px) {
  .page .start-box .more-overlay p {
    opacity: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
  }

  .page .start-box:hover p {
    opacity: 1;
  }
}

/* Startbox two */

.page .start-box-two {
  position: relative;
  overflow: hidden;
}

.page .start-box-two .text-overlay {
  padding: 15px 15px;
  position: absolute;
  background-color: #333;
  bottom: 0;
  width: 100%;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}

.page .start-box-two > * > * {
  color: white !important;
  margin-bottom: 0 !important;
}

@media (max-width: 991px) {
  .page .start-box .text-overlay {
    position: static;
  }

  .page .start-box .header-overlay > * {
    font-size: 1.5em !important;
  }

  .page .start-box .more-overlay {
    position: static;
    background: none;
    opacity: 1;
  }

  .page .start-box .more-overlay .more-text {
    position: static;
    transform: none;
    -webkit-transform: none;
  }

  .page .start-box .more-overlay .more-text a {
    width: 100%;
    text-align: center;
    border-radius: 0px;
  }
}

@media (min-width: 992px) {
  .page .start-box .text-overlay > * {
    font-weight: 200 !important;
    font-size: 15px;
  }
}

.boka-button {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 2;
}

.boka-button a {
  display: block;
  padding: 10px 12px;
  background: #b3f402;
  color: #fff;
  border-radius: 4px;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
}

@media (min-width: 768px) {
  .boka-button {
    bottom: 20px;
    right: 25px;
  }
  .boka-button a {
    min-width: 150px;
    text-align: center;
  }
}

.boka-button a:hover {
  background: #bbff00;
}

.g-recaptcha {
  filter: grayscale(1) invert(1) contrast(0.5);
  margin-bottom: 15px;
}

.navbar-toggle .icon-bar {
  width: 12px;
  transition: 0.3s ease-in-out;
}

.navbar-toggle .icon-bar:nth-child(6) {
  transition: 0.3s ease-in-out;
  position: absolute;
  width: 25px;
  transition: 0.3s ease-in-out;
  height: 25px;
  border-radius: 25px;
  background: transparent !important;
  border: 1px solid white;
  transform: translate(-6.5px, -23px);
  opacity: 0;
}

.navbar-toggle .icon-bar:nth-child(2) {
  transform: translate(7px, 19px) rotate(45deg);
}
.navbar-toggle .icon-bar:nth-child(3) {
  transform: translate(-6px, 13px) rotate(-45deg);
}
.navbar-toggle .icon-bar:nth-child(4) {
  transform: translate(7px, -6px) rotate(-45deg);
}
.navbar-toggle .icon-bar:nth-child(5) {
  transform: translate(-6px, -12px) rotate(45deg);
}

.collapsed .icon-bar:nth-child(2) {
  transform: translate(-10px, 12px);
}
.collapsed .icon-bar:nth-child(3) {
  transform: translate(10px, 6px);
}
.collapsed .icon-bar:nth-child(4) {
  transform: translate(0px, 10px) rotate(90deg);
}
.collapsed .icon-bar:nth-child(5) {
  transform: translate(0px, -16px) rotate(90deg);
}
.collapsed .icon-bar:nth-child(6) {
  opacity: 1;
}
