/* Add your CSS @import rules after this line */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}
body {
  font-family: 'Lato', serif;
  font-weight: 400;
  color: #727272;
  font-size: 16px;
  background-color: #ffffff;
}
.top_bar {
  background-color: #000000;
  color: #ffffff;
}
.top_bar ul {
  list-style-type: none;
}
.top_bar ul li {
  display: inline-block;
}
.booking select,
.booking input {
  font-family: 'Lato', serif;
  font-weight: 400;
  font-size: 15px;
}
.top_logo {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 110px;
  z-index: 999;
  text-align: right;
}
.top_logo:after {
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 110px 110px 0 0;
  border-color: #c3a476 transparent transparent transparent;
  position: absolute;
  right: -110px;
  top: 0;
}
.image-with-corner {
  position: relative;
}
.image-with-corner:after {
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 110px 110px 0 0;
  border-color: #c3a476 transparent transparent transparent;
  position: absolute;
  left: -5px;
  top: -5px;
}
.hover-image-with-corner:hover {
  position: relative;
}
.hover-image-with-corner:hover:after {
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 110px 110px 0 0;
  border-color: #c3a476 transparent transparent transparent;
  position: absolute;
  left: -5px;
  top: -5px;
}
.hover-image-with-corner.hover-white:hover:after {
  border-color: #fff transparent transparent transparent;
}
.owl-item-c {
  background-size: cover;
  background-position: center center;
}
.owl-item-c > div {
  visibility: hidden;
  opacity: 0;
  background: transparent;
  background: -moz-linear-gradient(top,transparent 1%,#000000 99%);
  background: -webkit-linear-gradient(top,transparent 1%,#000000 99%);
  background: linear-gradient(to bottom,transparent 1%,#000000 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent',endColorstr='#000000',GradientType=0);
  min-height: 200px;
  display: flex;
  transition: all 0.3s ease-in-out;
}
.owl-item-c .hover-image-with-corner:hover:after {
  border-width: 80px 80px 0 0;
  left: -5px;
  top: -5px;
}
.owl-item-c .owl-text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  padding: 10px;
  transition: all 0.3s ease-in-out;
}
.owl-item-c:hover > div {
  visibility: visible;
  opacity: 1;
}
.owl-item-c:hover .owl-text {
  bottom: 30px;
  left: 50%;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #c3a476;
}
nav#main-navigation {
  padding-top: 0;
  padding-bottom: 0;
}
nav#main-navigation ul li {
  padding: 10px 16px;
  color: #151515;
}
nav#main-navigation ul li a {
  font-size: 14px;
}
nav#main-navigation ul li.active,
nav#main-navigation ul li:hover {
  background-color: #fff;
  color: #c3a476;
}
nav#main-navigation .nav-item.active {
  background-color: #ffffff;
  color: #c3a476;
}
nav#main-navigation .nav-item a.nav-link {
  padding: 10px 18px !important;
  font-size: 14px;
  font-family: 'Marcellus', serif;
  font-weight: 400;
}
nav#main-navigation .nav-item a.nav-link:hover {
  background-color: #ffffff;
  color: #c3a476;
}
nav#main-navigation .nav-item:last-of-type {
  margin-left: 10px;
}
nav#main-navigation .nav-item:last-of-type.active {
  background-color: #008f83;
  color: #ffffff;
  border-radius: 5px;
}
nav#main-navigation .nav-item:last-of-type a.nav-link {
  border-radius: 5px;
  background-color: #008f83;
  color: #ffffff;
}
nav#main-navigation .nav-item:last-of-type a.nav-link:hover {
  background-color: #ffffff;
  color: #008f83;
}
.dropdown-menu {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.dropdown-menu a {
  background-color: #008f83 !important;
  color: #fff !important;
}
.dropdown-menu a:hover,
.dropdown-menu a:active,
.dropdown-menu a.active {
  background-color: #74d0c8 !important;
  color: #fff !important;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.checkboxes label {
  margin: 0px 5px;
}
.formResponsive button {
  display: inline-block;
  width: auto;
  min-width: 150px;
  font-size: 17px;
}
.down_arrow_bg {
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 150px;
  padding-right: 150px;
  width: 500px;
}
.down_arrow_bg input,
.down_arrow_bg select,
.down_arrow_bg .input-group {
  border: 0px solid black;
  border-radius: 0;
  background-color: #1d1d1d;
  margin-bottom: 20px;
  color: #ffffff;
}
.down_arrow_bg .input-group .fa {
  margin: 10px;
}
.down_arrow_bg input::-webkit-input-placeholder {
  color: #ffffff !important;
}
.down_arrow_bg input:-moz-placeholder {
  color: #ffffff !important;
}
.down_arrow_bg input::-moz-placeholder {
  color: #ffffff !important;
}
.down_arrow_bg input:-ms-input-placeholder {
  color: #ffffff !important;
}
.down_arrow_bg:after {
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 250px 0 250px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -100px;
  z-index: 1;
}
.with-after:after {
  display: block;
  position: relative;
  bottom: 0px;
  content: '';
  width: 50px;
  height: 2px;
  background-color: #c3a476;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}
.with-after2:after {
  display: block;
  position: relative;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 120px;
  height: 2px;
  background-color: #c3a476;
  margin-top: 10px;
  margin-bottom: 10px;
}
.room-image {
  padding: 14px;
  background-color: #a6a6a6;
}
.room-image > div {
  background-size: cover;
  background-position: center center;
}
.room-image > div > div {
  padding: 90px 0px;
  color: #fff;
  text-decoration: none;
  background-color: rgba(0,0,0,0.4);
}
.room-image > div > div a {
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  display: inline-block;
  opacity: 0;
}
.room-image:hover {
  background-color: #a6a6a6;
  color: #008f83;
}
.room-image:hover .lusitana {
  color: #c3a476;
}
.room-image:hover a {
  visibility: visible;
  opacity: 1;
}
.finder-left-image {
  color: #fff;
  background-size: cover;
  background-position: center center;
}
.finder-left-image .room-image-bg {
  min-height: 400px;
  display: flex;
  background-color: transparent;
  transition: all .3s ease-in-out;
}
.finder-left-image .room-image-bg > div {
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-in-out;
}
.finder-left-image .room-image-bg:hover {
  background-color: rgba(195,164,118,0.9);
}
.finder-left-image .room-image-bg:hover >div {
  visibility: visible;
  opacity: 1;
}
.finder-right-image {
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 190px;
  margin-bottom: 20px;
}
.finder-right-image .room-image-bg {
  background-color: transparent;
  width: 100%;
  height: 190px;
}
.finder-right-image .room-image-bg > div {
  background-color: #000;
  transition: all .3s ease-in-out;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.finder-right-image .room-image-bg:hover {
  background-color: rgba(255,255,255,0.9);
}
.finder-right-image .room-image-bg:hover > div {
  visibility: visible;
  opacity: 1;
}
.owl-item {
  padding: 10px;
}
.gold-phone {
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px 100px 30px 30px;
  font-size: 40px;
  color: #fff;
  background-color: #c3a476;
}
.gold-phone:after {
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 120px 120px;
  border-color: transparent transparent #c3a476 transparent;
  position: absolute;
  top: 0;
  left: -120px;
}
.bottom-social {
  list-style-type: none;
  padding: 0;
}
.bottom-social li {
  display: inline-block;
}
.phone-map {
  position: relative;
  overflow: hidden;
  display: flex;
}
.bottom-mod ul {
  padding-left: 18px;
}
.newsletter-pos input:not([type="submit"]) {
  border: 0px solid black;
  border-radius: 0;
  background-color: #1d1d1d;
  color: #ffffff;
}
.lusitana {
  font-family: 'Lusitana', serif;
  font-weight: 400;
}
.lusitana.regular {
  font-weight: 400;
}
.lusitana.bold {
  font-weight: 700;
}
.lato {
  font-family: 'Lato', serif;
  font-weight: 400;
}
.lato.regular {
  font-weight: 400;
}
.lato.bold {
  font-weight: 700;
}
.font-size-68 {
  font-size: 68px;
  line-height: 68px;
}
.font-size-40 {
  font-size: 40px;
  line-height: 40px;
}
.font-size-36 {
  font-size: 36px;
  line-height: 36px;
}
.font-size-30 {
  font-size: 30px;
  line-height: 30px;
}
.font-size-24 {
  font-size: 24px;
  line-height: 24px;
}
.font-size-20 {
  font-size: 20px;
  line-height: 20px;
}
.font-size-18 {
  font-size: 18px;
  line-height: 18px;
}
.font-size-17 {
  font-size: 17px;
  line-height: 17px;
}
.font-size-16 {
  font-size: 16px;
  line-height: 16px;
}
.font-size-14 {
  font-size: 14px;
  line-height: 14px;
}
.font-size-12 {
  font-size: 12px;
  line-height: 12px;
}
.text-upper {
  text-transform: uppercase;
}
.white {
  color: #ffffff;
}
.gold {
  color: #c3a476;
}
.black {
  color: #000000;
}
.light-black {
  color: #151515;
}
.light-grey {
  color: #fafafa;
}
.dark-grey {
  color: #727272;
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: #000000;
}
.bg-gold {
  background-color: #c3a476;
  color: #ffffff;
}
.bg-darkgreen {
  background-color: #008f83;
}
.bg-light-grey {
  background-color: #fafafa;
}
.bg-light-black {
  background-color: #151515;
}
.p-absolute {
  position: absolute;
}
.p-relative {
  position: relative;
}
.w-100 {
  width: 100%;
}
img,
.mw-100 {
  max-width: 100%;
}
.hide-overflow-x {
  overflow-x: hidden;
}
.navbar,
.container-fluid,
.modal {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}
.container-custom {
  max-width: 1170px;
}
a,
a:hover,
a:focus,
a:active {
  color: inherit;
  text-decoration: none !important;
  transition: all .15s ease-in-out;
}
.button-darkgreen {
  background-color: #008f83;
  border: 1px solid #008f83;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px 20px;
}
.button-darkgreen:hover {
  background-color: #c3a476;
  color: #008f83;
}
.button-gold {
  background-color: #c3a476;
  border: 1px solid #c3a476;
  color: #ffffff;
  border-collapse: collapse;
  padding: 10px 15px;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
}
.button-gold:hover {
  background-color: #ffffff;
  color: #c3a476;
}
.button-gold-reverse {
  background-color: #ffffff;
  border: 1px solid #727272;
  color: #727272;
  border-collapse: collapse;
  padding: 10px 15px;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
}
.button-gold-reverse:hover {
  background-color: #c3a476;
  border: 1px solid #c3a476;
  color: #ffffff;
}
.big-radius {
  border-radius: 30px;
}
.card .offer {
  position: absolute;
  right: 50px;
  background-color: #c53950;
  color: #ffffff;
  padding: 10px 20px;
  top: -1px;
}
.card .offer:after {
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 40px 0 40px;
  border-color: #c53950 transparent transparent transparent;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -25px;
  z-index: 1;
}
.center-offer {
  position: absolute;
  left: 50%;
  width: 150px;
  margin-left: -75px;
  background-color: #000000;
  color: #ffffff;
  padding: 10px 20px;
  top: 0px;
  z-index: 999;
}
.center-offer:after {
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 75px 0 75px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -50px;
  z-index: 1;
}
.room-ammenities {
  border: 1px solid grey;
  border-radius: 5px;
}
ul.gold-list {
  list-style-type: none;
  padding: 0;
  -ms-column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  color: #c3a476;
}
ul.gold-list li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
ul.gold-list li:before {
  color: #727272;
  font-family: 'FontAwesome';
  content: "\f0da";
  display: block;
  position: absolute;
  left: 5px;
  top: 0px;
}
#nav-icon3 {
  width: 40px;
  height: 35px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 80%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 12px;
}
#nav-icon3 span:nth-child(4) {
  top: 24px;
}
#nav-icon3.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}
.navbar-toggler {
  border: 0;
  padding: 0;
}
.footer .with-after {
  margin-bottom: 40px;
}
.scroll_top {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  padding: 10px 20px;
  padding: 0px 10px;
  font-size: 25px;
}
.breadcrumb {
  background-color: #242424;
  border-radius: 0;
}
.breadcrumb ul {
  list-style-type: none;
  padding: 0;
}
.breadcrumb ul li {
  padding-left: 20px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.breadcrumb ul li.active {
  color: #c3a476;
}
.breadcrumb ul li:before {
  color: #727272;
  font-family: 'FontAwesome';
  content: "\f0da";
  display: block;
  position: absolute;
  left: 7px;
  top: 1px;
}
.breadcrumb ul li:first-child:before {
  display: none;
}
.offer-box {
  border: 1px solid #d1d1d1;
  background-color: #fff;
}
.odd .offer-box {
  margin-right: -60px;
}
.even .offer-box {
  margin-left: -60px;
}
.strike-through {
  text-decoration: line-through;
}
@media only screen and (max-width: 1199px) {
  .font-size-68 {
    font-size: 42px;
    line-height: 42px;
  }
  .font-size-40 {
    font-size: 30px;
    line-height: 30px;
  }
  .font-size-36 {
    font-size: 28px;
    line-height: 28px;
  }
  .font-size-24 {
    font-size: 21px;
    line-height: 21px;
  }
  .font-size-20 {
    font-size: 18px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .top_logo {
    position: relative;
    left: 0;
    top: 0;
    min-height: 70px;
    z-index: 999;
    text-align: right;
  }
  .top_logo a {
    margin-left: 5px !important;
  }
  .top_logo:after {
    display: none;
  }
  .burger_menu {
    position: absolute;
    right: 0;
    max-width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .offer-box {
    margin-left: auto;
    margin-right: auto;
  }
  nav#main-navigation ul li {
    display: block;
    width: 100%;
  }
  .phone-map {
    position: relative;
    overflow: hidden;
    display: grid;
  }
  .gold-phone {
    float: none;
    position: relative;
    bottom: 0px;
    right: 0;
    padding: 10px 20px;
    font-size: 30px;
    color: #fff;
    text-align: center;
  }
}
@media only screen and (max-width: 1320px) {
  .slider {
    overflow: hidden;
  }
}
@media only screen and (max-width: 1010px) {
  .down_arrow_bg {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
  }
}
.table td,
.table th {
  padding: .25rem;
}
