/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Prevent scrolling when navigation is opened  */

body.nav-open {
  overflow: hidden;
}

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 30px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

@font-face {
  font-family: 'Lydian BT';
  src: local('Lydian BT'), local('LydianBT-Roman'),
      url(https://20410430.fs1.hubspotusercontent-na1.net/hubfs/20410430/raw_assets/public/bodrum/fonts/LydianBT-Roman.woff2) format('woff2'),
      url(https://20410430.fs1.hubspotusercontent-na1.net/hubfs/20410430/raw_assets/public/bodrum/fonts/LydianBT-Roman.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.body-wrapper{
  position: relative;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lydian BT', serif;
  font-weight: 400;
  margin: 0 0 1.875rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-family: 'futura-pt', sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button.has-icon,
.button.has-icon {
  padding-left: 62px !important;
  position: relative;
}

button .button-icon,
.button .button-icon {
  fill: currentColor;
  height: 20px;
  left: 28px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}


.hs_cos_wrapper_widget.widget-type-form {
  margin: 0 auto;
  max-width: 725px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .hs_cos_wrapper_widget.widget-type-form {
    border-radius: 5px;
    border: 1px solid #8C8C8C99;
    padding: 92px 113px;
  }

  .hs_cos_wrapper_widget.widget-type-form:before {
    background-image: url(https://20410430.fs1.hubspotusercontent-na1.net/hubfs/20410430/raw_assets/public/bodrum/images/decor-branch.png);
    background-repeat: no-repeat;
    background-size: 218px 102px;
    bottom: -51px;
    content: '';
    display: block;
    height: 102px;
    position: absolute;
    right: 39px;
    width: 218px;
  }    
}

/* Fields */

.hs-form-field {
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 18px;
                margin-bottom: 1.125rem;            
            
        
    
    


}

/* Labels */

form label {
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 18px;
                font-size: 1.125rem;            
            
        
    
    


  letter-spacing: 0.05em;
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-bottom: 5px;
                margin-bottom: 0.3125rem;            
            
        
    
    


  line-height: 1.6;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 14px;
                font-size: 0.875rem;            
            
        
    
    


  letter-spacing: 0.04em;
  line-height: 1.6;
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                padding: 13px;
                padding: 0.8125rem;            
            
        
    
    


  width: 100%;
}

form textarea {
  height: 167px;
  resize: none;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - placeholder text */

::-webkit-input-placeholder {
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 14px;
                font-size: 0.875rem;            
            
        
    
    


  letter-spacing: 0.04em;
  line-height: 1.6;
}

::-moz-placeholder {
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 14px;
                font-size: 0.875rem;            
            
        
    
    


  letter-spacing: 0.04em;
  line-height: 1.6;
}

:-ms-input-placeholder {
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 14px;
                font-size: 0.875rem;            
            
        
    
    


  letter-spacing: 0.04em;
  line-height: 1.6;
}

::-ms-input-placeholder {
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 14px;
                font-size: 0.875rem;            
            
        
    
    


  letter-spacing: 0.04em;
  line-height: 1.6;
}

::placeholder {
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                font-size: 14px;
                font-size: 0.875rem;            
            
        
    
    


  letter-spacing: 0.04em;
  line-height: 1.6;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  

    
    
    
    
        
        
            
                
                     
             
            
            
        
            
                
                     
             
            
            
                
                
                margin: 5px 0;
                margin: 0.3125rem 0;            
            
        
    
    


}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

.form-title {
  color: #FFFFFF;
  font-family: 'Lydian BT', sans-serif;
  font-size: 36px;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-bottom: 39px;
  text-transform: uppercase;
}

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51 !important;
}

.hs-input.invalid.error {
  border-color: #EF6B51 !important;
}

.hs-error-msg {
  color: #EF6B51 !important;
  

    
    
    
    
        
        
            
                
                     
             
            
            
                
                
                margin-top: 5px;
                margin-top: 0.3125rem;            
            
        
    
    


}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 17px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  white-space: normal;
}

@media (max-width: 767px) {
  form input[type=submit],
  form .hs-button {
    width: 100%;
  }
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes swiping {
  0% {
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
  25% {
    -webkit-transform: translateX(-5px) rotate(-10deg);
    transform: translateX(-5px) rotate(-10deg);
  }
  50% {
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
  75% {
    -webkit-transform: translateX(5px) rotate(10deg);
    transform: translateX(5px) rotate(10deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}

@keyframes swiping {
  0% {
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
  25% {
    -webkit-transform: translateX(-5px) rotate(-10deg);
    transform: translateX(-5px) rotate(-10deg);
  }
  50% {
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
  75% {
    -webkit-transform: translateX(5px) rotate(10deg);
    transform: translateX(5px) rotate(10deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}
.header {
  position: relative;
  width: 100%;
  z-index: 10;
}

.header-absolute {
  left: 0;
  position: absolute;
  top: 0;
}

#sticky-header-mobile.sticky,
#sticky-header.sticky {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 1025px) {
  .header .header__container {
    padding: 0 30px;
  }

  .header-absolute .header__container {
    max-width: 1440px;
    padding: 0 60px;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
  padding: 41px 0;
  position: relative;
  z-index: 3;
}

.header__logo img,
.header__logo a {
  display: inline-block;
  vertical-align: top;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

/* Navigation */

.header__navigation {
  display: none;
  height: 100vh;
  left: 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

/* Navigation Animations */
.header__navigation.open {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in 1.4s;
  -o-transition: opacity 0.3s ease-in 1.4s;
  transition: opacity 0.3s ease-in 1.4s;
}

.header__navigation.animate {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.header__navigation.open .header__navigation--links,
.header__navigation.open .header__navigation--form {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in 1.2s, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.2s;
  transition: opacity 0.4s ease-in 1.2s, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.2s;
  -o-transition: opacity 0.4s ease-in 1.2s, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.2s;
  transition: opacity 0.4s ease-in 1.2s, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.2s;
  transition: opacity 0.4s ease-in 1.2s, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.2s, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.2s;
}

.header__navigation.animate .header__navigation--links,
.header__navigation.animate .header__navigation--form {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in 0.5s, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
  transition: opacity 0.4s ease-in 0.5s, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
  -o-transition: opacity 0.4s ease-in 0.5s, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
  transition: opacity 0.4s ease-in 0.5s, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
  transition: opacity 0.4s ease-in 0.5s, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.5s, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}

.header__navigation.open .header__navigation--form {
  -webkit-transform: translateX(15%);
  -ms-transform: translateX(15%);
  transform: translateX(15%);
}

.header__navigation.animate .header__navigation--form {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.header__navigation.open .header__navigation--links .menu__item {
  opacity: 0;
  -webkit-transform: translateX(-15%);
  -ms-transform: translateX(-15%);
  transform: translateX(-15%);
  -webkit-transition: opacity 0.2s ease-in 1.2s, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.2s;
  transition: opacity 0.2s ease-in 1.2s, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.2s;
  -o-transition: opacity 0.2s ease-in 1.2s, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.2s;
  transition: opacity 0.2s ease-in 1.2s, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.2s;
  transition: opacity 0.2s ease-in 1.2s, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.2s, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.2s;
}

.header__navigation.open .header__navigation--links .menu__item:nth-child(2) {
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.header__navigation.open .header__navigation--links .menu__item:nth-child(3) {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.header__navigation.open .header__navigation--links .menu__item:nth-child(4) {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.header__navigation.open .header__navigation--links .menu__item:nth-child(5) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.header__navigation.open .header__navigation--links .menu__item:nth-child(6) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.header__navigation.animate .header__navigation--links .menu__item {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.2s ease-in 0.5s, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
  transition: opacity 0.2s ease-in 0.5s, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
  -o-transition: opacity 0.2s ease-in 0.5s, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
  transition: opacity 0.2s ease-in 0.5s, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
  transition: opacity 0.2s ease-in 0.5s, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.5s, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}

.header__navigation.animate .header__navigation--links .menu__item:nth-child(2) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.header__navigation.animate .header__navigation--links .menu__item:nth-child(3) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.header__navigation.animate .header__navigation--links .menu__item:nth-child(4) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.header__navigation.animate .header__navigation--links .menu__item:nth-child(5) {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.header__navigation.animate .header__navigation--links .menu__item:nth-child(6) {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.header__navigation.open .nav__reservations {
  opacity: 0;
  -webkit-transform: translateX(-15%);
  -ms-transform: translateX(-15%);
  transform: translateX(-15%);
  -webkit-transition: opacity 0.2s ease-in 0.6s, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.6s;
  transition: opacity 0.2s ease-in 0.6s, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.6s;
  -o-transition: opacity 0.2s ease-in 0.6s, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.6s;
  transition: opacity 0.2s ease-in 0.6s, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.6s;
  transition: opacity 0.2s ease-in 0.6s, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.6s, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.6s;
}

.header__navigation.animate .nav__reservations {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.2s ease-in 1.1s, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.1s;
  transition: opacity 0.2s ease-in 1.1s, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.1s;
  -o-transition: opacity 0.2s ease-in 1.1s, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.1s;
  transition: opacity 0.2s ease-in 1.1s, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.1s;
  transition: opacity 0.2s ease-in 1.1s, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.1s, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.1s;
}

.header__navigation.open .nav__order-online {
  opacity: 0;
  -webkit-transform: translateX(-15%);
  -ms-transform: translateX(-15%);
  transform: translateX(-15%);
  -webkit-transition: opacity 0.2s ease-in 0.5s, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
  transition: opacity 0.2s ease-in 0.5s, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
  -o-transition: opacity 0.2s ease-in 0.5s, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
  transition: opacity 0.2s ease-in 0.5s, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
  transition: opacity 0.2s ease-in 0.5s, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.5s, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}

.header__navigation.animate .nav__order-online {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.2s ease-in 1.2s, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.2s;
  transition: opacity 0.2s ease-in 1.2s, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.2s;
  -o-transition: opacity 0.2s ease-in 1.2s, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.2s;
  transition: opacity 0.2s ease-in 1.2s, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.2s;
  transition: opacity 0.2s ease-in 1.2s, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.2s, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.2s;
}

.header__navigation.open .nav-contact-address,
.header__navigation.open .nav-contact-directions {
  opacity: 0;
  -webkit-transform: translateX(-15%);
  -ms-transform: translateX(-15%);
  transform: translateX(-15%);
  -webkit-transition: opacity 0.2s ease-in 0.4s, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.4s;
  transition: opacity 0.2s ease-in 0.4s, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.4s;
  -o-transition: opacity 0.2s ease-in 0.4s, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.4s;
  transition: opacity 0.2s ease-in 0.4s, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.4s;
  transition: opacity 0.2s ease-in 0.4s, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.4s, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0.4s;
}

.header__navigation.animate .nav-contact-address,
.header__navigation.animate .nav-contact-directions {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.2s ease-in 1.3s, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.3s;
  transition: opacity 0.2s ease-in 1.3s, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.3s;
  -o-transition: opacity 0.2s ease-in 1.3s, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.3s;
  transition: opacity 0.2s ease-in 1.3s, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.3s;
  transition: opacity 0.2s ease-in 1.3s, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.3s, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.3s;
}

.header__navigation.open .nav-contact-tel {
  opacity: 0;
  -webkit-transform: translateX(-15%);
  -ms-transform: translateX(-15%);
  transform: translateX(-15%);
  -webkit-transition: opacity 0.2s ease-in, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 0.2s ease-in, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -o-transition: opacity 0.2s ease-in, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 0.2s ease-in, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 0.2s ease-in, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

.header__navigation.animate .nav-contact-tel {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.2s ease-in 1.4s, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.4s;
  transition: opacity 0.2s ease-in 1.4s, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.4s;
  -o-transition: opacity 0.2s ease-in 1.4s, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.4s;
  transition: opacity 0.2s ease-in 1.4s, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.4s;
  transition: opacity 0.2s ease-in 1.4s, transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.4s, -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1) 1.4s;
}
/* End of Navigation Animations */

.header__navigation--inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  position: relative;
}

.header__navigation--inner:before,
.header__navigation--inner:after {
  content: '';
  position: absolute;
  z-index: -1;
}

.header__navigation--inner:before {
  background-position: -14px 0;
  background-repeat: no-repeat;
  background-size: 1842px 350px;
  bottom: 0;
  height: 267px;
  left: 50%;
  max-width: 1440px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.header__navigation--inner:after {
  background-image: url(https://20410430.fs1.hubspotusercontent-na1.net/hubfs/20410430/raw_assets/public/bodrum/images/bg-popup-nav-column.png);
  background-position: top right;
  background-size: 585px 585px;
  height: 100%;
  right: 0;
  top: 0;
  width: 50%;
  content: '';
  position: absolute;
  z-index: -1;
}

/* Navigation - Toggles */

.header__navigation--toggle,
.header__close--toggle {
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.header__navigation--toggle svg,
.header__close--toggle svg {
  display: block;
  fill: currentColor;
}

.header__navigation--toggle {
  height: 58px;
  padding: 21px 20px 22px;
  -webkit-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
  width: 59px;
}

.header__navigation--toggle.hide {
  display: none;
}

.header__navigation--toggle svg {
  height: auto;
  width: 19.13px;
}

.header__close--toggle {
  display: none;
  padding: 21px;
  position: fixed;
  right: 27px;
  top: 30px;
}

.header__close--toggle.show {
  display: block;
}

.header__close--toggle svg {
  height: 16px;
  width: auto;
}

.header__navigation-container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.header__navigation .nav__logo {
  left: 50%;
  position: absolute;
  top: 108px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.header__navigation .nav__logo img {
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.header__navigation--row {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  position: relative;
}

.header__navigation--links {
  padding: 80px 0 47px 86px;
}

.header__navigation--links .menu__item {
  padding-left: 24px;
}

.header__navigation--links .menu__link {
  display: inline-block;
  font-family: 'futura-pt', sans-serif;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 2.1;
  text-transform: uppercase;
  vertical-align: top;
}

.nav__reservations .button,
.nav__order-online .button {
  font-family: 'futura-pt', sans-serif;
  letter-spacing: 0.1em;
  margin-top: 30px;
  min-width: 335px;
  text-align: left;
}

.nav-contact-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-family: 'futura-pt', sans-serif;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 160%;
  margin-top: 117px;
  text-transform: uppercase;
}

.nav-contact-address,
.nav-contact-directions,
.nav-contact-tel {
  padding-left: 38px;
  position: relative;
}

.nav-contact-address svg,
.nav-contact-directions svg,
.nav-contact-tel svg {
  height: auto;
  left: 0;
  margin-right: 22px;
  position: absolute;
  top: 4.5px;
  width: 16px;
}

.nav-contact-address {
  font-style: normal;
  margin-right: 44px;
}

.nav-contact-directions {
  display: none;
}

.nav-contact-directions a,
.nav-contact-tel a {
  color: #000000;
}

.header__navigation--form .hs_cos_wrapper_widget.widget-type-form {
  border: 0;
  max-width: 317px;
  padding: 0;
}

.header__navigation--form .hs_cos_wrapper_widget.widget-type-form:before {
  content: none;
}

.header__navigation--form .hs-form-field {
  margin-bottom: 20px;
}

.header__navigation--form form label {
  font-family: 'futura-pt', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.header__navigation--form form input[type=text],
.header__navigation--form form input[type=email],
.header__navigation--form form input[type=password],
.header__navigation--form form input[type=tel],
.header__navigation--form form input[type=number],
.header__navigation--form form input[type=file],
.header__navigation--form form select,
.header__navigation--form form textarea {
  background-color: transparent;
  border-radius: 2.85px;
  padding: 13px;
}

.header__navigation--form form input[type=submit],
.header__navigation--form form .hs-button {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
  font-family: 'futura-pt', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-top: 11px;
  width: 100%;
}

.header__navigation--email {
  display: none;
  padding-bottom: 100px;
}

.header__navigation--email button,
.header__navigation--email .button {
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.header__navigation--email button.has-icon,
.header__navigation--email .button.has-icon {
  padding-left: 80px !important;
}

.header__navigation--email button .button-icon,
.header__navigation--email .button .button-icon {
  height: 16px;
  left: 40px;
}

/* Header Buttons */

.header__reservations .button,
.header__order-online .button,
.header__tel-num .button {
  border-right: 0 !important;
  border-top-color: transparent !important;
  min-width: 184px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header__reservations .button,
  .header__order-online .button,
  .header__tel-num .button {
    min-width: auto;
  }
}

@media (min-width: 768px) {
  .sticky .header__reservations .button:not(:hover):not(:focus),
  .sticky .header__order-online .button:not(:hover):not(:focus),
  .sticky .header__tel-num .button:not(:hover):not(:focus) {
    background-color: #FFFFFF !important;
    border-color: #E4E2E0 !important;
    color: #000000 !important;
  }
}

/* Page Header */

.page-header {
  padding-bottom: 9px;
  padding-top: 25px;
}

.page-header .content-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.page-title {
  font-size: 80px;
  font-weight: 400;
  line-height: 94px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.page-title-decor {
  bottom: -18.4px;
  display: block;
  height: auto;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 41px;
  z-index: 1;
}

/* Page Header - Links */

.page-header-links {
  background-color: #FFEBC8;
  border-bottom: 1px solid #F0F0F0;
}

.page-header-links .content-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 11.5px 30px;
}

.breadcrumbs {
  color: #3A3A3A;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  font-family: 'futura-pt', sans-serif;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-transform: uppercase;
}

.breadcrumbs li:after {
  content: '\00a0\00a0\00a0>\00a0\00a0\00a0';
}

.breadcrumbs li:last-child:after {
  content: none;
}

.breadcrumbs a {
  color: #3A3A3A;
}

.breadcrumbs a[href="javascript:void(0);"] {
  color: inherit !important;
  cursor: default;
  text-decoration: none;
}

.page-header-navigation,
.page-header-slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.page-header-navigation li:after,
.page-header-navigation a {
  font-family: 'futura-pt', sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.page-header-navigation li:after {
  content: '\00a0\00a0|\00a0\00a0';
  color: #D2D2D2;
}

.page-header-navigation li:last-child:after {
  content: none;
}

.page-header-navigation a {
  color: #000000;
}

.page-header-navigation li.active a,
.page-header-navigation li.active-branch a {
  text-decoration: underline;
}

.instagram-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 768px) {
  .header-absolute .header__logo--mobile,
  .header__contact-mobile {
    display: none;
  }

  .header__navigation--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .header__navigation--column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 720px;
    width: 50%;
  }

  .header__navigation--form {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 80px 86px;
  }
}

@media (max-width: 1024px) {
  .header__close--toggle {
    right: 18px;
    top: 22px;
  }

  .header__navigation .nav__logo {
    top: 34px;
  }

  .header__navigation .nav__logo img {
    width: 116px !important;
  }

  .header__navigation--links {
    padding: 103px 40px 49px;
  }

  .header__navigation--links .menu__item {
    padding-left: 16px;
  }

  .header__navigation--links .menu__link {
    font-size: 24.3429px;
  }

  .nav__reservations .button,
  .nav__order-online .button {
    font-size: 24.3429px !important;
    margin-top: 20px;
    min-width: 226.52px;
    padding: 7px 16px 5px !important;
  }

  .nav-contact-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    margin-top: 50px;
  }

  .nav-contact-address {
    margin-right: 0;
  }

  .nav-contact-tel {
    margin-top: 24px;
  }

  .header__navigation--form {
    padding: 103px 40px 49px;
  }

  .header__navigation--form .form-title {
    margin-right: -16px;
  }

  .page-header-navigation li:after,
  .page-header-navigation a {
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .header {
    padding-bottom: 20px;
  }

  .header.sticky {
    padding-bottom: 0;
  }

  .header-absolute {
    position: relative;
  }

  .header__container {
    padding: 0 112px;
  }

  .header__logo {
    margin-left: auto;
    margin-right: auto;
    max-width: 120px;
    padding: 30px 0 35px;
  }

  .header-absolute .header__logo--main {
    display: none;
  }

  .header__close--toggle {
    left: 18px;
    padding: 5px;
    right: auto;
    top: 22px;
  }

  .header__close--toggle svg {
    height: 14px;
  }

  .header__navigation-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: static;
    width: 100%;
  }

  .header__navigation--inner:before,
  .header__navigation--inner:after {
    content: none;
  }

  .header__navigation--toggle {
    position: absolute;
    top: 11px;
    left: 4px;
  }

  .header__contact-mobile {
    line-height: 1;
    position: absolute;
  }

  .header__contact-mobile svg,
  .header__contact-mobile a {
    display: inline-block;
  }

  .header__contact-mobile a {
    color: #000000;
  }

  .header__contact-mobile svg {
    fill: currentColor;
    width: auto;
  }

  .header__directions-mobile {
    right: 70px;
    top: 30px;
  }

  .header__directions-mobile svg {
    height: 20px;
  }

  .header__tel-num-mobile {
    right: 26px;
    top: 31px;
  }

  .header__tel-num-mobile svg {
    height: 17px;
  }

  .header__navigation .nav__logo {
    left: auto;
    right: 44px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .header__navigation--links {
    padding-bottom: 83px;
  }

  .header__navigation--form {
    background-image: url(https://20410430.fs1.hubspotusercontent-na1.net/hubfs/20410430/raw_assets/public/bodrum/images/bg-popup-nav-column.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    padding: 90px 40px 133px;
  }

  .header__navigation--email {
    display: block;
  }

  .header__reservations,
  .header__order-online {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }

  .header__tel-num {
    display: none;
  }

  .header__reservations .button,
  .header__order-online .button,
  .header__tel-num .button {
    border: 1px solid #ACACAC !important;
    min-width: 100%;
    padding: 18px !important;
    text-transform: uppercase;
  }

  .header__reservations .button:not(:hover):not(:focus),
  .header__order-online .button:not(:hover):not(:focus),
  .header__tel-num .button:not(:hover):not(:focus) {
    color: #000000 !important;
  }

  .header__reservations .button {
    border-left: 0 !important;
    border-right: 0 !important;
  }

  .header__order-online .button {
    border-right: 0 !important;
  }

  .nav-contact-address {
    display: none;
  }

  .nav-contact-directions {
    display: block;
  }

  .page-header {
    padding-bottom: 30px;
    padding-top: 15px;
  }

  .page-title {
    font-size: 50px;
    line-height: 59px;
  }

  .page-title-decor {
    bottom: -41px;
  }

  .page-header-links {
    display: none;
  }

  .page-header-links .content-wrapper {
    padding: 20px;
  }
}
html,
body {
  height: 100%;
  word-wrap: break-word;
}

.body-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  min-height: 100%;
  min-width: 0;
}

div[data-global-resource-path*="header"] {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  min-width: 0;
}

div[data-global-resource-path*="footer"] {
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  min-width: 0;
}

.body-container-wrapper { 
  -ms-grid-row: 2; 
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  min-width: 0;
}

.body-container {
  margin-bottom: 100px;
  margin-top: 140px;
}

.dnd-section.about,
.dnd-section.opentable {
  position: relative;
}

.dnd-section.about:before {
  background-image: url(https://20410430.fs1.hubspotusercontent-na1.net/hubfs/20410430/raw_assets/public/bodrum/images/waves.png);
  background-position: -240px -61px;
  background-repeat: no-repeat;
  background-size: 1842px 350px;
  content: '';
  height: 289px;
  left: 50%;
  max-width: 1440px;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}

.dnd-section.opentable:before {
  background-image: url(https://20410430.fs1.hubspotusercontent-na1.net/hubfs/20410430/raw_assets/public/bodrum/images/waves-v2.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1440px 788px;
  content: '';
  height: 788px;
  left: 50%;
  max-width: 1440px;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}

.dnd-section.operating-hours {
  color: #000000;
  font-family: 'Hind', sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.dnd-section.operating-hours h1,
.dnd-section.operating-hours h2,
.dnd-section.operating-hours h3,
.dnd-section.operating-hours h4,
.dnd-section.operating-hours h5,
.dnd-section.operating-hours h6 {
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  margin-bottom: 25px;
}

.dnd-section.operating-hours p {
  margin-bottom: 29px;
}

.dnd-section.operating-hours .dnd-column {
  padding: 0 30px;
}

.dnd-section.operating-hours .row-fluid [class*='span'] {
  margin-left: 0;
}

@media (min-width: 1025px) {
  .dnd-section.operating-hours .row-fluid .span4:nth-child(1),
  .dnd-section.operating-hours .row-fluid .span4:nth-child(2) {
    width: 27.107%;
  }

  .dnd-section.operating-hours .row-fluid .span4:nth-child(1) > div,
  .dnd-section.operating-hours .row-fluid .span4:nth-child(2) > div {
    margin: 0 auto;
    max-width: 180px;
  }

  .dnd-section.operating-hours .row-fluid .span4:nth-child(3) {
    width: 45.786%;
  }

  .dnd-section.operating-hours .row-fluid .span4:nth-child(3) > div {
    margin: 0 auto;
    max-width: 388px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .dnd-section.operating-hours .row-fluid .span4:nth-child(1),
  .dnd-section.operating-hours .row-fluid .span4:nth-child(2) {
    width: 50%;
  }

  .dnd-section.operating-hours .row-fluid .span4:nth-child(3) {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .body-container {
    margin-bottom: 75px;
    margin-top: 50px;
  }

  .dnd-section.about:before {
    background-position: center center;
    background-size: auto 157px;
    height: 157px;
    max-width: 826px;
    top: -29px;
  }

  .dnd-section.opentable {
    display: none;
  }
}
.footer {
  padding: 88px 30px 0;
}

.footer__content {
  border-color: #F8DCDB;
  border-radius: 5px 5px 0 0;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  margin: 0 auto;
/*   max-width: 1126px; */
  max-width: 1220px;
  padding: 105px 25px 51px;
  position: relative;
}

.footer__logo {
  border-radius: 50%;
  left: 50%;
  padding: 28px;
  position: absolute;
  text-align: center;
  top: -85px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.footer__logo img,
.footer__logo a {
  display: inline-block;
  vertical-align: top;
}

.footer__logo img {
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.footer address {
  font-family: 'futura-pt', sans-serif;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}

.footer__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.footer__buttons > div {
  margin: 0 1px;
}

.footer__buttons .button {
  min-width: 184px;
}

.footer__links {
  font-family: 'futura-pt';
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2.1;
  margin-top: 50px;
  text-transform: uppercase;
}

.footer__links li,
.footer__links a {
  display: inline-block;
  vertical-align: top;
}

.footer__links li {
  padding: 25px;
}

.footer__links .menu__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__tile-decor {
  background-size: 365px 365px;
  height: 239px;
  margin: 0 -30px;
}

.footer__tile-decor.visible {
  background-image: url(https://20410430.fs1.hubspotusercontent-na1.net/hubfs/20410430/raw_assets/public/bodrum/images/footer-decor-tile.jpg);
}

.footer__copyright {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 12px;
  letter-spacing: 0.07em;
  line-height: 15px;
  margin: 0 -30px;
  padding: 23px 30px 21px;
  text-align: center;
}

.footer__copyright p {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer__content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer__links {
    font-size: 14px;
  }

  .footer__links li {
    padding: 16px;
  }
}

@media (max-width: 767px) {
  .footer-gallery {
    display: none;
  }
  
  .footer {
    padding-top: 0;
  }
  
  .footer__content {
    display: none;
  }

  .footer__tile-decor {
    background-size: 228px 228px;
    height: 100px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* About */

.about-details {
  margin: 0 auto;
  max-width: 1022px;
  padding: 0 30px;
}

.about-details .detail-column {
  padding: 44px 60px 60px 36px;
  position: relative;
}

.about-details .detail-column:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 41px 28.5px;
  content: '';
  display: block;
  height: 28.5px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 41px;
}

.about-details .text {
  color: #32292F;
  font-family: 'Lydian BT', sans-serif;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.35;
  margin-bottom: 50px;
}

.about-details .info-w-icon {
  color: #000000;
  font-family: 'futura-pt', sans-serif;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-top: 24px;
  position: relative;
  text-transform: uppercase;
}

.about-details .info-w-icon > div {
  padding-left: 42px;
}

.about-details .info-w-icon p:last-child {
  margin-bottom: 0;
}

.about-details .info-w-icon svg {
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}

.about-details .info-w-icon a:not(:hover):not(:focus) {
  color: inherit;
}

.about-details .address address {
  font-style: normal;
}

.about-details .address svg {
  height: 24px;
  width: auto;
}

.about-details .image-column {
  display: none;
  padding: 0 48px 43px 0;
  position: relative;
}

.about-details .image-column:before,
.about-details .image-column:after {
  background-size: 100% 100%;
  content: '';
  bottom: 0;
  display: block;
  position: absolute;
  right: 0;
}

.about-details .image-column:before {
  height: 201px;
  width: 201px;
}

.about-details .image-column:after {
  height: 100px;
  width: 100px;
}

.about-details .image-column img {
  display: block;
  position: relative;
}

@media (min-width: 1025px) {
  .about-details {
    align-items: flex-start;
    display: flex;
    flex-flow: row wrap;
  }

  .about-details .detail-column {
    flex: 0 1 53.43%;
  }
  
  .about-details .image-column {
    display: block;
    flex: 0 1 46.57%;
  }
}

@media (max-width: 1024px) {
  .about-details .detail-column {
    padding: 32px 36px 60px;
  }

  .about-details .detail-column:before {
    top: 0;
  }
}

@media (max-width: 767px) {
  .about-details .text {
    font-size: 19.8086px;
    margin-bottom: 50px;
  }
}

/* Five Image Gallery */

@keyframes UpDown {
  0 {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

.five-img-gallery {
  position: relative;
}

.five-img-gallery:before {
  content: "";
  bottom: 0;
  height: 54.723%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.five-img-gallery .content-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-end;
  max-width: 1440px;
  padding: 8.82% 9px 6.737%;
  position: relative;
  width: 100%;
}

.five-img-gallery span,
.five-img-gallery img,
.five-img-gallery a {
  display: block;
}

.five-img-gallery .image {
  animation-iteration-count: infinite;
  animation-name: UpDown;
  color: #ffffff;
  flex: 0 1 20%;
  font-family: "Lydian BT", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.1;
  padding: 0 9px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transform-origin: 50% 50%;
  width: 20%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .five-img-gallery .image {
    font-size: 16px;
  }
}

.five-img-gallery .image:nth-child(1) {
  animation-duration: 7s;
  margin-bottom: 3.657%;
}

.five-img-gallery .image:nth-child(2) {
  animation-duration: 20s;
}

.five-img-gallery .image:nth-child(3) {
  animation-duration: 10s;
  margin-bottom: 4.29%;
}

.five-img-gallery .image:nth-child(4) {
  animation-duration: 13s;
  margin-bottom: 8.861%;
}

.five-img-gallery .image:nth-child(5) {
  animation-duration: 9s;
  margin-bottom: 4.22%;
}

.five-img-gallery .image .image-inner {
  background-color: #C4C4C4;
  position: relative;
  overflow: hidden;
}

.five-img-gallery .image .image-inner svg {
  bottom: 15px;
  fill: #FFFFFF;
  height: 25px;
  left: 15px;
  position: absolute;
  stroke-width: 0;
  stroke: #FFFFFF;
  width: auto;
}

.five-img-gallery .image .image-inner span {
  bottom: 0;
  left: 0;
  padding: 18.224%;
  position: absolute;
  width: 100%;
}

.five-img-gallery .image.has-text .image-inner:before {
  background-color: #000000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}

.five-img-gallery .image.has-text:hover .image-inner:before,
.five-img-gallery .image.has-text:focus .image-inner:before {
  opacity: 0;
}

/* Retina Logo */

.retina-logo {
  display: inline-block;
}

.retina-logo img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* Slider */

.slider {
  position: relative;
}

.slider .image-overlay {
  left: 50%;
  padding: 0 30px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.glide__slider .glide__slide {
  background-color: #C4C4C4;
  height: 900px;
}

.glide__slider .glide__slide img {
  height: 100% !important;
  object-fit: cover;
  width: 100%;
}

.glide__slider .glide__arrows {
  bottom: 0;
  left: 50%;
  max-width: 1380px;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}

.glide__slider .glide__arrow {
  background-color: #D35B69;
  border-radius: 0;
  border: 0;
  bottom: 60px;
  box-shadow: none;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  padding: 20px 19px 19px 20px;
  text-shadow: none;
  top: auto;
  transform: translateY(0);
}

.glide__slider .glide__arrow:hover,
.glide__slider .glide__arrow:focus {
  background-color: #000000;
}

.glide__slider .glide__arrow--left {
  left: 30px;
}

.glide__slider .glide__arrow--right {
  left: 102px;
  right: auto;
}

.glide__slider .glide__arrow svg {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  vertical-align: top;
  width: 1em;
}

@media (max-width: 767px) {
  .glide__slider .glide__slide {
    height: 648px;
  }

  .glide__slider .glide__arrow {
    bottom: 30px;
    font-size: 19px;
    padding: 15px 14px 14px 15px;
  }

  .glide__slider .glide__arrow--right {
    left: 85px;
  }
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}