/*
Theme Name: Best4u Framework
Author: Best4u Group
Author URI: https://www.best4u.nl/
version: 1.0
Description: Gemaakt met liefde door Best4u
*/
/*--------------------------------------------------------------
Variables
--------------------------------------------------------------*/
@font-face {
  font-family: 'cotillionregular';
  src: url("fonts/Cotillion/cotillio-webfont.eot");
  src: url("fonts/Cotillion/cotillio-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Cotillion/cotillio-webfont.woff2") format("woff2"), url("fonts/Cotillion/cotillio-webfont.woff") format("woff"), url("fonts/Cotillion/cotillio-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*--------------------------------------------------------------
Core
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Bring on the SUSY power!
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Functions & Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Normalize
--------------------------------------------------------------*/
body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  font-size: 1rem;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

b, strong {
  font-weight: bold;
}

abbr[title] {
  border-bottom: 1px dotted;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img, img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

input, textarea, button, select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"] {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input {
  border-radius: 0;
}

textarea {
  overflow: auto;
  font: inherit;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.clearfix {
  *zoom: 1;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

abbr, acronym {
  border-bottom: 1px dotted #777;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

* {
  outline: 0;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

body {
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

blockquote, q {
  quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
a {
  text-decoration: none;
}

a:hover, a:active {
  outline: 0;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignright {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}

.alignleft {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}

.aligncenter {
  display: block;
  margin: 0 auto 1.25rem;
}

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after, .clearfix:after, .clearfix:before {
  content: "";
  display: table;
}

.entry-content:after, .clear,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after, .clearfix:after {
  clear: both;
}

/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 3.125rem;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
.td {
  display: table-cell;
}

.table {
  display: table;
}

.white {
  color: #fff;
}

.white a {
  color: #fff;
}

.img {
  overflow: hidden;
  display: block;
}

.img img {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  max-width: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*----- Asides -----*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*----- Comments -----*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*----- Posts and pages -----*/
.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption {
  margin-bottom: 1.5rem;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5rem;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
Responsive vars
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Grid
--------------------------------------------------------------*/
.centerDiv {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.centerDiv:after {
  content: " ";
  display: block;
  clear: both;
}

.innerWrapper {
  width: 97.5%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
  position: relative;
}

/**********************GRID STYLES************************/
.span-12 {
  width: 97.5%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
}

.span-11 {
  width: 89.16667%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
}

.span-10 {
  width: 80.83333%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
}

.span-9 {
  width: 72.5%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
}

.span-8 {
  width: 64.16667%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
}

.span-7 {
  width: 55.83333%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
}

.span-6 {
  width: 47.5%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
}

.span-5 {
  width: 39.16667%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
}

.span-4 {
  width: 30.83333%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
}

.span-3 {
  width: 22.5%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
}

.span-2 {
  width: 14.16667%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
}

.span-1 {
  width: 5.83333%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
}

.col-4 {
  width: 22.5%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
}

/*--------------------------------------------------------------
Inputs, textareas & select
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  border: 1px solid #dce6e6 !important;
  border-radius: 2px;
  height: 2.5rem;
  max-width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  color: #111;
  border-color: #edb00c !important;
}

input[type="text"] ::-webkit-input-placeholder,
input[type="email"] ::-webkit-input-placeholder,
input[type="url"] ::-webkit-input-placeholder,
input[type="password"] ::-webkit-input-placeholder,
input[type="search"] ::-webkit-input-placeholder,
input[type="tel"] ::-webkit-input-placeholder,
input[type="number"] ::-webkit-input-placeholder,
textarea ::-webkit-input-placeholder {
  color: #888e92;
}

input[type="text"] :-moz-placeholder,
input[type="email"] :-moz-placeholder,
input[type="url"] :-moz-placeholder,
input[type="password"] :-moz-placeholder,
input[type="search"] :-moz-placeholder,
input[type="tel"] :-moz-placeholder,
input[type="number"] :-moz-placeholder,
textarea :-moz-placeholder {
  color: #888e92;
}

input[type="text"] ::-moz-placeholder,
input[type="email"] ::-moz-placeholder,
input[type="url"] ::-moz-placeholder,
input[type="password"] ::-moz-placeholder,
input[type="search"] ::-moz-placeholder,
input[type="tel"] ::-moz-placeholder,
input[type="number"] ::-moz-placeholder,
textarea ::-moz-placeholder {
  color: #888e92;
}

input[type="text"] :-ms-input-placeholder,
input[type="email"] :-ms-input-placeholder,
input[type="url"] :-ms-input-placeholder,
input[type="password"] :-ms-input-placeholder,
input[type="search"] :-ms-input-placeholder,
input[type="tel"] :-ms-input-placeholder,
input[type="number"] :-ms-input-placeholder,
textarea :-ms-input-placeholder {
  color: #888e92;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"] {
  padding: 0 1.25rem;
}

textarea {
  padding: 0.625rem 1.25rem;
  width: 100%;
  font-weight: 400;
}

select {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  height: 2.5rem;
  padding: 0.625rem;
  border: 0.0625rem solid #eee;
  border-radius: 0.1875rem;
  margin-bottom: 0.625rem;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  border: 0;
  height: 2.5rem;
  line-height: 2.5rem;
  display: inline-block;
  padding: 0 1.25rem;
  background: #edb00c;
  color: #FFF;
  margin-right: 0.4375rem;
  margin-bottom: 0.625rem;
  transition: all 0.35s;
  box-sizing: border-box;
  text-align: center;
  font-family: inherit;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #fff;
  background: #edb00c;
}

.button-alt,
button.button-alt,
input[type="button"].button-alt,
input[type="reset"].button-alt,
input[type="submit"].button-alt {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  border: 0;
  line-height: 1.5625rem;
  display: inline-block;
  padding: 0.5rem 1.375rem;
  background: #e6e6e6;
  color: #222222;
  margin-right: 0.4375rem;
  margin-bottom: 0.625rem;
  transition: all 0.35s;
  box-sizing: border-box;
  text-align: center;
  font-family: inherit;
}

.button-alt:hover,
button.button-alt:hover,
input[type="button"].button-alt:hover,
input[type="reset"].button-alt:hover,
input[type="submit"].button-alt:hover {
  color: #fff;
  background: #B3B3B3;
}

/*--------------------------------------------------------------
Lists
--------------------------------------------------------------*/
ul {
  list-style: disc;
  margin: 0 0 1.25rem 1.25rem;
}

ol {
  list-style: decimal;
  margin: 0 0 1.25rem 1.25rem;
}

ul li, ol li {
  list-style: none;
  font-size: 14px;
  color: #888e92;
  font-weight: 300;
}

.mainContent li {
  list-style: disc inside;
}

p {
  padding-bottom: 1rem;
  font-size: 14px;
  color: #888e92;
  font-weight: 300;
  line-height: 25px;
}

a {
  text-decoration: none;
  transition: background 0.3s;
}

form, input, textarea, button, select {
  font-family: inherit;
}

/*--------------------------------------------------------------
HTML & BODY
--------------------------------------------------------------*/
html {
  font-size: 1rem;
}

body {
  background-color: #f0f3f3;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #404040;
  min-width: 320px;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #902d25;
  color: #3c3f43;
  font-weight: 300;
}

h1, .h1 {
  font-size: 3rem;
  line-height: 3.375rem;
  margin-bottom: 1.5625rem;
}

h2, .h2 {
  font-size: 2.1875rem;
  line-height: 2.125rem;
  margin-bottom: 1.5625rem;
}

h3, .h3 {
  font-size: 1.6875rem;
  line-height: 1.875rem;
  margin-bottom: 1.5625rem;
}

h4, .h4 {
  font-size: 1.5625rem;
  line-height: 1.6875rem;
  margin-bottom: 1.375rem;
}

h5, .h5 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 1.25rem;
}

/*****************HEADER*********************************/
.siteLogo a {
  display: block;
  height: 39px;
  width: 198px;
}

.siteLogo a img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}

.mainMenu > ul {
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

.mainMenu > ul > li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

.mainMenu > ul > li > a {
  display: block;
}

.mainMenu > ul > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -10px;
  background: #fff;
  padding: 0;
  margin-left: 0;
  padding: 20px 10px;
}

.mainMenu > ul > li > ul > li {
  float: none;
  width: 12.5rem;
  margin-left: 0;
  position: relative;
  margin-bottom: 10px;
}

.mainMenu > ul > li > ul > li:last-child {
  margin-bottom: 0;
}

.mainMenu > ul > li > ul > li > ul {
  top: 0;
  left: 100%;
  position: absolute;
  display: none;
  width: 12.5rem;
  margin-left: 0;
}

.mainMenu > ul > li > ul > li > ul > li {
  margin-left: 0;
}

.mainMenu > ul > li.current-menu-item > a {
  color: #edb00c !important;
}

.mainMenu > ul > li > ul > li.current-menu-item > a {
  color: #edb00c !important;
}

.mainMenu > ul > li.current-menu-ancestor > a {
  color: #edb00c !important;
}

.mainMenu > ul > li:hover > ul.sub-menu {
  display: block;
}

.mainMenu > ul > li:hover > ul.sub-menu > li:hover > ul.sub-menu {
  display: block;
}

.mobileLink {
  display: none;
}

.mobileLink a {
  display: inline-block;
}

#menu-main-menu {
  font-weight: 400;
}

.displayNone {
  display: none;
}

.screen-reader-text {
  display: none;
}

/*****************CONTENT*********************************/
.mainContainer {
  position: relative;
}

/********************GRAVITY FORMS STYLES******************/
.gform_wrapper .top_label input[type="text"], .gform_wrapper .top_label input[type="tel"], .gform_wrapper .top_label input[type="number"], .gform_wrapper .top_label input[type="email"] {
  width: 100% !important;
  max-width: 20rem;
  box-sizing: border-box;
  height: 2.5rem;
  padding: 0.625rem;
  border: 0.0625rem solid #EEEEEE;
  border-radius: 0.1875rem;
  margin-bottom: 0.625rem;
}

.gform_wrapper .top_label textarea {
  box-sizing: border-box;
  width: 100% !important;
  padding: 0.625rem;
  border: 0.0625rem solid #EEEEEE;
  border-radius: 0.1875rem;
  resize: both;
  margin-bottom: 20px;
}

.gform_wrapper .button {
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
}

.two-column_wrapper ul.gform_column.s1 {
  width: 48.71795%;
  float: left;
  margin-left: 0;
}

.two-column_wrapper ul.gform_column.s2 {
  width: 48.71795%;
  float: left;
  margin-left: 2.5641% !important;
}

.gform_validation_container {
  display: none;
}

.page-template-tpl-contact .gform_footer {
  width: 48.72% !important;
  float: right !important;
}

/*************grabity forms reset styles***********/
.gform_wrapper {
  max-width: 100% !important;
}

.gform_wrapper ul {
  margin: 0 !important;
  list-style: none;
}

.gform_wrapper li {
  padding: 0 !important;
  margin-bottom: 0 !important;
  list-style: none;
}

.gform_wrapper .top_label .gfield_error {
  width: 100% !important;
}

.gform_wrapper .top_label .gfield_error input {
  border-color: #e74c3c !important;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: 100% !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border-top: none !important;
  border-bottom: none !important;
}

.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .validation_message {
  color: #e74c3c !important;
}

.gform_wrapper div.validation_error {
  color: #e74c3c !important;
  border-top: none !important;
  border-bottom: none !important;
}

.gform_wrapper li.gfield_error input[type=email], .gform_wrapper li.gfield_error input[type=number], .gform_wrapper li.gfield_error input[type=password], .gform_wrapper li.gfield_error input[type=tel], .gform_wrapper li.gfield_error input[type=text], .gform_wrapper li.gfield_error input[type=url], .gform_wrapper li.gfield_error textarea {
  border-color: #e74c3c !important;
}

.gform_wrapper .gsection {
  border-bottom: 0 !important;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label,
.gform_wrapper .top_label .gfield_label {
  font-weight: 400 !important;
}

.gform_wrapper textarea.medium {
  min-height: 12.4375rem;
}

.gform_button {
  width: 100%;
  font-size: 18px;
}

.gform_wrapper .gform_footer {
  margin-top: 0 !important;
}

.validation_error {
  font-size: 18px;
}

.gfield_checkbox label {
  vertical-align: 18px;
}

.two-column:after {
  clear: both;
  display: table;
  content: "";
}

#gform_wrapper_1 #field_1_8 {
  margin-top: 35px !important;
}

/**********end gravity forms reset styles**********/
/*********************END GRAVITY FORMS STYLES*************/
/*****************FOOTER*********************************/
.mainFooter .upperFooter .centerDiv .widgetFooter {
  width: 22.5%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
}

.mainFooter .lowerFooter .copyright {
  width: 47.5%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
}

.mainFooter .lowerFooter .copyright .footerMenu {
  display: inline-block;
}

.mainFooter .lowerFooter .copyright .footerMenu li {
  display: inline-block;
}

.mainFooter .lowerFooter .copyright .footerMenu li:before {
  content: "-";
  margin: 0.1875rem;
}

.mainFooter .lowerFooter .credits {
  width: 47.5%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
  text-align: right;
}

/**********************PAGINATION STYLES*******************/
.paging-navigation {
  border-top: 0.3125rem solid #000;
  margin: 3rem 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

.paging-navigation .loop-pagination {
  margin-top: -0.3125rem;
  text-align: center;
}

.paging-navigation .page-numbers {
  border-top: 0.3125rem solid transparent;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 900;
  margin-right: 0.0625rem;
  padding: 0.4375rem 1rem;
  text-transform: uppercase;
}

.paging-navigation .page-numbers.current {
  border-top: 0.3125rem solid #e6e6e6;
}

#main .content .paging-navigation a {
  color: #2B2B2B;
}

.paging-navigation a:hover {
  border-top: 0.3125rem solid #e6e6e6;
  color: #2B2B2B;
}

/********************ACF GOOGLE MAP***********************************/
.page-template-tpl-contact .acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

.page-template-tpl-contact .acf-map img {
  max-width: inherit !important;
}

.upperFooter {
  background-color: #3c3f43;
}

.upperFooter .upperFooterInner {
  padding: 60px 0 65px;
  text-align: center;
}

.upperFooter .upperFooterInner img {
  display: inline-block;
  margin-bottom: 30px;
}

.upperFooter .upperFooterInner .footer-content p {
  padding-bottom: 12px;
  color: #888e92;
}

.upperFooter .upperFooterInner .footer-content p:last-child {
  color: white;
  padding-bottom: 0;
}

.upperFooter .upperFooterInner ul {
  margin: 40px 0 0 0;
}

.upperFooter .upperFooterInner ul li {
  display: inline-block;
  margin-right: 16px;
}

.upperFooter .upperFooterInner ul li:last-child {
  margin: 0;
}

.upperFooter .upperFooterInner ul li a {
  height: 45px;
  width: 45px;
  display: block;
  color: #888e92;
  border: 1px solid #888e92;
  background-color: #3c3f43;
  border-radius: 50%;
  line-height: 47px;
  transition: all 0.35s;
}

.upperFooter .upperFooterInner ul li a:hover {
  border: 1px solid #fff;
  background-color: #fff;
}

.upperFooter .upperFooterInner ul li a:hover i {
  color: #393939;
}

.upperFooter .upperFooterInner ul li a i {
  color: #888e92;
  font-size: 20px;
  transition: all 0.35s;
}

.lowerFooterInner {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.lowerFooterInner p {
  font-size: 11px;
  color: #888e92;
  padding-bottom: 0;
}

.lowerFooterInner p span {
  margin: 0 3px;
}

.lowerFooterInner p span a {
  color: #888e92;
}

.lowerFooterInner p span a:hover {
  text-decoration: underline;
}

.mainHeader {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  height: 90px;
  transition: .5s !important;
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  z-index: 20;
}

.mainHeader .siteLogo {
  float: left;
  width: 30%;
}

.mainHeader .siteLogo a {
  height: 40px;
  width: 200px;
  display: block;
}

.mainHeader .mainMenu {
  float: left;
  width: 70%;
}

.mainHeader .mainMenu ul#menu-main-menu {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 8px;
}

.mainHeader .mainMenu ul#menu-main-menu li a {
  color: #888e92;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.35s;
}

.mainHeader .mainMenu ul#menu-main-menu li a:hover {
  color: #edb00c;
}

.shadow {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.cd-auto-hide-header {
  position: fixed;
  z-index: 20;
  top: 35px;
  left: 0;
  width: 100%;
  transition: .5s !important;
  background-color: #ffffff;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.cd-auto-hide-header::after {
  clear: both;
  content: "";
  display: block;
}

.cd-auto-hide-header.is-hidden {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.noMargin {
  top: 0 !important;
  transition: .5s !important;
}

.slide-content {
  max-width: 53.125rem;
  position: relative;
  z-index: 10;
  text-align: center;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  transition: 1s;
  height: 820px;
  display: table;
}

.slide-content .slide-content-inner-center {
  display: table-cell;
  vertical-align: middle;
}

.slide-content .slide-content-inner-center .slide-content-inner-text {
  padding-bottom: 20px;
}

.slide-content .slide-content-inner-center .slide-content-inner-text span {
  color: white;
  font-family: 'cotillionregular';
  font-size: 40px;
  display: inline-block;
  margin-bottom: 20px;
}

.slide-content .slide-content-inner-center .slide-content-inner-text h1 {
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

.pages-content {
  max-width: 53.125rem;
  position: relative;
  z-index: 10;
  text-align: center;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  transition: 1s;
  height: 345px;
  display: table;
}

.pages-content .pages-content-inner-center {
  display: table-cell;
  vertical-align: middle;
}

.pages-content .pages-content-inner-center .pages-content-inner-text span {
  color: white;
  font-family: 'cotillionregular';
  font-size: 40px;
  display: inline-block;
  margin-bottom: 20px;
}

.pages-content .pages-content-inner-center .pages-content-inner-text h1 {
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  letter-spacing: 8px;
  margin-bottom: 0;
}

.pageSlider .owl-item .slide-content .slide-content-inner-text {
  opacity: 0;
  transition: 7s;
}

.pageSlider .owl-item.active .slide-content .slide-content-inner-text {
  opacity: 1;
  transition: 7s;
}

.pageImage {
  position: relative;
}

.pageImage:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,000000+100&0+68,0.59+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(10, 28, 49, 0) 68%, rgba(0, 0, 0, 0.59) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#96000000',GradientType=0 );
  /* IE6-9 */
}

.breadcrumbs-wrap {
  position: absolute;
  z-index: 10;
  bottom: 24px;
  width: 100%;
}

.breadcrumbs-wrap .breadcrumbs-wrap-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumbs-wrap .breadcrumbs-wrap-inner .breadcrumbs {
  color: white;
}

.breadcrumbs-wrap .breadcrumbs-wrap-inner .breadcrumbs span {
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.breadcrumbs-wrap .breadcrumbs-wrap-inner .breadcrumbs span a span {
  opacity: .60;
}

.bread-separator {
  margin: 0 15px;
  opacity: .60;
  background: url("images/stroke-right-2.png");
  background-repeat: no-repeat;
  background-size: 4px 6px;
  height: 6px;
  width: 4px;
  display: inline-block;
  margin-bottom: 2px;
}

.multicolored {
  background-color: #f0f3f3;
  padding-bottom: 63px;
}

.multicolored .multicolored-inner {
  margin-top: -215px;
}

.multicolored .multicolored-inner .owl-stage-outer {
  padding: 5px 0;
}

.multicolored .colored-carousel .colored-item {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  background-color: rgba(232, 174, 51, 0.85);
  transition: all 0.35s;
}

.multicolored .colored-carousel .colored-item .item-cont {
  padding: 40px 30px 35px;
  height: 210px;
  overflow: hidden;
}

.multicolored .colored-carousel .colored-item h3 {
  font-weight: 300;
  color: #fff;
  position: relative;
}

.multicolored .colored-carousel .colored-item h3:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 35px;
  bottom: -12px;
  left: 50%;
  margin-left: -17.5px;
  background-color: #fff;
}

.multicolored .colored-carousel .colored-item p {
  line-height: 25px;
  font-weight: 300;
  font-size: 13px;
  color: white;
  padding: 0;
}

.multicolored .colored-carousel .colored-item button {
  height: 70px;
  width: 100%;
  display: block;
  line-height: 70px;
  text-align: center;
  font-size: 15px;
  color: #888e92;
  font-weight: 400;
  background-color: #ffffff;
  transition: all 0.35s;
}

.multicolored .colored-carousel .colored-item a {
  display: block;
}

.multicolored .colored-carousel .colored-item.orange {
  background-color: rgba(232, 174, 51, 0.85);
}

.multicolored .colored-carousel .colored-item.orange:hover {
  background-color: rgba(205, 141, 5, 0.85);
}

.multicolored .colored-carousel .colored-item.orange:hover a button {
  background-color: #e8ae33;
  color: white;
}

.multicolored .colored-carousel .colored-item.blue {
  background-color: rgba(232, 174, 51, 0.85);
}

.multicolored .colored-carousel .colored-item.blue:hover {
  background-color: rgba(47, 63, 98, 0.85);
}

.multicolored .colored-carousel .colored-item.blue:hover a button {
  background-color: #58698d;
  color: white;
}

.multicolored .colored-carousel .colored-item.green {
  background-color: rgba(232, 174, 51, 0.85);
}

.multicolored .colored-carousel .colored-item.green:hover {
  background-color: rgba(63, 131, 63, 0.85);
}

.multicolored .colored-carousel .colored-item.green:hover a button {
  background-color: #edb00c;
  color: white;
}

.testimonials {
  background-color: #fff;
}

.testimonials-inner {
  padding: 55px 0;
}

.testimonials-carousel .testimonial-item {
  text-align: center;
  position: relative;
  padding: 0 150px;
}

.testimonials-carousel .testimonial-item p span.shortcode-star-rating .dashicons {
  margin: 0 1px;
}

.testimonials-carousel .testimonial-item h6 {
  margin: 0;
  color: #3c3f43;
  font-weight: 500;
}

.testimonials-carousel .owl-prev {
  height: 13px;
  width: 16px;
  display: block;
  text-indent: -999px;
  overflow: hidden;
  background-image: url("images/arrow-left.png");
  background-size: 16px 13px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
}

.testimonials-carousel .owl-next {
  height: 13px;
  width: 16px;
  display: block;
  text-indent: -999px;
  overflow: hidden;
  background-image: url("images/arrow-right.png");
  background-size: 16px 13px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
}

.popular-destinations {
  background-color: #f0f3f3;
}

.popular-destinations .popular-destinations-inner {
  padding: 55px 0 65px;
}

.popular-destinations .popular-destinations-inner h3 {
  text-align: center;
  margin-bottom: 35px;
}

.popular-destinations .popular-destinations-inner .popular-destinations-section .popular-destinations-article {
  float: left;
  width: 22.5%;
  margin-right: 3.333333333333333%;
  background-color: #fff;
  transition: all 0.35s;
}

.popular-destinations .popular-destinations-inner .popular-destinations-section .popular-destinations-article:nth-of-type(4n+4) {
  margin-right: 0;
}

.popular-destinations .popular-destinations-inner .popular-destinations-section .popular-destinations-article a {
  display: block;
}

.popular-destinations .popular-destinations-inner .popular-destinations-section .popular-destinations-article .popular-destinations-article-image {
  overflow: hidden;
}

.popular-destinations .popular-destinations-inner .popular-destinations-section .popular-destinations-article .popular-destinations-article-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.35s;
}

.popular-destinations .popular-destinations-inner .popular-destinations-section .popular-destinations-article .popular-destinations-article-content {
  padding: 25px 30px;
  background-color: #fff;
}

.popular-destinations .popular-destinations-inner .popular-destinations-section .popular-destinations-article .popular-destinations-article-content h5 {
  margin-bottom: 10px;
}

.popular-destinations .popular-destinations-inner .popular-destinations-section .popular-destinations-article .popular-destinations-article-content p {
  padding: 0;
  font-weight: 300;
  font-size: 13px;
  line-height: 22px;
}

.popular-destinations .popular-destinations-inner .popular-destinations-section .popular-destinations-article:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.popular-destinations .popular-destinations-inner .popular-destinations-section .popular-destinations-article:hover a img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.dk-select, .dk-select *, .dk-select *:before, .dk-select *:after, .dk-select-multi, .dk-select-multi *, .dk-select-multi *:before, .dk-select-multi *:after {
  box-sizing: border-box;
}

.dk-select, .dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  width: 100%;
  cursor: pointer;
}

.dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: white;
  border: 1px solid gray;
  border-radius: 3px;
  padding: 0 1.5em 0 0.5em;
  -o-text-overflow: ellipsis;
  height: 40px;
  line-height: 40px;
  text-overflow: ellipsis;
}

.dk-selected:before, .dk-selected:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
}

.dk-selected:before {
  top: 50%;
  border: solid transparent;
  border-width: 0.25em 0.25em 0;
  border-top-color: gray;
  margin: -0.125em 0.5em 0 0;
}

.dk-selected:after {
  top: 0;
  height: 100%;
  border-left: 1px solid gray;
  margin: 0 1.5em 0 0;
}

.dk-selected-disabled {
  color: #BBBBBB;
}

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
}

.dk-select-open-up .dk-select-options {
  border-radius: 3px 0.4em 0 0;
  margin-bottom: -1px;
  bottom: 100%;
}

.dk-select-open-down .dk-select-options {
  border-radius: 3px;
  margin-top: -1px;
  top: 100%;
}

.dk-select-multi .dk-select-options {
  max-height: 10em;
}

.dk-select-options {
  background-color: white;
  border: 1px solid gray;
  border-radius: 3px;
  list-style: none;
  margin: 0;
  max-height: 10.5em;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.25em 0;
  width: auto;
  z-index: 100;
}

.dk-option-selected {
  background-color: gray;
  color: #fff;
}

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit;
}

.dk-option {
  height: 40px;
  line-height: 40px;
  text-indent: 7px;
  padding: 0 0.5em;
}

.dk-select-options .dk-option-highlight {
  background-color: gray;
  color: #fff;
}

.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent;
}

.dk-select-options .dk-option-hidden {
  display: none;
}

.dk-optgroup {
  border: solid gray;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em;
}

.dk-optgroup + .dk-option {
  margin-top: 0.25em;
}

.dk-optgroup + .dk-optgroup {
  border-top-width: 0;
  margin-top: 0;
}

.dk-optgroup:nth-child(2) {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}

.dk-optgroup:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%;
}

.dk-optgroup-options {
  list-style: none;
  padding-left: 0;
}

.dk-optgroup-options li {
  padding-left: 1.2em;
}

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: gray;
}

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: gray;
}

.dk-select-open-up .dk-selected:before, .dk-select-open-down .dk-selected:before {
  border-width: 0 0.25em 0.25em;
  border-bottom-color: gray;
}

.dk-select-open-up .dk-selected:after, .dk-select-open-down .dk-selected:after {
  border-left-color: gray;
}

.dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options {
  display: block;
  border-color: gray;
}

.dk-select-multi:hover, .dk-select-multi:focus {
  outline: none;
}

.dk-selected:hover, .dk-selected:focus {
  outline: none;
  border-color: gray;
}

.dk-selected:hover:before, .dk-selected:focus:before {
  border-top-color: gray;
}

.dk-selected:hover:after, .dk-selected:focus:after {
  border-left-color: gray;
}

.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed;
}

.dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
  border-color: inherit;
}

.dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
  border-top-color: inherit;
}

.dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
  border-left-color: inherit;
}

select[data-dkcacheid] {
  display: none;
}

.parallax {
  position: relative;
  height: 325px !important;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}

.parallax:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}

.parallax .parallax-inner {
  height: 325px;
  display: table;
  width: 100%;
}

.parallax .parallax-inner .parallax-inner-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 2;
}

.parallax .parallax-inner .parallax-inner-content h2 {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
}

.parallax .parallax-inner .parallax-inner-content span {
  color: white;
  font-family: 'cotillionregular';
  text-transform: capitalize;
  font-size: 40px;
  margin-bottom: 20px;
  display: inline-block;
}

.no-parallax {
  background-attachment: scroll !important;
}

.mainContentHome .two-blocks .two-blocks-inner {
  padding-bottom: 85px;
}

.two-blocks .two-blocks-inner {
  padding: 75px 0 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.two-blocks .two-blocks-inner .two-blocks-article {
  -webkit-flex: 0 1 48%;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.two-blocks .two-blocks-inner .two-blocks-article a {
  background-color: #fff;
  padding: 50px 40px 100px 40px;
  display: block;
  border: 1px solid white;
  transition: all 0.35s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.two-blocks .two-blocks-inner .two-blocks-article a button {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  background-color: #edb00c;
  border-radius: 2px;
  color: white;
  min-width: 110px;
  max-width: 110px;
  overflow: hidden;
  min-height: 40px;
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.two-blocks .two-blocks-inner .two-blocks-article a:hover {
  border: 1px solid #ffde00;
}

.two-blocks .two-blocks-inner .two-blocks-article a:hover button {
  background-color: #bc8307;
}

.single {
  padding-top: 90px;
}

.single .cd-auto-hide-header {
  top: 0;
}

.blog {
  padding-top: 90px;
}

.blog .cd-auto-hide-header {
  top: 0;
}

.page {
  padding-top: 90px;
}

.page .cd-auto-hide-header {
  top: 0;
}

.error404 {
  padding-top: 90px;
}

.error404 .cd-auto-hide-header {
  top: 0;
}

.search {
  padding-top: 90px;
}

.search .mainContent {
  padding-top: 80px;
  padding-bottom: 80px;
}

.search .cd-auto-hide-header {
  top: 0;
}

.page-template-home {
  padding-top: 0;
}

.page-template-home .cd-auto-hide-header {
  top: 35px;
}

.primary-wrap {
  padding-top: 0;
  padding-bottom: 60px;
}

.mainContentPage {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mainContentPage .parallax {
  margin-top: 80px;
}

span.bold-paragraph {
  color: #3c3f43;
  font-weight: 500;
}

.mainContentPage .centerDiv .leftContent p:nth-of-type(1) {
  color: #3c3f43;
}

.rightContent .gform_wrapper {
  margin: 0;
}

.rightContent .gform_wrapper ul li.gfield {
  margin: 0;
}

.rightContent .gform_wrapper .top_label div.ginput_container {
  margin: 0;
}

.rightContent .gform_wrapper h3.gform_title {
  margin: 0;
}

.rightContent .gform_wrapper li.gfield.gfield_error,
.rightContent .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  margin: 0 !important;
}

.rightContent .gform_wrapper .gfield_required {
  display: none;
}

.rightContent .gform_wrapper ul li.gfield {
  margin: 0;
}

.rightContent .gform_wrapper .gform_body {
  width: 100%;
}

.rightContent .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.rightContent .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin: 0;
}

.rightContent .gform_wrapper div.validation_error {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 14px;
}

.rightContent .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  display: none;
}

.rightContent .gform_wrapper span.gform_description {
  width: 100% !important;
  margin: 0 0 20px 0;
  font-size: 13px;
  color: #888e92;
  font-weight: 300;
}

.rightContent .gform_wrapper .gform_heading {
  margin: 0;
}

.rightContent .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}

.rightContent .gform_wrapper .top_label .gfield_label {
  display: none;
}

.rightContent .gform_wrapper .top_label textarea {
  margin: 0;
  display: block;
}

.rightContent .gform_wrapper ul.gform_fields li.gfield {
  margin-bottom: 15px !important;
}

.rightContent .gform_wrapper ul.gform_fields li.gfield:last-child {
  margin-bottom: 0 !important;
}

.rightContent input {
  margin: 0 !important;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.rightContent input[type="submit"] {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  font-size: 14px !important;
  color: #fff;
  padding: 0 40px 0 20px;
  background-color: #edb00c;
  border-radius: 2px;
  transition: all 0.35s;
  color: white;
  display: inline-block;
  position: relative;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 300;
  height: 45px;
  text-align: left;
  background: #edb00c url("images/white-arrow-right.png") center right 20px no-repeat;
  background-size: 12px 10px;
}

.rightContent input[type="submit"]:hover {
  background-color: #f7cf64;
}

.rightContent form {
  padding: 30px 30px 20px 30px;
  background-color: #fff;
  border-radius: 3px;
}

.rightContent form .gform_heading {
  margin-bottom: 30px !important;
}

.rightContent form input[type="tel"],
.rightContent form input[type="text"],
.rightContent form input[type="email"] {
  padding-left: 15px !important;
  padding-right: 15px !important;
  resize: none !important;
  margin-bottom: 20px !important;
}

.rightContent form textarea {
  padding-left: 15px !important;
  padding-right: 15px !important;
  resize: none !important;
  min-height: 135px !important;
  height: 135px !important;
  margin-bottom: 20px !important;
}

.gform_wrapper.gf_browser_chrome .gfield_error input[type=email],
.gform_wrapper.gf_browser_chrome .gfield_error input[type=number],
.gform_wrapper.gf_browser_chrome .gfield_error input[type=password],
.gform_wrapper.gf_browser_chrome .gfield_error input[type=tel],
.gform_wrapper.gf_browser_chrome .gfield_error input[type=text],
.gform_wrapper.gf_browser_chrome .gfield_error input[type=url],
.gform_wrapper.gf_browser_chrome .gfield_error select,
.gform_wrapper.gf_browser_chrome .gfield_error textarea,
.gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=text] {
  margin: 0 !important;
}

.gform_wrapper.gf_browser_chrome .gfield_error textarea {
  margin-bottom: 20px !important;
}

.rightContent .gform_wrapper h3.gform_title {
  font-size: 22px;
  color: #3c3f43;
  margin-bottom: 10px;
  font-weight: 500;
}

.blue-bar {
  background-color: #58698d;
  position: relative;
}

.blue-bar .blue-bar-inner {
  padding-top: 22px;
  padding-bottom: 22px;
}

.blue-bar .blue-bar-inner .mobileLink2 {
  position: absolute;
  top: 0;
  right: 0;
}

.blue-bar .blue-bar-inner .mobileLink2 i {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}

.blue-bar .blue-bar-inner ul {
  margin: 0;
}

.blue-bar .blue-bar-inner ul li {
  float: left;
}

.blue-bar .blue-bar-inner ul li:first-child a {
  padding-left: 0;
}

.blue-bar .blue-bar-inner ul li:last-child a {
  border: none;
}

.blue-bar .blue-bar-inner ul li a {
  font-size: 16px;
  color: #aebbd8;
  padding: 8px 25px;
  display: inline-block;
  transition: all 0.35s;
  border-right: 1px solid #717f9e;
}

.blue-bar .blue-bar-inner ul li a:hover {
  color: white;
}

.blue-bar-inner > ul {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}

.blue-bar-inner > ul > li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

.blue-bar-inner > ul > li > a {
  display: block;
}

.blue-bar-inner > ul > li > ul {
  display: none;
  position: absolute;
  background-color: #58698d;
  top: 100%;
  left: -10px;
  padding: 0;
  margin-left: 0;
  z-index: 1;
  padding: 20px 10px;
}

.blue-bar-inner > ul > li > ul > li {
  float: none;
  width: 12.5rem;
  margin-left: 0;
  position: relative;
}

.blue-bar-inner > ul > li > ul > li:last-child {
  margin-bottom: 0;
}

.blue-bar-inner > ul > li > ul > li > a {
  border: none !important;
}

.blue-bar-inner > ul > li > ul > li > ul {
  top: 0;
  left: 100%;
  position: absolute;
  display: none;
  width: 12.5rem;
  margin-left: 0;
}

.blue-bar-inner > ul > li > ul > li > ul > li {
  margin-left: 0;
}

.blue-bar-inner > ul > li.current-menu-item > a {
  color: #edb00c !important;
}

.blue-bar-inner > ul > li > ul > li.current-menu-item > a {
  color: #edb00c !important;
}

.blue-bar-inner > ul > li.current-menu-ancestor > a {
  color: #edb00c !important;
}

.blue-bar-inner > ul > li:hover > ul.sub-menu {
  display: block;
}

.blue-bar-inner > ul > li:hover > ul.sub-menu > li:hover > ul.sub-menu {
  display: block;
}

.mainContentNotFound {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mainContentContact {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mainContentContact .leftContent form.two-column ul li input {
  height: 45px !important;
}

.mainContentContact .leftContent .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  display: none;
}

.mainContentContact .leftContent .gform_wrapper textarea {
  resize: none;
}

.mainContentContact .leftContent .gform_wrapper ul li.gfield {
  margin-top: 0;
}

.mainContentContact .leftContent .gform_wrapper .top_label input[type="text"],
.mainContentContact .leftContent .gform_wrapper .top_label input[type="tel"],
.mainContentContact .leftContent .gform_wrapper .top_label input[type="number"],
.mainContentContact .leftContent .gform_wrapper .top_label input[type="email"] {
  margin-bottom: 0;
  min-width: 100%;
}

.mainContentContact .leftContent .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.mainContentContact .leftContent .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
}

.mainContentContact .leftContent .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}

.mainContentContact .leftContent .gform_wrapper li.gfield.field_description_below + li.gsection {
  display: none;
}

.mainContentContact .leftContent .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.mainContentContact .leftContent .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.mainContentContact .leftContent .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin: 0 0 0 0;
}

.mainContentContact .leftContent .gform_wrapper {
  margin: 0;
}

.mainContentContact .leftContent .gform_wrapper div.validation_error {
  margin: 0;
}

.mainContentContact .leftContent .gform_wrapper .gform_body {
  width: 100% !important;
}

.mainContentContact .leftContent .gform_wrapper .top_label .gfield_label {
  margin-bottom: 5px;
}

.mainContentContact .leftContent .gform_wrapper li {
  margin-bottom: 10px !important;
}

.mainContentContact .leftContent .gform_wrapper li.gfield.gfield_error,
.mainContentContact .leftContent .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  margin-bottom: 10px !important;
}

.mainContentContact .leftContent .gform_wrapper .top_label .gfield_error,
.mainContentContact .leftContent .gform_wrapper .top_label .gfield_error input.large,
.mainContentContact .leftContent .gform_wrapper .top_label .gfield_error select.large,
.mainContentContact .leftContent .gform_wrapper .top_label .gfield_error textarea.textarea {
  border-radius: 2px !important;
}

.mainContentContact .leftContent .gform_wrapper textarea.medium {
  min-height: 199px;
}

.mainContentContact .leftContent .gform_wrapper .field_sublabel_above ul.gfield_radio li label,
.mainContentContact .leftContent .gform_wrapper .field_sublabel_below ul.gfield_checkbox li label {
  cursor: pointer;
}

.mainContentContact .leftContent .two-column .gform_footer {
  text-align: right;
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
  text-align: right;
}

.mainContentContact .leftContent .two-column .gform_footer img {
  outline: 1px solid red;
  display: none;
}

.mainContentContact .leftContent .two-column .gform_footer input[type="submit"] {
  width: 100% !important;
  margin: 0 0 0 0 !important;
  background-color: #edb00c;
  transition: all 0.35s;
  color: white;
  border-radius: 2px;
}

.mainContentContact .leftContent .two-column .gform_footer input[type="submit"]:hover {
  background: #f7cf64;
}

.mainContentContact .ginput_container.ginput_container_checkbox {
  position: relative;
  z-index: 10;
}

.dk-select, .dk-select *, .dk-select *:before, .dk-select *:after, .dk-select-multi, .dk-select-multi *, .dk-select-multi *:before, .dk-select-multi *:after {
  box-sizing: border-box;
}

.dk-select, .dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  width: 100%;
  cursor: pointer;
}

.dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: white;
  border: 1px solid #dce6e6;
  border-radius: 2px;
  padding: 0 1.5em 0 0.5em;
  -o-text-overflow: ellipsis;
  height: 45px;
  line-height: 40px;
  text-overflow: ellipsis;
}

.dk-selected:before, .dk-selected:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
}

.dk-selected:before {
  top: 50%;
  border: solid transparent;
  border-width: 0.25em 0.25em 0;
  border-top-color: #dce6e6;
  margin: -0.125em 0.5em 0 0;
}

.dk-selected:after {
  top: 0;
  height: 100%;
  border-left: 1px solid #dce6e6;
  margin: 0 1.5em 0 0;
}

.dk-selected-disabled {
  color: #BBBBBB;
}

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
}

.dk-select-open-up .dk-select-options {
  border-radius: 3px 0.4em 0 0;
  margin-bottom: -1px;
  bottom: 100%;
}

.dk-select-open-down .dk-select-options {
  border-radius: 3px;
  margin-top: -1px;
  top: 100%;
}

.dk-select-multi .dk-select-options {
  max-height: 10em;
}

.dk-select-options {
  background-color: white;
  border: 1px solid #dce6e6;
  border-radius: 3px;
  list-style: none;
  margin: 0;
  max-height: 10.5em;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.25em 0;
  width: auto;
  z-index: 100;
}

.dk-option-selected {
  background-color: #ccc;
  color: #fff;
}

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit;
}

.dk-option {
  height: 40px;
  line-height: 40px;
  text-indent: 7px;
  padding: 0 0.5em;
}

.dk-select-options .dk-option-highlight {
  background-color: #ccc;
  color: #fff;
}

.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent;
}

.dk-select-options .dk-option-hidden {
  display: none;
}

.dk-optgroup {
  border: solid #dce6e6;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em;
}

.dk-optgroup + .dk-option {
  margin-top: 0.25em;
}

.dk-optgroup + .dk-optgroup {
  border-top-width: 0;
  margin-top: 0;
}

.dk-optgroup:nth-child(2) {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}

.dk-optgroup:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%;
}

.dk-optgroup-options {
  list-style: none;
  padding-left: 0;
}

.dk-optgroup-options li {
  padding-left: 1.2em;
}

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #dce6e6;
}

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #dce6e6;
}

.dk-select-open-up .dk-selected:before, .dk-select-open-down .dk-selected:before {
  border-width: 0 0.25em 0.25em;
  border-bottom-color: #dce6e6;
}

.dk-select-open-up .dk-selected:after, .dk-select-open-down .dk-selected:after {
  border-left-color: #dce6e6;
}

.dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options {
  display: block;
  border-color: #dce6e6;
}

.dk-select-multi:hover, .dk-select-multi:focus {
  outline: none;
}

.dk-selected:hover, .dk-selected:focus {
  outline: none;
  border-color: #dce6e6;
}

.dk-selected:hover:before, .dk-selected:focus:before {
  border-top-color: #dce6e6;
}

.dk-selected:hover:after, .dk-selected:focus:after {
  border-left-color: #dce6e6;
}

.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed;
}

.dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
  border-color: inherit;
}

.dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
  border-top-color: inherit;
}

.dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
  border-left-color: inherit;
}

select[data-dkcacheid] {
  display: none;
}

.mainContentContact .leftContent ul.dk-select-options li {
  margin-bottom: 0 !important;
}

.dk-select-open-down .dk-selected {
  border-color: #edb00c !important;
}

.dk-selected:focus:before {
  border-top-color: #edb00c !important;
}

.dk-select-open-up .dk-selected:after,
.dk-select-open-down .dk-selected:after {
  border-left-color: #edb00c !important;
}

.dk-select-open-up .dk-selected:before,
.dk-select-open-down .dk-selected:before {
  border-bottom-color: #edb00c !important;
}

.dk-select-open-down .dk-select-options {
  border-color: #edb00c !important;
}

.dk-select-options .dk-option-highlight,
.dk-option-selected {
  background-color: #edb00c !important;
}

.hotel-filters {
  background-color: #ffffff;
}

.hotel-filters .hotel-filters-inner {
  padding: 32px 0 22px;
}

.hotel-filters .hotel-filters-inner form ul:first-child {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.hotel-filters .hotel-filters-inner form ul:first-child li {
  -webkit-flex: 0 1 23%;
      -ms-flex: 0 1 23%;
          flex: 0 1 23%;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.hotel-filters .hotel-filters-inner form ul:first-child li label {
  display: block;
}

.hotel-filters .hotel-filters-inner form ul:first-child li label .dk-selected {
  background-color: #f0f3f3;
  border-radius: 2px;
  border: none;
  height: 43px;
  line-height: 43px;
  font-size: 14px;
  color: #888e92;
  padding-left: 18px;
}

.hotel-filters .hotel-filters-inner form ul:first-child li label .dk-selected:after {
  border: none;
}

.hotel-filters .hotel-filters-inner form ul:first-child li label .dk-selected:before {
  border-top-color: #3c3f43;
}

.hotel-filters .hotel-filters-inner form ul:first-child li label .dk-select-open-up .dk-selected:before,
.hotel-filters .hotel-filters-inner form ul:first-child li label .dk-select-open-down .dk-selected:before {
  border-bottom-color: #3c3f43;
}

.hotel-filters .hotel-filters-inner form ul:first-child li label .dk-select-options .dk-option-highlight {
  background: none;
}

.hotel-filters .hotel-filters-inner form ul:first-child li label .dk-option-selected {
  background: none;
}

.hotel-filters .hotel-filters-inner form ul:first-child li label .dk-selected:before {
  border-width: 5px 4px 0;
}

.hotel-filters .hotel-filters-inner form ul:first-child li label ul.dk-select-options {
  margin-top: 10px;
  min-height: 280px;
  padding-left: 10px;
}

.hotel-filters .hotel-filters-inner form ul:first-child li label ul.dk-select-options li {
  color: #888e92;
  font-size: 14px;
  font-weight: 300;
}

.hotel-filters .hotel-filters-inner form ul:first-child li label ul.dk-select-options li:hover {
  color: #3c3f43;
}

.hotels .hotels-inner .hotels-inner-header {
  text-align: center;
  margin-bottom: 15px;
}

.hotels .hotels-inner .hotels-inner-header h3 {
  margin: 0 0 10px 0;
  font-size: 27px;
  color: #3c3f43;
  font-weight: 300;
}

.hotels .hotels-inner .hotels-inner-header p {
  font-size: 14px;
  color: #888e92;
}

.hotels .hotels-inner .hotels-section .hotel-article a.lol {
  display: block;
  background-color: #fff;
  transition: all 0.35s;
}

.hotels .hotels-inner .hotels-section .hotel-article a.lol .hotel-image {
  overflow: hidden;
  height: 160px;
  display: block;
  height: 160px;
  position: relative;
}

.hotels .hotels-inner .hotels-section .hotel-article a.lol .hotel-image img {
  width: 100%;
  height: 100%;
  height: auto;
  display: block;
  transition: all 0.35s;
}

.hotels .hotels-inner .hotels-section .hotel-article a.lol .hotel-image .hotel-price {
  position: absolute;
  right: 0;
  bottom: 0;
}

.hotels .hotels-inner .hotels-section .hotel-article a.lol .hotel-image .hotel-price span {
  height: 34px;
  line-height: 34px;
  background-color: #edb00c;
  color: white;
  font-size: 15.5px;
  font-weight: 300;
  display: block;
  padding: 0 15px;
}

.hotels .hotels-inner .hotels-section .hotel-article a.lol .hotel-content {
  text-align: center;
  padding: 20px 20px 25px 25px;
}

.hotels .hotels-inner .hotels-section .hotel-article a.lol .hotel-content h5 {
  color: #3c3f43;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.hotels .hotels-inner .hotels-section .hotel-article a.lol .hotel-content span.hotel-cat {
  font-size: 13px;
  color: #edb00c;
  font-weight: 300;
  margin: 0 0 7px 0;
  display: block;
}

.hotels .hotels-inner .hotels-section .hotel-article a.lol .hotel-content p {
  text-align: left;
  font-weight: 300;
  color: #888e92;
  font-size: 13px;
  padding: 0;
  line-height: 22px;
}

.hotels .hotels-inner .hotels-section .hotel-article a.lol .hotel-content .hotel-stars {
  margin-bottom: 10px;
}

.hotels .hotels-inner .hotels-section .hotel-article a.lol .hotel-content .hotel-stars .dashicons.dashicons-star-empty {
  display: none;
}

.hotels .hotels-inner .hotels-section .hotel-article a.lol:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.hotels .hotels-inner .hotels-section .hotel-article a.lol:hover .hotel-image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.hotels-section-search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.hotels-section-search .hotel-article {
  -webkit-flex: 0 1 22.5%;
      -ms-flex: 0 1 22.5%;
          flex: 0 1 22.5%;
  margin-left: 3.333333333333333%;
  margin-bottom: 40px;
}

.hotels-section-search .hotel-article:nth-of-type(4n+1) {
  margin-left: 0;
}

.hotels-section-search .hotel-article a.lol {
  display: block;
  background-color: #fff;
  transition: all 0.35s;
}

.hotels-section-search .hotel-article a.lol .hotel-image {
  overflow: hidden;
  height: 160px;
  display: block;
  height: 160px;
  position: relative;
}

.hotels-section-search .hotel-article a.lol .hotel-image img {
  width: 100%;
  height: 100%;
  height: auto;
  display: block;
  transition: all 0.35s;
}

.hotels-section-search .hotel-article a.lol .hotel-image .hotel-price {
  position: absolute;
  right: 0;
  bottom: 0;
}

.hotels-section-search .hotel-article a.lol .hotel-image .hotel-price span {
  height: 34px;
  line-height: 34px;
  background-color: #edb00c;
  color: white;
  font-size: 15.5px;
  font-weight: 300;
  display: block;
  padding: 0 15px;
}

.hotels-section-search .hotel-article a.lol .hotel-content {
  text-align: center;
  padding: 20px 20px 25px 25px;
}

.hotels-section-search .hotel-article a.lol .hotel-content h5 {
  color: #3c3f43;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.hotels-section-search .hotel-article a.lol .hotel-content span.hotel-cat {
  font-size: 13px;
  color: #edb00c;
  font-weight: 300;
  margin: 0 0 7px 0;
  display: block;
}

.hotels-section-search .hotel-article a.lol .hotel-content p {
  text-align: left;
  font-weight: 300;
  color: #888e92;
  font-size: 13px;
  padding: 0;
  line-height: 22px;
}

.hotels-section-search .hotel-article a.lol .hotel-content .hotel-stars {
  margin-bottom: 10px;
}

.hotels-section-search .hotel-article a.lol .hotel-content .hotel-stars .dashicons.dashicons-star-empty {
  display: none;
}

.hotels-section-search .hotel-article a.lol:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.hotels-section-search .hotel-article a.lol:hover .hotel-image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.hotels-inner-header {
  text-align: center;
  margin-bottom: 15px;
}

.hotels-inner-header h3 {
  margin: 0 0 10px 0;
  font-size: 27px;
  color: #3c3f43;
  font-weight: 300;
}

.hotels-inner-header p {
  font-size: 14px;
  color: #888e92;
}

.tabs-wrap {
  margin-top: 80px;
}

ul.tabs {
  margin-left: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 32px;
  width: 100%;
}

ul.tabs li {
  float: left;
  margin: 0 5px 0 0;
  cursor: pointer;
  padding: 0px 30px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 300;
  background-color: #e6ecec;
  color: #3c3f43;
  overflow: hidden;
  position: relative;
  transition: all 0.35s;
}

ul.tabs li:hover {
  background-color: #f6af1b;
  color: #fff;
}

ul.tabs li.active {
  background-color: #f6af1b;
  color: #fff;
  display: block;
}

.tab_container {
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
  padding: 60px 35px 50px;
}

.tab_container p:last-child {
  padding: 0;
}

.tab_content {
  display: none;
}

.tab_drawer_heading {
  display: none;
}

@media screen and (max-width: 768px) {
  .tabs {
    display: none;
  }
  .tab_drawer_heading {
    background-color: #e6ecec;
    color: #000;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
  }
  .d_active {
    background-color: #f6af1b;
    color: #fff;
    font-size: 14px;
  }
  .tab_container .tab_content {
    padding: 10px 0;
  }
}

.gmap {
  width: 100%;
}

.gmap .flxmap-container {
  width: 100% !important;
}

.widget-title {
  font-size: 18px;
  margin-bottom: 5px;
}

.page-template-default .leftContent.span-8 {
  padding-right: 110px;
}

.mobileLink2 {
  display: none;
}

.mobileLink2 a {
  display: inline-block;
}

.leftContent p:nth-of-type(1) {
  color: #3c3f43;
}

.widget-title {
  font-weight: 300;
}

.textwidget {
  color: #3c3f43;
  font-weight: 300;
}

.widget {
  margin-bottom: 35px;
}

.mainContentNotFound .leftContent .page-content form input[type="submit"],
.search-no-results .leftContent .page-content form input[type="submit"] {
  font-size: 14px !important;
  color: #fff;
  background-color: #edb00c;
  border-radius: 2px;
  transition: all 0.35s;
  color: white;
  display: inline-block;
  position: relative;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 300;
  text-align: left;
}

.mainContentNotFound .leftContent .page-content form input[type="submit"]:hover,
.search-no-results .leftContent .page-content form input[type="submit"]:hover {
  background: #f7cf64;
}

.search .leftContent article.page {
  padding-top: 0;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px dashed gray;
}

.search .leftContent article.page:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.search .leftContent article.post {
  padding-top: 0;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px dashed gray;
}

.search .leftContent article.post:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.entry-header h3.entry-title a {
  color: #3c3f43;
}

.white-empty-section {
  height: 155px;
  background-color: #fff;
  margin-bottom: -100px;
}

.single .primary-wrap #primary .single-slider {
  float: left;
  width: 47%;
}

.single .primary-wrap #primary .single-slider .single-slider-details .item img {
  width: 100%;
  height: auto;
}

.single .primary-wrap #primary .single-slider .single-slider-details .owl-nav {
  position: absolute;
  bottom: -24px;
  left: 32px;
  height: 48px;
  width: 93px;
  background-color: #f0f3f3;
  overflow: hidden;
}

.single .primary-wrap #primary .single-slider .single-slider-details .owl-nav .owl-prev {
  width: 46px;
  float: left;
  background-color: #fff;
  height: 48px;
  overflow: hidden;
  text-indent: -9999px;
  background: #fff url("images/stroke-left.png") center center no-repeat;
  background-size: 12px 10px;
}

.single .primary-wrap #primary .single-slider .single-slider-details .owl-nav .owl-next {
  width: 46px;
  float: left;
  margin-left: 1px;
  background-color: #fff;
  height: 48px;
  overflow: hidden;
  text-indent: -9999px;
  background: #fff url("images/stroke-right.png") center center no-repeat;
  background-size: 12px 10px;
}

.single .primary-wrap #primary main.site-main {
  float: left;
  width: 53%;
  padding-left: 40px;
  padding-top: 40px;
  position: relative;
}

.single .primary-wrap #primary main.site-main .shortcode-star-rating {
  position: absolute;
  top: 0;
  left: 40px;
}

.single .primary-wrap #primary main.site-main .shortcode-star-rating .dashicons {
  margin-right: 2px;
}

.single .primary-wrap #primary main.site-main .shortcode-star-rating .dashicons:last-child {
  margin: 0;
}

.single .primary-wrap #primary main.site-main .shortcode-star-rating .dashicons.dashicons-star-empty {
  opacity: 0;
}

.single .primary-wrap #primary main.site-main .entry-header h2 {
  margin-bottom: 50px;
  margin-top: -18px;
}

.single .primary-wrap #primary main.site-main .entry-content p:nth-of-type(1) {
  color: #3c3f43;
}

.single .primary-wrap #primary main.site-main .entry-content p {
  padding-bottom: 20px;
}

.single .primary-wrap #primary main.site-main .entry-content a.button {
  min-width: 295px;
  min-height: 46px;
  text-align: left;
  font-size: 13px;
  font-weight: 300;
  padding: 0 50px 0 20px;
  line-height: 46px;
  background-color: #edb00c;
  background: #edb00c url("images/white-arrow-right.png") center right 20px no-repeat;
  background-size: 12px 10px;
  transition: all 0.35s;
  color: white;
  border-radius: 2px;
}

.single .primary-wrap #primary main.site-main .entry-content a.button span i {
  font-style: normal;
}

.single .primary-wrap #primary main.site-main .entry-content a.button:hover {
  background-color: #f7cf64;
}

.shortcode-star-rating {
  padding: 0 !important;
}

#load-more {
  opacity: .6;
}

.alm-btn-wrap {
  padding: 0;
}

.alm-load-more-btn.more.done {
  display: none;
}

.alm-reveal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.alm-reveal .hotel-article {
  -webkit-flex: 0 1 22.5%;
      -ms-flex: 0 1 22.5%;
          flex: 0 1 22.5%;
  margin-left: 3.333333333333333%;
  margin-bottom: 40px;
}

.alm-reveal .hotel-article:nth-of-type(4n+1) {
  margin-left: 0;
}

.alm-reveal .hotel-article a.lol {
  display: block;
  background-color: #fff;
  transition: all 0.35s;
}

.alm-reveal .hotel-article a.lol .hotel-image {
  overflow: hidden;
  height: 160px;
  display: block;
  height: 160px;
  position: relative;
}

.alm-reveal .hotel-article a.lol .hotel-image img {
  width: 100%;
  height: 100%;
  height: auto;
  display: block;
  transition: all 0.35s;
}

.alm-reveal .hotel-article a.lol .hotel-image .hotel-price {
  position: absolute;
  right: 0;
  bottom: 0;
}

.alm-reveal .hotel-article a.lol .hotel-image .hotel-price span {
  height: 34px;
  line-height: 34px;
  background-color: #edb00c;
  color: white;
  font-size: 15.5px;
  font-weight: 300;
  display: block;
  padding: 0 15px;
}

.alm-reveal .hotel-article a.lol .hotel-content {
  text-align: center;
  padding: 20px 20px 25px 25px;
}

.alm-reveal .hotel-article a.lol .hotel-content h5 {
  color: #3c3f43;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.alm-reveal .hotel-article a.lol .hotel-content span.hotel-cat {
  font-size: 13px;
  color: #edb00c;
  font-weight: 300;
  margin: 0 0 7px 0;
  display: block;
}

.alm-reveal .hotel-article a.lol .hotel-content p {
  text-align: left;
  font-weight: 300;
  color: #888e92;
  font-size: 13px;
  padding: 0;
  line-height: 22px;
}

.alm-reveal .hotel-article a.lol .hotel-content .hotel-stars {
  margin-bottom: 10px;
}

.alm-reveal .hotel-article a.lol .hotel-content .hotel-stars .dashicons.dashicons-star-empty {
  display: none;
}

.alm-reveal .hotel-article a.lol:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.alm-reveal .hotel-article a.lol:hover .hotel-image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

*.is-placeholder {
  color: #c6c9cb !important;
  opacity: 1;
}

*::-webkit-input-placeholder {
  color: #c6c9cb !important;
  opacity: 1;
}

*::-moz-placeholder {
  color: #c6c9cb !important;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #c6c9cb !important;
  opacity: 1;
}

*:focus.is-placeholder {
  color: #edb00c !important;
  opacity: 1;
}

*:focus::-webkit-input-placeholder {
  color: #edb00c !important;
  opacity: 1;
}

*:focus::-moz-placeholder {
  color: #edb00c !important;
  opacity: 1;
}

*:focus:-ms-input-placeholder {
  color: #edb00c !important;
  opacity: 1;
}

.blog .mainContentPage {
  overflow: hidden;
}

.blog .mainContentPage .rightContent.widget-area.span-4.span-last {
  outline: 1px solid red;
  display: none;
}

.single-hotels .mainMenu .menu-item-343 a {
  color: #edb00c !important;
}

.single-appartemented .mainMenu .menu-item-429 a {
  color: #edb00c !important;
}

.gform_wrapper.gf_browser_ie .gform_footer input.button {
  padding: 0 40px 0 20px !important;
}

.gform_wrapper.gf_browser_ie .gform_footer input#gform_submit_button_1.button {
  padding: 0 20px 0 20px !important;
}

.footer-content p code {
  font-weight: 400;
}

.footer-content p strong {
  font-weight: 400;
}

/********************RESPONSIVE***********************************/
@media all and (min-width: 48rem) and (max-width: 64rem) {
  /**********************GRID STYLES************************/
  .span-12, .span-11, .span-10, .span-9, .span-8, .span-7, .span-6, .span-5, .span-4, .span-3, .span-2, .span-1 {
    width: 96.25%;
    float: left;
    margin-left: 1.875%;
    margin-right: 1.875%;
  }
  .col-4 {
    width: 46.25%;
    float: left;
    margin-left: 1.875%;
    margin-right: 1.875%;
    margin-bottom: 1.25rem;
  }
  .span-last {
    float: none;
  }
  .innerWrapper {
    width: 96.25%;
    float: left;
    margin-left: 1.875%;
    margin-right: 1.875%;
  }
  /****************************HTML-BODY STYLES*****************/
  .mainMenu {
    display: none;
  }
  .mobileLink {
    display: block;
  }
  .mobileLink2 {
    display: block;
  }
  .blue-menu {
    display: none;
  }
  .mm-panels {
    background-color: #58698d;
  }
  .mm-panels .blue-menu {
    display: block;
  }
  .mm-panels .mm-title {
    color: #fff !important;
  }
  .mm-panels .mm-listview li a {
    color: #fff !important;
  }
  .mm-panels .mm-listview .active {
    background-color: #6c7da1;
  }
  .mm-menu .mm-listview > li .mm-next:after,
  .mm-menu .mm-listview > li .mm-arrow:after,
  .mm-menu .mm-navbar .mm-btn:before,
  .mm-menu .mm-navbar .mm-btn:after {
    border-color: #fff !important;
  }
  .siteLogo {
    width: 100% !important;
  }
  .mobileLink {
    position: absolute;
    top: 3px;
    right: 20px;
  }
  .mobileLink a i {
    color: #f6af1b;
    font-size: 32px;
    font-weight: bold;
  }
  .innerWrapper {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  .pageSlider .owl-item .slide-content .slide-content-inner-text {
    padding-bottom: 110px;
  }
  .multicolored .multicolored-inner {
    margin-top: -285px;
  }
  .multicolored .colored-carousel .colored-item .item-cont {
    height: 280px;
  }
  .multicolored .colored-carousel .colored-item h3 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .multicolored .colored-carousel .colored-item p {
    font-size: 17px;
    line-height: 30px;
  }
  .multicolored .colored-carousel .colored-item .item-cont {
    padding: 65px 40px 35px;
  }
  .multicolored {
    padding-bottom: 40px;
  }
  .multicolored .innerWrapper {
    padding: 0;
  }
  .testimonials-carousel .testimonial-item {
    padding: 0 50px;
  }
  .popular-destinations .popular-destinations-inner .popular-destinations-section .popular-destinations-article {
    width: 48%;
    margin: 0 4% 20px 0;
  }
  .popular-destinations .popular-destinations-inner .popular-destinations-section .popular-destinations-article:nth-of-type(2n+2) {
    margin: 0 0 20px 0;
  }
  .popular-destinations .popular-destinations-inner {
    padding-bottom: 20px;
    padding-top: 40px;
  }
  .two-blocks .two-blocks-inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 50px;
  }
  .two-blocks .two-blocks-inner .two-blocks-article {
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-bottom: 50px;
  }
  .two-blocks .two-blocks-inner .two-blocks-article a {
    padding-bottom: 90px;
  }
  .two-blocks .two-blocks-inner .two-blocks-article:last-child {
    margin-bottom: 0;
  }
  .pageSlider .owl-item.active .slide-content .slide-content-inner-text {
    transition: 3s;
  }
  .breadcrumbs-wrap {
    display: none;
  }
  .rightContent {
    float: left;
  }
  .mainContentPage {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .mainContentPage .innerDiv {
    width: 100%;
    padding: 0 20px;
  }
  .mainContentPage .innerDiv .leftContent {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .mainContentPage .innerDiv .rightContent {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .mainContentPage .parallax {
    margin-top: 20px;
  }
  .page-template-default .leftContent.span-8 {
    padding-right: 0;
  }
  .blue-bar {
    height: 60px;
  }
  .blue-bar .blue-bar-inner {
    padding: 0;
  }
  .blue-bar .blue-bar-inner .mobileLink2 {
    top: 13px;
    right: 20px;
  }
  .alm-reveal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .alm-reveal .hotel-article {
    -webkit-flex: 0 1 30%;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    margin-left: 5%;
  }
  .alm-reveal .hotel-article:nth-of-type(4n+1) {
    margin-left: 5%;
  }
  .alm-reveal .hotel-article:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .hotels-section-search {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .hotels-section-search .hotel-article {
    -webkit-flex: 0 1 30%;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    margin-left: 3.333333333333333%;
  }
  .hotels-section-search .hotel-article:nth-of-type(4n+1) {
    margin-left: 3.333333333333333%;
  }
  .hotels-section-search .hotel-article:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .mainContentHome .two-blocks .two-blocks-inner {
    padding-bottom: 50px;
  }
  .search .mainContent {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .search .centerDiv {
    padding: 0 20px;
    width: 100%;
  }
  .search .leftContent {
    margin: 0;
    width: 100%;
  }
  .search .leftContent article.page:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .search .leftContent article.post:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .search .rightContent {
    margin: 30px 0 0 0;
    width: 100%;
  }
  .mainContentContact {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .mainContentContact .centerDiv {
    padding: 0 20px;
    width: 100%;
  }
  .mainContentContact .leftContent {
    margin: 0;
    width: 100%;
  }
  .mainContentContact .rightContent {
    margin: 30px 0 0 0;
    width: 100%;
  }
  .mainContentNotFound,
  .search-no-results {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .mainContentNotFound .centerDiv,
  .search-no-results .centerDiv {
    padding: 0 20px;
    width: 100%;
  }
  .mainContentNotFound .leftContent,
  .search-no-results .leftContent {
    margin: 0;
    width: 100%;
  }
  .mainContentNotFound .rightContent,
  .search-no-results .rightContent {
    margin: 30px 0 0 0;
    width: 100%;
  }
  .page-template-default .leftContent {
    margin-bottom: 30px;
  }
  .single .primary-wrap #primary .single-slider {
    float: none;
    margin: 0 auto;
    width: 70%;
  }
  .single .primary-wrap #primary main.site-main {
    padding-left: 0;
    margin-top: 50px;
    width: 100%;
  }
  .parallax {
    background-attachment: scroll;
  }
  .hotel-filters .hotel-filters-inner form ul:first-child {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .hotel-filters .hotel-filters-inner form ul:first-child li {
    -webkit-flex: 0 1 30%;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    padding: 0;
    margin-bottom: 10px;
  }
  .single .primary-wrap #primary main.site-main .shortcode-star-rating {
    left: 0;
  }
}

@media all and (max-width: 47.9375rem) {
  /****************BUTTONS STYLES*****************/
  .button {
    width: 100%;
    margin-right: 0;
    display: block;
  }
  /**********************GRID STYLES************************/
  .col-4 {
    width: 95%;
    float: left;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-bottom: 1.25rem;
  }
  .innerWrapper {
    width: 95%;
    float: left;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  /*************************HTML-BODY STYLES****************/
  .leftContent,
  .rightContent,
  .two-column_wrapper ul.gform_column.s1,
  .two-column_wrapper ul.gform_column.s2 {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mainMenu {
    display: none;
  }
  .mobileLink {
    display: block;
  }
  .mobileLink2 {
    display: block;
  }
  .blue-menu {
    display: none;
  }
  .mm-panels .blue-menu {
    display: block;
  }
  .mm-panels {
    background-color: #58698d;
  }
  .mm-panels .blue-menu {
    display: block;
  }
  .mm-panels .mm-title {
    color: #fff !important;
  }
  .mm-panels .mm-listview li a {
    color: #fff !important;
  }
  .mm-panels .mm-listview .active {
    background-color: #6c7da1;
  }
  .mm-menu .mm-listview > li .mm-next:after,
  .mm-menu .mm-listview > li .mm-arrow:after,
  .mm-menu .mm-navbar .mm-btn:before,
  .mm-menu .mm-navbar .mm-btn:after {
    border-color: #fff !important;
  }
  .page-template-tpl-contact .gform_footer {
    width: 100% !important;
  }
  .page {
    padding-top: 0px;
  }
  input,
  textarea,
  select {
    font-size: 1rem !important;
  }
  .siteLogo {
    width: 100% !important;
  }
  .mobileLink {
    position: absolute;
    top: 3px;
    right: 10px;
  }
  .mobileLink a i {
    color: #f6af1b;
    font-size: 32px;
    font-weight: bold;
  }
  .slide-content .slide-content-inner-center .slide-content-inner-text h1,
  .pages-content .pages-content-inner-center .pages-content-inner-text h1 {
    font-size: 28px;
    letter-spacing: 5px;
  }
  .innerWrapper {
    width: 100%;
    margin: 0;
    padding: 0 10px;
  }
  .sliderImage.focuspoint {
    min-height: 510px;
  }
  .slide-content {
    height: 510px;
  }
  .pageSlider .owl-item .slide-content .slide-content-inner-text {
    padding-bottom: 50px;
  }
  .multicolored .colored-carousel .colored-item .item-cont {
    height: 180px;
    padding-top: 30px;
  }
  .multicolored {
    padding-bottom: 65px;
  }
  .multicolored .innerWrapper {
    padding: 0 10px;
  }
  .multicolored .owl-controls {
    width: 100%;
    position: absolute;
    bottom: -40px;
  }
  .multicolored .owl-controls .owl-dots {
    text-align: center;
  }
  .multicolored .owl-controls .owl-dots .owl-dot {
    height: 14px;
    width: 14px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
  }
  .multicolored .owl-controls .owl-dots .owl-dot:last-child {
    margin: 0;
  }
  .multicolored .owl-controls .owl-dots .owl-dot.active {
    background-color: #ef8914;
  }
  .multicolored .multicolored-inner {
    margin-top: -185px;
  }
  .multicolored .colored-carousel .colored-item a button {
    height: 60px;
    line-height: 60px;
  }
  .testimonials-carousel .testimonial-item {
    padding: 0;
  }
  .testimonials .owl-prev {
    display: none !important;
  }
  .testimonials .owl-next {
    display: none !important;
  }
  .testimonials .testimonials-inner {
    padding-bottom: 70px;
  }
  .testimonials .owl-controls {
    width: 100%;
    position: absolute;
    bottom: -40px;
  }
  .testimonials .owl-controls .owl-dots {
    text-align: center;
  }
  .testimonials .owl-controls .owl-dots .owl-dot {
    height: 14px;
    width: 14px;
    display: inline-block;
    background-color: #eeeeee;
    border-radius: 50%;
    margin-right: 10px;
  }
  .testimonials .owl-controls .owl-dots .owl-dot:last-child {
    margin: 0;
  }
  .testimonials .owl-controls .owl-dots .owl-dot.active {
    background-color: #ef8914;
  }
  .popular-destinations .popular-destinations-inner h3 {
    display: none;
  }
  .popular-destinations .popular-destinations-inner .popular-destinations-section .popular-destinations-article {
    width: 100%;
    margin: 0 4% 30px 0;
  }
  .popular-destinations .popular-destinations-inner .popular-destinations-section .popular-destinations-article:nth-of-type(2n+2) {
    margin: 0 0 20px 0;
  }
  .popular-destinations .popular-destinations-inner {
    padding-bottom: 30px;
    padding-top: 50px;
  }
  .parallax .parallax-inner .parallax-inner-content h2 {
    font-size: 32px;
  }
  .two-blocks .two-blocks-inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 50px;
  }
  .two-blocks .two-blocks-inner .two-blocks-article {
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-bottom: 30px;
  }
  .two-blocks .two-blocks-inner .two-blocks-article a {
    padding: 30px 20px 80px 20px;
  }
  .two-blocks .two-blocks-inner .two-blocks-article a button {
    bottom: 30px;
    left: 20px;
  }
  .two-blocks .two-blocks-inner .two-blocks-article a h4 {
    margin-bottom: 17px;
  }
  .two-blocks .two-blocks-inner .two-blocks-article:last-child {
    margin-bottom: 0;
  }
  .upperFooter .upperFooterInner {
    padding: 45px 0 45px;
  }
  .upperFooter .upperFooterInner .footer-content p {
    padding-bottom: 0;
  }
  .upperFooter .upperFooterInner .footer-content p:last-child {
    margin-top: 35px;
    padding-bottom: 0;
  }
  .upperFooter .upperFooterInner ul {
    margin: 10px 0 0 0;
  }
  .lowerFooterInner p span {
    display: block;
  }
  .lowerFooterInner p b {
    display: none;
  }
  .pageSlider .owl-item.active .slide-content .slide-content-inner-text {
    transition: 3s;
  }
  .mainHeader {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 60px;
  }
  .page-template-default {
    padding-top: 60px;
  }
  .breadcrumbs-wrap {
    display: none;
  }
  .page-template-default .leftContent {
    margin-bottom: 30px;
  }
  .mainContentPage {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .mainContentPage .innerDiv {
    width: 100%;
    padding: 0 10px;
  }
  .mainContentPage .innerDiv .leftContent {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .mainContentPage .innerDiv .rightContent {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .mainContentPage .innerDiv .rightContent form {
    padding: 20px 15px 20px 15px;
  }
  .mainContentPage .parallax {
    margin-top: 0;
  }
  .page-template-default .leftContent.span-8 {
    padding-right: 0;
  }
  .blue-bar {
    height: 60px;
  }
  .blue-bar .blue-bar-inner {
    padding: 0;
  }
  .blue-bar .blue-bar-inner .mobileLink2 {
    top: 13px;
    right: 10px;
  }
  .alm-reveal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .alm-reveal .hotel-article {
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0;
  }
  .alm-reveal .hotel-article:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .alm-reveal .hotel-article:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .hotels-section-search {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 10px;
  }
  .hotels-section-search .hotel-article {
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0;
  }
  .hotels-section-search .hotel-article:nth-of-type(4n+1) {
    margin-left: 0;
  }
  .hotels-section-search .hotel-article:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .mainContentHome .two-blocks .two-blocks-inner {
    padding-bottom: 50px;
  }
  .mainContentContact {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .mainContentContact .centerDiv {
    padding: 0 10px;
    width: 100%;
  }
  .mainContentContact .leftContent {
    margin: 0;
    width: 100%;
  }
  .mainContentContact .leftContent .two-column .gform_footer {
    margin: 0;
    float: none;
    width: 100%;
  }
  .mainContentContact .leftContent .two-column .gform_footer input[type="submit"] {
    width: 100%;
    min-width: 100%;
  }
  .mainContentContact .rightContent {
    margin: 30px 0 0 0;
    width: 100%;
  }
  .mainContentNotFound,
  .search-no-results {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .mainContentNotFound .centerDiv,
  .search-no-results .centerDiv {
    padding: 0 10px;
    width: 100%;
  }
  .mainContentNotFound .leftContent,
  .search-no-results .leftContent {
    margin: 0;
    width: 100%;
  }
  .mainContentNotFound .leftContent .page-content form input[type="search"],
  .search-no-results .leftContent .page-content form input[type="search"] {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 12px;
  }
  .mainContentNotFound .leftContent .page-content form input[type="submit"],
  .search-no-results .leftContent .page-content form input[type="submit"] {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    font-size: 14px !important;
    color: #fff;
    background-color: #edb00c;
    border-radius: 2px;
    transition: all 0.35s;
    color: white;
    display: inline-block;
    position: relative;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 300;
    text-align: left;
  }
  .mainContentNotFound .leftContent .page-content form input[type="submit"]:hover,
  .search-no-results .leftContent .page-content form input[type="submit"]:hover {
    background: #f7cf64;
  }
  .mainContentNotFound .rightContent,
  .search-no-results .rightContent {
    margin: 30px 0 0 0;
    width: 100%;
  }
  .search .mainContent {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .search .centerDiv {
    padding: 0 10px;
    width: 100%;
  }
  .search .leftContent {
    margin: 0;
    width: 100%;
  }
  .search .leftContent article.page:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .search .leftContent article.post:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .search .rightContent {
    margin: 30px 0 0 0;
    width: 100%;
  }
  .parallax {
    background-attachment: scroll;
  }
  .single .primary-wrap #primary .single-slider {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  .single .primary-wrap #primary main.site-main {
    padding-left: 0;
    margin-top: 50px;
    width: 100%;
  }
  .tabs-wrap {
    margin-top: 40px;
  }
  .tab_container {
    padding: 30px 20px 30px;
  }
  .hotel-filters .hotel-filters-inner form ul:first-child {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .hotel-filters .hotel-filters-inner form ul:first-child li {
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .no-results.not-found {
    padding: 0 10px;
  }
  .single {
    padding-top: 60px;
  }
  .footer-content p code {
    display: none;
  }
  .footer-content p strong {
    display: block;
  }
  .single .primary-wrap #primary main.site-main .shortcode-star-rating {
    left: 0;
  }
}
