@charset "UTF-8";
/*
	Theme Name: Cardow & Partners Holidays by Giant Media
	Description: Custom responsive theme for Cardow & Partners Holidays
	Version: 1.0
	Author: GiantMedia.com.au
*/

@font-face {
  font-family: 'NoeDisplay-Bold';
  src: url('fonts/NoeDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/NoeDisplay-Bold.woff') format('woff'), url('fonts/NoeDisplay-Bold.ttf') format('truetype'), url('fonts/NoeDisplay-Bold.svg#NoeDisplay-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* 
font-family: futura-pt, sans-serif;

font-weight: 400;


/*  Standard styling site wide  ============================================================================= */

body,
textarea {
  font-family: Georgia, sans-serif;
  font-weight: 400;
}

p {
  font-family: Georgia, sans-serif;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 2rem;
  font-size: 17px;
  color: #3e3e3e;
}

ol {
  font-family: inherit;
}

ul {
  font-family: inherit;
  padding-left: 20px;
}

li {
  font-family: inherit;
  color: #404445!important;
  margin-bottom: 1rem;
  font-size: 18px;
}

a {
  font-family: inherit;
}

a:hover {
  text-decoration: none;
}

a img {
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.no-hover {
  pointer-events: none;
}

/*  stops iphone changing color of phone numbers
============================================================================= */

hr {}

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* headings  ================================================== */

h1,
h1 a {
  font-family: 'NoeDisplay-Bold';
  color: #0a0a0a;
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
}

h2,
h2 a {
  font-family: 'NoeDisplay-Bold';
  color: #0a0a0a;
  margin-bottom: 1.5rem;
  font-weight: 900;
  font-size: 2.5rem;
}

h3,
h3 a {
  font-family: 'NoeDisplay-Bold';
  color: #0a0a0a;
  font-weight: 700;
}

h4,
h4 a {
  font-family: 'NoeDisplay-Bold';
  color: #0a0a0a;
}

h1 span {
  font-size: inherit!important;
  font-weight: 500;
}

h5,
h5 a {
  font-family: Geogia;
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 1rem;
  /* font-weight: 700; */
  color: #0a0a0a;
  /* text-transform:  uppercase; */
}

/* responsive block elements. Make sure images etc squash down */

iframe {
  max-width: 100%!important;
  display: block;
  margin: 0px auto;
}

img {
  max-width: 100% !important;
  height: auto;
  display: block;
}

textarea {}

/* Place Holder text */

::-webkit-input-placeholder {
  color: rgba(21, 19, 19, 1)!important;
}

::-moz-placeholder {
  color: rgba(21, 19, 19, 1)!important;
}

/* firefox 19+ */

:-ms-input-placeholder {
  color: rgba(21, 19, 19, 1)!important;
}

/* ie */

input:-moz-placeholder {
  color: rgba(21, 19, 19, 1)!important;
}

.overlay {
  position: fixed;
  visibility: hidden;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  background-color: rgba(45, 45, 45, .65);
  right: 0;
}

.overlay.vis {
  opacity: 1;
  z-index: 1900;
  visibility: visible;
}

/*  HEAD  ============================================================================= */

#logomain {}

#desktopmenu {}

.navbar {
  padding: 10px 0px;
  max-width: 1600px;
  max-width: 1600px;
  margin: 0 auto;
}

.absolute-top {
  position: absolute;
  top: 0;
  right: 0;
  /* padding-top: 35px; */
  left: 0;
  z-index: 1030;
}

.nav-link {
  font-size: 17px;
}

.nav-link:after {
  /* width: 0%; */
  /* content: ""; */
  /* height: 2px; */
  /* background-color: #ffffff; */
  /* display: block; */
  /* transition: all 500ms; */
  /* -webkit-transition: all 500ms; */
  /* margin: 0 auto; */
  /* background-image: url(images/dropdown.png); */
  /* border: 0px; */
  /* height: 9px; */
  /* width: 11px; */
  /* vertical-align: 1px; */
  /* margin-left: 9px; */
}

.nav-link:hover:after,
.current-menu-item a.nav-link:after {
  /* width: 100%; */
}

a.nav-link {
  color: #ffffff!important;
  margin-right: 24px!important;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  background-repeat: no-repeat;
  font-weight: 500;
  margin-top: 11px;
}

.slider h1 {
  color: white;
  font-size: 52px;
  padding-bottom: 45px;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5);
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #0d6a89;
}

.current-menu-item a.nav-link {
  color: #ffffff!important;
  background-image: url(images/diamond.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 50% 67%;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #ffffff!important;
  /* padding-bottom: 0px!Important; */
}

#copy-foot {
  font-size: 12px;
}

#copy-foot p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.62);
}

#menu-footer {
  margin-top: 13px;
  max-height: 200px;
  flex-direction: row;
}

#menu-footer li {
  margin-right: 15px;
  display: flex;
}

footer .current-menu-item a.nav-link {
  color: #5ecbea!important;
}

.header {
  display: block;
  max-height: 150px;
  height: 300px;
  position: absolute;
  width: 100%;
  /* border-bottom: 1px solid white; */
  z-index: 9999;
  display: block;
  /* position: relative; */
  background-image: url(images/fade.png);
  background-repeat-x: repeat;
  background-size: contain;
}

.header {
  /* display:  block; */
  /* max-height: 130px; */
  /* height: 100%; */
  /* position:  absolute; */
  /* width: 100%; */
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
  /* z-index:  9999; */
}

.header .nav-item:last-child a {
  margin-right: 0px!important;
  padding-right: 0px;
  border: 1px solid #fff;
  padding: 18px 28px;
  margin-top: 0px;
  padding: 18px 30px!important;
  border-radius: 3px;
}

.header .nav-item:last-child a:after {
  content: unset;
}

.header .nav-item:last-child a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

/*  ===========  BODY/PAGE/CONTENT  ============ */

.banner {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh!Important;
}

.banner h1 {
  padding: 0;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 10px;
}

/*  ===========  BODY/PAGE/CONTENT END ============ */

.container {
  padding: 80px 15px!Important;
}

.container-fluid {}

.action {
  background-size: cover;
  display: block;
  position: relative;
}

.blackbanner {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100vh;
}

#logomainfoot {
  margin: 0 auto;
  max-width: 270px!important;
}

#breadcrumbs {
  color: white;
  /* margin-bottom: 30px; */
  /* font-weight: 400; */
  margin-bottom: 0px;
}

#breadcrumbs a {
  color: white;
  font-weight: 400;
}

.header #menu-menu-1 li {
  margin-bottom: 0px;
}

/* Home */

.sidenav .nav-item:last-child a {
  margin-right: 0px!important;
  padding-right: 0px;
  border: 0px solid #fff;
  padding: 18px 28px;
  margin-top: 0px;
  padding: 0px!Important;
  padding-top: 8px!Important;
  border-radius: 6px;
}

.slider {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}

.slideroverlay {
  /* background-color: rgba(0, 0, 0, 0.3); */
  height: 100%;
}

.checkava h2 {
  margin-bottom: 0px!Important;
}

#bookingform .form-control {
  height: 80px!Important;
  border: 0px;
  border-radius: 3px!Important;
  /* padding-left: 100px; */
  background-repeat: no-repeat;
  background-position: 30px 50%;
  font-weight: 600;
  -webkit-appearance: none;
  cursor: pointer;
  margin-bottom: 0px;
  text-indent: 100px;
}

#bookingform #adults.form-control {
  background-image: url(images/guesticon.png);
}

#bookingform #arrival.form-control {
  background-image: url(images/arrive.png);
}

#bookingform #location.form-control {
  background-image: url(images/loccc.png);
  background-size: 32px;
}

#bookingform #depart.form-control {
  background-image: url(images/arrowicon.png);
  background-position: 8% 50%;
}

.nodrop:after {
  content: unset!important;
}

#bookingform .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

#bookingform .select-wrapper:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  z-index: 99;
  top: 28px;
  right: 40px;
}

.slider .form-control option {
  padding-left: 13px!important;
}

.vall .btn {
  position: absolute;
  left: calc(50% - 90px);
  bottom: 60px;
}

.blackoverlay {
  background-color: rgba(0, 0, 0, 0.4);
}

.box h2,
.box h5 {
  color: #fff;
}

.box.boxtwo{
    background-position: 50%;
}
.box .blackoverlay {
  padding: 75px 0px;
}

.box {
  background-size: cover;
  background-repeat: no-repeat;
}

.owl-one {
  margin-left: -175px;
}

.locindex .blackoverlay {
  padding: 15px;
}

.locindex .innerborder {
  min-height: 400px;
  margin: 15px;
  border: 1px solid white;
  height: 100%;
}

.underline {
  border-bottom: 2px solid black;
}

.reviews {
  background-color: #fbf9f4;
}

.checkava {
  background-color: #fbf9f4;
}

.accomdeets p {
  font-weight: 700;
  margin-bottom: 13px;
}

.accomdeets {
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
}

.pricey .btn {
  display: block;
  width: 100%;
}

.nav-tabs a.nav-link {
  margin-right: 0px!Important;
  color: #000!important;
  font-weight: 600;
  padding: 23px;
  text-align: center;
  background-color: #fbf9f4;
  border-radius: 0px;
  border: 1px solid #dee2e6;
}

.nav-tabs .nav-item:first-child a.nav-link {
  border-right: 0px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
  width: 50%!Important;
}

.nav-tabs .nav-link.active {}

.tab-content {
  border: 1px solid #dee2e6;
  border-top: 0px;
  padding: 30px;
}

.bedconfig p {
  margin-bottom: 9px;
}

.bedconfig .copy {
  padding: 13px;
  padding-top: 23px;
  padding-left: 30%;
}

.bedconfig .col-lg-6 {
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.bedconfig .col-lg-6:nth-child(even) {
  border-right: 0px solid #dee2e6;
}

.bedconfig .col-lg-6:last-child {
  border-bottom: 0px solid #dee2e6;
}

.bedconfig .col-lg-6:nth-last-child(2) {
  border-bottom: 0px solid #dee2e6;
}

.bigbutt {
  display: block;
  width: 100%;
}

.npage .blackbanner {
  height: 49vh;
}

.npage.banner {
  height: 45vh!important;
}

.sindex .saccomdeets img {
  margin-right: 13px;
}

.saccomdeets {
  border-bottom: 1px solid #a3a3a3;
  padding-bottom: 23px;
}

.sindex .saccomdeets p {
  margin-bottom: 0px;
}

.sindex .copy {
  border: 1px solid #ededed;
  border-top: 0px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* google map markers */

.gm-style .gm-style-iw-c .mapaccommdeets img {
  width: 30px;
  height: 30px;
  margin-right: 13px;
}

.gm-style .gm-style-iw-c .mapcopy p {
  margin-bottom: 0px!Important;
  text-align: center;
  margin-bottom: 13px!Important;
}

.gm-style .gm-style-iw-c .mapcopy h4 {
  font-size: 20px!important;
  text-align: center;
  margin-top: 13px;
  margin-bottom: 6px;
}

.mapcopy {
  max-width: 247px;
}

.gm-style .gm-style-iw-c {
  padding: 0px;
  border-radius: 3px;
}

.gm-style .gm-style-iw-d {
  overflow: hidden!Important;
}

button.gm-ui-hover-effect {
  display: none!Important;
}

.perma {
  padding: 6px;
  position: absolute;
  right: 0;
}

.perma i {
  font-size: 16px!Important;
  color: #fff;
  background-color: #2f95d2;
  padding: 13px;
  transition: all 500ms;
  border-radius: 50%;
}

.perma:hover i {
  background-color: rgba(47, 149, 210, 0.8);
}

.feedback input[type="submit"] {
  margin-top: 23px;
  width: auto;
}

.feedback p {
  margin-bottom: 0px;
}


.meetteam {
  padding-bottom: 0px!Important;
}

/* jacob */

.owl-dots {
  counter-reset: dots;
  display: none;
}

.owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
}

button.owl-dot.active {
  visibility: visible;
}

button.owl-dot {
  visibility: hidden;
  position: absolute;
  font-weight: 600!important;
  left: 14.7%;
  /* margin-top: 45px; */
}

.count {
  position: absolute;
  left: 18%;
  display: none;
  font-style: italic;
  margin-top: 0;
}

.count span {
  font-weight: 600
}

/* owl carousel styling */

.owl-carousel .owl-nav {
  margin-left: 20%;
  margin-top: 70px!Important;
}

.owl-two .owl-nav {
  margin-left: 00%;
  margin-top: 30px!Important;
  /* float: left; */
  /* position: absolute; */
}

button.owl-next {
  opacity: 1!important;
  height: 48px!important;
  width: 49px!Important;
  /* left: 60px; */
}

button.owl-prev {
  opacity: 1!important;
  height: 48px!important;
  width: 49px!Important;
}

.owl-next span,
.owl-prev span {
  visibility: hidden;
}

button.owl-prev {
  background-image: url(images/sliderleft.png)!important;
  width: 49px;
  height: 48px;
}

button.owl-next {
  display: block;
  background-image: url(images/sliderright.png)!important;
  width: 49px;
  height: 48px;
  margin-top: -7px;
}

button.owl-prev:hover {
  background-color: unset!important;
  opacity: 0.5;
}

button.owl-next:hover {
  background-color: unset!important;
  opacity: 0.5;
}

.owl-theme .owl-dots .owl-dot span {
  /* width: 60px!important; */
  /* height: 6px!important; */
  /* margin: 5px 7px!important; */
  /* background: #8db9e4!important; */
  display: block!important;
  transition: opacity .2s ease;
  border-radius: 0px!important;
  border: 0px!Important;
  background: unset!important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  /* background: #007fd0!important; */
}

.owl-theme .owl-nav.disabled+.owl-dots {
  text-align: left!important;
}

.owl-two.owl-theme .owl-nav.disabled+.owl-dots {
  text-align: center!important;
}

.owl-theme .owl-dots .owl-dot:first-child span {
  margin-left: 0px!important;
}

/* -------- owl carousel styling END ------ */

.header .navbar-nav .dropdown-menu {
  margin-top: 0px;
  border-top: white;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-radius: 0px;
  background-color: #2f95d2;
  border: 0px;
  color: white;
}

.sidenav .navbar-nav .dropdown-menu {
  background-color: unset;
}

.sidenav .navbar-nav .dropdown-menu.show {
  /* display: block!important; */
}

.page_link {
  font-size: 22px;
  text-align: left;
  display: block;
  color: #333;
  border-bottom: 1px solid;
  margin-bottom: 13px;
  padding-bottom: 13px;
  float: left;
  width: 98%;
  margin: 13px 0;
}

.page_link:hover {
  color: #666;
  border-bottom: 1px solid;
}

select {
  height: 50px!Important;
  margin-bottom: 36px;
  color: #000000!important;
}

textarea {
  height: 150px!important;
}

input[type=number] {
  line-height: 60px;
}

/* footer */

.footerlogo {
  margin: 0 auto;
  padding: 80px 0px 70px;
}

.footer {
  padding-bottom: 0px!Important;
  padding-top: 50px!Important;
}

#copy-foot {
  padding: 160px 0px 20px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 13px;
}

#copy-foot a {
  color: rgba(255, 255, 255, 0.47);
}

#footer {
  background-color: #000000;
}

.footer a.nav-link {
  color: #282b2f!important;
  text-transform: capitalize;
  padding: 0px 0px 23px 0px!important;
  margin-left: 0px!important;
}

footer .dropdown-toggle::after {
  display: none;
}

footer .dropdown-menu.show {
  display: none;
}

footer .dropdown-menu {
  display: block;
  background-color: rgba(0, 0, 0, 0);
}

footer #menu-footer-nav {
  flex-direction: row;
  width: 100%!important;
}

footer #menu-footer-nav li {
  width: 25%;
}

footer .dropdown-item {
  color: #ffffff;
  padding-left: 0px;
}

footer .dropdown-item:hover {
  background-color: #000;
  color: #e9008a;
}
span.btn.btn-primary.booknow {
    width: 100%;
}
/*  buttons  ============================================================================= */

.btn {}

.btn-primary {
  background-color: #2f95d2;
  font-size: 18px!important;
  padding: 27px 30px 26px!important;
  border: 0px solid #2f95d2!important;
  color: #ffffff;
  -webkit-transition: all 500ms!Important;
  border-radius: 3px;
  transition: all 500ms!important;
  cursor: pointer;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #449ed4;
}

.btn-secondary {
  background-color: unset;
  font-size: 17px!important;
  padding: 0px!Important;
  border: unset!Important;
  border-bottom: 2px solid #fff!important;
  color: #ffffff;
  font-weight: 500!important;
  -webkit-transition: all 500ms!Important;
  border-radius: 0px;
  transition: all 500ms!important;
}

.btn-secondary:hover {
  color: #2f95d2;
  border-color: #2f95d2!Important;
  background-color: rgba(15, 115, 147, 0);
}

.btn-thirdly {
  background-color: unset;
  font-size: 17px!important;
  padding: 0px!Important;
  border: unset!Important;
  border-bottom: 2px solid #fff!important;
  color: #3e3e3e;
  font-weight: 500!important;
  -webkit-transition: all 500ms!Important;
  border-radius: 0px;
  transition: all 500ms!important;
  cursor: pointer;
  background-image: url(images/arrowrightblack.png);
  background-size: unset;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding-right: 50px!important;
}

.btn-thirdly:hover {
  color: #141414;
  border-color: #141414!Important;
  background-color: rgba(15, 115, 147, 0);
}

/*  WOO ============================================================================= */

/* ============================================================================= */

/* Input/fornm */

input[type="email"],
select,
input[type="password"],
input[type="text"],
.form-phone,
textarea,
input[type="tel"] {
  height: 50px;
}

textarea {
  /* padding: 22px!important; */
  height: 300px!important;
}

input[type="submit"] {
  width: 100%;
  /* border: 2px solid #046c98; */
  /* background-color: #046c98; */
  /* color: #ffffff!important; */
  /* font-size: 18px; */
  /* padding: 14px 0px; */
  /* text-transform:  uppercase; */
  /* font-weight: 700; */
  /* text-align: left; */
  /* border-radius: 0px; */
  /* text-align: center; */
  cursor: pointer;
}

input[type="submit"]:after {
  content: "12";
}

input[type="submit"]:hover {
  color: #ffffff!important;
  background-color: #10739c;
  border: 0px solid #046c98!important;
}

/* Mobile Styling - Bootstrap build from bottom up */

/* side nav */

.navbar-toggler-icon {
  display: block;
  position: absolute;
  right: 0%;
  background-image: url(images/mobile-nav-icon.png)!important;
  width: 33px;
  top: 19px;
}

#desktopmenu {
  display: none!Important;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: rgba(47, 149, 210, 0.9);
  overflow-x: hidden;
  padding-top: 60px;
  z-index: 999999999999;
  transition: 0.5s;
}

.sidenav li {
  padding: 2px 8px 2px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff!important;
  display: block;
  transition: 0.3s;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fff!important;
  display: block;
  transition: 0.3s;
}

.sidenav li a {
  color: #fff!important;
  font-size: 16px;
}

.sidenav li:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 4px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav li a:after {
  content: unset;
}

/* Desktop Nav */

.dropdown-item {
  color: #ffffff;
  font-family: inherit;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav li a {
    font-size: 18px;
  }
}

@media (min-width: 480px) {}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
  .navbar {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .navbar {
    /* max-width: 720px; */
    max-width: 720px;
  }
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 780px) {}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .navbar {
    max-width: 960px;
  }
  #desktopmenu {
    display: flex!Important;
  }
  .navbar-toggler-icon {
    display: none;
  }
}

/* Extra large devices (large desktops, 1200px and up) - Put All Desktop Styling here*/

@media (min-width: 1200px) {
  .container {}
  .navbar {
    max-width: 1140px;
  }
}

@media (min-width: 1440px) {}

@media (min-width: 1600px) {
  /* essential */
  .container {
    max-width: 1600px;
  }
  .navbar {
    padding-top: 23px;
    max-width: 1600px;
  }
  /* essential end */
}

@media (max-width: 1600px) {
  .innercopy {}
  a.nav-link {
    margin-right: 5px!important;
    font-size: 16px;
  }
  
  
  .header .nav-item:last-child a {
    padding: 18px 13px!important;
}
  
  #logomain {
    max-width: 250px!important;
  }
  .newsbox {
    background-color: rgba(0, 0, 0, 0.70);
    padding: 150px 60px;
    min-height: 575px;
  }
  #bookingform .form-control {
    text-indent: 75px!important;
}
.count {
    position: absolute;
    left: 25%;
  }
  
  button.owl-dot {

    left: 21%;
  }
  .nav-tabs a.nav-link {
    font-size: 15px;
    padding: 23px 13px;
  }
}

@media (max-width: 1440px) {
  .indexbox {
    padding: 135px 35px;
    min-height: 514px;
  }
  #logomain {
    max-width: 225px!important;
  }
  .newsbox h2 {
    font-size: 26px;
  }
  .newsbox {
    background-color: rgba(0, 0, 0, 0.70);
    padding: 80px 30px;
    min-height: 400px;
  }
  #bookingform .form-control {
    text-indent: 75px!important;
}

.single-accommodation #bookingform .form-control {
    text-indent: 65px!important;
}


}

@media (max-width: 1280px) {
  .box .blackoverlay {
    padding: 60px 0px;
  }
  #bookingform .form-control{
    
       text-indent: 75px!important;
  }
   
}

@media (max-width: 1200px) {
  a.nav-link {
    font-size: 14px;
    margin-right: 1px!important;
  }
  .findac {
    width: 100%!Important;
  }
  
  .booknow {
    margin-left: 0px!IMportant;
    margin-top: 13px;
  }
  
  .guestselect {
    margin-top: 13px;
    margin-left: 0px!Important;
  }
  

  
  
  
}

@media screen and (max-width: 992px) {
  a.nav-link {
    margin-right: 0px!important;
  }

  
    .departo {margin-top: 13px;}
  
  .slider input[type="submit"] {
    width: 100%;
  }
  .topbar {
    display: block;
  }
  .blackbanner {
    /* background-color: rgba(0, 0, 0, 0.3); */
  }
  #logomain {
    max-width: 155px!Important;
  }
  .newsbox {
    padding: 150px 60px;
  }
  .indexbox {
    padding: 80px 35px;
    min-height: 400px;
  }
  .home .blogindex:nth-child(3) {
    display: none;
  }
  .ownerbox {
    margin-top: 0px;
    text-align: center;
    margin-bottom: 80px;
  }
  .btn {
    font-size: 15px!important;
  }
  .fpsect3 {
    padding-top: 0px;
  }
  .box {
    /* padding: 40px 40px!important; */
  }
  .boxone {
    margin-bottom: 13px;
  }
  .boxtwo {
    margin-top: 0px;
  }
  .fpsect1 .container {}
  .fpsect2 p {
    font-size: 17px;
  }
  .fpsect2 {
    padding-bottom: 00px;
  }
  .fpsect4 {
    display: none;
  }
  .fpsect3 .col-lg-9 {
    padding: 0px!Important;
  }
  .innerpagebg .container {
  }
  .fpsect2 {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .container {
    padding: 40px 15px!Important;
  }
  .fpsect2 .col-lg-6 {
    display: none;
  }
  .fpsect3 {
    display: none;
  }
  .reviews {
    display: none;
  }
  .checkava {
    text-align: center;
  }
  
  .checkava input[type=submit] {
    width: 100%;
  }
  .checkava h2 {
    margin-bottom: 23px!important;
  }
  
  .npage.banner {
    height: 40vh!important;
}
  
  .npage .blackbanner {
    height: 43vh;
}
  
  .ordertwo {
    order: 2;
  }
  .thearea .row.py-5 {
    padding-top: 0px!Important;
    padding-bottom: 1.5rem!Important;
}
  .thearea .row.py-5:first-child {
 padding-top: 30px!Important;
}
  
  .feedback {
    padding-top: 0px!Important;
  }
  
  .secondsect {
    padding-top: 30px!Important;
  }
  
  .single-accommodation .owl-two {
    margin-bottom: 110px;
  }
  
  .count {
    display: none;
  }
  
  button.owl-dot.active {
    visibility: visible;
    display: none!Important;
}
  
}

@media screen and (max-width: 860px) {}

@media (max-width: 768px) {
  .fpsect2 {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .bedconfig .copy {
    padding: 0px;
    padding-top: 13px;
    padding-left: 0%;
    text-align: center;
}
  
  
  
}

@media (max-width: 580px) {
  .navbar {
    padding-left: 15px;
  }
  .navbar-toggler-icon {
    right: 15px;
  }
  #bookingform #depart.form-control {
    background-image: url(images/arrowicon.png);
    background-position: 8% 50%;
}
  .header {
    display: block;
    max-height: 111px;
  }
  .vall .btn {
    bottom: 30px;
  }
  .slider h1 {
    font-size: 36px;
  }
  .indexbox {
    padding: 80px 15px;
    min-height: 400px;
  }
  .footerlogo {
    max-width: 200px!important;
  }
  .blackbanner {
    padding: 92px 0px 96px!important;
  }
  #breadcrumbs {
    font-size: 13px;
  }
  .innercopy {
    padding: 30px;
  }
  
  #bookingform .form-control {
    height: 60px!Important;
        text-indent: 70px;
  }
  
  #bookingform #location.form-control {
 
    background-size: 23px;
  }
  #bookingform #adults.form-control {
    background-size: 23px;
  }
  
 #bookingform  input[type="submit"] {

    padding: 19px!important;
}
  
  
  .slider h1 {
    padding-bottom: 23px;
  }
  
  
  #bookingform .select-wrapper:after {
    top: 20px;
  }
  
  .box .blackoverlay {
    padding: 55px 0px;
}
  
  .fpsect1 .container {
padding-top: 15px!Important;
  }
  .instaimgs {
    padding-top: 0px!important;
  }
  div#sb_instagram {
    padding-bottom: 0px!important;
}
  
  #copy-foot {
    padding: 80px 0px 20px;
  }
  
  .footerlogo {

    padding: 40px 0px 30px;
  }
  
  
}

@media (max-width: 480px) {
  h1 {
    font-size: 36px;
  }
  h2,
  h3 {
    font-size: 30px;
  }
  .newsbox h2 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .newsbox {
    padding: 78px 30px;
    min-height: 260px;
  }
}

@media (max-width: 420px) {}

@media (max-width: 325px) {
  .slider h1 {
    padding-bottom: 13px;
    font-size: 30px;
}
  
  .slider .container {
    
    margin-top: 30px;
  }
  
  
  
}

/*  SUNDRIES  ============================================================================= */

.inlineblock {
  display: inline-block!important;
}

.absolute {
  position: absolute;
  top: 0px;
  left: 0px;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.base {
  margin: 0px 18px 18px 0px;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.padd1 {
  padding: 23px 0px!important;
}

.big {
  font-size: 26px!important;
  padding-bottom: 13px;
}

.clBottom {
  margin-bottom: 0px!important;
  padding-bottom: 0px!important;
}

.white {
  color: #fff!important;
  text-decoration: none;
  border-color: #fff!important;
}

.black {
  color: #333!important;
  text-decoration: none;
  border-color: #333!important;
}

.grey {
  color: #655e4e!important;
}

.pink {
  color: #ff3692!important;
}

.light-orange {
  color: #f58220!important;
}

.green {
  color: #2e7a32!important;
}

.center {
  text-align: center!important;
}

.upper {
  text-transform: uppercase;
}

.no_style {
  text-decoration: none;
}

.fb {
  position: relative;
  top: -14px;
}

.clear {
  clear: both;
}

.bgwhite {
  background: #fff;
}

.nopadd {
  padding: 0px!important;
}

.rounded {
  border-radius: 9px;
}

.inline {
  display: inline-block;
}

strong {
  font-size: inherit;
  color: inherit;
}

.ML0 {
  margin-left: 0px!important;
}

.ML2 {
  margin-left: 2em!important;
}

.M0 {
  margin: 0px!important;
}

.M1 {
  margin: 13px!important;
}

.MR0 {
  margin-right: 0px!important;
}

.MT0 {
  margin-top: 0px!important;
}

.MT65 {
  margin-top: 65px!important;
}

.MB0 {
  margin-bottom: 0!important;
}

.MBhalf {
  margin-bottom: 0.5em!important;
}

.MB1 {
  margin-bottom: 8px!important;
}

.MB2-5 {
  margin-bottom: 2.5em!important;
}

.MB3 {
  margin-bottom: 3.0em!important;
}

.MB5 {
  margin-bottom: 5.0em!important;
}

.MR0 {
  margin-right: 0!important;
}

.MR1 {
  margin-right: 1em!important;
}

.ML1 {
  margin-left: 1.0em!important;
}

.PB0 {
  padding-bottom: 0!important;
}

.PB0-5,
.minPad {
  padding-top: 0.5em!important;
}

.PB1 {
  padding-bottom: 1.0em!important;
}

.PB2 {
  padding-bottom: 2.0em!important;
}

.PB4 {
  padding-bottom: 4.0em!important;
}

.PT0 {
  padding-top: 0!important;
}

.PT1 {
  padding-top: 1em!important;
}

.PT2 {
  padding-top: 2em!important;
}

.PT2-5 {
  padding-top: 2.5em!important;
}

.aCenter {
  text-align: center;
}

.aLeft {
  text-align: left;
}

.aRight {
  text-align: right!important;
}

.bb1 {
  border-bottom: 1px solid #666;
  margin-bottom: 13px!important;
  padding-bottom: 13px;
}

.bt1 {
  border-top: 1px solid #ccc;
}

.br1 {
  border-right: 1px solid #bdbdbd;
  margin: 0px;
}

.bl1 {
  border-left: 1px solid #c5c5c5;
  margin: 0px;
}

.m-only {
  display: none;
}

.alignright {
  float: right;
  margin: 0px 0px 13px 13px;
}

.alignleft {}

.aligncenter {
  margin: auto;
}

.no_padd {
  padding: 0px!important;
}

.bgnone {
  background: none!important;
}

.cap {
  text-transform: capitalize;
}

.Borange {
  background: #f8951d!important;
}

.Bblue {
  background: #0aa6c7!important;
}

.padd2 {
  padding: 43px 0px 3px 0px;
}

.padd3 {
  padding: 55px 0px;
}

.dark {
  color: #303b42!important;
}

.rel {
  position: relative;
}

.minh300 {
  min-height: 300px;
}

.minh250 {
  min-height: 250px;
}

.bkgw {
  background: #fff!important;
}

.whitebkg {
  background: #fff!important;
}

.padder {
  padding: 45px;
  display: block;
  border-radius: 6px;
}

.padder h3 {
  margin: 0px !important;
}

.small {
  font-weight: 300;
  font-size: 16px;
}

.plain {}

.max-250 {
  max-width: 450px!important;
}

/* Required */

.blackbg {
  background-color: black;
}

.hidden {
  opacity: 0!important;
}

.visible {
  opacity: 1!important;
}

.borderg {
  border: 1px solid #dedddd;
  border-radius: 3px;
}

.MT20 {
  margin-top: 30px!important;
}

.centerbutton {
  margin: 0 auto;
}

.PT60 {
  padding-top: 60px!important;
}

.PT80 {
  padding-top: 80px!important;
}

.heading {
  padding: 60px 0px;
}

.PB120 {
  padding-bottom: 120px!Important;
}

.PB80 {
  padding-bottom: 80px!Important;
}

.select2-search__field {
  display: none;
}

label {
  display: block;
}

.alm-btn-wrap .alm-load-more-btn {
  background: #f15922!important;
}