@font-face {
  font-family: 'LexiaRegular';
  src: url(../fonts/lexia/lexia-regular.eot); /*A*/
  src: url(../fonts/lexia/lexia-regular.eot?#iefix) format('embedded-opentype'),
    url(../fonts/lexia/lexia-regular.woff) format('woff'),
    url(../fonts/lexia/lexia-regular.otf) format('opentype'),
    url(../fonts/lexia/lexia-regular.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LexiaLight';
  src: url(../fonts/lexia/lexia-bold.woff2) format('woff2'),
    url(../fonts/lexia/lexia-bold.woff) format('woff'),
    url(../fonts/lexia/lexia-bold.ttf) format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'LexiaLightItalic';
  src: url(../fonts/lexia/lexia_std_bdit-webfont.eot);
  src: url(../fonts/lexia/lexia_std_bdit-webfont.eot?#iefix)
      format('embedded-opentype'),
    url(../fonts/lexia/lexia_std_bdit-webfont.woff) format('woff'),
    url(../fonts/lexia/lexia_std_bdit-webfont.svg#LexiaLightItalic)
      format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LexiaLight';
  src: url(../fonts/lexia/lexia_std_lt-webfont.eot);
  src: url(../fonts/lexia/lexia_std_lt-webfont.eot?#iefix)
      format('embedded-opentype'),
    url(../fonts/lexia/lexia_std_lt-webfont.woff) format('woff'),
    url(../fonts/lexia/lexia_std_lt-webfont.svg#LexiaLight) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LexiaLightItalic';
  src: url(../fonts/lexia/lexia_std_ltit-webfont.eot);
  src: url(../fonts/lexia/lexia_std_ltit-webfont.eot?#iefix)
      format('embedded-opentype'),
    url(../fonts/lexia/lexia_std_ltit-webfont.woff) format('woff'),
    url(../fonts/lexia/lexia_std_ltit-webfont.svg#LexiaLightItalic)
      format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LexiaThin';
  src: url(../fonts/lexia/lexia_std_th-webfont.eot);
  src: url(../fonts/lexia/lexia_std_th-webfont.eot?#iefix)
      format('embedded-opentype'),
    url(../fonts/lexia/lexia_std_th-webfont.woff) format('woff'),
    url(../fonts/lexia/lexia_std_th-webfont.svg#LexiaThin) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LexiaThinItalic';
  src: url(../fonts/lexia/lexia_std_thit-webfont.eot);
  src: url(../fonts/lexia/lexia_std_thit-webfont.eot?#iefix)
      format('embedded-opentype'),
    url(../fonts/lexia/lexia_std_thit-webfont.woff) format('woff'),
    url(../fonts/lexia/lexia_std_thit-webfont.svg#LexiaThinItalic) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LexiaBlack';
  src: url(../fonts/lexia/lexia_std_blk.eot); /*A*/
  src: url(../fonts/lexia/lexia_std_blk.eot?#iefix) format('embedded-opentype'),
    url(../fonts/lexia/lexia_std_blk.woff) format('woff'),
    url(../fonts/lexia/Lexia_Std_Blk.otf) format('opentype'),
    url(../fonts/lexia/lexia_std_blk.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: 'LexiaLight', sans-serif;
  height: 100%;
  width: 100%;
}
body {
  position: relative;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  font-size: 12px;
  text-align: left;
  letter-spacing: 0em;
  font-family: 'LexiaLight', sans-serif !important;
  background: #fffef2 !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.ui-datepicker {
  font: 90% 'Trebuchet MS', 'LexiaLight', sans-serif;
}
.container960 {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
.container1020 {
  margin: 0 auto;
  max-width: 1020px;
  width: 100%;
}
.container1080 {
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
}
.container1100 {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
.container1600 {
  margin: 0 auto;
  max-width: 1600px; /*width: 100%;*/
}
.d-none {
  display: none;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  outline: none;
}
.pointer {
  cursor: pointer !important;
}
.img-responsive {
  display: block;
  height: auto;
  width: 100%;
}
.lightHorizontalLine {
  border-bottom: 1px solid #e6e6e6;
  margin: 5px 0;
}
.thinBottomBorder {
  border-bottom: 1px solid #ccc;
}
*:focus {
  outline: none;
}
.clear {
  clear: both;
}
.error {
  color: red;
  font-size: 13px;
}
.inputBoxFullWidth {
  width: calc(100% - 22px);
}
.mobile {
  display: none;
}
.desktop {
  display: block;
}
.width100 {
  width: 100%;
}
.bold {
  font-weight: bold;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.textalignleft {
  text-align: left !important;
}
.textalignright {
  text-align: right !important;
}
.textaligncenter {
  text-align: center !important;
}
.positionRelative {
  position: relative;
}
.positionAbsolute {
  position: absolute;
}
.absoluteCenter {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
}
.hide {
  display: none;
}
.borderRadius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.padding0 {
  padding: 0px !important;
}
.padding5 {
  padding: 5px !important;
}
.padding10 {
  padding: 10px !important;
}
.padding15 {
  padding: 15px !important;
}
.padding20 {
  padding: 20px !important;
}
.padding25 {
  padding: 25px !important;
}
.padding30 {
  padding: 30px !important;
}
.paddingright5 {
  padding-right: 5px !important;
}
.paddingright10 {
  padding-right: 10px !important;
}
.paddingright15 {
  padding-right: 15px !important;
}
.paddingright20 {
  padding-right: 20px !important;
}
.paddingright30 {
  padding-right: 30px !important;
}
.paddingleft5 {
  padding-left: 5px !important;
}
.paddingleft10 {
  padding-left: 10px !important;
}
.paddingleft15 {
  padding-left: 15px !important;
}
.paddingleft20 {
  padding-left: 20px !important;
}
.paddingleft30 {
  padding-left: 30px !important;
}
.paddingleft50 {
  padding-left: 50px !important;
}
.paddingtop5 {
  padding-top: 5px !important;
}
.paddingtop10 {
  padding-top: 10px !important;
}
.paddingtop15 {
  padding-top: 15px !important;
}
.paddingtop20 {
  padding-top: 20px !important;
}
.paddingtop30 {
  padding-top: 30px !important;
}
.paddingtop50 {
  padding-top: 50px !important;
}
.paddingbtm5 {
  padding-bottom: 5px !important;
}
.paddingbtm10 {
  padding-bottom: 10px !important;
}
.paddingbtm15 {
  padding-bottom: 15px !important;
}
.paddingbtm20 {
  padding-bottom: 20px !important;
}
.paddingbtm30 {
  padding-bottom: 30px !important;
}
.paddingbtm50 {
  padding-bottom: 50px !important;
}
.padding0505 {
  padding: 0 5% 0 5% !important;
}
.marginright5 {
  margin-right: 5px !important;
}
.marginright10 {
  margin-right: 10px !important;
}
.marginright15 {
  margin-right: 15px !important;
}
.marginright20 {
  margin-right: 20px !important;
}
.marginright30 {
  margin-right: 30px !important;
}
.margin0 {
  margin: 0px !important;
}
.margin5 {
  margin: 5px !important;
}
.margin10 {
  margin: 10px !important;
}
.margin15 {
  margin: 15px !important;
}
.margin20 {
  margin: 20px !important;
}
.margin25 {
  margin: 25px !important;
}
.margin30 {
  margin: 30px !important;
}
.marginleft5 {
  margin-left: 5px !important;
}
.marginleft10 {
  margin-left: 10px !important;
}
.marginleft15 {
  margin-left: 15px !important;
}
.marginleft20 {
  margin-left: 20px !important;
}
.marginleft30 {
  margin-left: 30px !important;
}
.marginleft50 {
  margin-left: 50px !important;
}
.margintop5 {
  margin-top: 5px !important;
}
.margintop10 {
  margin-top: 10px !important;
}
.margintop15 {
  margin-top: 15px !important;
}
.margintop20 {
  margin-top: 20px !important;
}
.margintop30 {
  margin-top: 30px !important;
}
.margintop40 {
  margin-top: 40px !important;
}
.margintop50 {
  margin-top: 50px !important;
}
.marginbtm5 {
  margin-bottom: 5px !important;
}
.marginbtm10 {
  margin-bottom: 10px !important;
}
.marginbtm15 {
  margin-bottom: 15px !important;
}
.marginbtm20 {
  margin-bottom: 20px !important;
}
.marginbtm30 {
  margin-bottom: 30px !important;
}
.marginbtm40 {
  margin-bottom: 40px !important;
}
.marginbtm50 {
  margin-bottom: 50px !important;
}
.displayblock {
  display: block;
}
.displayinline {
  display: inline;
}
.displayinlineblock {
  display: inline-block;
}
.displaynone {
  display: none;
}
/* FLEX */
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.responsiveFlex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex1 {
  flex: 1;
}
.flex100 {
  flex: 100% !important;
}
.flexDirectionRow {
  -moz-box-direction: row;
  -webkit-box-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flexbox-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flexDirectionCol {
  -moz-box-direction: column;
  -webkit-box-direction: column;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flexbox-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flexWrap {
  -moz-box-wrap: wrap;
  -webkit-box-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  flex-wrap: wrap;
}
.flexNoWrap {
  -moz-box-wrap: nowrap;
  -webkit-box-wrap: nowrap;
  -ms-flexbox-wrap: nowrap;
  flex-wrap: nowrap;
}
.flexWrapReverse {
  -moz-box-wrap: wrap-reverse;
  -webkit-box-wrap: wrap-reverse;
  -ms-flexbox-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.flexJustifyBetween {
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.flexJustifyAround {
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
}
.flexJustifyStart {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
.flexJustifyEnd {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.flexJustifyCenter {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flexAlignItemsCenter {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexAlignItemsBaseline {
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.flexAlignItemsStart {
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.flexAlignItemsEnd {
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.flexAlignItemsStretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flexAlignContentCenter {
  -webkit-box-align-content: center;
  -webkit-align-content: center;
  -ms-flex-align-content: center;
  align-content: center;
}
.flexAlignContentAround {
  -webkit-box-align-content: space-around;
  -webkit-align-content: space-around;
  -ms-flex-align-content: space-around;
  align-content: space-around;
}
.flexAlignContentStart {
  -webkit-box-align-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-align-content: flex-start;
  align-content: flex-start;
}
.flexAlignContentEnd {
  -webkit-box-align-content: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-align-content: flex-end;
  align-content: flex-end;
}
.flexAlignContentBetween {
  -webkit-box-align-content: space-between;
  -webkit-align-content: space-between;
  -ms-flex-align-content: space-between;
  align-content: space-between;
}
.flexAlignContentStretch {
  -webkit-box-align-content: stretch;
  -webkit-align-content: stretch;
  -ms-flex-align-content: stretch;
  align-content: stretch;
}
/* FLEX */
.mainContainer {
  width: 100%;
  min-height: 400px;
}

.default-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  background-color: #e8c31b;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.default-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #524552;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
}

.default-btn:hover {
  color: #e8c31b !important;
  background-color: #fff;
}

.default-btn:hover span {
  width: 225%;
  height: 562.5px;
}

.optional-btn {
  border: 1px solid #fff;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #fff !important;
  text-transform: uppercase;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  padding-left: 27px;
  padding-right: 27px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.optional-btn i {
  margin-right: 2px;
  font-size: 18px;
}

.optional-btn:focus,
.optional-btn:hover {
  color: #e8c31b !important;
  background-color: #fff;
}

/*.contentWrapper section { margin-bottom: 55px; }*/
.features .downloadLink {
  margin-bottom: 20px;
}
select.custom {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px;
}
/*HEADER*/
.headWrapper {
  padding: 0px 0 0px;
  position: fixed;
  background: transparent;
  width: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.headerLogo {
  width: 122px;
  margin: 0px 0 0px 0;
}
.headerRightLogo {
  margin-right: 0;
  padding-top: 24px;
  display: flex;
}
.headerRightLogo img {
  width: 32px;
  height: 32px;
  display: inline-flex;
}
.headerRightLogo a {
  font-size: 20px;
  letter-spacing: 1.5px;
  color: #fff;
  display: inline-flex;
  font-family: 'LexiaLight', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-left: 1rem;
}
a[href^='tel:']:before {
  display: inline-block;
  content: '\260E\FE0E';
  margin-right: 0.5em;
}
.headerRightLogo > a:hover {
  color: #fff;
}
/*HEADER*/
/*BX-SLIDER BANNER*/
.bannerWrapper .bxslider li {
  display: block;
  height: 640px;
  background-repeat: no-repeat;
  background-size: cover;
}
.bx-controls-direction {
  display: none !important;
}
.bx-wrapper .bx-pager {
  width: 90px;
  margin-top: -40px;
}
.bannerWrapper {
  padding-top: 0px;
}
/*BX-SLIDER BANNER*/
/*BANNER CAPTION*/
.bannerContainer {
  left: 0;
  position: absolute;
  right: 0;
  bottom: -30px;
  width: initial;
}
/*BANNER CAPTION*/
/*IN LINE THUMB*/
.inlineThumb .thumbnailContainer {
  margin-top: 45px;
}
.inlineThumb .thumb {
  text-align: center;
}
/*IN LINE THUMB*/
/*BIG THUMB*/
.bigThumb .thumb {
  position: relative;
  flex: 1;
}
.bigThumb .thumb.right {
  margin-left: 20px;
}
.bigThumb .thumb iframe {
  padding-bottom: 36px;
}
/*BIG THUMB*/
/*GALLERY THUMB*/
.galleryThumb .left {
  width: 50%;
}
.galleryThumb .right {
  width: 49%;
  flex: none;
}
.galleryThumb .bx-wrapper {
  margin-bottom: 0;
}
.galleryThumb ul {
  margin-top: 0;
}
.galleryThumb .bx-pager {
  display: none;
}
/*GALLERY THUMB*/
/*FEATURES*/
section.features {
  margin: 95px 0 100px;
}
.features .column {
  flex: 1;
}
.features .specifications {
  padding-left: 50px;
}
.features .amenities {
  border-left: 2px solid #ccc;
  padding-left: 50px;
}
.thumbList {
  margin: 32px 0 60px;
}
/*FEATURES*/
/*GET IN TOUCH*/
section.getInTouch {
  margin-bottom: 70px;
  margin-top: 85px;
}
/*#getInTouch { transition: width 2s; transition-timing-function: linear; }*/
/*GET IN TOUCH*/
.shortGlance {
  color: #000000;
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 28px;
  max-width: 825px;
  margin-top: 40px;
  text-align: left;
}
/*BANNER CAPTION*/
.bannerCaption {
  color: #fffef2;
  font-family: 'LexiaLight', Georgia, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.bannerCaption .title {
  font-size: 34px;
  line-height: 36px;
  letter-spacing: 2.5px;
}
.bannerCaption .title span {
  font-weight: 600;
}
.bannerCaption .note {
  font-size: 16px;
  margin-top: 5px;
  line-height: 22px;
  letter-spacing: 0.02em;
  font-family: 'apercu-regular', 'Roboto', 'LexiaLight', Georgia, sans-serif;
}
.whiteSection {
  background: #fffef2;
}
.bannerCaption p {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 24px;
  font-family: 'LexiaLight', Georgia, sans-serif;
  padding: 0;
  margin: 0 0 20px 0;
}
/*BANNER CAPTION*/
/*BANNER FORM*/
/*BANNER FORM*/
.bannerForm {
  background-color: #fffef2;
  max-width: 420px;
  right: 5%;
  top: 78%;
  position: fixed;
  transition: top 0.1s;
  transition-timing-function: linear;
}
.bannerForm form {
  margin-top: 25px;
}
.bannerForm .forms .field select {
  width: 100%;
}
.bannerForm .forms .field textarea {
  padding-top: 5px;
  padding-bottom: 5px;
  resize: none;
}
.intl-tel-input {
  margin-bottom: 12px;
}
.forms .field input[type='phone'] {
  padding-left: 46px;
}
/*BANNER FORM*/
.formContainer {
  /*max-width: 330px;*/
  background: #fffef2;
}
.bannerForm .heading {
  background: #e8c31b;
  color: #58585a;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 2.5px;
  font-family: 'LexiaLight', Georgia, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  padding: 16px 0;
}
.bannerForm .sub-heading-special-title {
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 3px;
  font-family: 'LexiaLight', Georgia, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  padding-top: 24px;
  margin: 0;
}
.bannerForm .sub-heading-special-title span {
  font-size: 46px;
}
.bannerForm .sub-heading-paragraph {
  padding: 0;
  margin: 2px 0 0 0;
  font-size: 16px;
}
.bannerForm .section-two {
  border-top: 4px solid #282829;
  padding-top: 10px;
  margin-top: 10px;
}
.bannerForm .note {
  font-size: 14px;
  color: #000;
  line-height: 16.8px;
  letter-spacing: 0.01em;
  font-weight: 600;
}
.bannerForm .forms .field input,
select,
textarea {
  border: 2px solid #d7d4c4;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  height: 44px;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  padding: 0 16px;
  width: calc(100% - 6px);
  font-family: 'LexiaLight', Georgia, sans-serif;
  background: #fffef2;
}
textarea {
  height: 50px;
}
.bannerForm .btn {
  border-radius: 10px;
  border: solid 1px #58585a;
  background: #58585a url(../images/btn-arrow.png) no-repeat;
  text-align: center;
  font-family: 'LexiaLight', Georgia, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  color: #e8c31b;
  letter-spacing: 2px;
  width: 100%;
  text-transform: uppercase;
  height: 46px;
  cursor: pointer;
  padding: 0;
  background-position: center right 16px;
}
.bannerForm .btn:hover {
  border: solid 1px #58585a;
  background: #e8c31b url(../images/btn-arrow.png) no-repeat;
  background-position: center right 16px;
  color: #58585a;
}
/*BANNER FORM*/
/*IN LINE THUMB*/
.inlineThumb {
  background-color: #20a89e;
  padding: 40px 0;
}
.inlineThumb .heading {
  font-family: 'LexiaLight', Georgia, sans-serif;
  color: #fffef2;
  font-size: 22px;
  letter-spacing: 0.01em;
  text-align: center;
}
.inlineThumb .thumbCaption {
  color: #fffef2;
  font-size: 18px;
  letter-spacing: 0.01em;
  text-align: center;
}
/*IN LINE THUMB*/
/*BIG THUMB*/
.bigThumb .thumb .caption {
  background-color: #000;
  bottom: 0;
  color: #fffef2;
  font-size: 12px;
  left: 0;
  letter-spacing: 0.2em;
  opacity: 0.9;
  padding: 12px 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
}
/*BIG THUMB*/
/*FEATURES*/
.features h2 {
  font-family: 'LexiaLight', Georgia, sans-serif;
  color: #393939;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.features .title {
  font-family: 'LexiaLight', Georgia, sans-serif;
  font-size: 14px;
  color: #393939;
  letter-spacing: 0.15em;
  font-weight: 800;
  margin-top: 35px;
  text-transform: uppercase;
}
.features .description {
  color: #737373;
  font-size: 16px;
  margin-top: 0px;
  max-width: 380px;
}
.features .description ul {
  padding-left: 14px;
  margin-top: 10px;
}
.features .description ul li {
  color: #686868;
  font-size: 15px;
  line-height: 19px;
  padding-bottom: 5px;
  list-style: none;
  margin-left: -13px;
}
.features .description li span {
  font-weight: 600;
}
.thumbList .thumb {
  color: #737373;
  font-size: 16px;
  margin-bottom: 30px;
}
/*FEATURES*/
/*GET IN TOUCH*/
.getInTouch h2 {
  font-family: 'LexiaLight', Georgia, sans-serif;
  font-size: 34px;
  color: #262626;
  font-weight: 600;
}
.getInTouch button {
  background-color: #006cb7;
  border-radius: 3px;
  cursor: pointer;
  padding: 10px 40px;
  color: #fffef2;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  font-family: 'LexiaLight', Georgia, sans-serif;
  letter-spacing: 0.1em;
  font-size: 16px;
}
/*GET IN TOUCH*/
.slider-holder {
  bottom: 0;
  text-align: center;
  margin: 0 auto;
  position: relative;
  margin-top: -54px;
  z-index: 9;
}
.bx-pager-item {
  display: none !important;
}
.hb-wrapper .hb-main-container {
  background-color: rgba(0, 0, 0, 0.95) !important;
}
.hb-wrapper .hb-main-container a svg {
  fill: #fffef2 !important;
}
.section-headline {
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid currentcolor;
}
ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.tabs li {
  color: #222;
  display: inline-block;
  padding: 10px 0;
  cursor: pointer;
  width: 33%;
  text-align: center;
  color: #ffffff;
  font-family: 'LexiaLight', Georgia, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 2px;
  border-top: 4px solid #ffffff;
}
ul.tabs li:nth-child(3n) {
  width: 33.07%;
}
ul.tabs li.current {
  background: #000000;
  color: #ffffff;
  border-top: 4px solid #000000;
}
.tab-content {
  display: none;
  background: #fffef2;
  width: 100%;
  height: 476px;
}
.tab-content:before {
  content: ' ';
  display: inline-block;
  vertical-align: bottom;
  height: 100%;
}
.panel-description {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 75px;
  left: 15%;
  height: 180px;
  margin: 0;
  padding: 0;
  z-index: 1;
  padding: 5%;
}
.panel-description h2 {
  display: inline-block;
  color: #ffffff;
  font-family: 'LexiaLight', Georgia, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 64px;
  min-width: 430px;
  line-height: 58px;
  letter-spacing: 1px;
}
.tab-content.current {
  display: inherit;
}
.panel-description-inner {
  display: inline-block;
  top: 200px;
  height: 180px;
  left: 15px;
  padding: 0;
  z-index: 1;
  padding: 5%;
  background: -webkit-linear-gradient(
    left,
    rgba(88, 88, 90, 0),
    rgba(88, 88, 90, 0),
    rgba(88, 88, 90, 0.6),
    rgba(88, 88, 90, 0.6),
    rgba(88, 88, 90, 0.6),
    rgba(88, 88, 90, 0.6),
    rgba(88, 88, 90, 0),
    rgba(88, 88, 90, 0)
  );
  background: -o-linear-gradient(
    left,
    rgba(88, 88, 90, 0),
    rgba(88, 88, 90, 0),
    rgba(88, 88, 90, 0.6),
    rgba(88, 88, 90, 0.6),
    rgba(88, 88, 90, 0.6),
    rgba(88, 88, 90, 0.6),
    rgba(88, 88, 90, 0),
    rgba(88, 88, 90, 0)
  );
  background: -moz-linear-gradient(
    left,
    rgba(88, 88, 90, 0),
    rgba(88, 88, 90, 0),
    rgba(88, 88, 90, 0.6),
    rgba(88, 88, 90, 0.6),
    rgba(88, 88, 90, 0.6),
    rgba(88, 88, 90, 0.6),
    rgba(88, 88, 90, 0),
    rgba(88, 88, 90, 0)
  );
  background: linear-gradient(
    to right,
    rgba(14, 14, 14, 0),
    rgba(14, 14, 14, 0.7),
    rgba(14, 14, 14, 0.7),
    rgba(14, 14, 14, 0.7),
    rgba(14, 14, 14, 0.7),
    rgba(14, 14, 14, 0.7),
    rgba(14, 14, 14, 0.7),
    rgba(14, 14, 14, 0)
  );
}
.panel-description-home {
  display: inline-block;
  top: 150px;
  height: 280px;
  left: 50px;
  padding: 0;
  z-index: 1;
  padding: 5%;
  background: -webkit-linear-gradient(
    left,
    rgba(88, 88, 90, 0),
    rgba(88, 88, 90, 0),
    rgba(88, 88, 90, 0.6),
    rgba(88, 88, 90, 0.6),
    rgba(88, 88, 90, 0.6),
    rgba(88, 88, 90, 0.6),
    rgba(88, 88, 90, 0),
    rgba(88, 88, 90, 0)
  );
  background: -o-linear-gradient(
    left,
    rgba(88, 88, 90, 0),
    rgba(88, 88, 90, 0),
    rgba(88, 88, 90, 0.6),
    rgba(88, 88, 90, 0.6),
    rgba(88, 88, 90, 0.6),
    rgba(88, 88, 90, 0.6),
    rgba(88, 88, 90, 0),
    rgba(88, 88, 90, 0)
  );
  background: -moz-linear-gradient(
    left,
    rgba(88, 88, 90, 0),
    rgba(88, 88, 90, 0),
    rgba(88, 88, 90, 0.6),
    rgba(88, 88, 90, 0.6),
    rgba(88, 88, 90, 0.6),
    rgba(88, 88, 90, 0.6),
    rgba(88, 88, 90, 0),
    rgba(88, 88, 90, 0)
  );
  background: linear-gradient(
    to right,
    rgba(14, 14, 14, 0),
    rgba(14, 14, 14, 0.7),
    rgba(14, 14, 14, 0.7),
    rgba(14, 14, 14, 0.7),
    rgba(14, 14, 14, 0.7),
    rgba(14, 14, 14, 0.7),
    rgba(14, 14, 14, 0.7),
    rgba(14, 14, 14, 0)
  );
}
@media only screen and (max-width: 420px) {
  .panel-description h2 {
    font-size: 13px;
    min-width: 280px;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: left;
    padding-left: 25px;
    font-weight: 700;
  }
  .bannerContainer {
    top: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .panel-description h2 {
    font-size: 13px;
    font-weight: 800;
  }
  .panel-description-home {
    display: inline-block;
    top: 35% !important;
    height: 100px !important;
    left: 0px !important;
    padding: 0 !important;
    z-index: 1;
    padding: 0%;
  }
  .headerLogo img {
    width: 60% !important;
  }
}
@media only screen and (min-width: 1360px) {
  .panel-description h2 {
    font-size: 45px;
    line-height: 64px;
    font-weight: 600;
    margin: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .padding0505 {
    padding: 0 !important;
  }
  .panel-description {
    left: 0;
  }
  .btn-box {
    margin-left: 20px;
  }
  .headerRightLogo a:last-child {
    display: none;
  }
  .form-control {
    width: 100% !important;
  }
  .default-btn {
    width: 100%;
  }
  .optional-btn {
    width: 100%;
  }
  .panel-default {
    width: 100% !important;
  }
}
#tab-1 {
  background: url(../images/panel-1.html) no-repeat;
  background-size: cover;
}
#tab-2 {
  background: url(../images/panel-2.html) no-repeat;
  background-size: cover;
}
#tab-3 {
  background: url(../images/panel-3.html) no-repeat;
  background-size: cover;
}
.tab-content h2 {
  background: #000000;
  display: inline-block;
  color: #ffffff;
  font-family: 'LexiaLight', Georgia, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 38px;
  min-width: 430px;
  line-height: 36px;
  letter-spacing: 1.5px;
  padding: 20px 20px 0px 20px;
}
.tab-content p {
  margin-top: 0;
  background: #000000;
  color: #ffffff;
  padding: 13px 20px 20px;
  font-size: 16px;
}
.tab-one {
  background: url(../images/hot-desk-thumb.html);
  background-size: cover;
}
.tab-two {
  background: url(../images/dedicated-desk-thumb.html);
  background-size: cover;
}
.tab-three {
  background: url(../images/private-office-thumb.jpg);
  background-size: cover;
}
.facilities-container {
  margin-top: 33px;
}
.facilities-container ul {
  padding: 0;
  margin: 0 auto;
}

.facilities-container ul li {
  display: flex;
  align-items: center;
  float: left;
  width: 215px;
  margin-right: 35px;
  margin-bottom: 40px;
}
.facilities-container ul li img {
  display: block;
  float: left;
  width: 44px;
  height: 44px;
  margin-right: 15px;
}
.facilities-container ul li p {
  font-size: 17px;
  margin: 0;
  padding: 0;
  line-height: 25px;
  width: 156px;
}
.facilities-container ul li:nth-child(3n) {
  margin-right: 0;
}
.left-section {
  width: 69.5%;
  display: inline-block;
}
.right-section {
  width: 440px;
  display: inline-block;
  right: 0;
  position: fixed;
}
footer {
  background: #fcf8ec;
  width: 100%;
  margin-top: 60px;
  position: relative;
  z-index: -1;
  bottom: -20px;
}
.footerContent {
  padding: 10px 0;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.footerContent {
  padding-left: 5%;
}
.footer-copy {
  float: left;
}
.footer-links {
  float: right;
}
.footer-links a {
  color: #000000;
}
.formpadding {
  padding: 0 30px 30px;
  border: 1px solid #ece9d9;
  border-top: 0;
}
.intl-tel-input.allow-dropdown .selected-flag {
  height: 40px !important;
}
.headerRightLogo {
  display: inline-block;
}
.headerRightLogo:after {
  content: '';
  display: block;
  height: 2px;
  width: 0;
  background: #282829;
  transition: width 0.33s ease, background-color 0.33s ease;
}
.headerRightLogo:hover:after {
  width: 100%;
  background: #282829;
}
.navbar1 {
  top: 80px !important;
  transition: top 0.1s;
  transition-timing-function: linear;
}
.slimheader {
  padding: 0px 0 16px;
  margin-top: -5px;
  transition: padding 0.2s cubic-bezier(0.694, 0.0482, 0.335, 1),
    margin-top 0.2s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.popupButton {
  z-index: 9;
  background: #58585a url(../images/btn-arrow.png) no-repeat;
  border-radius: 0;
  text-align: center;
  font-family: 'LexiaLight', Georgia, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  color: #e8c31b;
  letter-spacing: 0.1em;
  width: 100%;
  border: none;
  text-transform: capitalize;
  padding: 13px 0;
  cursor: pointer;
  background-position: 237px 14px;
  position: fixed;
  bottom: 0;
}
.popupButton:hover {
  background: #e8c31b;
  color: #58585a;
}
/*********************************/
/*********************************/
@media only screen and (max-width: 768px) {
  .panel-description-inner {
    display: inline-block;
    top: 110px !important;
    height: 100px !important;
    left: 15px;
    padding: 0;
    z-index: 1;
    padding: 5%;
  }
  .mainContainer {
    width: 100%;
    min-height: 300px;
  }
  .desktop {
    display: none;
    margin: 15px;
    right: 0% !important;
    z-index: 999;
  }
  .mobile {
    display: block;
  }
  .responsiveFlex {
    display: block;
  }
  .innerContainer {
    padding-left: 25px;
    padding-right: 25px;
  }
  /* .contentWrapper section { margin-top: 40px; margin-bottom: 40px; } */
  .headerRightLogo {
    margin-right: 0px;
    margin-right: 5px;
    padding-top: 9px;
  }
  .bannerCaption {
    margin: 0 auto;
    margin-top: 330px;
  }
  .bannerCaption .title,
  .bannerCaption .note {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }
  .bannerCaption .note {
    font-size: 16px;
  }
  .shortGlance br {
    display: none;
  }
  .bannerWrapper .bx-controls-direction,
  .bannerWrapper .bx-pager {
    display: none;
  }
  .bannerWrapper .bxslider li {
    height: 400px;
  }
  .shortGlance {
    line-height: 26px;
    margin-top: 190px;
  }
  .inlineThumb {
    padding: 36px 20px;
  }
  .inlineThumb .heading {
    font-size: 18px;
    line-height: 24px;
  }
  .thumbnailContainer .thumb img {
    max-width: 55px;
  }
  .inlineThumb .thumbCaption {
    font-size: 16px;
  }
  .bigThumb .thumb.right {
    margin-left: 0px;
    margin-top: 25px;
  }
  .bigThumb .thumb .caption {
    padding: 8px 0;
  }
  .bigThumb .thumb iframe {
    padding-bottom: 25px;
  }
  .galleryThumb .left {
    width: 100%;
  }
  .galleryThumb .right {
    width: 100%;
  }
  .features .specifications {
    padding-left: 0;
    margin-bottom: 40px;
  }
  .features .amenities {
    padding-left: 0;
    padding-top: 40px;
    border-top: 1px solid #ccc;
    border-left: none;
  }
  .features h2 {
    font-size: 26px;
  }
  .features .title {
    margin-top: 35px;
  }
  .features .description {
    font-size: 15px;
    line-height: 20px;
  }
  .mobile-logos {
    width: 100%;
  }
  .thumbList {
    margin: 40px 0 60px;
  }
  .thumbList .thumb {
    margin-bottom: 35px;
  }
  .features .downloadLink {
    margin-bottom: 30px;
  }
  .inlineThumb .thumbnailContainer {
    margin-top: 45px;
  }
  .bannerForm {
    height: auto;
  }
  .leanModal .modal_close {
    display: block;
  }
  .thumbnailContainer .thumb {
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .thumbnailContainer .thumb .thumbCaption {
    margin-left: 30px;
    text-align: left;
  }
  .footerContent .description {
    max-width: inherit;
    padding: 0 40px;
  }
  .footerContent {
    text-align: center;
    padding-bottom: 60px;
  }
  .footerLogo {
    margin-top: 20px;
  }
  .formContainer {
    width: initial;
  }
  .leanModal .modal_close {
    background: url(../plugin/popup/img/modal_close_white.png);
  }
  .infographic-element {
    float: left;
    width: 140px;
    line-height: 30px;
    text-align: left;
    display: inline-grid;
    margin-bottom: 10px;
  }
  .infographic-element:nth-child(2) {
    width: 115px;
  }
  .infographic-element:nth-child(3) {
    width: 70px;
  }
  .left-section {
    width: 100%;
    display: table;
  }
  /* .panel-description {display: none; } */
  .bannerForm {
    top: 0% !important;
  }
  .mob-mb-30 {
    margin-bottom: 30px;
  }
  .headerRightLogo a {
    font-size: 20px;
  }
  .mob-popclose {
    position: absolute;
    right: 10px;
    top: 3%;
    display: block !important;
  }
  .section-headline h4 {
    font-size: 25px !important;
  }
  .panel-description h2 {
    font-size: 32px;
    font-weight: 800;
  }
  .pricing-tbl-block ul > li {
    width: 95% !important;
  }
  .panel-title ul > li {
    display: block !important;
    width: 100% !important;
  }
  .price-heading {
    margin-bottom: 5px;
  }
  .price {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bannerWrapper .bx-controls-direction,
  .bannerWrapper .bx-pager {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .bannerWrapper .bx-controls-direction {
    display: none;
  }
}
@media only screen and (min-width: 767px) and (max-width: 850px) {
  .bannerCaption {
    padding: 22px;
  }
  .bannerCaption .title {
    font-size: 20px;
    line-height: 30px;
  }
  .bannerCaption .note {
    font-size: 13px;
    margin-top: 25px;
  }
}
@media only screen and (min-width: 850px) and (max-width: 920px) {
  .bannerCaption {
    padding: 24px;
  }
  .bannerCaption .title {
    font-size: 23px;
    line-height: 34px;
  }
  .bannerCaption .note {
    font-size: 14px;
    margin-top: 25px;
  }
}
@media only screen and (min-width: 767px) {
  .bx-wrapper img {
    max-width: inherit;
    max-height: 300px;
  }
  .galleryBxslider .img-responsive {
    width: auto;
  }
}
@media only screen and (max-width: 641px) {
}
@media only screen and (min-width: 641px) and (max-width: 767px) {
}
@media only screen and (max-width: 680px) {
}
@media only screen and (max-width: 480px) {
  .headerLogo {
    width: 120px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    margin-left: 26px;
  }
  .popupButton {
    background-position: center right 20px;
  }
  .padding0505 {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 420px) {
  .bannerWrapper .bxslider li {
    background-position: -147px;
  }
  .headerRightLogo {
    padding-right: 0;
    margin-top: -8px;
    padding-top: 24px;
  }
  .shortGlance {
    margin-top: 0;
    padding-top: 0;
    padding: 0 27px;
  }
  .bannerContainer {
    top: 0;
    bottom: 0;
  }
  .panel-description {
    height: 120px;
  }
  .panel-description h2 {
    font-size: 13px;
    font-size: 18px;
    min-width: 280px;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;
    padding-left: 25px;
    font-weight: 700;
  }
  .facilities-container ul li {
    margin-bottom: 30px;
  }
  .panel-title ul > li {
    font-size: 20px;
  }
  .footer-copy {
    float: none;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    line-height: 19px;
  }
  .footer-links {
    float: none;
    line-height: 36px;
  }
  .section-headline h4 {
    font-size: 23px !important;
  }
  footer {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 420px) {
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .container1600 {
    max-width: 960px;
  }
  .padding0505 {
    padding: 0 !important;
  }
  .headerLogo {
    padding-left: 0;
  }
  .bannerForm {
    right: 3.5%;
  }
  .bannerContainer {
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: initial;
    top: 270px;
  }
  .panel-description {
    height: 230px;
  }
  .panel-description br {
    display: none;
  }
  .panel-description h2 {
    font-weight: 400;
    font-size: 70px;
    line-height: 65px;
    letter-spacing: 1px;
    max-width: 450px;
  }
  .shortGlance {
    max-width: 480px;
  }
  .facilities-container ul li {
    margin-right: 25px;
    width: 202px;
  }
  .facilities-container ul li:nth-child(3n) {
    margin-right: 25px;
  }
  .bannerWrapper .bxslider li {
    background-position: -234px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .bannerWrapper .bxslider li {
    height: 400px;
  }
  .shortGlance {
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  .bannerForm {
    top: 18% !important;
  }
  .facilities-container ul li {
    margin-right: 22px;
  }
  .footer-copy {
    float: none;
  }
}
@media only screen and (min-width: 1360px) {
  .bannerForm {
    right: 5%;
  }
  .container1600 {
    width: initial;
  }
  .bannerContainer {
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: initial;
    top: 450px;
  }
  .panel-description h2 {
    font-size: 45px;
    line-height: 64px;
    font-weight: 600;
  }
  .footerContent {
    padding-left: 5%;
  }
  .mb-70 {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1400px) {
  .padding0505 {
    padding: 0 !important;
  }
  .container1600 {
    max-width: 1280px;
  }
  .bannerWrapper .bxslider li {
    height: 510px;
  }
  .bannerForm {
    right: 6%;
  }
  .bannerContainer {
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: initial;
    top: 120px;
  }
  /*.shortGlance { max-width: 1110px; }*/
  /*.facilities-container ul li { width: 240px; }
	.facilities-container ul li:nth-child(3n) { margin-right: 35px; }*/
}
@media only screen and (min-width: 1600px) {
  .bannerContainer {
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: initial;
    top: 120px;
  }
  .shortGlance {
    max-width: 1110px;
  }
  .facilities-container ul li {
    width: 240px;
  }
  .facilities-container ul li:nth-child(3n) {
    margin-right: 35px;
  }
}
@media only screen and (max-width: 360px) {
  .navbar1 {
    top: 0px !important;
  }
  .bannerForm .forms .field input,
  select,
  textarea {
    height: 34px;
  }
  .bannerForm .btn {
    height: 35px;
    font-size: 16px;
  }
  .intl-tel-input.allow-dropdown .selected-flag {
    height: 30px !important;
  }
  .leanModal .modal_close {
    top: 16px;
  }
  .bannerForm .heading {
    font-size: 30px;
    padding: 11px 0;
  }
}
.pricing-table .pricing-title {
  margin-top: 80px;
}
.pricing-table .table-title {
  font-size: 20px;
  color: #55a30f;
  font-weight: 600;
  margin: 0 0 80px 0;
}
.pricing-tbl-block ul {
  list-style: none;
  font-family: 'LexiaLight', sans-serif;
  font-size: 14px;
  padding: 0;
  min-height: 360px;
  background: #fff;
}
.pricing-tbl-block {
  text-align: center;
  border: 1px solid #000;
  min-height: 540px;
  box-shadow: 0 0 10px #1c1c1c;
  background: #e8c31b;
  border-radius: 10px;
}
.pricing-tbl-header h5 {
  display: block;
  padding: 20px 0;
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  background: #58585a;
  border-radius: 10px 10px 0 0;
  margin: 0 0 25px;
}
.pricing-tbl-header span {
  color: #000;
  padding: 0 10px;
  display: inline-block;
  font-size: 20px;
  padding: 2px;
}
.pricing-tbl-header p {
  font-size: 14px;
  color: #2c2c2c;
  font-family: 'Lato', sans-serif;
}
.pricing-tbl-block ul li:before {
  content: '\25b6';
  font-size: 20px;
  padding: 0px 5px 0px;
  display: table-cell;
  width: 20px;
  position: relative;
  top: 2px;
}
.pricing-tbl-block ul li {
  padding: 5px;
  border-top: 1px solid #f3f3f3;
  text-align: justify;
  background-color: #fff;
  display: table;
  width: 97%;
  line-height: 25px;
  font-size: 16px;
}
.pricing-tbl-block ul li:hover {
  background-color: rgb(88, 88, 90);
  color: #e8c31b;
}
.pricing-tbl-block ul li:last-child {
  border-bottom: none;
}
.pricing-tbl-block .btn-area {
  background: #58585a;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-left: 30%;
  margin-right: 30%;
  border: solid 1px #58585a;
}
.pricing-tbl-block .btn-area a {
  color: #e8c31b;
}
.pricing-tbl-block .btn-area:hover {
  background: #e8c31b;
  border: solid 1px #58585a;
}
.pricing-tbl-block .btn-area:hover a {
  color: #58585a;
}
.pricing-tbl-block .btn-area .btn-custom,
.pricing-table1 .btn-area .btn-custom {
  border-width: 3px;
}
.pricing-table3 .pricing-tbl-block:hover {
  background: #f3f3f3;
  border-color: #fefefe;
  box-shadow: 0 0 20px #f3f3f3;
}
.pricing-table3 .pricing-tbl-block:hover h5 {
  color: #ff6d6d;
}
.pricing-table3 .pricing-tbl-block,
.pricing-tbl-header span {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.pricing-table3 .pricing-tbl-block {
  padding: 0;
}
.pricing-table3 .pricing-tbl-block:hover ul li {
  border-color: #fefefe;
}
.pricing-table3 .pricing-tbl-block:hover .btn-custom {
  border-color: #fefefe;
}
.pricing-table3 .pricing-tbl-block:hover .pricing-tbl-header span {
  background: #000;
  color: #fff;
}
.col-md-12 {
  width: 65%;
}
.col-md-6 {
  width: 43%;
  display: inline-block;
  margin-right: 28px;
  margin-left: 28px;
  float: left;
}
.col-md-4 {
  width: 47%;
  display: inline-block;
  margin: 10px;
  float: left;
}
.gallery-content,
.gallery-content a {
  position: relative;
}
.gallery-content h3 {
  position: relative;
  top: -7rem;
  left: 0rem;
  background: rgba(232, 195, 27, 0.9);
  color: #000;
  font-size: 16px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  text-transform: uppercase;
  line-height: 1.5;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  font-weight: 600;
}
.gallery-content:hover a h3 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0%);
}
.facilities-container ul li i {
  display: block;
  float: left;
  margin-right: 15px;
  color: #e8c31b;
  border-radius: 5px;
  border: 50%;
  border: 2px solid;
  border-radius: 50%;
  padding: 10px;
}
.owl-carousel .owl-item img {
  height: 80px;
  width: 130px !important;
}
.iw-title {
  font-weight: 700;
  margin-bottom: 10px;
}
.section-headline h4 {
  font-size: 36px;
  letter-spacing: 2.5px;
  font-weight: 400;
}
.panel-heading {
  padding: 0px !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.panel-default > .panel-heading.panel-title a {
  font-size: 32px;
  font-weight: 400;
  border: 1px solid transparent;
  background-color: transparent !important;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e8c31b !important;
  transition: all 0.2s;
}
.panel-title > a {
  color: #58585a !important;
  font-size: 20px;
  font-family: 'LexiaLight', sans-serif;
  display: block;
  border-radius: 10px;
  text-decoration: none;
  padding: 20px;
}
.panel-title > a:hover {
  border-radius: 10px;
}
.panel-title > a:focus {
  border-radius: 10px;
  border: 3px solid #e8c31b !important;
}
a:hover {
  text-decoration: none !important;
  color: #fff;
}
a:focus {
  text-decoration: none !important;
  color: #fff;
}
.panel > .panel-heading .panel-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
  font-size: 18px;
  text-align: center;
  line-height: 35px;
  font-weight: 500;
  margin-right: 25px;
}
.panel-default > .panel-heading:hover .panel-icon {
  color: #e8c31b !important;
}
.panel > .panel-heading .collapsed > .panel-icon:after {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-top: -1px;
  margin-left: -1px;
  color: #58585a;
  content: '\f078';
  font-family: FontAwesome;
  font-weight: 300;
}
.panel-icon i {
  color: #e8c31b !important;
}
.panel-title > a:hover .panel-icon:after {
  color: #e8c31b !important;
}
.panel > .panel-heading .collapsed > .panel-icon:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  margin-left: 15px;
}
.panel > .panel-heading .collapsed i {
  display: none;
}
.month {
  font-size: 15px;
}
.panel-default {
  position: relative;
}
.panel-title a:hover .panel-icon {
  opacity: 1;
}
.panel > .panel-heading .collapsed i {
  display: none;
}
.panel-group .panel {
  margin-bottom: 25px !important;
  border-radius: 10px !important;
}
.mr-60 {
  margin-right: 60px;
}
.panel {
  border: none !important;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none !important;
}
.panel-collapse .list-group li {
  font-family: 'LexiaLight', sans-serif;
}
.panel-title ul {
  list-style-type: none;
  padding: 0px;
  margin-bottom: 0px;
  width: 100%;
}
.panel-title ul > li {
  display: inline-block;
  width: 45%;
}
#mask {
  display: none;
  background-color: rgba(88, 88, 90, 0.72);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 99;
}
.mob-popclose {
  display: none;
}
.navbar-inverse {
  background: transparent !important;
  border: none !important;
  margin-top: 20px;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #e6c11b !important;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  background: none !important;
}
.navbar-inverse .navbar-nav > li > a {
  color: #e6c11b !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-transform: capitalize;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  outline: none;
  color: #999 !important;
  border-bottom: 2px solid;
}
.p0 {
  padding: 0 !important;
}
.p5 {
  padding: 5px !important;
}
.office-loc {
  box-shadow: 0 0 1px #999;
  background: transparent;
}
.office-loc h6 {
  border: 1px solid #e6c11b;
  background: #e6c11b;
  margin: 0;
  padding: 5px;
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 600;
  min-height: 54px;
}
.office-loc p {
  text-align: center;
  font-size: 12px;
  margin: 0;
  padding: 0;
  line-height: 20px;
}
.office-loc div {
  border: 1px solid #e6c11b;
  border-top: none;
  min-height: 92px;
  padding: 5px 0;
}
.social-icon ul {
  list-style: none;
  padding: 0px;
}
.social-icon li {
  display: inline-block;
  margin-right: 15px;
}
.social-icon li img {
  width: 40px;
  transition: all 0.5s ease-in-out;
}
.social-icon li:hover img {
  transform: rotateX(360deg);
}
@media (max-width: 767px) {
  .pp_pic_holder.pp_default {
    width: 100% !important;
    left: 0 !important;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  div.pp_default .pp_content_container .pp_left {
    padding-left: 0 !important;
  }
  div.pp_default .pp_content_container .pp_right {
    padding-right: 0 !important;
  }
  .pp_content {
    width: 100% !important;
    height: auto !important;
  }
  .pp_fade {
    width: 100% !important;
    height: 100% !important;
  }
  a.pp_expand,
  a.pp_contract,
  .pp_hoverContainer,
  .pp_gallery,
  .pp_top,
  .pp_bottom {
    display: none !important;
  }
  #pp_full_res img {
    width: 100% !important;
    height: auto !important;
  }
  #pp_full_res {
    line-height: 0.7 !important;
  }
  .pp_details {
    width: 100% !important;
    padding: 15px 3% 15px 3%;
    min-height: 35px;
    background-color: #fff;
    margin: 0 !important;
  }
  div.pp_default .pp_description {
    margin: 11px 50px 5px 153px !important;
  }
  div.ppt {
    display: none !important;
  }
  .pp_play {
    margin-right: 20px !important;
  }
  .pp_arrow_previous {
    margin-right: 5px !important;
  }
  div.pp_default .pp_nav .currentTextHolder {
    padding: 0 0 0 20px !important;
    left: 90px !important;
  }
}
