@charset "UTF-8";
@font-face {
  font-family: "TT Interfaces";
  src: url("fonts/TTInterfaces-DemiBold.woff2") format("woff2"), url("fonts/TTInterfaces-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Interfaces";
  src: url("fonts/TTInterfaces-Medium.woff2") format("woff2"), url("fonts/TTInterfaces-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Interfaces";
  src: url("fonts/TTInterfaces-Regular.woff2") format("woff2"), url("fonts/TTInterfaces-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes img-width-inc {
  from {
    opacity: 1;
  }
  to {
    width: 0px;
  }
}
/* sm-simple */
.sm {
  position: relative;
  z-index: 2;
  float: right;
  min-width: 290px;
  width: 100%;
}

.sm,
.sm ul,
.sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
  direction: rtl;
  text-align: right;
}

.sm ul {
  display: none;
}

.sm li,
.sm a {
  position: relative;
}

.sm a {
  display: block;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sm a.disabled {
  cursor: not-allowed;
}

.sm:after {
  content: " ";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.sm,
.sm *,
.sm *:before,
.sm *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* -------------- */
.sm-simple {
  background: white;
}

.sm-simple a {
  padding: 14px;
  color: #333;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 17px;
  text-decoration: none;
}

.sm-simple.sm-vertical {
  width: 320px;
}

.sm-simple .current-menu-item a,
.sm-simple a:hover,
.sm-simple a:focus,
.sm-simple a:active,
.sm-simple a.highlighted {
  color: #3a58c1;
}

.sm-simple a.disabled {
  color: #333;
}

.sm-simple a.has-submenu {
  padding-right: 57px;
}

.sm-simple.sm-rtl a.has-submenu {
  padding-right: 14px;
  padding-left: 57px;
}

.sm-simple a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -29px;
  left: auto;
  right: 0px;
  width: 57px;
  height: 57px;
  overflow: hidden;
  font: 700 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  line-height: 57px !important;
}

.sm-simple.sm-rtl a span.sub-arrow {
  left: 0px;
  right: auto;
}

.sm-simple a.highlighted span.sub-arrow:before {
  display: block;
  content: "-";
}

.sm-simple > li:first-child {
  border-top: 0;
}

.sm-simple ul {
  background: rgba(179, 179, 179, 0.1);
}

@media (min-width: 1200px) {
  .sm-simple ul {
    background: #FFF;
    position: absolute;
    width: 320px !important;
    background: white;
  }

  .sm-simple li {
    display: table-cell;
  }

  .sm-simple ul li,
.sm-simple.sm-rtl ul li,
.sm-simple.sm-vertical li {
    float: left;
    display: block;
    width: 100%;
  }

  .sm-simple a {
    white-space: nowrap;
    text-align: left;
  }

  .sm-simple.sm-rtl a {
    text-align: right;
  }

  .sm-simple ul a,
.sm-simple.sm-vertical a {
    white-space: normal;
  }

  .sm-simple .sm-nowrap > li > a,
.sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-simple {
    display: table;
    width: 100%;
    max-width: 100% !important;
  }

  .sm-simple a.disabled {
    background: white;
    color: #cccccc;
  }

  .sm-simple a.highlighted span.sub-arrow:before {
    display: none;
  }

  .sm-simple > li {
    border-top: 0;
  }

  .sm-simple > li:first-child {
    border-left: 0;
  }

  .sm-simple ul a.has-submenu {
    padding-right: 20px;
  }

  .sm-simple ul > li {
    border-left: 0;
    border-top: 1px solid #ebebeb;
  }

  .sm-simple ul > li:first-child {
    border-top: 0;
  }

  .sm-simple span.scroll-up,
.sm-simple span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px;
  }

  .sm-simple span.scroll-up-arrow,
.sm-simple span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }

  .sm-simple span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }

  .sm-simple.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 57px;
  }

  .sm-simple.sm-rtl a span.sub-arrow {
    right: auto;
    left: 0;
  }

  .sm-simple.sm-rtl > li:first-child {
    border-left: 1px solid #ebebeb;
  }

  .sm-simple.sm-rtl > li:last-child {
    border-left: 0;
  }

  .sm-simple.sm-rtl ul a span.sub-arrow {
    left: 0;
  }

  .sm-simple.sm-vertical li {
    border-left: 0;
    border-top: 1px solid #ebebeb;
  }

  .sm-simple.sm-vertical > li:first-child {
    border-top: 0;
  }
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
:after,
:before {
    background: 0 0 !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  blockquote,
pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2,
h3,
p {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered td,
.table-bordered th {
    border: 1px solid #ddd !important;
  }
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

[role=button] {
  cursor: pointer;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  td.visible-xs,
th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  td.visible-sm,
th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  td.visible-md,
th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  td.visible-lg,
th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.container-fluid {
  max-width: 1920px;
}

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* --------------  above the fold css code goes here -------------- */
/* color variables */
html {
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 36px;
  color: #535353;
  font-family: "TT Interfaces", serif;
  text-align: center;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  body {
    padding-top: 108px;
  }
}
@media only screen and (min-width: 1200px) {
  body {
    padding-top: 0;
  }
}

.max-container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.datepicker.dropdown-menu {
  z-index: 9999 !important;
}

@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
  html,
body {
    -webkit-overflow-scrolling: touch !important;
    overflow-y: visible;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    height: 100% !important;
  }

  .datepicker.dropdown-menu {
    position: fixed !important;
    /* ipad overflow cut off fix */
  }
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.h1,
h1 {
  font-size: 36px;
  line-height: 40px;
}

p {
  margin: 0 0 10px;
}

a {
  color: #123445;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #3a58c1;
  text-decoration: none;
}

/* slider */
#eme-video-slider video {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  position: absolute;
}

#eme-slider-wrap picture {
  display: block;
}
#eme-slider-wrap picture img {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .banner {
    margin-top: 130px;
  }
}

#eme-slider-wrap .item {
  position: relative;
  overflow: hidden;
}
#eme-slider-wrap .item .pic-wrap {
  position: relative;
}
#eme-slider-wrap .item .description {
  background-color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  text-align: center;
  padding: 40px 20px;
  width: 100%;
}
#eme-slider-wrap .item .description .title {
  display: block;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #000;
  filter: drop-shadow(0 0 3px rgba(2, 2, 2, 0.06));
}
#eme-slider-wrap .item .description a.double-underline {
  display: none;
  font-size: 15px;
  letter-spacing: 3px;
  line-height: 25px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}
#eme-slider-wrap .item .description a.double-underline:hover {
  color: #fbaf3f;
}
#eme-slider-wrap .item .description a.button {
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 40px;
  color: #003b4a;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #003b4a;
  padding: 0 25px;
  margin-top: 25px;
}
#eme-slider-wrap .item .description a.button:hover {
  background-color: #f6943d;
  color: #000000;
}
#eme-slider-wrap .item .description img {
  width: auto;
}
@media only screen and (min-width: 768px) {
  #eme-slider-wrap .item .description {
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1200px) {
  #eme-slider-wrap .item .description {
    display: block;
    background-color: transparent;
    color: #ffffff;
    filter: drop-shadow(0 0 6.5px rgba(2, 2, 2, 0.1));
    text-align: left;
    position: absolute;
    left: 40px;
    bottom: 0;
    max-width: 585px;
  }
  #eme-slider-wrap .item .description .title {
    color: #ffffff;
    margin-bottom: 5px;
  }
  #eme-slider-wrap .item .description a.double-underline {
    display: inline-block;
    color: #fff;
  }
  #eme-slider-wrap .item .description a.button {
    display: none;
  }
}

#eme-slider-wrap .owl-item .description .desc-inner {
  display: inline-block;
}

#eme-slider-wrap .owl-item.active .description .desc-inner {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.buttons-wrap {
  display: block;
}
.buttons-wrap .btn-default {
  margin: 20px 10px 0;
}

#eme-slider-wrap .text-image {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 50px;
  color: #ffffff;
}
#eme-slider-wrap #eme-slider-v2 .owl-nav {
  position: absolute;
  left: 38px;
  bottom: 30px;
  display: none;
}
#eme-slider-wrap #eme-slider-v2 .owl-nav .owl-prev svg {
  fill: #fff;
  transition: 0.3s all;
}
#eme-slider-wrap #eme-slider-v2 .owl-nav .owl-prev:hover svg {
  fill: #f6943d;
}
#eme-slider-wrap #eme-slider-v2 .owl-nav .owl-next {
  margin-left: 8px;
}
#eme-slider-wrap #eme-slider-v2 .owl-nav .owl-next svg {
  fill: #fff;
  transition: 0.3s all;
}
#eme-slider-wrap #eme-slider-v2 .owl-nav .owl-next:hover svg {
  fill: #f6943d;
}
#eme-slider-wrap #eme-slider-v2:after {
  content: "";
  background-image: url("images/dots.png");
  background-repeat: no-repeat;
  background-size: initial;
  position: absolute;
  right: 20px;
  bottom: 25px;
  width: auto;
  height: 20px;
  min-width: 50px;
}
@media only screen and (min-width: 768px) {
  #eme-slider-wrap #eme-slider-v2:after {
    right: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  #eme-slider-wrap #eme-slider-v2 .owl-nav {
    display: block;
  }
  #eme-slider-wrap #eme-slider-v2 .owl-nav .owl-prev {
    top: 50%;
  }
  #eme-slider-wrap #eme-slider-v2 .owl-nav .owl-next {
    top: 50%;
  }
  #eme-slider-wrap .text-image {
    bottom: 90px;
  }
  #eme-slider-wrap #eme-slider-v2:after {
    content: none;
  }
}
.btn-default {
  font-size: 17px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 500;
  font-family: "TT Interfaces", serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #f50056;
  border: none;
  padding: 0.32rem 0.75rem;
  border-radius: 4px;
  text-transform: uppercase;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none;
}
.btn-default:hover {
  background-color: #f3931f;
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .btn-default {
    padding: 0.32rem 0.45rem;
  }
}

.buttonvideourl .icon {
  display: inline-block;
  background-image: url("images/play.svg");
  width: 31px;
  height: 31px;
  vertical-align: top;
  margin-top: 3px;
  margin-right: 15px;
}

/* slider video option */
.video-js,
.vjs-poster,
.vjs-text-track-display,
.vjs-big-play-button,
.vjs-control-bar,
.vjs-error-display,
.vjs-caption-settings {
  display: none;
}

.vjs-has-started {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
  z-index: 1;
}

.vjs-has-started .vjs-tech {
  display: block;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  min-height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}

/* full screen slider */
#eme-slider-wrap-full-screen img {
  display: block;
}

/* main menu */
.all-menus-container {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 44px;
  z-index: 66;
  max-height: calc(100vh - 75px);
  overflow-y: auto;
}

.all-menus-container.expand {
  visibility: visible;
  opacity: 1;
}

/* left nav */
.shareparent {
  position: relative;
}

.shareparent .list-group {
  margin-bottom: 0;
}

.leftnav-title {
  padding: 7px 0;
}

.shareparent .list-group-item a {
  display: block;
}

.shareparent .list-group-item.active {
  background: #f58220;
}

.shareparent .list-group-item.active a {
  color: #fff;
}

/* body */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.header-inner-wrapper {
  display: flex;
  align-items: center;
  height: 44px;
  justify-content: space-between;
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.13);
  z-index: 9999;
}
.header-inner-wrapper .logo-wrapper {
  position: absolute;
  left: 50%;
  bottom: 44px;
  transform: translateX(-50%);
  width: 100%;
  background-color: #fff;
  height: 90px;
}
.header-inner-wrapper .logo-wrapper #branding {
  width: 126px;
  outline: none;
}
.header-inner-wrapper .logo-wrapper #branding .white-logo {
  display: none;
}
.header-inner-wrapper .logo-wrapper #branding img {
  width: 100%;
}
.header-inner-wrapper .ghost-button {
  display: inline-block;
  width: 222px;
  text-align: center;
  vertical-align: top;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 400;
  border: 3px solid #f6943d;
  text-transform: uppercase;
  transition: background-color 0.3s;
}
.header-inner-wrapper .ghost-button:hover {
  color: #003b4a;
  background-color: #f6943d;
  border-color: #fff;
}
.header-inner-wrapper .ghost-button:focus {
  color: #fff;
  border-color: #f6943d;
}
.header-inner-wrapper .ghost-button.open {
  font-size: 24px;
}
.header-inner-wrapper .hamburger {
  padding: 8px 18px;
}
@media only screen and (min-width: 768px) {
  .header-inner-wrapper {
    height: 108px;
    padding: 0 20px 0 5px;
  }
  .header-inner-wrapper .logo-wrapper {
    bottom: 0;
    height: auto;
    background-color: transparent;
    width: auto;
  }
  .header-inner-wrapper .logo-wrapper #branding {
    width: 165px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-inner-wrapper {
    padding: 0 20px 0 2px;
    height: 130px;
  }
  .header-inner-wrapper .logo-wrapper {
    top: 15px;
  }
  .header-inner-wrapper .logo-wrapper #branding {
    width: 160px;
  }
  .header-inner-wrapper .logo-wrapper #branding .white-logo {
    display: block;
  }
  .header-inner-wrapper .logo-wrapper #branding .white-logo {
    display: none;
  }
  .header-inner-wrapper .ghost-button {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .header-inner-wrapper {
    padding: 0 100px 0 84px;
  }
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 5px dashed;
  border-top: 5px solid \9 ;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  color: #fff;
  margin-left: 8px;
}

.language-dropdown-wrapper {
  display: none;
  position: relative;
  z-index: 10;
}
.language-dropdown-wrapper .languages {
  margin: 0;
  padding: 0;
  position: relative;
  height: 43px;
  width: 60px;
  cursor: pointer;
  z-index: 99;
}
.language-dropdown-wrapper .languages.show li {
  display: block;
}
@media only screen and (min-width: 1600px) {
  .language-dropdown-wrapper .languages {
    height: 43px;
    width: 77px;
  }
}
.language-dropdown-wrapper .languages li {
  display: none;
  list-style-type: none;
}
.language-dropdown-wrapper .languages li a {
  border: 1px solid #e0e0e0;
  background: none repeat scroll 0 0;
  display: block;
  padding: 7px 8px 9px 10px;
  text-align: center;
  width: 70px;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0px;
  color: #231f20;
  font-weight: 600;
  background: #fff;
  margin-bottom: -1px;
}
@media only screen and (min-width: 1200px) {
  .language-dropdown-wrapper .languages li a {
    padding: 11px 8px 11px 10px;
  }
}
@media only screen and (min-width: 1900px) {
  .language-dropdown-wrapper .languages li a {
    font-size: 18px;
  }
}
.language-dropdown-wrapper .languages li a:hover {
  background: none repeat scroll 0 0 #3a58c1;
  color: white;
}
.language-dropdown-wrapper .languages li.active {
  display: block;
}
.language-dropdown-wrapper .languages li.active a {
  border: 0;
  background: transparent;
  color: #fff !important;
  pointer-events: none;
  font-size: 15px;
}
.language-dropdown-wrapper .languages li.active i {
  margin-left: 8px;
  margin-bottom: 2px;
}
@media only screen and (min-width: 1600px) {
  .language-dropdown-wrapper {
    display: inline-block;
    vertical-align: top;
  }
}

/* hamburger menu */
.menu-toggle {
  margin: 0;
  cursor: pointer;
  padding: 8px 0;
}
.menu-toggle .stage {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 15px 20px;
  overflow: hidden;
  z-index: 3;
}
.menu-toggle .stage:hover .dot-elastic {
  animation: dotElastic 1s infinite linear;
  background-color: #3a58c1;
  color: #3a58c1;
}
.menu-toggle .stage:hover .dot-elastic::before {
  animation: dotElasticBefore 1s infinite linear;
  background-color: #3a58c1;
  color: #3a58c1;
}
.menu-toggle .stage:hover .dot-elastic::after {
  animation: dotElasticAfter 1s infinite linear;
  background-color: #3a58c1;
  color: #3a58c1;
}
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 90px;
  z-index: 9999;
}
@media only screen and (min-width: 768px) {
  header {
    top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  header {
    position: absolute;
  }
}

.activate-fixedmenu header {
  -webkit-box-shadow: 0 4px 4px -4px #c3c3c3;
  box-shadow: 0 4px 4px -4px #c3c3c3;
}
.activate-fixedmenu .desktop-menu-wrapper .sm-simple li a {
  color: #fff;
}

.desktop-menu-wrapper {
  display: none;
}
.desktop-menu-wrapper .sm-simple li a {
  font-size: 17px;
  letter-spacing: 1px;
  color: #252525;
  font-weight: bold;
  font-family: "TT Interfaces", serif;
}
.desktop-menu-wrapper .sm-simple li a.has-submenu {
  padding-right: 14px;
}
.desktop-menu-wrapper .sm-simple li a span.sub-arrow {
  display: none;
}
.desktop-menu-wrapper .sm-simple li a:hover {
  text-decoration: none;
  color: #3a58c1;
}
.desktop-menu-wrapper .sm-simple li .sub-menu li:first-child {
  border-top: 0;
}
.desktop-menu-wrapper .sm-simple li .sub-menu li a {
  font-size: 15px;
  line-height: 30px;
  color: #000;
  font-weight: 500;
  text-transform: none;
  padding: 7px 0;
  margin: 0;
  white-space: normal;
  text-transform: uppercase;
}
.desktop-menu-wrapper .sm-simple li .sub-menu li a:hover {
  color: #3a58c1;
}
.desktop-menu-wrapper .sm-simple li .sub-menu li.current-menu-item > a {
  color: #ffa4f9;
}
.desktop-menu-wrapper > .sm-simple > li.current-menu-item > a {
  color: #385da6;
}

.lang-and-reserve-wrap {
  width: calc(100% - 65px);
  font-size: 0;
  display: flex;
  justify-content: flex-end;
}
.lang-and-reserve-wrap a {
  height: 44px;
  vertical-align: middle;
  max-width: 50%;
  flex-grow: 1;
  text-align: center;
  max-width: 255px;
  line-height: 34px;
}
@media only screen and (min-width: 768px) {
  .lang-and-reserve-wrap a {
    max-width: 120px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 10px;
  }
  .lang-and-reserve-wrap a.single-btn {
    max-width: 168px;
  }
}

.fixed-header {
  display: none;
}

/* ONE */
.hamburger .line {
  width: 24px;
  height: 2px;
  background-color: #000;
  display: block;
  margin: 7px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger .line:nth-child(3) {
  width: 14px;
  margin-left: 0;
}

.hamburger:hover {
  cursor: pointer;
}

.open .hamburger .line {
  height: 2px;
  width: 26px;
}

.open .hamburger .line:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
  -ms-transform: translateY(5px) rotate(45deg);
  -o-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}

.open .hamburger .line:nth-child(3) {
  -webkit-transform: translateY(-3px) rotate(-45deg);
  -ms-transform: translateY(-3px) rotate(-45deg);
  -o-transform: translateY(-3px) rotate(-45deg);
  transform: translateY(-3px) rotate(-45deg);
}

.open .hamburger .line:nth-child(2) {
  opacity: 0;
}

.open .hamburger .line {
  margin: 2px auto;
}

.booking-widget {
  max-width: 320px;
  margin: 0 auto;
}
.booking-widget .ghost-button {
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 45px;
  color: #ffffff;
  font-weight: bold;
  font-family: "TT Interfaces", serif;
  text-transform: uppercase;
  background-color: #3a58c1;
  border: none;
  padding: 8px 62px;
}
.booking-widget .ghost-button:hover {
  color: #000;
  background-color: #e2ce53;
}
.booking-widget .seperator {
  padding: 0 6px;
  height: 8px;
  line-height: 8px;
  display: inline-block;
  vertical-align: middle;
}
.booking-widget .booking-title {
  font-size: 24px;
  line-height: 80px;
  color: #3a58c1;
  font-weight: bold;
  font-family: "TT Interfaces", serif;
  text-align: center;
}
.booking-widget .promo-section {
  padding: 6px 0;
}
.booking-widget .book-section {
  border-bottom: 1px solid #e6e6e6;
  padding: 6px 0;
}
.booking-widget .book-section:last-of-type {
  border-bottom: none;
}
.booking-widget .book-section .check-in {
  width: 90px;
}
.booking-widget .book-section .check-in.haserror {
  border: 1px solid #e83e8c;
}
.booking-widget .book-section .check-out {
  width: 95px;
}
.booking-widget .book-section .check-out.haserror {
  border: 1px solid #e83e8c;
}
.booking-widget .book-section .icon {
  display: inline-block;
  vertical-align: top;
  line-height: 46px;
  width: 25px;
  margin-right: 11px;
}
.booking-widget .book-section .head-count {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 0;
  width: 80%;
}
.booking-widget .book-section .head-count .adult-count,
.booking-widget .book-section .head-count .children-count {
  display: inline-block;
  vertical-align: top;
  max-width: 16px;
}
.booking-widget .book-section .head-count .children-count {
  margin-left: 18px;
}
.booking-widget .book-section .head-count .adult-selector-wapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
}
.booking-widget .book-section input {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 37px;
  height: 37px;
  color: #000000;
  font-weight: 700;
  background-color: transparent;
  border: none;
}
.booking-widget .book-section input#promo-code {
  width: calc(100% - 52px);
}
.booking-widget .book-section input:focus {
  border: none;
  outline: none;
}
.booking-widget .book-section input::-webkit-input-placeholder {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}
.booking-widget .book-section input::-moz-placeholder {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 1;
}
.booking-widget .book-section input:-ms-input-placeholder {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}
.booking-widget .book-section input::placeholder {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}
.booking-widget .promo-wrapper {
  border-bottom: none;
}
.booking-widget .button-wrap {
  margin-top: 8px;
}

.booking-widget-wrapper .booking-widget {
  margin: 0 auto;
}
.booking-widget-wrapper .main-ibe-msg-box ul {
  list-style: none;
  padding-left: 0;
}
.booking-widget-wrapper .main-ibe-msg-box ul li {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #e83e8c;
  font-weight: 700;
}

.slider-and-book-wrapper {
  position: relative;
}
.slider-and-book-wrapper #item-counter {
  position: absolute;
  bottom: 10px;
  left: 20px;
  z-index: 1;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 500;
  font-family: "TT Interfaces", serif;
}
.slider-and-book-wrapper #item-counter span {
  vertical-align: top;
  display: inline-block;
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .slider-and-book-wrapper #item-counter {
    bottom: 30px;
    left: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  .slider-and-book-wrapper #item-counter {
    bottom: 52px;
    left: 175px;
  }
}
@media only screen and (min-width: 1600px) {
  .slider-and-book-wrapper #item-counter {
    left: 170px;
  }
}
.slider-and-book-wrapper .pop_up {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
  width: 90px;
  height: 90px;
}
.slider-and-book-wrapper .pop_up svg {
  fill: #fff;
  transition: all 0.3s;
}
.slider-and-book-wrapper .pop_up:hover svg {
  fill: #f6943d;
}
@media only screen and (min-width: 1200px) {
  .slider-and-book-wrapper .pop_up {
    width: 120px;
    height: 120px;
    bottom: 30px;
    right: 40px;
    left: inherit;
  }
}
.slider-and-book-wrapper .pop_up svg {
  width: 90px;
  height: 90px;
}
@media only screen and (min-width: 1200px) {
  .slider-and-book-wrapper .pop_up svg {
    width: 120px;
    height: 120px;
  }
}

/* ––––––––––– media Queries ––––––––––– */
/* custom, iphone retina */
/* extra small devices, phones */
/* small devices, tablets */
@media only screen and (min-width: 768px) {
  .mobile-logo {
    display: none;
  }

  /* menu max width */
  .sm {
    max-width: 320px;
  }

  #eme-slider-wrap .item .description .buttons-wrap .btn-default,
#eme-slider-wrap-full-screen .item .description .buttons-wrap .btn-default {
    margin: 32px 10px 0;
    padding: 7px 28px;
  }
  #eme-slider-wrap .item .description .buttons-wrap .btn-default.buttonvideourl,
#eme-slider-wrap-full-screen .item .description .buttons-wrap .btn-default.buttonvideourl {
    padding: 7px 20px;
    margin-right: 0;
  }

  #eme-slider-wrap-full-screen,
#eme-slider-wrap-full-screen .item {
    height: calc(100vh - 115px);
    width: 100%;
    max-height: 900px;
    /* this should be the mobile image actual height - change accordingly */
    position: relative;
  }

  #eme-slider-wrap-full-screen .item {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  #eme-slider-wrap-full-screen img {
    display: none;
  }
}
/* medium devices, desktops */
/* large devices, wide screens */
@media only screen and (min-width: 1200px) {
  html,
body {
    overflow-x: hidden;
    height: auto !important;
  }

  .datepicker.dropdown-menu {
    position: absolute !important;
    /* ipad overflow cut off revert fix */
  }

  #eme-slider-wrap-full-screen,
#eme-slider-wrap-full-screen .item {
    max-height: 900px;
    /* this should be the desktop image actual height - change accordingly */
  }

  #eme-slider-wrap .owl-carousel .owl-item .item > img {
    height: calc(100vh - 130px);
    width: 100%;
    max-height: 950px;
    object-fit: cover;
  }
}
.desktop-menu-wrapper .top-menu-wrapper {
  display: inline-block;
  vertical-align: top;
}
.desktop-menu-wrapper .home-icon {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  width: 20px;
  margin-right: 35px;
  line-height: 0;
  margin-top: 13px;
}
.desktop-menu-wrapper .home-icon svg {
  vertical-align: middle;
  transition: color 0.3s;
}
.desktop-menu-wrapper .home-icon:hover svg {
  fill: #3a58c1;
}

@media only screen and (min-width: 1200px) {
  .desktop-menu-wrapper {
    display: block;
    text-align: center;
    position: absolute;
    left: 112px;
    top: 50%;
    transform: translateY(-50%);
  }
  .desktop-menu-wrapper .sub-menu {
    background-color: #fff;
    padding: 16px 30px 16px 30px;
    border-radius: 5px;
    box-shadow: 0px 2px 3px 1px #8888884d;
  }
  .desktop-menu-wrapper .sm-simple {
    display: inline-block;
    text-align: center;
    width: auto;
  }
  .desktop-menu-wrapper #desktop-fixed-menu > li:last-child {
    display: table-cell;
  }
}
@media only screen and (min-width: 1600px) {
  .desktop-menu-wrapper {
    left: 182px;
  }
  .desktop-menu-wrapper .sm-simple > li:last-child {
    display: table-cell;
  }
}
.scroll-down.activate-fixedmenu .fixed-header {
  transform: translate3d(0, 0, 0) !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

#desktop-fixed-menu > li > a {
  letter-spacing: 1px;
}

@media only screen and (min-width: 420px) {
  .booking-widget-wrapper {
    max-width: 320px;
  }
}
.booking-widget-wrapper .booking-widget .boxnew .resboxnew form#_resBBBox label {
  display: none;
}
.booking-widget-wrapper .booking-widget .boxnew .resboxnew form#_resBBBox select {
  background: none;
  text-transform: uppercase;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
}
.booking-widget-wrapper .booking-widget .boxnew .resboxnew form#_resBBBox .booking-title {
  font-size: 24px;
  line-height: 80px;
  color: #3a58c1;
  font-weight: bold;
  font-family: "TT Interfaces", serif;
  text-align: center;
  text-transform: uppercase;
}
.booking-widget-wrapper .booking-widget .boxnew .resboxnew form#_resBBBox .book-section #bb_resBookingBox .property {
  position: relative;
  display: inline-block;
  width: 100%;
}
.booking-widget-wrapper .booking-widget .boxnew .resboxnew form#_resBBBox .book-section #bb_resBookingBox .property:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  height: 25px;
  background: url(images/user.svg) no-repeat left center;
  z-index: 1;
  background-size: 25px;
}
.booking-widget-wrapper .booking-widget .boxnew .resboxnew form#_resBBBox .book-section #bb_resBookingBox .property:after {
  border-bottom: 1px solid #1b1b1b;
  border-right: 1px solid #1b1b1b;
  content: "";
  display: block;
  height: 10px;
  margin-top: -7px;
  pointer-events: none;
  position: absolute;
  right: 5px;
  top: 20px;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 10px;
}
.booking-widget-wrapper .booking-widget .boxnew .resboxnew form#_resBBBox .book-section #bb_resBookingBox .check-in,
.booking-widget-wrapper .booking-widget .boxnew .resboxnew form#_resBBBox .book-section #bb_resBookingBox .check-out {
  position: relative;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 30px;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 420px) {
  .booking-widget-wrapper .booking-widget .boxnew .resboxnew form#_resBBBox .book-section #bb_resBookingBox .check-in,
.booking-widget-wrapper .booking-widget .boxnew .resboxnew form#_resBBBox .book-section #bb_resBookingBox .check-out {
    width: 50%;
    float: left;
    border: none;
  }
}
.booking-widget-wrapper .booking-widget .boxnew .resboxnew form#_resBBBox .book-section #bb_resBookingBox .check-in:before,
.booking-widget-wrapper .booking-widget .boxnew .resboxnew form#_resBBBox .book-section #bb_resBookingBox .check-out:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  height: 25px;
  background: url(images/calendar.svg) no-repeat left center;
  z-index: 1;
  background-size: 20px;
}
.booking-widget-wrapper .booking-widget .boxnew .resboxnew form#_resBBBox .book-section #bb_resBookingBox .check-out {
  border: none;
}
.booking-widget-wrapper .booking-widget .boxnew .resboxnew form#_resBBBox .book-section #bb_resBookingBox .book_now {
  display: inline-block;
  width: 100%;
}
.booking-widget-wrapper .booking-widget .boxnew .resboxnew form#_resBBBox .book-section #bb_resBookingBox .book_now .ghost-button {
  display: block;
  width: 100%;
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 45px;
  color: #ffffff;
  font-weight: bold;
  font-family: "TT Interfaces", serif;
  text-transform: uppercase;
  background-color: #3a58c1;
  border: none;
  padding: 8px 62px;
}
.booking-widget-wrapper .booking-widget .boxnew .resboxnew form#_resBBBox .book-section #bb_resBookingBox .book_now .ghost-button:hover {
  color: #000;
  background-color: #e2ce53;
}
@media only screen and (max-width: 415px) {
  .booking-widget-wrapper .booking-widget .bb_resbox p {
    width: 100%;
  }
}
@media only screen and (max-width: 415px) {
  .booking-widget-wrapper .booking-widget .bb_resbox input[type=text] {
    width: 100%;
  }
}
.booking-widget-wrapper .booking-widget .bb_resbox label {
  font-size: 16px;
}

/*# sourceMappingURL=style-header.css.map */
