*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background-color: #ffffff;
    color: #363C42;
    font-size: 16px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%; 
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    font-style: normal;
    color: #004B8E;
    text-transform: none;
}
h1, h2, h3, h4 {
    color: #004B8E;
}
h5, h6 {
  color: #363C42;
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 500;
}
h1, .h1 {
  font-size: 40px;
  line-height: 50px;
}
h2, .h2 {
  font-size: 30px;
  line-height: 40px;
}
h3, .h3 {
  font-size: 20px;
  line-height: 28px;
}
h4, .h4 {
  font-size: 18px;
  line-height: 22px;
}
h5, .h5 {
  font-size: 15px;
  line-height: 20px;
}
h6, .h6 {
  font-size: 13px;
  line-height: 18px;
}
p {
    font-size: 15px;
    line-height: 24px;
    color: #363C42;
    margin: 0 0 10px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    font-style: normal;
}
a {
    text-decoration: none;
    color: #363C42;
    font-family: 'Red Hat Display', sans-serif !important;
    font-weight: 500;
}
a:hover, a:focus {
    color: #004B8E;
    text-decoration: none;
}
a,button,submit,ul,li {
    font-family: 'Red Hat Display', sans-serif;
}
.formslable {
    display: none!important;
}
.uk-button {
    min-width: 152px;
    height: 40px;
    line-height: 40px;
    padding: 0 26px !important;
    font-size: 15px !important;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 500;
    font-style: normal;
    background: #363C42;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    transition: ease all 0.5s;
}
.btnWhite {
    background: #ffffff;
    color: #363C42 !important;
}
.btnBlue {
    background: #004B8E;
    color: #ffffff !important;
}
.uk-button:hover, .btnWhite:hover,
.uk-button:focus, .btnWhite:focus {
    background: #004B8E;
    color: #ffffff !important;
}
.btnBlue:hover, .btnBlue:focus {
    background: #363C42;
}
.button-text-arrow {
    color: #363C42;
    font-size: 14px;
    position: relative;
    padding-right: 50px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    transition: ease all 0.5s;
}
.button-text-arrow-white {
    color: #ffffff;
}
.button-text-arrow::before {
    content: "\e97c";
    font-family: 'mimiconfont' !important;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
    transition: ease all 0.5s;
}
.button-text-arrow:hover, .button-text-arrow:focus {
    color: #004B8E;
}
.button-text-arrow:hover::before, .button-text-arrow:focus::before {
  right: -5px;
}
.button-text-arrow-white:hover, .button-text-arrow-white:focus {
    color: #ffffff;
}

.button-icon-circle {
    font-size: 27px;
    color: #141C2C;
}
.button-icon-circle:hover, .button-icon-circle:focus {
    color: #717171;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    color: #000000 !important;
    background: #ffffff;
}
a.skip-to-content-btn {
    position: absolute;
    top: 0;
    left: 0;
    background: #E0E2DB;
    color: #141C2C !important;
    height: 30px;
    width: auto;
    line-height: 30px;
    padding: 0 20px;
   filter: opacity(0);
    text-decoration: none !important;
    border: none !important;
    z-index: 999999;
}
a.skip-to-content-btn:focus-within, a.skip-to-content-btn:focus {
    z-index: 999999;
    background: #E0E2DB;
    color: #141C2C !important;
filter: opacity(1);
    outline: 0;
    font-size: 14px;
}
.uk-container {
    padding-left: 30px;
    padding-right: 30px;
}
.uk-container-1240 {
    max-width: 1240px;
}
.uk-container-1215 {
    max-width: 1215px;
}
.uk-container-1150 {
    max-width: 1150px;
}
.uk-container-1080 {
    max-width: 1080px;
}
.uk-container-1030 {
    max-width: 1030px;
}
.uk-container-960 {
    max-width: 960px;
}
.uk-container-850 {
    max-width: 850px;
}
.content-focus:focus {
    outline: 1px solid #141C2C;
    box-shadow: 0 0 3px #141C2C inset;
}
.bg-section {
  background: #F3F3EF;
}
.title {
  text-transform: uppercase;
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 500;
}
.heading {
    margin-bottom: 20px;
}
.onproperty{
  padding-top: 40px;
}

.custom-popup {
  background: rgba(0, 0, 0, 0.9);
}
.uk-icon.uk-close {
    width: 35px;
    height: 35px;
    border: solid thin #ffffff;
    border-radius: 50%;
    position: relative;
    top: 100px;
    right: 50px;
}
.uk-icon.uk-close svg {
    width: 18px;
    height: 18px;
}
ul.list-tick {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.list-tick li {
    position: relative;
    padding-left: 40px;
    line-height: 26px;
    margin-bottom: 20px;
}
.list-tick li::before {
    content: "\e97d";
    position: absolute;
    font-family: 'mimiconfont' !important;
    left: 0;
    top: 0;
    font-size: 18px;
    font-weight: bold;
}
.list-circle {
    margin: 0 0 30px;
    padding: 0;
    list-style-type: none;
}
.list-circle li {
    position: relative;
    padding-left: 20px;
    line-height: 35px;
}
.list-circle li::before {
    content: '';
    position: absolute;
    left: 0;
    /*top: 50%;
    transform: translateY(-50%);*/
  top: 10px;
    width: 5px;
    height: 5px;
    background: #004B8E;
    border-radius: 50%;
}

.snippet-content p {
  margin-top: 30px;
}
.snippet-content .uk-button {
  margin-top: 30px;
}
.snippet-content ul.list-tick {
  margin-top: 25px;
}

/* Feature Snippet -- START */
.feature-snippet .feature-snippet-wrap {
  position: relative;
  background: #ffffff;
  padding: 50px 0;
  z-index: 2;
}
.feature-snippet-wrap .feture-snippet-img {
  position: relative;
  width: 50%;
  text-align: left;
}
.feature-snippet .feature-snippet-info {
  width: 50%;
  text-align: right;
}
.feature-snippet-wrap .feture-snippet-img img {
  width: auto;
}
.feature-snippet .feature-snippet-info .inner-text {
  width: 100%;
  max-width: 600px;
  display: inline-block;
  text-align: left;
  padding-left: 40px;
  box-sizing: border-box;
}
.feature-snippet .feature-snippet-info .inner-text p a {
  text-decoration: underline;
}
.feature-snippet .feature-snippet-wrap:nth-child(even){
  padding: 0;
}
.feature-snippet .feature-snippet-wrap:last-child {
  padding-bottom: 50px;
}
.feature-snippet .feature-snippet-wrap:nth-child(even) .feture-snippet-img {
    text-align: right;
}
.feature-snippet .feature-snippet-wrap:nth-child(even) .feature-snippet-info {
  text-align: left;
}
.feature-snippet .feature-snippet-wrap:nth-child(even) .feature-snippet-info .inner-text {
  padding-left: 0;
  padding-right: 60px;
  text-align: left;
}
.feature-snippet .feature-snippet-wrap:nth-child(even) .uk-grid {
  flex-direction: row-reverse;
}
.feature-snippet .feature-snippet-info .title {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.feature-snippet .feature-snippet-info .h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
}
.feature-snippet .feature-snippet-info h3 {
    margin-bottom: 0;
}
.feature-snippet .feature-snippet-info .uk-accordion-content {
    margin-top: 10px;
    margin-bottom: 5px;
}
.feature-snippet .feature-snippet-info p {
    margin-bottom: 25px;
}
.feature-snippet .feature-snippet-info .uk-accordion > li {
    padding: 10px 0;
}
.feature-snippet .feature-snippet-info .uk-accordion > li > a:hover .heading,
.feature-snippet .feature-snippet-info .uk-accordion > li > a:focus .heading {
    color: #717171;
}
.feature-snippet .feature-snippet-info .feature-buttons {
    margin-top: 0;
}
.feature-snippet .feature-snippet-info .feature-buttons .uk-button {
    margin-right: 35px;
}
.feature-snippet .feature-snippet-info .feature-buttons a:last-child {
    margin-top: 20px;
}
.feature-snippet .feature-snippet-info .button-text-arrow, .feature-snippet .feature-snippet-info p .button-text-arrow {
    display: inline-block;
    text-decoration: underline;
}
.feature-snippet .feature-snippet-info .read-more {
    margin-bottom: 35px;
}
.feature-snippet-wrap .feture-snippet-img .logo-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55%;
}
.locationmapdata .H_ib_body .mapinnerbox_btn {
    display: none;
}

.map-phone a {
    color: #fff;
}

.map-phone a:hover, .map-phone a:focus {
    text-decoration: underline;
}
.map-name {
    font-size: 14px;
    padding-bottom: 5px;
}

.locationmapdata #map .H_ib_body {
    bottom: 25px !important;
}
.accessibility-amenities h3 {
    margin-bottom: 20px;
    font-size: 18px;
}
.accessibility-amenities .uk-accordion > li > a {
    padding-left: 30px;
}

.accessibility-amenities .uk-accordion > li > a [class^="mim-icon-"] {
    position: absolute;
    left: 0;
    top: 4px;
}

#adawebsiteconformance h1 {
    margin: 0;
    font-size: 26px;
}

#adawebsiteconformance h2 {
    font-size: 24px;
    margin: 15px 0 10px;
}

#adawebsiteconformance ul {
    padding: 0;
}


@media screen and (max-width: 1279px) {
  .feature-snippet .feature-snippet-info .inner-text {
    padding-left: 40px;
  }
  .feature-snippet .feature-snippet-wrap:nth-child(even) .feature-snippet-info .inner-text {
    padding-right: 40px;
  }
  .feature-snippet .feature-snippet-wrap {
    padding: 40px 0;
  }
}
@media screen and (max-width:1024px) {
  .headerSticky-inner header {
    height: 60px;
  }
  .feature-snippet .feature-snippet-wrap {
    padding: 30px 0;
  }
  .feature-snippet .feature-snippet-wrap:last-child {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 960px) and (min-width: 320px) {
    .feature-snippet-wrap .feture-snippet-img img{width: 100%;}
  .feature-snippet .feature-snippet-wrap {
    padding: 0;
    margin-bottom: 30px;
  }
  .feature-snippet .feature-snippet-wrap:first-child {
    margin-top: 15px;
  }
  .feature-snippet .feature-snippet-wrap:last-child {
    padding-bottom: 0;
  }
  .feature-snippet-wrap .feture-snippet-img, .feature-snippet .feature-snippet-info {
    width: 100%;
  }
  .feature-snippet .feature-snippet-info .inner-text {
    display: block;
    padding-left: 0;
  }
  .feature-snippet .feature-snippet-wrap:nth-child(even) .feature-snippet-info {
    padding-right: 0px;
  }
  .feature-snippet .feature-snippet-wrap:nth-child(even) .feature-snippet-info .inner-text{
    padding-right: 0;
  }
  .feature-snippet .feature-snippet-info {
    padding-top: 15px;
  }
  .feature-snippet .read-link {
    margin-left: 30px !important;
    margin-top: 30px;
  }
  .feature-snippet .feature-snippet-info .heading {
    text-transform: none;
    margin-bottom: 15px;
  }
  .feature-snippet .feature-snippet-info .inner-text p {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .feature-snippet .feature-snippet-info .inner-text .list-tick {
    margin-top: 20px;
  }
  .feature-snippet .feature-buttons {
    margin-top: 0;
  }
  .feature-snippet .feature-buttons .uk-button {
    margin-top: 20px;
  }
}
@media (max-width: 640px){
	.locationmapdata #map .H_ib_body{
      	right: auto;
      	left: -50%;
        transform: translateX(-50%);
  	}
  .locationmapdata #map .H_ib_body .H_ib_content{
  	margin: 0;
  }
}

/* Feature Snippet -- END */

/* Large Snippet -- START */
.large-snippet {
    width: 100%;
    min-height: 650px;
    position: relative;
    background: #333333;
    z-index: 2;
}
.large-snippet::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.large-snippet .snippet-image {
    object-fit: cover;
    object-position: center center;
    overflow: hidden;
}
.large-snippet .snippet-image img {
    width: 100%;
    height: 750px;
    margin-top: -100px;
    object-fit: cover;
    object-position: center center;
}
.large-snippet .snippet-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 505px;
    z-index: 2;
}
.large-snippet .snippet-content, .large-snippet .snippet-content .title, .large-snippet .snippet-content .heading, .large-snippet .snippet-content p {
    color: #ffffff;
}
.large-snippet .snippet-content .title {
    margin: 0 0 20px;
}
.large-snippet .snippet-content .description {
    margin-top: 20px;
}
.large-snippet .snippet-content .uk-button {
    margin-top: 35px;
}
@media screen and (max-width: 1080px) {
  .large-snippet {
    min-height: 500px;
  }
  .large-snippet .snippet-image img {
    height: 600px;
  }
}
@media screen and (max-width: 980px) {
  .large-snippet {
    min-height: 450px;
  }
  .large-snippet .snippet-image img {
    height: 550px;
  }
}
@media screen and (max-width: 767px) {
  .large-snippet {
    min-height: 450px;
  }
  .large-snippet .snippet-image img {
    height: 550px;
  }
  .large-snippet .snippet-content {
    max-width: calc(100% - 40px);
    padding-right: 0;
  }
}
/* Large Snippet -- END */

/* Accordion */
.uk-accordion {
    padding: 0;
    list-style: none;
}
.uk-accordion > li {
    position: relative;
    padding: 35px 0;
    outline: none;
    border-bottom: solid thin #C6C7C9;
}
.uk-accordion > li:last-child {
    border-bottom: none;
}
.uk-accordion > li > a {
    position: relative;
    color: #004B8E;
    font-size: 18px;
    padding-right: 25px;
    font-family: 'DM Serif Display', serif !important;
    font-weight: 500;
    text-decoration: none;
}
.uk-accordion-title:focus, .uk-accordion-title:hover {
    color: #363C42;
}
.uk-accordion-title::after {
    content: "\e976";
    position: absolute;
    top: 0;
    right: 0;
    font-family: mimiconfont!important;
}
.uk-open>.uk-accordion-title::after {
    content: "\e975";
    transform: rotate(180deg);
}
.uk-accordion-content {
    margin-top: 20px;
    width: 90%;
}
.uk-accordion-content p {
    margin-bottom: 20px;
}
.faq-answer {
    line-height: 28px;
}

#main-content input[type="text"], #main-content input[type="email"], #main-content input[type="number"], #main-content input[type="tel"], #main-content select, #main-content textarea {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0;
    background: #fff;
    color: #363C42;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #DDDDD4;
    transition: .2s ease-in-out;
    transition-property: color, background-color, border;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
   
}
#main-content input, #main-content select:not([multiple]):not([size]) {
    height: 40px;
    vertical-align: middle;
    display: inline-block;
}
select::-ms-expand {
    display: none;
}
#main-content textarea {
    resize: none;
}
.commentwrap.contact-captcha {
    display: flex;
    align-items: flex-start;
    margin: 20px 0;
}
.commentwrap.contact-captcha .commentcodecol5 {
    margin-top: 12px;
}
#gdprformsection input[type="submit"] {
    width: auto;
    padding: 0 26px !important;
    min-width: 110px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    background: transparent;
    color: #141C2C;
    border: solid thin #141C2C;
    font-family: inherit;
    transition: ease all 0.5s;
    cursor: pointer;
}
#gdprformsection input[type="submit"]:hover, #gdprformsection input[type="submit"]:focus {
    background: #E0E2DB;
    color: #141C2C;
}
/* Floating Lable -- START */
.floating-label { 
  position:relative; 
  margin-bottom:20px; 
}
.floating-input , .floating-select {
  font-size:14px;
  padding:4px 4px;
  display:block;
  width:100%;
  height:30px;
  background-color: transparent;
  border:none;
  border-bottom:1px solid #757575;
}
.floating-input:focus, .floating-select:focus {
     outline:none;
     border-bottom: 1px solid #004B8E !important; 
}
.floating-label label {
  font-size: 16px;
  color: #004B8E;
  font-weight: 400;
  position:absolute;
  pointer-events:none;
  left:0;
  top:0;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
  left: 0;
  top: -25px;
  font-size: 15px;
  color: #004B8E;
}
.floating-select:focus ~ label , .floating-select:not([value=""]):valid ~ label,  .floating-select:autofill ~ label {
  left: 0;
  top: -25px;
  font-size: 16px;
  color: #333333;
}

/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
  width:50%;
}
.error-message {
    font-size: 14px;
    color: #A30000;
    text-transform: capitalize;
}

.floating-textarea {
  min-height: 43px;
  max-height: 260px; 
  overflow:hidden;
  overflow-x: hidden; 
}

/* highlighter */
.highlight {
  position:absolute;
  height:50%; 
  width:100%; 
  top:15%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
.floating-input:focus ~ .highlight , .floating-select:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* animation */
@-webkit-keyframes inputHighlighter {
  from { background:#5264AE; }
  to  { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
  from { background:#5264AE; }
  to  { width:0; background:transparent; }
}
@keyframes inputHighlighter {
  from { background:#5264AE; }
  to  { width:0; background:transparent; }
}

/****  floating-Lable style end ****/

/*uk modal*/
.uk-modal {
    z-index: 99999;
}

/* Read More */
.expanded-text {
    display: none;
}
.read-more {
  margin: 5px 0;
  display: inline-block;
}
.read-more a {
  text-transform: capitalize;
  color: #363C42;
  font-weight: 500;
  text-decoration: none;
      display: flex;
    align-items: center;
}
.read-more a span {
    padding-left: 5px;
    font-size: 13px;
}
.read-more span.icon {
  width: 12px;
  height: 12px;
  border: solid thin #363C42;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  line-height: 12px;
  font-size: 13px;
  box-sizing: border-box;
  padding: 0 1px;
}
.read-more .less-text span.icon {
    padding: 1px 0px;
    line-height: 8px;
}
.read-more a:hover, .read-more a:focus {
  color: #7c878e;
}

/* Get Free Quote -- START */
.home-get-free-quote .uk-light{
    position: relative;
    overflow: hidden;
    background: #000;
}
.home-get-free-quote .heading {
    margin: 30px 0;
}
.home-get-free-quote-img {
    overflow: hidden;
    height: 450px;
    position: relative;
}
.home-get-free-quote-img img {
    width: 100%;
}
.home-get-free-quote-img {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.home-get-free-quote-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
}
.home-get-free-quote .uk-container-1180 {
    position: relative;
    height: 450px;
}
.home-get-free-quote .snippet-content {
    width: 100%;
    top: 50%;
    right: 0;
    position: absolute;
    transform: translateY(-50%);
    z-index: 2;
}
.home-get-free-quote .inner-box .heading, .home-get-free-quote .inner-box p {
    color: #ffffff;
    margin: 0;
}
.home-get-free-quote .inner-box p {
    margin-top: 20px;
}
.home-get-free-quote .inner-box {
    position: relative;
    width: 100%;
    max-width: 505px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
/* Get Free Quote -- END */

/* Book Now [START] */
.booking-form {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    background: transparent;
    /*transition: ease all 0.6s;*/
    z-index: 9;
}
.booking-form .uk-container {
    /*max-width: 1030px;*/
    padding: 50px 30px;
}
.booking-form .heading {
  color: #ffffff;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}
.booking-form .heading span {
    padding: 15px;
    position: relative;
    color: #ffffff;
    text-shadow: 0px 0px 0px ;
    z-index: 2;
}
.booking-form .heading .b-line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    padding: 0;
    display: inline-block;
    z-index: 1;
}
.booking-form .uk-grid {
    margin: 0;
    width: 100%;
  justify-content: space-between;
      align-items: center;
}
.book-view {
position: relative;
    padding: 0 13px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.book-view:first-child {
    padding-left: 0;
}
.book-view:last-child {
    padding-right: 0;
}
.booking-form .ada-datepicker {
    position: relative;
}
.booking-form label {
    color: #ffffff !important;
    text-shadow: 0px 0px 0px #ffffff;
    margin-left: 15px;
    font-size: 15px;
}
.booking-form label:first-child {
    margin-left: 0;
}
.booking-form input[type="text"], .booking-form select {
    background: transparent !important;
    color: #ffffff !important;
    text-shadow: 0px 0px 0px #ffffff;
    border-bottom: 1px solid #ffffff !important;
    font-size: 16px;
    font-weight: 500;
}
.booking-form input[type="text"]::-webkit-input-placeholder {
    color: #ffffff;
    text-shadow: 0px 0px 0px #ffffff;
}
.booking-form input[type="text"]::-moz-placeholder {
    color: #ffffff;
    text-shadow: 0px 0px 0px #ffffff;
}
.booking-form input[type="text"]:-ms-input-placeholder {
    color: #ffffff;
    text-shadow: 0px 0px 0px #ffffff;
}
.booking-form input[type="text"]:-moz-placeholder {
    color: #ffffff;
    text-shadow: 0px 0px 0px #ffffff;
}
.booking-form input[type="text"] {
    width: 140px !important;
    text-transform: uppercase;
    border-color: transparent;
    margin-left: 0px;
    padding: 0;
    position: relative;
    z-index: 2;
}
.booking-form.uk-active input[type="text"] {
    color: #363c42 !important;
}
.booking-form select {
    width: 65px !important;
    cursor: pointer;
    margin-left: 0px;
    padding: 10px 25px 10px 0px;
    appearance: none;
    border: none;
}
.book-view span.mim-icon-angle-arrow-down {
    color: #ffffff;
    top: 32px;
    right: 10px;
    position: absolute;
    pointer-events: none;
    font-weight: normal;
}
.booking-form select option {
    color: #363C42 !important;
}
.booking-form .ada-datepicker .ui-datepicker-trigger {
    cursor: pointer;
    background-color: transparent;
    /* background-image: url("https://www.gatlinburgriverinn.com/images/calendar.png"); */
    background: none;
    border: none;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    right: 0px;
    padding: 10px;
    font-size: 20px;
    color: #ffffff;
    z-index: 1;
}
.booking-form .ada-datepicker .ui-datepicker-trigger::before {
    content: "\e962";
    position: absolute;
    font-family: 'mimiconfont' !important;
    top: 0;
    right: 0;
}
.booking-form .ada-datepicker .ui-datepicker-trigger img, 
.booking-form .promocode-box label {
   /*display: none;*/
}
.booking-form .promocode {
    width: 88px !important;
    font-size: 13px;
}
.booking-form .book-view .input-promocode {
    width: 145px !important;
    text-transform: capitalize;
}
.booking-form.uk-active {
    background: #E6E6DC;
    bottom: auto;
    opacity: 0;
    visibility: hidden;
}
.booking-form-active .booking-form  {
    opacity: 1;
    visibility: visible;
}
.booking-form-active .booking-form .heading {
  display: none;
}
.booking-form + .uk-sticky-placeholder {
    height: auto !important;
}

.booking-form-active .booking-form .uk-container {
    padding: 10px 30px;
}
.uk-active .book-view, 
.booking-form.uk-active label, 
.booking-form.uk-active input[type="text"], 
.booking-form.uk-active select, 
.booking-form.uk-active .ada-datepicker .ui-datepicker-trigger {
    color: transparent !important;
    text-shadow: 0px 0px 0px #363c42;
}
.booking-form.uk-active input[type="text"], 
.booking-form.uk-active select {
    border-bottom: 1px solid #363c42 !important;
}
.booking-form.uk-active input[type="text"]::-webkit-input-placeholder {
    color: transparent;
    text-shadow: 0px 0px 0px #363c42;
}
.booking-form.uk-active input[type="text"]::-moz-placeholder {
    color: transparent;
    text-shadow: 0px 0px 0px #363c42;
}
.booking-form.uk-active input[type="text"]:-ms-input-placeholder {
    color: transparent;
    text-shadow: 0px 0px 0px #363c42;
}
.booking-form.uk-active input[type="text"]:-moz-placeholder {
    color: transparent;
    text-shadow: 0px 0px 0px #363c42;
}

.booking-form.uk-active .book-view span.mim-icon-angle-arrow-down {
    color: #363c42;
}
/* Book Now [END] */


/* UK Modal [START] */
.uk-modal {
    z-index: 99999;
}
.uk-modal-body {
    width: 90%;
    max-width: 1030px !important;
    height: auto;
    transform: translateY(-50%);
    /*top: 50%;
    padding: 0;*/
}

.uk-modal-close {
    position: absolute;
    top: 5px;
    right: -45px;
    color: #ffffff;
    background: none;
    border: solid 2px #ffffff;
    font-weight: 900;
    width: 25px;
    height: 25px;
    z-index: 9;
    border-radius: 50%;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    cursor: pointer;
}
.uk-modal-close:hover, .uk-modal-close:focus {
    color: #bababa;
    border-color: #bababa;
}
/* UK Modal [END] */

.uk-lightbox {
    z-index: 99999;
}
.social-media li a {
    font-size: 23px;
    color: #363C42;
    transition: ease all 0.6s;
}
.social-media li a:hover, .social-media li a:focus {
    color: #004B8E !important;
}

#revinate-modal-sections button.uk-modal-close-default {
    position: absolute;
    right: -16px;
    top: -18px;
    background: #fff;
    border: 1px solid #000;
}
#revinate-modal-sections .uk-modal-header {
    padding: 10px 30px 10px;
}
#revinate-modal-sections .uk-modal-header h2.uk-modal-title {
    font-size: 24px;
}
#revinate-modal-sections .uk-modal-body {
    transform: initial;
    width: inherit;
    max-width: 100% !important;
    top: inherit;
    padding: 0px 30px 30px;
}
#revinate-modal-sections .uk-grid {
    margin-top: 20px;
}
#revinate-modal-sections label {
    display: block;
    margin-bottom: 5px;
}
#revinate-modal-sections input[type='text'], #revinate-modal-sections input[type='email']{
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
}
.hero-video-section .ms_cms_editbar_component {
    left: 50%;
    top: 50%;
}
@media screen and (max-width: 1080px) {
  h1,.h1 {
    font-size: 32px;
    line-height: 42px;
  }
  h2, .h2 {
    font-size: 26px;
    line-height: 32px;
  }
  h3, .h3 {
    font-size: 22px;
    line-height: 26px;
  }
  #wrapper {
    padding-top: 60px;
  }
  .uk-button {
    font-size: 15px;
  }
  .floating-label label {
    font-size: 20px;
  }
  
  /* Reservation */
  .reservations-modal {
    padding: 20px;
    background: #E6E6DC;
    display: none;
  }
  .reservations-modal.uk-open {
    display: block;
    background: url("https://www.gatlinburgriverinn.com/images/reservations-bg.png") #E6E6DC;
    background-size: cover;
    background-position: center;
  }
  .reservations-modal .uk-modal-body {
    transform: initial;
    top: 0;
    background: transparent;
  }
  .reservations-modal .uk-modal-close {
      position: absolute;
      top: 20px;
      right: 20px;
      color: #004B8E;
      font-size: 20px;
      border: none;
  }
  .reservations-modal .uk-modal-close:hover {
      color: #232629;
  }
  .reservations-modal .uk-modal-body .booking-form {
    position: relative !important;
    background: transparent !important;
    top: 0 !important;
    opacity: 1;
    visibility: visible;
  }
  .reservations-modal .booking-form .uk-grid {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .reservations-modal .booking-form .heading {
    color: #004B8E;
  }
  .reservations-modal .booking-form .promocode-box label {
    display: block;
  }
  .reservations-modal .book-view {
    color: #232629;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 5px;
  }
  .reservations-modal .booking-form label {
    text-shadow: 0px 0px 0px #232629;
    width: calc(50% - 15px);
  }
  .reservations-modal .booking-form .ada-datepicker {
    position: relative;
    width: 50%;
  }
  .reservations-modal .booking-form input[type="text"] {
    width: 50% !important;
    margin-left: 0;
  }
  .reservations-modal .booking-form .ada-datepicker input[type="text"] {
    width: 100% !important;
  }
  .reservations-modal .booking-form select {
    width: 50% !important;
    margin-left: 0;
  }
  .reservations-modal span.mim-icon-angle-arrow-down {
    position: absolute;
    right: 0px;
    top: 30px;
  }
  .reservations-modal .booking-form input[type="text"], 
  .reservations-modal .booking-form select {
    text-shadow: 0px 0px 0px #232629;
    border-bottom: 1px solid #232629 !important;
    font-weight: bold;
  }
  .reservations-modal .booking-form input[type="text"]::-webkit-input-placeholder {
      color: transparent;
      text-shadow: 0px 0px 0px #363c42;
  }
  .reservations-modal .booking-form input[type="text"]::-moz-placeholder {
      color: transparent;
      text-shadow: 0px 0px 0px #363c42;
  }
  .reservations-modal .booking-form input[type="text"]:-ms-input-placeholder {
      color: transparent;
      text-shadow: 0px 0px 0px #363c42;
  }
  .reservations-modal .booking-form input[type="text"]:-moz-placeholder {
      color: transparent;
      text-shadow: 0px 0px 0px #363c42;
  }
  .reservations-modal .book-view .uk-button {
    width: 100%;
    margin-top: 20px;
  }
  .booking-form .heading .b-line {
    display: none;
  }
  .booking-form .heading span {
    padding: 15px 0 0 0;
    text-shadow: 0px 0px 0px #363c42;
   }
}
@media screen and (max-width: 1025px) { 
  .reservations-modal .booking-form input[type="text"] {
    width: 100% !important;
    margin-left: 0;
  }
  .reservations-modal .booking-form .ada-datepicker {
    position: relative;
    width: 100% !important;
}
  .reservations-modal .booking-form select {
    width: 100% !important;
    margin-left: 0;
}
}

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


  .reservations-modal .booking-form select {
    width: 100% !important;
    margin-left: 0;
  }
  .uk-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  h1, .h1 {
    font-size: 28px;
    line-height: 32px;
  }
  h2, .h2 {
    font-size: 24px;
    line-height: 30px;
  }
  h3, .h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .uk-button {
    font-size: 13px !important;
    padding: 0 15px !important;
  }
  .uk-accordion > li {
    padding: 20px 0;
  }
  .iframe-website-show .uk-modal-body {
    width: 90%;
    height: 450px;
    transform: initial;
    top: 50px;
  }
  .uk-modal-close {
    top: -45px;
    right: 0;
  }
}
@media screen and (max-width: 340px) {
  .uk-button {
      padding: 0 15px !important;
      font-size: 12px !important;
  }
  .booking-form .uk-container {
    padding: 25px 0px;
  }
  .uk-modal-body {
    width: 100%;
  }
}
.text-cap-cookie {
  font-weight: 700;
}
body .pushItDown {
  margin-top: 0 !important;
}

@media (max-width: 767px){
  .uk-accordion-content {
    margin-top: 0;
  }

}

@media (min-width: 1200px) {

.blackbg{ background: #000;}

.blackbg.cms6 { background: inherit;}

}

@media all and (-ms-high-contrast:none) {
  .booking-form label {
    margin-right: 12px;
  }
  .booking-form input[type='text'], .booking-form select {
    color: #ffffff !important;
  }
  .booking-form .ada-datepicker .ui-datepicker-trigger {
    font-size: 15px;
  }
}
@media (min-width: 1350px){
  .homepage .home-top-section { height:850px; overflow: hidden;}
  .feature-snippet-wrap .feture-snippet-img {max-width: 650px;}
}
@media (max-width: 480px){
 .homepage .home-top-section {
	width: 100%;
	min-height: 170px;
}
}
