/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.animated{animation-duration:1s;animation-fill-mode:both;}.animated.infinite{animation-iteration-count:infinite;}.animated.hinge{animation-duration:2s;}.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut{animation-duration:.75s;}@keyframes bounce{from,20%,53%,80%,to{animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transform:translate3d(0,0,0);}40%,43%{animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);transform:translate3d(0,-30px,0);}70%{animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);transform:translate3d(0,-15px,0);}90%{transform:translate3d(0,-4px,0);}}.bounce{animation-name:bounce;transform-origin:center bottom;}@keyframes flash{from,50%,to{opacity:1;}25%,75%{opacity:0;}}.flash{animation-name:flash;}@keyframes pulse{from{transform:scale3d(1,1,1);}50%{transform:scale3d(1.05,1.05,1.05);}to{transform:scale3d(1,1,1);}}.pulse{animation-name:pulse;}@keyframes rubberBand{from{transform:scale3d(1,1,1);}30%{transform:scale3d(1.25,0.75,1);}40%{transform:scale3d(0.75,1.25,1);}50%{transform:scale3d(1.15,0.85,1);}65%{transform:scale3d(.95,1.05,1);}75%{transform:scale3d(1.05,.95,1);}to{transform:scale3d(1,1,1);}}.rubberBand{animation-name:rubberBand;}@keyframes shake{from,to{transform:translate3d(0,0,0);}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0);}20%,40%,60%,80%{transform:translate3d(10px,0,0);}}.shake{animation-name:shake;}@keyframes headShake{0%{transform:translateX(0);}6.5%{transform:translateX(-6px) rotateY(-9deg);}18.5%{transform:translateX(5px) rotateY(7deg);}31.5%{transform:translateX(-3px) rotateY(-5deg);}43.5%{transform:translateX(2px) rotateY(3deg);}50%{transform:translateX(0);}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake;}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg);}40%{transform:rotate3d(0,0,1,-10deg);}60%{transform:rotate3d(0,0,1,5deg);}80%{transform:rotate3d(0,0,1,-5deg);}to{transform:rotate3d(0,0,1,0deg);}}.swing{transform-origin:top center;animation-name:swing;}@keyframes tada{from{transform:scale3d(1,1,1);}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);}to{transform:scale3d(1,1,1);}}.tada{animation-name:tada;}@keyframes wobble{from{transform:none;}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);}to{transform:none;}}.wobble{animation-name:wobble;}@keyframes jello{from,11.1%,to{transform:none;}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg);}33.3%{transform:skewX(6.25deg) skewY(6.25deg);}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg);}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg);}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg);}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg);}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg);}}.jello{animation-name:jello;transform-origin:center;}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}0%{opacity:0;transform:scale3d(.3,.3,.3);}20%{transform:scale3d(1.1,1.1,1.1);}40%{transform:scale3d(.9,.9,.9);}60%{opacity:1;transform:scale3d(1.03,1.03,1.03);}80%{transform:scale3d(.97,.97,.97);}to{opacity:1;transform:scale3d(1,1,1);}}.bounceIn{animation-name:bounceIn;}@keyframes bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}0%{opacity:0;transform:translate3d(0,-3000px,0);}60%{opacity:1;transform:translate3d(0,25px,0);}75%{transform:translate3d(0,-10px,0);}90%{transform:translate3d(0,5px,0);}to{transform:none;}}.bounceInDown{animation-name:bounceInDown;}@keyframes bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}0%{opacity:0;transform:translate3d(-3000px,0,0);}60%{opacity:1;transform:translate3d(25px,0,0);}75%{transform:translate3d(-10px,0,0);}90%{transform:translate3d(5px,0,0);}to{transform:none;}}.bounceInLeft{animation-name:bounceInLeft;}@keyframes bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}from{opacity:0;transform:translate3d(3000px,0,0);}60%{opacity:1;transform:translate3d(-25px,0,0);}75%{transform:translate3d(10px,0,0);}90%{transform:translate3d(-5px,0,0);}to{transform:none;}}.bounceInRight{animation-name:bounceInRight;}@keyframes bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}from{opacity:0;transform:translate3d(0,3000px,0);}60%{opacity:1;transform:translate3d(0,-20px,0);}75%{transform:translate3d(0,10px,0);}90%{transform:translate3d(0,-5px,0);}to{transform:translate3d(0,0,0);}}.bounceInUp{animation-name:bounceInUp;}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9);}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1);}to{opacity:0;transform:scale3d(.3,.3,.3);}}.bounceOut{animation-name:bounceOut;}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0);}40%,45%{opacity:1;transform:translate3d(0,-20px,0);}to{opacity:0;transform:translate3d(0,2000px,0);}}.bounceOutDown{animation-name:bounceOutDown;}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0);}to{opacity:0;transform:translate3d(-2000px,0,0);}}.bounceOutLeft{animation-name:bounceOutLeft;}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0);}to{opacity:0;transform:translate3d(2000px,0,0);}}.bounceOutRight{animation-name:bounceOutRight;}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0);}40%,45%{opacity:1;transform:translate3d(0,20px,0);}to{opacity:0;transform:translate3d(0,-2000px,0);}}.bounceOutUp{animation-name:bounceOutUp;}@keyframes fadeIn{from{opacity:0;}to{opacity:1;}}.fadeIn{animation-name:fadeIn;}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0);}to{opacity:1;transform:none;}}.fadeInDown{animation-name:fadeInDown;}@keyframes fadeInDownBig{from{opacity:0;transform:translate3d(0,-2000px,0);}to{opacity:1;transform:none;}}.fadeInDownBig{animation-name:fadeInDownBig;}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0);}to{opacity:1;transform:none;}}.fadeInLeft{animation-name:fadeInLeft;}@keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px,0,0);}to{opacity:1;transform:none;}}.fadeInLeftBig{animation-name:fadeInLeftBig;}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0);}to{opacity:1;transform:none;}}.fadeInRight{animation-name:fadeInRight;}@keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px,0,0);}to{opacity:1;transform:none;}}.fadeInRightBig{animation-name:fadeInRightBig;}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0);}to{opacity:1;transform:none;}}.fadeInUp{animation-name:fadeInUp;}@keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0,2000px,0);}to{opacity:1;transform:none;}}.fadeInUpBig{animation-name:fadeInUpBig;}@keyframes fadeOut{from{opacity:1;}to{opacity:0;}}.fadeOut{animation-name:fadeOut;}@keyframes fadeOutDown{from{opacity:1;}to{opacity:0;transform:translate3d(0,100%,0);}}.fadeOutDown{animation-name:fadeOutDown;}@keyframes fadeOutDownBig{from{opacity:1;}to{opacity:0;transform:translate3d(0,2000px,0);}}.fadeOutDownBig{animation-name:fadeOutDownBig;}@keyframes fadeOutLeft{from{opacity:1;}to{opacity:0;transform:translate3d(-100%,0,0);}}.fadeOutLeft{animation-name:fadeOutLeft;}@keyframes fadeOutLeftBig{from{opacity:1;}to{opacity:0;transform:translate3d(-2000px,0,0);}}.fadeOutLeftBig{animation-name:fadeOutLeftBig;}@keyframes fadeOutRight{from{opacity:1;}to{opacity:0;transform:translate3d(100%,0,0);}}.fadeOutRight{animation-name:fadeOutRight;}@keyframes fadeOutRightBig{from{opacity:1;}to{opacity:0;transform:translate3d(2000px,0,0);}}.fadeOutRightBig{animation-name:fadeOutRightBig;}@keyframes fadeOutUp{from{opacity:1;}to{opacity:0;transform:translate3d(0,-100%,0);}}.fadeOutUp{animation-name:fadeOutUp;}@keyframes fadeOutUpBig{from{opacity:1;}to{opacity:0;transform:translate3d(0,-2000px,0);}}.fadeOutUpBig{animation-name:fadeOutUpBig;}@keyframes flip{from{transform:perspective(400px) rotate3d(0,1,0,-360deg);animation-timing-function:ease-out;}40%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);animation-timing-function:ease-out;}50%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);animation-timing-function:ease-in;}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in;}to{transform:perspective(400px);animation-timing-function:ease-in;}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip;}@keyframes flipInX{from{transform:perspective(400px) rotate3d(1,0,0,90deg);animation-timing-function:ease-in;opacity:0;}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);animation-timing-function:ease-in;}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1;}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg);}to{transform:perspective(400px);}}.flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipInX;}@keyframes flipInY{from{transform:perspective(400px) rotate3d(0,1,0,90deg);animation-timing-function:ease-in;opacity:0;}40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);animation-timing-function:ease-in;}60%{transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1;}80%{transform:perspective(400px) rotate3d(0,1,0,-5deg);}to{transform:perspective(400px);}}.flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipInY;}@keyframes flipOutX{from{transform:perspective(400px);}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1;}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0;}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important;}@keyframes flipOutY{from{transform:perspective(400px);}30%{transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1;}to{transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0;}}.flipOutY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipOutY;}@keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;}60%{transform:skewX(20deg);opacity:1;}80%{transform:skewX(-5deg);opacity:1;}to{transform:none;opacity:1;}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out;}@keyframes lightSpeedOut{from{opacity:1;}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0;}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in;}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0;}to{transform-origin:center;transform:none;opacity:1;}}.rotateIn{animation-name:rotateIn;}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0;}to{transform-origin:left bottom;transform:none;opacity:1;}}.rotateInDownLeft{animation-name:rotateInDownLeft;}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0;}to{transform-origin:right bottom;transform:none;opacity:1;}}.rotateInDownRight{animation-name:rotateInDownRight;}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0;}to{transform-origin:left bottom;transform:none;opacity:1;}}.rotateInUpLeft{animation-name:rotateInUpLeft;}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0;}to{transform-origin:right bottom;transform:none;opacity:1;}}.rotateInUpRight{animation-name:rotateInUpRight;}@keyframes rotateOut{from{transform-origin:center;opacity:1;}to{transform-origin:center;transform:rotate3d(0,0,1,200deg);opacity:0;}}.rotateOut{animation-name:rotateOut;}@keyframes rotateOutDownLeft{from{transform-origin:left bottom;opacity:1;}to{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0;}}.rotateOutDownLeft{animation-name:rotateOutDownLeft;}@keyframes rotateOutDownRight{from{transform-origin:right bottom;opacity:1;}to{transform-origin:right bottom;transform:rotate3d(0,0,1,-45deg);opacity:0;}}.rotateOutDownRight{animation-name:rotateOutDownRight;}@keyframes rotateOutUpLeft{from{transform-origin:left bottom;opacity:1;}to{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0;}}.rotateOutUpLeft{animation-name:rotateOutUpLeft;}@keyframes rotateOutUpRight{from{transform-origin:right bottom;opacity:1;}to{transform-origin:right bottom;transform:rotate3d(0,0,1,90deg);opacity:0;}}.rotateOutUpRight{animation-name:rotateOutUpRight;}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out;}20%,60%{transform:rotate3d(0,0,1,80deg);transform-origin:top left;animation-timing-function:ease-in-out;}40%,80%{transform:rotate3d(0,0,1,60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;}to{transform:translate3d(0,700px,0);opacity:0;}}.hinge{animation-name:hinge;}@keyframes jackInTheBox{from{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom;}50%{transform:rotate(-10deg);}70%{transform:rotate(3deg);}to{opacity:1;transform:scale(1);}}.jackInTheBox{animation-name:jackInTheBox;}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);}to{opacity:1;transform:none;}}.rollIn{animation-name:rollIn;}@keyframes rollOut{from{opacity:1;}to{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);}}.rollOut{animation-name:rollOut;}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3);}50%{opacity:1;}}.zoomIn{animation-name:zoomIn;}@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);}}.zoomInDown{animation-name:zoomInDown;}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);}}.zoomInLeft{animation-name:zoomInLeft;}@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);}}.zoomInRight{animation-name:zoomInRight;}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);}}.zoomInUp{animation-name:zoomInUp;}@keyframes zoomOut{from{opacity:1;}50%{opacity:0;transform:scale3d(.3,.3,.3);}to{opacity:0;}}.zoomOut{animation-name:zoomOut;}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);}}.zoomOutDown{animation-name:zoomOutDown;}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0);}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center;}}.zoomOutLeft{animation-name:zoomOutLeft;}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center;}}.zoomOutRight{animation-name:zoomOutRight;}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);}}.zoomOutUp{animation-name:zoomOutUp;}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible;}to{transform:translate3d(0,0,0);}}.slideInDown{animation-name:slideInDown;}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible;}to{transform:translate3d(0,0,0);}}.slideInLeft{animation-name:slideInLeft;}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible;}to{transform:translate3d(0,0,0);}}.slideInRight{animation-name:slideInRight;}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible;}to{transform:translate3d(0,0,0);}}.slideInUp{animation-name:slideInUp;}@keyframes slideOutDown{from{transform:translate3d(0,0,0);}to{visibility:hidden;transform:translate3d(0,100%,0);}}.slideOutDown{animation-name:slideOutDown;}@keyframes slideOutLeft{from{transform:translate3d(0,0,0);}to{visibility:hidden;transform:translate3d(-100%,0,0);}}.slideOutLeft{animation-name:slideOutLeft;}@keyframes slideOutRight{from{transform:translate3d(0,0,0);}to{visibility:hidden;transform:translate3d(100%,0,0);}}.slideOutRight{animation-name:slideOutRight;}@keyframes slideOutUp{from{transform:translate3d(0,0,0);}to{visibility:hidden;transform:translate3d(0,-100%,0);}}.slideOutUp{animation-name:slideOutUp;}
@font-face{font-family:'AmericanTypewriterITCPro-Med';src:url(/themes/custom/elitecareers/fonts/3624B7_0_0.eot);src:url(/themes/custom/elitecareers/fonts/3624B7_0_0.eot#iefix) format("embedded-opentype"),url(/themes/custom/elitecareers/fonts/3624B7_0_0.woff2) format("woff2"),url(/themes/custom/elitecareers/fonts/3624B7_0_0.woff) format("woff"),url(/themes/custom/elitecareers/fonts/3624B7_0_0.ttf) format("truetype");}@font-face{font-family:'AmericanTypewriterITCPro-Bold';src:url(/themes/custom/elitecareers/fonts/3624B7_1_0.eot);src:url(/themes/custom/elitecareers/fonts/3624B7_1_0.eot#iefix) format("embedded-opentype"),url(/themes/custom/elitecareers/fonts/3624B7_1_0.woff2) format("woff2"),url(/themes/custom/elitecareers/fonts/3624B7_1_0.woff) format("woff"),url(/themes/custom/elitecareers/fonts/3624B7_1_0.ttf) format("truetype");}html.translated-ltr header{top:40px !important;}body{background-color:#ffffff;color:#585858;font-family:Palatino,Palatino Linotype,Book Antiqua,Georgia,serif;font-size:16px;letter-spacing:0.5px;margin:0px;padding-top:0px;padding-left:50px;padding-right:50px;padding-bottom:60px;}@media (max-width:1499px){body{padding-left:30px;padding-right:30px;}}@media (max-width:767px){body{padding-top:0px;padding-left:15px;padding-right:15px;}}body.locked{overflow:hidden;}body.toolbar-fixed.toolbar-horizontal #menu-overlay,body.toolbar-fixed.toolbar-horizontal #booking-overlay,body.toolbar-fixed.toolbar-horizontal #search-overlay,body.toolbar-fixed.toolbar-horizontal #translate-overlay{margin-top:75px;}h1,section.content-and-image .text-container .title,section.gallery-group .container .title,section.visit-hotels .container-fluid .title{font-family:"AmericanTypewriterITCPro-Med";font-size:38px;letter-spacing:3px;font-weight:400;color:#5b224b;}@media (max-width:767px){h1,section.content-and-image .text-container .title,section.gallery-group .container .title,section.visit-hotels .container-fluid .title{font-size:32px;letter-spacing:2px;}}@media (max-width:479px){h1,section.content-and-image .text-container .title,section.gallery-group .container .title,section.visit-hotels .container-fluid .title{font-size:26px;letter-spacing:1px;}}h2,.text-block .inner .title,section.form .form-container form .form-item.webform-component-grid label,section.form .form-container form .form-item.js-form-type-webform-likert label{font-size:36px;font-style:italic;letter-spacing:2px;font-weight:400;color:#5b224b;}@media (max-width:991px){h2,.text-block .inner .title,section.form .form-container form .form-item.webform-component-grid label,section.form .form-container form .form-item.js-form-type-webform-likert label{font-size:32px;}}@media (max-width:767px){h2,.text-block .inner .title,section.form .form-container form .form-item.webform-component-grid label,section.form .form-container form .form-item.js-form-type-webform-likert label{font-size:28px;}}@media (max-width:479px){h2,.text-block .inner .title,section.form .form-container form .form-item.webform-component-grid label,section.form .form-container form .form-item.js-form-type-webform-likert label{font-size:22px;}}h3,section.video .title,.search-results .search-result .search-result--result-title{font-size:26px;color:#5b224b;text-transform:uppercase;letter-spacing:3px;font-weight:400;}@media (max-width:767px){h3,section.video .title,.search-results .search-result .search-result--result-title{letter-spacing:2px;font-size:22px;}}h4,section.hotel-location .text-information .title{font-size:24px;color:#5b224b;text-transform:uppercase;letter-spacing:2px;font-weight:bold;}@media (max-width:767px){h4,section.hotel-location .text-information .title{letter-spacing:1px;font-size:18px;}}p{margin-bottom:2em;}.text-left{text-align:left;}.text-center{text-align:center;}.text-right{text-align:right;}.white{color:#ffffff;}.white-bg{background-color:#ffffff;}.black{color:#000000;}.mortarGrey{color:#585858;}.eliteGold{color:#af9446;}.black-bg{background-color:#000000;}.biancaYellow-bg{background-color:#faf7f1;}.romanceGrey-bg{background-color:#FAF8F2;}.careersPurple-bg{background-color:#5b224b;}.valign-middle-container{white-space:nowrap;}.valign-middle-container .valign-this{display:inline-block;vertical-align:middle;white-space:normal;}.valign-middle-container .vertical-helper{display:inline-block;vertical-align:middle;height:100%;}.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}.fullHeight{height:100%;}.no-padding{padding:0px;}.no-padding-right{padding-right:0px;}.no-padding-left{padding-left:0px;}.reduced-col-padding{padding-left:5px;padding-right:5px;}.no-col-padding{padding-left:0px;padding-right:0px;}.divider{display:block;margin-top:15px;border-bottom:2px solid #af9446;max-width:25px;margin-bottom:15px;text-align:center;margin-left:auto;margin-right:auto;background-repeat:no-repeat;}.divider.eliteGold{color:#af9446;}.divider.mortarGrey{color:#585858;}.divider.white{color:#ffffff;border-color:#ffffff;}.divider.careersPurple{color:#5b224b;border-color:#5b224b;}.divider.divider-1{font-size:20px;}@media (max-width:1199px){.divider.divider-1{font-size:18px;}}@media (max-width:767px){.divider.divider-1{font-size:16px;}}span.divider{margin-left:0px;margin-right:0px;height:1px;text-align:left;overflow:hidden;}button{border-radius:0px !important;}.button{display:inline-block;font-size:13px;letter-spacing:2px;line-height:1em;text-transform:uppercase;padding:25px;text-align:center;font-weight:bold;border:2px solid #585858;color:#585858;text-decoration:none;-webkit-tap-highlight-color:transparent;cursor:pointer;position:relative;z-index:1;border-radius:0px !important;-webkit-transition-duration:300ms;-o-transition-duration:300ms;transition-duration:300ms;}@media (max-width:767px){.button{padding:20px;}}.button.with-icon{padding-top:20px;padding-bottom:20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.button.with-icon .button-text{position:relative;top:2px;}.button.with-icon .button-icon{margin-left:20px;}.button.fillUp{overflow:hidden;}.button.fillUp:before{content:"";display:block;position:absolute;bottom:0;left:0;right:0;top:100%;height:100%;background-color:transparent;z-index:-1;-webkit-transition-duration:300ms;-o-transition-duration:300ms;transition-duration:300ms;}.button.fillUp:hover:before,.button.fillUp:focus:before{top:0% !important;}.button.underline:after{content:"";width:calc(100% + 4px);height:1px;position:absolute;bottom:-7px;left:-2px;-webkit-transition:500ms ease-in-out;-o-transition:500ms ease-in-out;transition:500ms ease-in-out;}.button.underline:hover:after,.button.underline:focus:after{width:50%;left:25%;}.button.underline.border-eliteGold:after{background-color:#af9446;}.button.underline.border-white:after{background-color:#ffffff;}.button:hover,.button:focus{text-decoration:none;color:#af9446;}.button.white{color:#ffffff;}.button.eliteGold{color:#af9446;}.button.mortarGrey{color:#585858;}.button.border-eliteGold{border-color:#af9446;}.button.border-white{border-color:#ffffff;}.button.hover-eliteGold:hover{color:#af9446;}.button.hover-bg-eliteGold:before{background-color:#af9446;}.button.hover-bg-eliteGold:hover{color:#af9446;}.button.hover-white:hover{color:#ffffff;}.button.hover-bg-white:before{background-color:#ffffff;}.button.hover-bg-white:hover{background-color:#ffffff;}.button.hover-tawnyPortRed:hover{color:#6F3C57;}.button.hover-bg-tawnyPortRed:before{background-color:#6F3C57;}.button.hover-bg-tawnyPortRed:hover{background-color:#6F3C57;}.button.hover-mortarGrey:hover{color:#585858;}.button.hover-bg-mortarGrey:before{background-color:#585858;}.button.hover-bg-mortarGrey:hover{background-color:#585858;}.button.fadeIn{border:none;}.button.fadeIn.white{color:#ffffff;}.button.fadeIn.bg-careersPurple{background-color:#5b224b;}.button.fadeIn:hover.hover-white{color:#ffffff;}.button.fadeIn:hover.hover-bg-eliteGold{background-color:#af9446;}.icon-btn{display:inline-block;}section.pager{padding-top:60px;padding-bottom:60px;}@media (max-width:479px){section.pager{padding-top:30px;padding-bottom:30px;}}section.pager ul.pager{list-style:none;padding:0px;margin:0px;text-align:center;}section.pager ul.pager li{display:inline-block;margin-left:60px;margin-right:60px;}@media (max-width:479px){section.pager ul.pager li{margin-left:30px;margin-right:30px;}}section.pager ul.pager li:first-of-type{margin-left:0px;}section.pager ul.pager li:last-of-type{margin-right:0px;}section.pager ul.pager li a{font-size:13px;}section.message #block-messages > div > div{padding-top:30px;padding-bottom:30px;}.system-message{text-align:center;padding-top:30px;padding:15px;background-color:#6F3C57;color:#ffffff;}.system-message .sf-dump{text-align:left;}.system-message a{color:#ffffff;text-decoration:underline;}#block-elitecareers-local-tasks{padding-top:10px;padding-bottom:10px;text-align:center;background-color:#FAF8F2;position:relative;top:0px;}#block-elitecareers-local-tasks ul{list-style:none;margin:0px;padding:0px;}#block-elitecareers-local-tasks ul li{display:inline-block;padding-left:10px;padding-right:10px;}#block-elitecareers-local-tasks ul li a{font-size:11px;text-decoration:none;-webkit-transition-duration:300ms;-o-transition-duration:300ms;transition-duration:300ms;padding-left:5px;padding-right:5px;text-transform:uppercase;color:#000000;}#block-elitecareers-local-tasks ul li a:hover{color:#af9446;}form .form-item{margin-bottom:30px;}form .form-item label{width:100%;display:block;font-size:16px;margin-bottom:5px;font-weight:normal;}form .form-item input[type="text"],form .form-item input[type="email"],form .form-item input[type="tel"],form .form-item input[type="password"]{border:1px solid #585858;padding:15px;width:100%;border-radius:0px !important;-webkit-transition-duration:500ms;-o-transition-duration:500ms;transition-duration:500ms;}form .form-item input[type="text"]:focus,form .form-item input[type="email"]:focus,form .form-item input[type="tel"]:focus,form .form-item input[type="password"]:focus{outline:none;border-color:#af9446;}form .form-item input[type="text"].error,form .form-item input[type="email"].error,form .form-item input[type="tel"].error,form .form-item input[type="password"].error{border:1px solid red;}form .form-actions{text-align:center;}form .form-actions input{background-color:#af9446;color:#ffffff;border:none;text-transform:uppercase;font-size:13px;letter-spacing:2.5px;padding:20px 60px;border-radius:0px !important;-webkit-transition-duration:300ms;-o-transition-duration:300ms;transition-duration:300ms;}form .form-actions input:hover{background-color:#cab476;color:#ffffff;}.user-forms{padding-top:60px;margin-bottom:90px;}.user-forms h1,.user-forms section.content-and-image .text-container .title,section.content-and-image .text-container .user-forms .title,.user-forms section.gallery-group .container .title,section.gallery-group .container .user-forms .title,.user-forms section.visit-hotels .container-fluid .title,section.visit-hotels .container-fluid .user-forms .title{text-align:center;}.user-forms > .container{max-width:600px;margin:auto;}.jfilestyle label{position:relative;color:#af9446 !important;font-size:13px !important;text-transform:uppercase !important;letter-spacing:2px !important;border:none !important;padding:0px !important;padding-bottom:5px !important;font-family:Palatino,Palatino Linotype,Book Antiqua,Georgia,serif !important;width:auto !important;display:inline-block !important;cursor:pointer;}.jfilestyle label:after{content:"";position:absolute;bottom:0px;left:0%;background-color:#af9446;height:1px;width:100%;-webkit-transition-duration:300ms;-o-transition-duration:300ms;transition-duration:300ms;}.jfilestyle label:hover:after{width:50%;left:25%;}section{margin-bottom:10px;}section .row{margin-left:-5px;margin-right:-5px;}a.subtle-link{text-transform:uppercase;text-decoration:none;padding-bottom:4px;color:#ffffff;font-weight:bold;letter-spacing:2px;position:relative;}a.subtle-link:after{content:"";width:100%;height:1px;background-color:#ffffff;position:absolute;bottom:0px;left:0px;-webkit-transition:500ms ease-in-out;-o-transition:500ms ease-in-out;transition:500ms ease-in-out;}a.subtle-link:hover:after{width:50%;left:25%;}a.subtle-link.mortarGrey{color:#585858;}a.subtle-link.mortarGrey:after{background-color:#585858;}a.subtle-link.careersPurple{color:#5b224b;}a.subtle-link.careersPurple:after{background-color:#5b224b;}table{text-align:left;}table th{border-bottom:0px;background-color:#af9446;color:#ffffff;padding:10px;text-transform:uppercase;font-size:14px;text-align:center;letter-spacing:0.5px;line-height:1.5em;font-weight:normal;}table tbody{border-top:none;}table tbody tr td{border:1px solid #bbbbbb;padding:10px;}table p{margin-bottom:0px;}.picker table thead th{color:#ffffff;}.bootstrap-select{width:100% !important;}.bootstrap-select .btn{border:1px solid #bbbbbb;background-color:transparent;outline:none;line-height:1em;}.bootstrap-select .btn .filter-option{width:90% !important;}.bootstrap-select .dropdown-menu{border-radius:0px;margin:0px;font-size:16px;}.bootstrap-select button.dropdown-toggle{position:relative;}.row-centered{text-align:center;}.col-centered{display:inline-block;float:none;text-align:left;margin-right:-4px;}.video-overlay{text-align:center;}.video-overlay .video-js{display:inline-block;width:100%;}.video-overlay .video-js:focus{outline:none;}.vjs-fullscreen{max-width:none !important;z-index:9999 !important;}.video-js-box.vjs-fullscreen{z-index:9999 !important;}.video-js{outline:none;}.video-js .vjs-big-play-button:focus,.video-js:hover .vjs-big-play-button{background-color:transparent;}.vjs-poster{background-size:cover;}.vjs-text-track-display{position:absolute;bottom:0;-webkit-transition:.3s ease all;-o-transition:.3s ease all;transition:.3s ease all;}.vjs-paused .vjs-text-track-display{bottom:0;background-color:rgba(0,0,0,0.48);}.video-js.vjs-playing .vjs-text-track-display{bottom:0em;background-color:transparent;}.video-js .vjs-control-bar{background-color:#5b224b;}.video-js .vjs-slider{background-color:#585858;}.video-js .vjs-load-progress{background:rgba(115,133,159,0.5);}.vjs-paused button.vjs-big-play-button{display:block;}.video-js .vjs-big-play-button{color:#ffffff;border:none;background-color:transparent;font-size:72px;padding:0;height:72px;position:absolute;top:calc((100% + 72px)/2);font-family:'eliteHotels-icons' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}@media (max-width:767px){.video-js .vjs-big-play-button{font-size:42px;height:42px;top:calc((100% + 42px)/2);}}.video-js .vjs-big-play-button:hover{color:#af9446;}.video-js .vjs-big-play-button:before{content:"\e901";position:absolute;top:0;left:0;width:100%;height:100%;}.video-js .vjs-big-play-button .vjs-icon-placeholder{display:none;}.mfp-close-btn-in .mfp-close{color:#ffffff;top:-44px;}.mfp-content{padding:50px 150px;}@media (max-width:1499px){.mfp-content{padding:50px 100px;}}@media (max-width:1199px){.mfp-content{padding:30px 30px;}}@media (max-width:991px){.mfp-content{padding:15px 15px;}}@media (max-width:767px){.mfp-content{padding:15px 0px;}}.mfp-fade.mfp-bg{opacity:0;-webkit-transition:all 0.15s ease-out;-o-transition:all 0.15s ease-out;transition:all 0.15s ease-out;}.mfp-fade.mfp-bg.mfp-ready{opacity:0.8;}.mfp-fade.mfp-bg.mfp-removing{opacity:0;}.mfp-fade.mfp-wrap .mfp-content{opacity:0;-webkit-transition:all 0.15s ease-out;-o-transition:all 0.15s ease-out;transition:all 0.15s ease-out;}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1;}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0;}.mfp-ready .mfp-figure{opacity:0;}.mfp-zoom-in{}.mfp-zoom-in .mfp-figure,.mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler{opacity:0;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out;-webkit-transform:scale(0.95);-ms-transform:scale(0.95);transform:scale(0.95);}.mfp-zoom-in.mfp-bg,.mfp-zoom-in .mfp-preloader{opacity:0;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out;}.mfp-zoom-in.mfp-image-loaded .mfp-figure,.mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}.mfp-zoom-in.mfp-ready.mfp-bg,.mfp-zoom-in.mfp-ready .mfp-preloader{opacity:0.8;}.mfp-zoom-in.mfp-removing .mfp-figure,.mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler{-webkit-transform:scale(0.95);-ms-transform:scale(0.95);transform:scale(0.95);opacity:0;}.mfp-zoom-in.mfp-removing.mfp-bg,.mfp-zoom-in.mfp-removing .mfp-preloader{opacity:0;}.mfp-iframe-scaler{overflow:visible;}.mfp-zoom-out-cur{cursor:auto;}.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:pointer;}.mfp-zoom-in .mfp-with-anim{opacity:0;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8);}.mfp-zoom-in.mfp-ready .mfp-with-anim{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}.mfp-zoom-in.mfp-removing .mfp-with-anim{-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8);opacity:0;}.mfp-close{z-index:-1;}.mfp-arrow:before,.mfp-arrow:after{display:none;}.mfp-arrow i{font-size:32px;cursor:pointer;}@font-face{font-family:'eliteHotels-icons';src:url(/themes/custom/elitecareers/fonts/eliteHotels-icons.ttf?5ie5ma=) format("truetype"),url(/themes/custom/elitecareers/fonts/eliteHotels-icons.woff?5ie5ma=) format("woff"),url(/themes/custom/elitecareers/fonts/eliteHotels-icons.svg?5ie5ma=#eliteHotels-icons) format("svg");font-weight:normal;font-style:normal;}[class^="icon-"],[class*=" icon-"]{font-family:'eliteHotels-icons' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.icon-diploma:before{content:"\e904";}.icon-target:before{content:"\e905";}.icon-employees:before{content:"\e90c";}.icon-Expand:before{content:"\e900";}.icon-Play-Button:before{content:"\e901";}.icon-translate:before{content:"\e919";}.icon-golf:before{content:"\e91a";}.icon-calendar:before{content:"\e91b";}.icon-dining:before{content:"\e91c";}.icon-discount:before{content:"\e91d";}.icon-downarrow:before{content:"\e91e";}.icon-email:before{content:"\e922";}.icon-flipchart:before{content:"\e921";}.icon-gallery:before{content:"\e91f";}.icon-giftbox:before{content:"\e908";}.icon-leftarrow:before{content:"\e90a";}.icon-lotus:before{content:"\e90e";}.icon-manor:before{content:"\e90f";}.icon-pdf:before{content:"\e910";}.icon-phone:before{content:"\e911";}.icon-pin:before{content:"\e912";}.icon-rightarrow:before{content:"\e913";}.icon-rooms:before{content:"\e920";}.icon-search:before{content:"\e914";}.icon-target2:before{content:"\e915";}.icon-underline:before{content:"\e916";}.icon-uparrow:before{content:"\e917";}.icon-weddings:before{content:"\e918";}.icon-career:before{content:"\e902";}.icon-curriculum:before{content:"\e903";}.icon-Gallery:before{content:"\e906";}.icon-hotel:before{content:"\e907";}.icon-idea:before{content:"\e909";}.icon-speech-bubble:before{content:"\e90b";}.icon-telephone:before{content:"\e90d";}header{position:-webkit-sticky;position:sticky;width:100%;height:80px;top:0px;left:0px;z-index:10;background-color:#ffffff;padding-top:15px;padding-bottom:15px;}@media (max-width:767px){header{height:70px;padding-top:10px;padding-bottom:10px;}}@media (max-width:991px){header .container{padding-left:0px;padding-right:0px;}}@media (max-width:767px){header .container{padding-left:15px;padding-right:15px;}}header a.menu-btn{position:relative;top:10px;color:#585858;text-transform:uppercase;float:left;padding-top:6px;margin-right:25px;font-size:12px;}@media (max-width:767px){header a.menu-btn{margin-right:15px;}}header a.menu-btn:hover,header a.menu-btn:focus,header a.menu-btn:active{text-decoration:none;}header a.menu-btn .menu-btn-text{position:relative;top:-3px;letter-spacing:1px;}header a.menu-btn .menu-btn-icon{display:inline-block;position:relative;width:30px;height:15px;margin-right:10px;}@media (max-width:767px){header a.menu-btn .menu-btn-icon{margin-right:0px;}}header a.menu-btn .menu-btn-icon span{display:block;position:absolute;height:1px;width:100%;background:#585858;border-radius:0px;opacity:1;left:0;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;}header a.menu-btn .menu-btn-icon span:nth-child(1){top:0px;}header a.menu-btn .menu-btn-icon span:nth-child(2),header a.menu-btn .menu-btn-icon span:nth-child(3){top:7px;}header a.menu-btn .menu-btn-icon span:nth-child(4){top:14px;}header a.menu-btn .menu-btn-icon.open span{height:1px;}header a.menu-btn .menu-btn-icon.open span:nth-child(1){top:0px;width:0%;left:50%;}header a.menu-btn .menu-btn-icon.open span:nth-child(2){-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}header a.menu-btn .menu-btn-icon.open span:nth-child(3){-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}header a.menu-btn .menu-btn-icon.open span:nth-child(4){top:14px;width:0%;left:50%;}header a.search-careers{color:#585858;border-color:#5b224b;border-width:1px;line-height:1em;padding:10px 10px 8px;top:7px;font-size:11px;line-height:1em;font-weight:normal;float:left;overflow:hidden;}@media (max-width:991px){header a.search-careers{float:right;margin-right:0px;}}header a.search-careers:before{content:"";display:block;position:absolute;bottom:0;left:0;right:0;top:100%;height:100%;background-color:transparent;z-index:-1;-webkit-transition-duration:300ms;-o-transition-duration:300ms;transition-duration:300ms;background-color:#5b224b;}header a.search-careers.alternative{color:#ffffff;}header a.search-careers.alternative:before{top:0%;}header a.search-careers.alternative:hover:before{background-color:#34142b;}header a.search{float:left;position:relative;top:9px;text-decoration:none;margin-right:25px;}@media (max-width:767px){header a.search{top:10px;margin-right:15px;}}header .logo-container{display:inline-block;position:absolute;left:50%;z-index:2;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);}@media (max-width:767px){header .logo-container{display:none !important;}}header .logo-container .logo{display:none;}header .logo-container .logo img{max-height:50px;width:auto;}header .icon-links{float:right;padding-top:10px;}header .icon-links a.icon-btn{margin-left:15px;margin-right:15px;text-decoration:none;}header .icon-links a.icon-btn:first-of-type{margin-left:0px;}header .icon-links a.icon-btn:last-of-type{margin-right:0px;}header .icon-links a.icon-btn.translate{margin-left:30px;opacity:0.7;}@media (max-width:991px){header .icon-btn.translate{float:left;position:relative;top:9px;margin-left:20px;text-decoration:none;}}header a i{color:#848484;font-size:26px;}@media (max-width:767px){header a i{font-size:24px;}}header a:hover i{color:#af9446;}#menu-overlay{position:fixed;opacity:0;visibility:hidden;z-index:10;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:black;background-color:rgba(0,0,0,0.4);-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;transition-duration:0.5s;}#menu-overlay.active{opacity:1;visibility:visible;}@media (max-width:991px){#menu-overlay .container{padding-left:0px;padding-right:0px;}}#menu-overlay .menu-box{border-top:1px solid #dedede;background-color:#ffffff;margin-top:80px;padding:30px;}@media (max-width:991px){#menu-overlay .menu-box{padding:15px;margin-left:-15px;margin-right:-15px;}}@media (max-width:767px){#menu-overlay .menu-box{padding-top:15px;margin-top:55px;padding-left:15px;padding-right:15px;margin-left:0px;margin-right:0px;}}#menu-overlay nav{text-align:center;}#menu-overlay nav.main-menu{margin-bottom:30px;}#menu-overlay nav.main-menu li{float:left;width:33.33%;padding-left:5px;padding-right:5px;margin:0px;margin-bottom:30px;text-align:center;}@media (max-width:767px){#menu-overlay nav.main-menu li{float:none;width:100%;margin-bottom:15px;}}#menu-overlay nav.main-menu li:last-of-type{margin-bottom:0px;}#menu-overlay nav.main-menu li a{width:100%;display:block;}@media (max-width:767px){#menu-overlay nav.main-menu li a{font-size:16px;letter-spacing:2px;width:auto;display:inline-block;padding-left:15px;padding-right:15px;}}#menu-overlay nav.main-menu li a:after{content:"";display:block;width:100%;height:180px;margin-top:10px;position:relative;background-image:url("http://placehold.it/270x160");background-repeat:no-repeat;background-size:cover;background-position:center center;}@media (max-width:991px){#menu-overlay nav.main-menu li a:after{height:100px;}}@media (max-width:767px){#menu-overlay nav.main-menu li a:after{display:none;}}#menu-overlay nav.main-menu li a:hover:after,#menu-overlay nav.main-menu li a:focus:after{opacity:0.8;}#menu-overlay nav.main-menu li a.welcome-to-elite:after{background-image:url(/themes/custom/elitecareers/images/menu-items/welcome-to-elite.jpg);}#menu-overlay nav.main-menu li a.get-in-touch:after{background-image:url(/themes/custom/elitecareers/images/menu-items/get-in-touch.jpg);}#menu-overlay nav.main-menu li a.training-and-development:after{background-image:url(/themes/custom/elitecareers/images/menu-items/training-and-development.jpg);}#menu-overlay nav.main-menu li a.our-hotels:after{background-image:url(/themes/custom/elitecareers/images/menu-items/our-hotels.jpg);}#menu-overlay nav.main-menu li a.why-work-for-elite:after{background-image:url(/themes/custom/elitecareers/images/menu-items/why-work-for-elite.jpg);}#menu-overlay nav.main-menu li a.staff-profiles:after{background-image:url(/themes/custom/elitecareers/images/menu-items/staff-profiles.jpg);}#menu-overlay nav.main-menu li a.life-at-elite:after{background-image:url(/themes/custom/elitecareers/images/menu-items/life-at-elite.jpg);}#menu-overlay nav.secondary-navigation{text-align:center;max-width:770px;margin:auto;margin-bottom:20px;}@media (max-width:767px){#menu-overlay nav.secondary-navigation li{margin-left:15px;margin-right:15px;}}#menu-overlay nav.secondary-navigation li:nth-child(-n+4){margin-bottom:60px;}@media (max-width:767px){#menu-overlay nav.secondary-navigation li:nth-child(-n+4){float:none;width:auto !important;margin-bottom:15px;}}#menu-overlay nav.secondary-navigation li:nth-child(-n+4) a{font-size:14px;}#menu-overlay nav.secondary-navigation li:nth-child(4){margin-bottom:60px;}@media (max-width:767px){#menu-overlay nav.secondary-navigation li:nth-child(4){margin-bottom:30px;}}#menu-overlay nav.secondary-navigation li:nth-child(n+5){margin-left:30px;margin-right:30px;margin-bottom:15px;}@media (max-width:767px){#menu-overlay nav.secondary-navigation li:nth-child(n+5){margin-left:10px;margin-right:10px;}}#menu-overlay nav.secondary-navigation li a{font-size:11px;}#menu-overlay nav ul{font-size:0px;margin:0px;padding:0px;text-align:center;}#menu-overlay nav ul li{display:inline-block;}#menu-overlay nav ul li a{font-size:16px;text-transform:uppercase;letter-spacing:2px;color:#585858;}@media (max-width:991px){#menu-overlay nav ul li a{font-size:14px;letter-spacing:1px;}}#menu-overlay nav ul li a:hover,#menu-overlay nav ul li a:focus{text-decoration:none;color:#af9446;}#menu-overlay .menu-box-footer{text-align:center;font-size:14px;}#menu-overlay .menu-box-footer div{float:left;}#menu-overlay .menu-box-footer a{text-decoration:none;color:#585858;}#menu-overlay .menu-box-footer a i{color:#af9446;font-size:26px;top:5px;position:relative;margin-right:5px;}#menu-overlay .menu-box-footer a:hover,#menu-overlay .menu-box-footer a:focus{text-decoration:none;color:#af9446;}#menu-overlay .menu-box-footer .phone-number{width:40%;text-align:right;padding-top:20px;}@media (max-width:767px){#menu-overlay .menu-box-footer .phone-number{width:33.33%;text-align:center;}}#menu-overlay .menu-box-footer .elite-logo{width:20%;text-align:center;}@media (max-width:767px){#menu-overlay .menu-box-footer .elite-logo{width:33.33%;}}#menu-overlay .menu-box-footer .email-address{width:40%;text-align:left;padding-top:20px;}@media (max-width:767px){#menu-overlay .menu-box-footer .email-address{width:33.33%;text-align:center;}}#menu-overlay #translate-element-container{text-align:center;padding-top:30px;padding-bottom:30px;}#translate-overlay{position:fixed;opacity:0;visibility:hidden;z-index:10;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:black;background-color:rgba(0,0,0,0.4);-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;transition-duration:0.5s;}#translate-overlay.active{opacity:1;visibility:visible;}#translate-overlay .container{position:relative;}#translate-overlay #google_translate_element{position:absolute;top:80px;right:0px;padding:15px;background-color:#ffffff;}@media (max-width:991px){#translate-overlay #google_translate_element{left:0px;right:inherit;}}#search-overlay{position:fixed;opacity:0;visibility:hidden;z-index:10;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:black;background-color:rgba(0,0,0,0.4);-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;transition-duration:0.5s;}#search-overlay.active{opacity:1;visibility:visible;}@media (max-width:767px){#search-overlay .container{padding-left:0px;padding-right:0px;}}#search-overlay .search-box{max-width:850px;height:85px;top:80px;position:relative;margin:auto;background-color:#ffffff;border-top:1px solid #dedede;}@media (max-width:767px){#search-overlay .search-box{top:70px;height:70px;}}#search-overlay .search-box input{float:left;width:85%;border:none;font-size:20px;letter-spacing:1px;font-weight:400;outline:none;height:100%;padding-left:60px;padding-right:60px;}@media (max-width:767px){#search-overlay .search-box input{width:75%;padding-left:30px;padding-right:30px;font-size:16px;}}#search-overlay .search-box input::-webkit-input-placeholder{color:#bbbbbb;}#search-overlay .search-box input::-moz-placeholder{color:#bbbbbb;}#search-overlay .search-box input:-moz-placeholder{color:#bbbbbb;}#search-overlay .search-box input:-ms-input-placeholder{color:#bbbbbb;}#search-overlay .search-box button{float:left;width:15%;height:100%;border:2px solid #af9446;border-radius:0px;background-color:#af9446;color:#ffffff;text-align:center;outline:none;-webkit-transition-duration:500ms;-o-transition-duration:500ms;transition-duration:500ms;padding-top:15px;font-size:40px;}@media (max-width:767px){#search-overlay .search-box button{width:25%;font-size:28px;}}#search-overlay .search-box button:hover{background-color:#cab476;border:2px solid #cab476;}#careers-search-overlay{position:fixed;opacity:0;visibility:hidden;z-index:10;left:0;top:80px;width:100%;height:100%;overflow:auto;background-color:black;background-color:rgba(0,0,0,0.4);-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;transition-duration:0.5s;}@media (max-width:767px){#careers-search-overlay{top:70px;}#careers-search-overlay .careers-search-widget{display:block !important;}}#careers-search-overlay.active{opacity:1;visibility:visible;}@media (max-width:767px){#careers-search-overlay .container{padding-left:0px;padding-right:0px;}}#careers-search-overlay .search-box{max-width:850px;height:85px;top:80px;position:relative;margin:auto;background-color:#ffffff;border-top:1px solid #dedede;}@media (max-width:767px){#careers-search-overlay .search-box{top:70px;height:70px;}}#careers-search-overlay .search-box input{float:left;width:85%;border:none;font-size:20px;letter-spacing:1px;font-weight:400;outline:none;height:100%;padding-left:60px;padding-right:60px;}@media (max-width:767px){#careers-search-overlay .search-box input{width:75%;padding-left:30px;padding-right:30px;font-size:16px;}}#careers-search-overlay .search-box input::-webkit-input-placeholder{color:#bbbbbb;}#careers-search-overlay .search-box input::-moz-placeholder{color:#bbbbbb;}#careers-search-overlay .search-box input:-moz-placeholder{color:#bbbbbb;}#careers-search-overlay .search-box input:-ms-input-placeholder{color:#bbbbbb;}#careers-search-overlay .search-box button{float:left;width:15%;height:100%;border:2px solid #af9446;border-radius:0px;background-color:#af9446;color:#ffffff;text-align:center;outline:none;-webkit-transition-duration:500ms;-o-transition-duration:500ms;transition-duration:500ms;padding-top:15px;font-size:40px;}@media (max-width:767px){#careers-search-overlay .search-box button{width:25%;font-size:28px;}}#careers-search-overlay .search-box button:hover{background-color:#cab476;border:2px solid #cab476;}section.hero{position:relative;min-height:700px;background-repeat:no-repeat;background-position:center center;background-size:cover;}@media (max-width:1199px){section.hero{min-height:640px;}}@media (max-width:767px){section.hero{min-height:410px;}}section.hero.landing{min-height:820px;}@media (max-width:1199px){section.hero.landing{min-height:750px;}}@media (max-width:767px){section.hero.landing{min-height:410px;}}section.hero.search-hero{min-height:450px !important;}section.hero.search-hero .hero-content{margin-top:60px;}section.hero:before,section.hero:after{position:fixed;top:60%;color:#585858;font-size:10px;text-transform:uppercase;content:'Elite Hotels';}@media (max-width:767px){section.hero:before,section.hero:after{display:none;}}section.hero:before{left:20px;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);}@media (max-width:1499px){section.hero:before{left:10px;}}section.hero:after{right:20px;-webkit-transform-origin:top right;-ms-transform-origin:top right;transform-origin:top right;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}@media (max-width:1499px){section.hero:after{right:10px;}}section.hero .overlay{position:relative;z-index:1;min-height:inherit;background-color:rgba(0,0,0,0.1);}section.hero .logo{text-align:center;display:block;max-width:215px;margin:auto;}section.hero .logo img{margin:auto;}@media (max-width:767px){section.hero .logo{max-width:135px;margin:auto;}}section.hero .hero-content{color:#ffffff;text-align:center;margin-top:150px;padding-left:30px;padding-right:30px;padding-bottom:100px;}@media (max-width:1199px){section.hero .hero-content{margin-top:80px;}}@media (max-width:767px){section.hero .hero-content{margin-top:30px;padding-left:15px;padding-right:15px;}}@media (max-width:479px){section.hero .hero-content{padding-left:0px;padding-right:0px;margin-top:15px;}}section.hero .hero-content h1,section.hero .hero-content section.content-and-image .text-container .title,section.content-and-image .text-container section.hero .hero-content .title,section.hero .hero-content section.gallery-group .container .title,section.gallery-group .container section.hero .hero-content .title,section.hero .hero-content section.visit-hotels .container-fluid .title,section.visit-hotels .container-fluid section.hero .hero-content .title{font-size:54px;line-height:1.3em;text-transform:inherit;text-shadow:0px 0px 20px rgba(0,0,0,0.6);letter-spacing:2px;font-weight:300;margin-bottom:30px;color:#ffffff;}@media (max-width:1499px){section.hero .hero-content h1,section.hero .hero-content section.content-and-image .text-container .title,section.content-and-image .text-container section.hero .hero-content .title,section.hero .hero-content section.gallery-group .container .title,section.gallery-group .container section.hero .hero-content .title,section.hero .hero-content section.visit-hotels .container-fluid .title,section.visit-hotels .container-fluid section.hero .hero-content .title{font-size:52px;}}@media (max-width:1199px){section.hero .hero-content h1,section.hero .hero-content section.content-and-image .text-container .title,section.content-and-image .text-container section.hero .hero-content .title,section.hero .hero-content section.gallery-group .container .title,section.gallery-group .container section.hero .hero-content .title,section.hero .hero-content section.visit-hotels .container-fluid .title,section.visit-hotels .container-fluid section.hero .hero-content .title{font-size:48px;}}@media (max-width:991px){section.hero .hero-content h1,section.hero .hero-content section.content-and-image .text-container .title,section.content-and-image .text-container section.hero .hero-content .title,section.hero .hero-content section.gallery-group .container .title,section.gallery-group .container section.hero .hero-content .title,section.hero .hero-content section.visit-hotels .container-fluid .title,section.visit-hotels .container-fluid section.hero .hero-content .title{font-size:42px;}}@media (max-width:767px){section.hero .hero-content h1,section.hero .hero-content section.content-and-image .text-container .title,section.content-and-image .text-container section.hero .hero-content .title,section.hero .hero-content section.gallery-group .container .title,section.gallery-group .container section.hero .hero-content .title,section.hero .hero-content section.visit-hotels .container-fluid .title,section.visit-hotels .container-fluid section.hero .hero-content .title{font-size:32px;letter-spacing:1px;margin-bottom:15px;}}@media (max-width:479px){section.hero .hero-content h1,section.hero .hero-content section.content-and-image .text-container .title,section.content-and-image .text-container section.hero .hero-content .title,section.hero .hero-content section.gallery-group .container .title,section.gallery-group .container section.hero .hero-content .title,section.hero .hero-content section.visit-hotels .container-fluid .title,section.visit-hotels .container-fluid section.hero .hero-content .title{font-size:28px;letter-spacing:1px;}}section.hero .hero-content h2,section.hero .hero-content .text-block .inner .title,.text-block .inner section.hero .hero-content .title,section.hero .hero-content section.form .form-container form .form-item.webform-component-grid label,section.form .form-container form .form-item.webform-component-grid section.hero .hero-content label,section.hero .hero-content section.form .form-container form .form-item.js-form-type-webform-likert label,section.form .form-container form .form-item.js-form-type-webform-likert section.hero .hero-content label{font-size:26px;font-style:italic;text-shadow:0px 0px 20px rgba(0,0,0,0.6);font-family:"PalatinoLT-Light",Palatino,"Book Antiqua",serif;letter-spacing:2px;font-weight:300;margin-bottom:50px;color:#ffffff;text-transform:none !important;max-width:725px;margin-left:auto;margin-right:auto;}@media (max-width:1199px){section.hero .hero-content h2,section.hero .hero-content .text-block .inner .title,.text-block .inner section.hero .hero-content .title,section.hero .hero-content section.form .form-container form .form-item.webform-component-grid label,section.form .form-container form .form-item.webform-component-grid section.hero .hero-content label,section.hero .hero-content section.form .form-container form .form-item.js-form-type-webform-likert label,section.form .form-container form .form-item.js-form-type-webform-likert section.hero .hero-content label{font-size:24px;}}@media (max-width:991px){section.hero .hero-content h2,section.hero .hero-content .text-block .inner .title,.text-block .inner section.hero .hero-content .title,section.hero .hero-content section.form .form-container form .form-item.webform-component-grid label,section.form .form-container form .form-item.webform-component-grid section.hero .hero-content label,section.hero .hero-content section.form .form-container form .form-item.js-form-type-webform-likert label,section.form .form-container form .form-item.js-form-type-webform-likert section.hero .hero-content label{font-size:20px;}}@media (max-width:767px){section.hero .hero-content h2,section.hero .hero-content .text-block .inner .title,.text-block .inner section.hero .hero-content .title,section.hero .hero-content section.form .form-container form .form-item.webform-component-grid label,section.form .form-container form .form-item.webform-component-grid section.hero .hero-content label,section.hero .hero-content section.form .form-container form .form-item.js-form-type-webform-likert label,section.form .form-container form .form-item.js-form-type-webform-likert section.hero .hero-content label{font-size:18px;}}@media (max-width:479px){section.hero .hero-content h2,section.hero .hero-content .text-block .inner .title,.text-block .inner section.hero .hero-content .title,section.hero .hero-content section.form .form-container form .form-item.webform-component-grid label,section.form .form-container form .form-item.webform-component-grid section.hero .hero-content label,section.hero .hero-content section.form .form-container form .form-item.js-form-type-webform-likert label,section.form .form-container form .form-item.js-form-type-webform-likert section.hero .hero-content label{font-size:16px;}}section.hero .hero-content .investor-in-people{margin-bottom:60px;}@media (max-width:767px){section.hero .hero-content .investor-in-people{width:130px;margin:auto;}}section.hero .hero-content .investor-in-people img{margin-left:auto;margin-right:auto;}section.hero .hero-content .divider{margin-bottom:40px;}@media (max-width:767px){section.hero .hero-content .divider{margin-bottom:15px;}}section.hero .hero-content a{font-size:12px;}section.hero .arrow-indicator{width:45px;height:45px;margin-left:-22px;position:absolute;bottom:25px;left:50%;cursor:pointer;border:1px solid #ffffff;color:#ffffff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-transition-duration:300ms;-o-transition-duration:300ms;transition-duration:300ms;opacity:0;}@media (max-width:767px){section.hero .arrow-indicator{bottom:15px;}}section.hero .arrow-indicator i{font-size:28px;padding-top:2px;-webkit-transition-duration:300ms;-o-transition-duration:300ms;transition-duration:300ms;}section.hero .arrow-indicator:hover{background-color:#ffffff;}section.hero .arrow-indicator:hover i{color:#585858;}footer{background-color:#FAF8F2;padding-top:120px;padding-bottom:120px;color:#848484;line-height:1.5em;}@media (max-width:1199px){footer{padding-top:100px;padding-bottom:100px;}}@media (max-width:767px){footer{padding-top:60px;padding-bottom:60px;}}@media (max-width:479px){footer{padding-top:30px;padding-bottom:30px;}}footer a{color:#848484;text-decoration:none;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;transition-duration:0.5s;}footer a:hover{color:#000000;text-decoration:underline;}footer .hotel-logo{text-align:center;margin-bottom:75px;}@media (max-width:991px){footer .hotel-logo{margin-bottom:60px;}}@media (max-width:479px){footer .hotel-logo{margin-bottom:30px;}}footer .hotel-logo img{max-width:160px;margin:auto;}@media (max-width:991px){footer .hotel-address{text-align:center;margin-bottom:30px;}}@media (max-width:991px){footer .hotel-contact-details{text-align:center;}}footer .hotel-contact-details span{color:#af9446;}@media (max-width:991px){footer .additional-links{text-align:center;margin-top:30px;}}@media (max-width:991px){footer .back-to-top{display:none;}}footer .back-to-top a{width:45px;height:45px;border:1px solid #585858;color:#585858;-webkit-transition-duration:300ms;-o-transition-duration:300ms;transition-duration:300ms;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-decoration:none;}footer .back-to-top a i{font-size:26px;}footer .back-to-top a:hover{color:#af9446;border-color:#af9446;text-decoration:none;}footer .footer-logos{text-align:center;margin-top:80px;margin-bottom:60px;font-size:0px;}@media (max-width:991px){footer .footer-logos{margin-top:60px;margin-bottom:60px;margin-left:-15px;margin-right:-15px;}}@media (max-width:479px){footer .footer-logos{margin-top:30px;margin-bottom:30px;}}footer .footer-logos a.footer-logo{display:inline-block;margin-left:25px;margin-right:25px;}@media (max-width:991px){footer .footer-logos a.footer-logo{margin-left:15px !important;margin-right:15px !important;margin-bottom:15px;}}footer .footer-logos a.footer-logo:first-of-type{margin-left:0px;}@media (max-width:991px){footer .footer-logos a.footer-logo:first-of-type{margin-left:15px;}}footer .footer-logos a.footer-logo:last-of-type{margin-right:0px;}@media (max-width:991px){footer .footer-logos a.footer-logo:last-of-type{margin-right:15px;}}footer .footer-bottom{text-align:center;font-size:12px;}footer .footer-bottom span{border-right:1px solid #848484;padding-right:15px;padding-left:15px;}footer .footer-bottom span:first-of-type{padding-left:0px;}footer .footer-bottom span:last-of-type{padding-right:0px;border-right:none;}.careers-search-widget{width:100%;max-width:550px;margin:auto;background:#5b224b;background:-webkit-gradient(linear,left top,left bottom,from(#5a214a),to(#34142b));background:-webkit-linear-gradient(top,#5a214a 0%,#34142b 100%);background:-o-linear-gradient(top,#5a214a 0%,#34142b 100%);background:linear-gradient(to bottom,#5a214a 0%,#34142b 100%);border-radius:5px;padding:10px 30px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;}@media (max-width:991px){.careers-search-widget{padding-top:10px;position:relative;padding-left:30px;padding-right:30px;padding-bottom:10px;}}@media (max-width:767px){.careers-search-widget form .element{float:none !important;display:block !important;width:100% !important;margin-bottom:15px !important;text-align:center !important;padding-right:0px !important;}}.careers-search-widget form .title{float:left;position:relative;padding-right:40px;font-size:18px;line-height:1em;top:15px;color:#ffffff;}@media (max-width:991px){.careers-search-widget form .title{float:left;position:relative;top:15px;width:auto;padding-right:40px;text-align:center;}}.careers-search-widget form .categories{float:left;position:relative;margin-right:30px;}@media (max-width:991px){.careers-search-widget form .categories{width:40%;padding-right:15px;margin-right:0px;}}.careers-search-widget form .categories button.btn{background-color:#ffffff;border-radius:5px !important;font-size:14px;line-height:1em;color:#585858;padding:15px;width:200px;outline:none;}@media (max-width:991px){.careers-search-widget form .categories button.btn{width:100%;}}.careers-search-widget form .locations{float:left;position:relative;margin-right:30px;}@media (max-width:991px){.careers-search-widget form .locations{width:40%;padding-right:15px;margin-right:0px;}}.careers-search-widget form .locations button.btn{background-color:#ffffff;border-radius:5px !important;font-size:14px;line-height:1em;color:#585858;padding:15px;width:200px;outline:none;}@media (max-width:991px){.careers-search-widget form .locations button.btn{width:100%;}}.careers-search-widget form .keywords{float:left;position:relative;margin-right:30px;}@media (max-width:991px){.careers-search-widget form .keywords{width:40%;padding-right:15px;margin-right:0px;}}.careers-search-widget form .keywords input{border:0px;border-radius:5px !important;font-size:14px;line-height:1em;color:#585858;padding:15px;width:200px;outline:none;}@media (max-width:991px){.careers-search-widget form .keywords input{width:100%;}}.careers-search-widget form .submit{float:left;position:relative;}@media (max-width:991px){.careers-search-widget form .submit{width:20%;}}.careers-search-widget form .submit button{background-color:#af9446;border:1px solid #af9446;color:#ffffff;border-radius:5px !important;padding:15px;letter-spacing:0px;font-size:14px;line-height:1em;}@media (max-width:991px){.careers-search-widget form .submit button{width:100%;}}.careers-search-widget form .submit button:hover{background-color:#5b224b;border:1px solid #ffffff;}#job-search-widget{text-align:center;display:inline-block;}#job-search-widget a.button{display:inline-block;text-transform:uppercase;text-align:center;font-weight:bold;text-decoration:none;-webkit-tap-highlight-color:transparent;cursor:pointer;position:relative;z-index:1;border-radius:0px !important;-webkit-transition-duration:300ms;-o-transition-duration:300ms;transition-duration:300ms;background-color:#af9446;border:1px solid #af9446;color:#ffffff;border-radius:5px !important;padding:15px;letter-spacing:0px;font-size:14px;line-height:1em;min-width:100px;}section.intro{background:#5b224b;background:-webkit-gradient(linear,left top,left bottom,from(#5a214a),to(#34142b));background:-webkit-linear-gradient(top,#5a214a 0%,#34142b 100%);background:-o-linear-gradient(top,#5a214a 0%,#34142b 100%);background:linear-gradient(to bottom,#5a214a 0%,#34142b 100%);color:#ffffff;padding-top:100px;padding-bottom:100px;line-height:2em;margin-bottom:10px;text-align:center;}@media (max-width:991px){section.intro{padding-top:60px;padding-bottom:60px;}}@media (max-width:767px){section.intro{padding-top:45px;padding-bottom:45px;}}@media (max-width:479px){section.intro{padding-top:30px;padding-bottom:30px;}}section.intro .icon{font-size:80px;color:#af9446;margin-bottom:30px;}section.intro .intro-content{width:100%;margin:auto;font-size:20px;letter-spacing:0.5px;font-family:"AmericanTypewriterITCPro-Med";}@media (max-width:1199px){section.intro .intro-content{font-size:18px;padding-left:30px;padding-right:30px;}}@media (max-width:767px){section.intro .intro-content{font-size:16px;}}@media (max-width:479px){section.intro .intro-content{font-size:16px;padding-left:0px;padding-right:0px;}}section.intro .intro-content h1,section.intro .intro-content section.content-and-image .text-container .title,section.content-and-image .text-container section.intro .intro-content .title,section.intro .intro-content section.gallery-group .container .title,section.gallery-group .container section.intro .intro-content .title,section.intro .intro-content section.visit-hotels .container-fluid .title,section.visit-hotels .container-fluid section.intro .intro-content .title{margin-top:0px;margin-bottom:70px;}@media (max-width:1499px){section.intro .intro-content h1,section.intro .intro-content section.content-and-image .text-container .title,section.content-and-image .text-container section.intro .intro-content .title,section.intro .intro-content section.gallery-group .container .title,section.gallery-group .container section.intro .intro-content .title,section.intro .intro-content section.visit-hotels .container-fluid .title,section.visit-hotels .container-fluid section.intro .intro-content .title{margin-bottom:60px;}}@media (max-width:1199px){section.intro .intro-content h1,section.intro .intro-content section.content-and-image .text-container .title,section.content-and-image .text-container section.intro .intro-content .title,section.intro .intro-content section.gallery-group .container .title,section.gallery-group .container section.intro .intro-content .title,section.intro .intro-content section.visit-hotels .container-fluid .title,section.visit-hotels .container-fluid section.intro .intro-content .title{margin-bottom:40px;}}@media (max-width:767px){section.intro .intro-content h1,section.intro .intro-content section.content-and-image .text-container .title,section.content-and-image .text-container section.intro .intro-content .title,section.intro .intro-content section.gallery-group .container .title,section.gallery-group .container section.intro .intro-content .title,section.intro .intro-content section.visit-hotels .container-fluid .title,section.visit-hotels .container-fluid section.intro .intro-content .title{margin-bottom:30px;}}section.intro .intro-content .divider{margin:auto;margin-top:-15px;margin-bottom:15px;}section.intro .intro-content span{color:#af9446;}section.main-content{margin-bottom:10px;}section.main-content .row{margin-left:-5px;margin-right:-5px;}section.main-content .inner{width:100%;padding-left:15%;padding-right:15%;padding-top:100px;padding-bottom:100px;font-size:19px;letter-spacing:0.5px;line-height:1.8em;color:#585858;}@media (max-width:1499px){section.main-content .inner{padding-top:100px;font-size:18px;}}@media (max-width:1199px){section.main-content .inner{font-size:16px;padding-left:10%;padding-right:10%;padding-top:40px;padding-bottom:40px;}}@media (max-width:991px){section.main-content .inner{padding:60px;}}@media (max-width:767px){section.main-content .inner{padding:30px;}}@media (max-width:479px){section.main-content .inner{padding:15px 0px;}}section.main-content .inner .title h1,section.main-content .inner .title section.content-and-image .text-container .title,section.content-and-image .text-container section.main-content .inner .title .title,section.main-content .inner .title section.gallery-group .container .title,section.gallery-group .container section.main-content .inner .title .title,section.main-content .inner .title section.visit-hotels .container-fluid .title,section.visit-hotels .container-fluid section.main-content .inner .title .title{line-height:1.2em;margin-top:0px;text-align:center;margin-bottom:30px;}@media (max-width:767px){section.main-content .inner .title h1,section.main-content .inner .title section.content-and-image .text-container .title,section.content-and-image .text-container section.main-content .inner .title .title,section.main-content .inner .title section.gallery-group .container .title,section.gallery-group .container section.main-content .inner .title .title,section.main-content .inner .title section.visit-hotels .container-fluid .title,section.visit-hotels .container-fluid section.main-content .inner .title .title{margin-bottom:15px;}}section.main-content .inner ul{list-style:outside;padding-left:20px;}section.main-content .inner .event-date{font-size:21px;font-style:italic;color:#af9446;text-align:center;margin-bottom:15px;}@media (max-width:767px){section.main-content .inner .event-date{font-size:18px;}}section.main-content .inner .event-cost{font-size:21px;color:#af9446;text-align:center;margin-bottom:15px;}@media (max-width:767px){section.main-content .inner .event-cost{font-size:18px;}}section.main-content .inner .divider{margin-top:30px;margin-bottom:40px;}@media (max-width:767px){section.main-content .inner .divider{margin-top:15px;margin-bottom:15px;}}section.main-content .inner .post-date{color:#af9446;font-size:16px;text-transform:uppercase;text-align:center;margin-bottom:30px;}@media (max-width:767px){section.main-content .inner .post-date{margin-bottom:30px;font-size:14px;}}section.main-content .inner p{margin-bottom:50px;}@media (max-width:1499px){section.main-content .inner p{margin-bottom:30px;}}section.main-content .inner a{color:#af9446;text-decoration:underline;}section.main-content .inner a:hover,section.main-content .inner a:focus{color:#000000;}section.main-content .images{}section.main-content .images .image{background-size:cover;background-repeat:no-repeat;background-position:center center;width:100%;height:725px;margin-bottom:10px;}@media (max-width:1499px){section.main-content .images .image{height:675px;}}@media (max-width:1199px){section.main-content .images .image{height:550px;}}@media (max-width:991px){section.main-content .images .image{height:475px;}}@media (max-width:767px){section.main-content .images .image{height:320px;}}@media (max-width:479px){section.main-content .images .image{height:280px;}}section.main-content .images .image:last-of-type{margin-bottom:0px;}section.main-content .video-container{height:100%;background-color:#FAF8F2;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:60px;}@media (max-width:767px){section.main-content .video-container{padding:0px;margin-bottom:30px;}}section.main-content .video-container .video-js{max-width:620px;}.link-box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding-top:100px;padding-bottom:130px;}@media (max-width:1499px){.link-box{padding-bottom:110px;}}@media (max-width:1199px){.link-box{padding-top:60px;padding-bottom:90px;}}@media (max-width:991px){.link-box{margin-bottom:10px;}}@media (max-width:767px){.link-box{padding:60px 30px;padding-bottom:75px;}}.link-box.gift-certificates{background-color:#af9446;color:#ffffff;}.link-box.gift-certificates .inner-box:before,.link-box.gift-certificates .inner-box:after{width:235px;height:320px;top:-35px;}@media (max-width:1499px){.link-box.gift-certificates .inner-box:before,.link-box.gift-certificates .inner-box:after{width:220px;height:300px;}}@media (max-width:1199px){.link-box.gift-certificates .inner-box:before,.link-box.gift-certificates .inner-box:after{width:180px;height:300px;}}.link-box.gift-certificates .inner-box:before{left:-30px;background-image:url(/themes/custom/elitecareers/images/borders/link-box_fancy-border1_left_235px.png);}.link-box.gift-certificates .inner-box:after{right:-30px;background-image:url(/themes/custom/elitecareers/images/borders/link-box_fancy-border1_right_235px.png);}@media (max-width:1199px){.link-box.gift-certificates.wide{padding-top:75px;padding-bottom:75px;}}.link-box.gift-certificates.wide .inner-box{width:660px;}@media (max-width:1499px){.link-box.gift-certificates.wide .inner-box{height:250px;}}@media (max-width:1199px){.link-box.gift-certificates.wide .inner-box{height:230px;}}@media (max-width:991px){.link-box.gift-certificates.wide .inner-box{width:500px;}}@media (max-width:767px){.link-box.gift-certificates.wide .inner-box{width:100%;height:auto;}}.link-box.gift-certificates.wide .inner-box:before,.link-box.gift-certificates.wide .inner-box:after{width:300px;height:297px;top:-35px;}@media (max-width:991px){.link-box.gift-certificates.wide .inner-box:before,.link-box.gift-certificates.wide .inner-box:after{width:235px;}}.link-box.gift-certificates.wide .inner-box:before{left:-30px;background-image:url(/themes/custom/elitecareers/images/borders/link-box_fancy-border1_left_300px.png);background-position:left;}@media (max-width:991px){.link-box.gift-certificates.wide .inner-box:before{background-image:url(/themes/custom/elitecareers/images/borders/link-box_fancy-border1_left_235px.png);}}.link-box.gift-certificates.wide .inner-box:after{right:-30px;background-image:url(/themes/custom/elitecareers/images/borders/link-box_fancy-border1_right_300px.png);background-position:right;}@media (max-width:991px){.link-box.gift-certificates.wide .inner-box:after{background-image:url(/themes/custom/elitecareers/images/borders/link-box_fancy-border1_right_235px.png);}}.link-box.gift-certificates.wide .inner-box .icon{top:-35px;}.link-box.gift-certificates.wide .inner-box .title{width:430px;margin:auto;}@media (max-width:1199px){.link-box.gift-certificates.wide .inner-box .title{font-size:38px;letter-spacing:6px;}}.link-box.gift-certificates.wide .inner-box .link{bottom:-25px;}@media (max-width:1199px){.link-box.gift-certificates.wide .inner-box .link{margin-left:-110px;width:220px;}}@media (max-width:767px){.link-box.gift-certificates.wide .inner-box .link{width:180px;margin-left:-90px;}}.link-box.special-offers{background-color:#6F3C57;color:#ffffff;}.link-box.special-offers .inner-box:before,.link-box.special-offers .inner-box:after{width:230px;height:312px;top:-35px;}@media (max-width:1499px){.link-box.special-offers .inner-box:before,.link-box.special-offers .inner-box:after{width:215px;height:295px;}}@media (max-width:1199px){.link-box.special-offers .inner-box:before,.link-box.special-offers .inner-box:after{width:180px;height:300px;}}.link-box.special-offers .inner-box:before{left:-30px;background-image:url(/themes/custom/elitecareers/images/borders/link-box_fancy-border2_left_230px.png);}.link-box.special-offers .inner-box:after{right:-30px;background-image:url(/themes/custom/elitecareers/images/borders/link-box_fancy-border2_right_230px.png);}.link-box.special-offers .link a:hover,.link-box.special-offers .link a:focus{color:#6F3C57;}.link-box.wellbeing-membership{background-image:url(/themes/custom/elitecareers/images/link-block-bg_water-drops.png);background-repeat:no-repeat;background-size:cover;background-position:center center;background-color:#d1cbba;color:#585858;text-align:center;padding-top:80px;padding-bottom:80px;}@media (max-width:1199px){.link-box.wellbeing-membership{padding-top:30px;padding-bottom:30px;}}.link-box.wellbeing-membership .inner-box{height:auto;width:100%;max-width:600px;padding-top:0px;padding-bottom:0px;display:block;}@media (max-width:767px){.link-box.wellbeing-membership .inner-box{padding-left:0px;padding-right:0px;}}@media (max-width:767px){.link-box.wellbeing-membership .inner-box:before,.link-box.wellbeing-membership .inner-box:after{display:none;}}.link-box.wellbeing-membership .icon{position:relative;left:0%;top:inherit;margin:auto;margin-bottom:30px;}.link-box.wellbeing-membership .title{padding-top:0px;margin-bottom:40px;}@media (max-width:1199px){.link-box.wellbeing-membership .title{margin-bottom:15px;}}.link-box.wellbeing-membership .divider{margin-bottom:40px;}@media (max-width:1199px){.link-box.wellbeing-membership .divider{margin-bottom:15px;}}.link-box.wellbeing-membership .description{font-size:19px;margin-bottom:40px;}@media (max-width:1499px){.link-box.wellbeing-membership .description{font-size:18px;}}@media (max-width:1199px){.link-box.wellbeing-membership .description{font-size:17px;}}@media (max-width:991px){.link-box.wellbeing-membership .description{font-size:16px;}}.link-box.wellbeing-membership .link{position:relative;left:0%;bottom:inherit;margin:auto;}.link-box .inner-box{width:500px;height:250px;padding:60px 30px;margin:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative;}@media (max-width:1499px){.link-box .inner-box{width:450px;height:230px;}}@media (max-width:1199px){.link-box .inner-box{width:375px;height:200px;}}@media (max-width:767px){.link-box .inner-box{height:auto;width:100%;}}.link-box .inner-box:before,.link-box .inner-box:after{content:"";display:block;position:absolute;width:235px;height:320px;top:-35px;background-repeat:no-repeat;background-size:contain;}@media (max-width:767px){.link-box .inner-box:before,.link-box .inner-box:after{top:0px !important;width:100px !important;height:100% !important;border:1px solid #ffffff;background-image:none !important;opacity:0.75;}}@media (max-width:479px){.link-box .inner-box:before,.link-box .inner-box:after{width:25px !important;}}@media (max-width:767px){.link-box .inner-box:before{border-right:0px;left:-10px !important;}}@media (max-width:767px){.link-box .inner-box:after{border-left:0px;right:-10px !important;}}.link-box .icon{position:absolute;top:-25px;left:50%;margin-left:-26px;}.link-box .icon i{font-size:55px;}.link-box .title{font-size:42px;letter-spacing:8px;text-transform:uppercase;text-align:center;line-height:1.2em;}@media (max-width:1499px){.link-box .title{font-size:38px;letter-spacing:6px;}}@media (max-width:1199px){.link-box .title{font-size:34px;letter-spacing:4px;}}@media (max-width:767px){.link-box .title{font-size:26px !important;letter-spacing:4px !important;}}@media (max-width:479px){.link-box .title{font-size:24px !important;letter-spacing:3px !important;}}.link-box .link{text-align:center;position:absolute;bottom:-40px;left:50%;margin-left:-110px;width:220px;z-index:1;}@media (max-width:1499px){.link-box .link{width:200px;margin-left:-100px;}}@media (max-width:1199px){.link-box .link{width:180px;margin-left:-90px;}}@media (max-width:767px){.link-box .link{bottom:-30px;}}.link-box .link a{width:100%;}section.fancy-text-box{padding-top:150px;padding-bottom:150px;}@media (max-width:991px){section.fancy-text-box.with-icon{padding-top:100px;}}@media (max-width:767px){section.fancy-text-box.with-icon{padding-top:60px;}}@media (max-width:479px){section.fancy-text-box.with-icon{padding-top:30px;padding-bottom:30px;}}@media (max-width:1499px){section.fancy-text-box{padding-top:100px;padding-bottom:100px;}}@media (max-width:991px){section.fancy-text-box{padding-top:60px;padding-bottom:60px;}}@media (max-width:767px){section.fancy-text-box{padding-top:40px;padding-bottom:40px;}}@media (max-width:479px){section.fancy-text-box .container{padding-left:0px;padding-right:0px;}}section.fancy-text-box .inner{position:relative;max-width:667px;width:100%;margin:auto;border-style:solid;border-width:50px 2px 69px;-webkit-border-image:url(/themes/custom/elitecareers/images/borders/fancy-border_icon_eliteGold.png) 50 2 69 stretch repeat;-o-border-image:url(/themes/custom/elitecareers/images/borders/fancy-border_icon_eliteGold.png) 50 2 69 stretch repeat;border-image:url(/themes/custom/elitecareers/images/borders/fancy-border_icon_eliteGold.png) 50 2 69 stretch repeat;padding:45px 75px 30px;}@media (max-width:767px){section.fancy-text-box .inner{padding:25px;padding-bottom:0px;border-width:40px 2px 59px;}}@media (max-width:479px){section.fancy-text-box .inner{padding:0px 20px;border:none;}}section.fancy-text-box .inner .icon{position:absolute;top:-80px;left:50%;margin-left:-40px;}@media (max-width:767px){section.fancy-text-box .inner .icon{top:-75px;margin-left:-40px;}}@media (max-width:479px){section.fancy-text-box .inner .icon{position:relative;margin-bottom:15px;margin-left:0px;top:0px;left:0%;text-align:center;}}section.fancy-text-box .inner .icon i{font-size:80px;color:#af9446;}@media (max-width:767px){section.fancy-text-box .inner .icon i{font-size:75px;}}@media (max-width:479px){section.fancy-text-box .inner .icon i{font-size:60px;}}section.fancy-text-box .inner .text{font-size:19px;line-height:1.8em;margin-bottom:40px;text-align:center;}@media (max-width:1199px){section.fancy-text-box .inner .text{font-size:17px;}}@media (max-width:767px){section.fancy-text-box .inner .text{font-size:16px;margin-bottom:20px;}}section.fancy-text-box .inner .text p:first-of-type{margin-top:0px;}section.fancy-text-box .inner .text a{color:#af9446;text-decoration:underline;}section.fancy-text-box .inner .text a:hover,section.fancy-text-box .inner .text a:focus{color:#000000;}section.fancy-text-box .inner .divider{margin-bottom:0px;}@media (max-width:767px){section.fancy-text-box .inner .divider{margin-top:0px;}}section.full-width-image{height:560px;background-repeat:no-repeat;background-size:cover;background-position:center center;}@media (max-width:1199px){section.full-width-image{height:550px;}}@media (max-width:991px){section.full-width-image{height:475px;}}@media (max-width:767px){section.full-width-image{height:320px;}}@media (max-width:479px){section.full-width-image{height:280px;}}section.content-and-image.restaurant .opening-times{font-style:italic;margin-bottom:60px;}section.content-and-image.wide-image .text{text-align:center;}section.content-and-image.wide-image .image{height:520px;min-height:520px;}@media (max-width:1199px){section.content-and-image.wide-image .image{height:500px;min-height:500px;}}@media (max-width:991px){section.content-and-image.wide-image .image{height:425px;min-height:425px;}}@media (max-width:767px){section.content-and-image.wide-image .image{height:320px;min-height:320px;}}@media (max-width:479px){section.content-and-image.wide-image .image{height:280px;min-height:280px;}}section.content-and-image .text-container{padding-top:100px;padding-bottom:100px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:19px;}@media (max-width:1499px){section.content-and-image .text-container{padding-top:60px;padding-bottom:60px;padding-left:10%;padding-right:10%;font-size:18px;}}@media (max-width:1199px){section.content-and-image .text-container{padding-top:40px;padding-bottom:40px;font-size:17px;}}@media (max-width:991px){section.content-and-image .text-container{padding-top:60px;padding-bottom:60px;}}@media (max-width:767px){section.content-and-image .text-container{padding-top:30px;padding-bottom:45px;padding-left:30px;padding-right:30px;font-size:16px;}}@media (max-width:479px){section.content-and-image .text-container{padding-top:30px;padding-bottom:30px;padding-left:15px;padding-right:15px;}}section.content-and-image .text-container .inner{width:100%;max-width:520px;margin:auto;}section.content-and-image .text-container .title{text-align:center;margin-bottom:30px;font-size:40px;letter-spacing:4px;}@media (max-width:1199px){section.content-and-image .text-container .title{font-size:36px;}}@media (max-width:767px){section.content-and-image .text-container .title{font-size:32px;margin-bottom:15px;}}@media (max-width:479px){section.content-and-image .text-container .title{font-size:26px;letter-spacing:3px;}}section.content-and-image .text-container .event-date{font-size:21px;font-style:italic;color:#af9446;text-align:center;margin-bottom:15px;}section.content-and-image .text-container .event-cost{font-size:21px;color:#af9446;text-align:center;margin-bottom:15px;}section.content-and-image .text-container .divider{margin-top:30px;}@media (max-width:767px){section.content-and-image .text-container .divider{margin-top:15px;}}section.content-and-image .text-container .text{line-height:1.8em;margin-bottom:40px;}@media (max-width:767px){section.content-and-image .text-container .text{margin-bottom:0px;}}section.content-and-image .text-container .text a{color:#af9446;text-decoration:underline;}section.content-and-image .text-container .text a:hover,section.content-and-image .text-container .text a:focus{color:#000000;}section.content-and-image .text-container .text ul{list-style:outside;padding-left:20px;}section.content-and-image .text-container .link{margin-top:40px;text-align:center;}section.content-and-image .text-container .link .button{padding:30px 80px;text-align:center;}section.content-and-image .text-container .link a.subtle-link{font-size:13px;color:#af9446;}section.content-and-image .text-container .link a.subtle-link:after{background-color:#af9446;}section.content-and-image .text-container .icon{color:#af9446;font-size:84px;text-align:center;margin-bottom:45px;}section.content-and-image .text-container .quote{color:#5b224b;font-size:24px;font-weight:bold;}section.content-and-image .divider{margin-bottom:30px;}@media (max-width:991px){section.content-and-image .divider{margin-bottom:0px;}}section.content-and-image .image{height:100%;min-height:750px;background-repeat:no-repeat;background-position:center center;background-size:cover;}@media (max-width:991px){section.content-and-image .image{height:475px;min-height:475px;}}@media (max-width:767px){section.content-and-image .image{height:320px;min-height:320px;}}@media (max-width:479px){section.content-and-image .image{height:250px;min-height:250px;}}section.content-and-image .images .image{height:auto;margin-bottom:10px;}@media (max-width:1199px){section.content-and-image .images .image{height:600px;min-height:600px;}}@media (max-width:991px){section.content-and-image .images .image{height:475px;min-height:475px;}}@media (max-width:767px){section.content-and-image .images .image{height:320px;min-height:320px;}}@media (max-width:479px){section.content-and-image .images .image{height:250px;min-height:250px;}}.social-box{background-color:#6F3C57;color:#ffffff;padding:90px 60px;}@media (max-width:1499px){.social-box{padding:60px 30px;}}@media (max-width:991px){.social-box{margin-bottom:15px;}}@media (max-width:479px){.social-box{padding:30px;}}.social-box .twitter-feed{border-style:solid;border-width:42px 11px 49px;-webkit-border-image:url(/themes/custom/elitecareers/images/borders/tweet-border.png) 42 11 49 stretch repeat;-o-border-image:url(/themes/custom/elitecareers/images/borders/tweet-border.png) 42 11 49 stretch repeat;border-image:url(/themes/custom/elitecareers/images/borders/tweet-border.png) 42 11 49 stretch repeat;width:100%;max-width:590px;height:310px;margin:auto;position:relative;margin-bottom:70px;}@media (max-width:1499px){.social-box .twitter-feed{height:290px;}}@media (max-width:1199px){.social-box .twitter-feed{height:275px;}}@media (max-width:991px){.social-box .twitter-feed{height:230px;}}@media (max-width:479px){.social-box .twitter-feed{height:auto;border:none;margin-bottom:30px;}}.social-box .twitter-feed .title{text-align:center;font-size:30px;letter-spacing:2px;width:100%;text-align:center;position:absolute;top:-63px;}@media (max-width:1499px){.social-box .twitter-feed .title{font-size:26px;}}@media (max-width:1199px){.social-box .twitter-feed .title{font-size:20px;}}@media (max-width:479px){.social-box .twitter-feed .title{top:0px;position:relative;letter-spacing:1.5px;margin-bottom:15px;}}.social-box .twitter-feed .title i{font-size:38px;margin-right:15px;}@media (max-width:1199px){.social-box .twitter-feed .title i{margin-right:5px;}}.social-box .twitter-feed .tweets{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.social-box .twitter-feed .tweet{padding:30px 60px 30px;text-align:center;font-size:19px;}@media (max-width:1499px){.social-box .twitter-feed .tweet{font-size:18px;padding:25px 40px 25px;}}@media (max-width:1199px){.social-box .twitter-feed .tweet{font-size:17px;padding:0px 25px 0px;}}@media (max-width:991px){.social-box .twitter-feed .tweet{padding:0px 25px 0px;}}@media (max-width:767px){.social-box .twitter-feed .tweet{font-size:16px;}}@media (max-width:479px){.social-box .twitter-feed .tweet{margin-bottom:15px;padding:0px;}}.social-box .twitter-feed .tweet p{margin-top:0px;}.social-box .twitter-feed .tweet a{color:#af9446;}.social-box .twitter-feed .link{text-align:center;position:absolute;bottom:-75px;width:100%;}@media (max-width:479px){.social-box .twitter-feed .link{position:relative;bottom:inherit;}}.social-box .twitter-feed .link a{display:block;margin:auto;width:315px;}@media (max-width:1499px){.social-box .twitter-feed .link a{width:270px;}}@media (max-width:1199px){.social-box .twitter-feed .link a{width:220px;font-size:10px;letter-spacing:1.5px;}}.social-box .social-links{width:100%;text-align:center;margin-bottom:30px;}.social-box .social-links a{display:inline-block;font-size:32px;color:#ffffff;margin-left:20px;margin-right:20px;position:relative;-webkit-transition:300ms ease-in-out;-o-transition:300ms ease-in-out;transition:300ms ease-in-out;top:0px;}@media (max-width:479px){.social-box .social-links a{margin-left:10px;margin-right:10px;}}.social-box .social-links a:hover,.social-box .social-links a:focus{top:-5px;}.social-box .blog-link{text-align:center;}.social-box .blog-link a{font-size:13px;}section.hotel-location{background-color:#5b224b;color:#ffffff;}section.hotel-location .text-information{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:inherit;}@media (max-width:1199px){section.hotel-location .text-information{-webkit-box-pack:left !important;-webkit-justify-content:left !important;-ms-flex-pack:left !important;justify-content:left !important;}}@media (max-width:767px){section.hotel-location .text-information{text-align:center;width:100%;}}section.hotel-location .text-information .inner{margin:auto;padding:30px;}@media (max-width:767px){section.hotel-location .text-information .inner{text-align:center;width:100%;}}section.hotel-location .text-information .title{color:#af9446;}section.hotel-location .text-information .divider{margin-left:0px;margin-right:0px;margin-bottom:15px;}@media (max-width:991px){section.hotel-location .text-information .divider{margin-bottom:40px;}}@media (max-width:767px){section.hotel-location .text-information .divider{margin-left:auto;margin-right:auto;}}section.hotel-location .text-information .address{font-size:18px;line-height:1.75em;}@media (max-width:991px){section.hotel-location .text-information .address{font-size:17px;}}section.hotel-location .text-information .address span{color:#af9446;}section.hotel-location .text-information .address a{color:#ffffff;border-bottom:1px solid #ffffff;padding-bottom:2px;}section.hotel-location .text-information .address a:hover{color:#af9446;border-color:#af9446;text-decoration:none;}section.hotel-location .map-container{position:relative;min-height:800px;}@media (max-width:1199px){section.hotel-location .map-container{min-height:600px;}}@media (max-width:767px){section.hotel-location .map-container{min-height:320px;}}section.hotel-location .map-container .map-canvas{width:100%;min-height:inherit;background-size:cover;background-repeat:no-repeat;position:relative;}section.hotel-location .map-container .map-canvas a{display:block;width:75%;height:75%;position:absolute;left:12.5%;top:12.5%;}section.content-simple{padding-top:150px;padding-bottom:150px;text-align:center;font-size:19px;}@media (max-width:1499px){section.content-simple{font-size:18px;padding-top:120px;padding-bottom:120px;}}@media (max-width:1199px){section.content-simple{font-size:17px;padding-top:100px;padding-bottom:100px;}}@media (max-width:991px){section.content-simple{font-size:16px;padding-top:60px;padding-bottom:60px;}}section.content-simple.careersPurple-bg{color:#ffffff;}section.content-simple .column .text-content{padding-left:30px;padding-right:30px;}@media (max-width:991px){section.content-simple .column .text-content{padding-left:0px;padding-right:0px;text-align:center;}}section.content-simple p{margin-bottom:20px;line-height:1.8em;}section.content-simple .text-content{margin-bottom:30px;}@media (max-width:1199px){section.content-simple .text-content{margin-bottom:30px;}}section.content-simple .text-content h2,section.content-simple .text-content .text-block .inner .title,.text-block .inner section.content-simple .text-content .title,section.content-simple .text-content section.form .form-container form .form-item.webform-component-grid label,section.form .form-container form .form-item.webform-component-grid section.content-simple .text-content label,section.content-simple .text-content section.form .form-container form .form-item.js-form-type-webform-likert label,section.form .form-container form .form-item.js-form-type-webform-likert section.content-simple .text-content label{margin-top:0px;margin-bottom:60px;}@media (max-width:1199px){section.content-simple .text-content h2,section.content-simple .text-content .text-block .inner .title,.text-block .inner section.content-simple .text-content .title,section.content-simple .text-content section.form .form-container form .form-item.webform-component-grid label,section.form .form-container form .form-item.webform-component-grid section.content-simple .text-content label,section.content-simple .text-content section.form .form-container form .form-item.js-form-type-webform-likert label,section.form .form-container form .form-item.js-form-type-webform-likert section.content-simple .text-content label{margin-bottom:30px;}}section.content-simple .text-content .divider{margin-left:auto;margin-right:auto;margin-top:15px;margin-bottom:15px;}section.content-simple .divider{margin-top:30px;margin-bottom:0px;}section.content-simple.row-1-col-1 ul{text-align:left;}section.content-simple.row-2-col-1 .divider{margin-bottom:0px;}section.content-simple.rows-1.row-1-col-2 .divider{margin-bottom:0px;}.file-downloads,.button-links{padding-top:100px;padding-bottom:100px;}@media (max-width:1199px){.file-downloads,.button-links{padding-top:80px;padding-bottom:80px;}}@media (max-width:767px){.file-downloads,.button-links{padding-top:60px;padding-bottom:60px;}}.file-downloads.short,.button-links.short{padding-top:30px !important;padding-bottom:15px !important;}.file-downloads .intro-text,.button-links .intro-text{font-size:19px;line-height:1.8em;text-align:center;margin-bottom:50px;}@media (max-width:1499px){.file-downloads .intro-text,.button-links .intro-text{font-size:18px;}}@media (max-width:1199px){.file-downloads .intro-text,.button-links .intro-text{font-size:17px;margin-bottom:30px;}}@media (max-width:991px){.file-downloads .intro-text,.button-links .intro-text{font-size:16px;}}.file-downloads .files,.file-downloads .links,.button-links .files,.button-links .links{text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}@media (max-width:767px){.file-downloads .files,.file-downloads .links,.button-links .files,.button-links .links{display:block;}}.file-downloads .files .file,.file-downloads .files .link,.file-downloads .links .file,.file-downloads .links .link,.button-links .files .file,.button-links .files .link,.button-links .links .file,.button-links .links .link{display:inline-block;padding-left:25px;padding-right:25px;width:33.3%;margin-bottom:30px;}@media (max-width:991px){.file-downloads .files .file,.file-downloads .files .link,.file-downloads .links .file,.file-downloads .links .link,.button-links .files .file,.button-links .files .link,.button-links .links .file,.button-links .links .link{width:50%;}}@media (max-width:767px){.file-downloads .files .file,.file-downloads .files .link,.file-downloads .links .file,.file-downloads .links .link,.button-links .files .file,.button-links .files .link,.button-links .links .file,.button-links .links .link{width:100%;display:block;padding-left:0px;padding-right:0px;}}@media (max-width:767px){.file-downloads .files .file:last-of-type,.file-downloads .files .link:last-of-type,.file-downloads .links .file:last-of-type,.file-downloads .links .link:last-of-type,.button-links .files .file:last-of-type,.button-links .files .link:last-of-type,.button-links .links .file:last-of-type,.button-links .links .link:last-of-type{margin-bottom:0px;}}.file-downloads .files .file a,.file-downloads .files .link a,.file-downloads .links .file a,.file-downloads .links .link a,.button-links .files .file a,.button-links .files .link a,.button-links .links .file a,.button-links .links .link a{width:100%;letter-spacing:1px;}.file-downloads .files .file a i,.file-downloads .files .link a i,.file-downloads .links .file a i,.file-downloads .links .link a i,.button-links .files .file a i,.button-links .files .link a i,.button-links .links .file a i,.button-links .links .link a i{color:#af9446;font-size:36px;}section.sub-navigation{padding-top:10px;padding-bottom:10px;text-align:center;width:100%;background-color:#ffffff;z-index:2;-webkit-transition-duration:300ms;-o-transition-duration:300ms;transition-duration:300ms;height:80px;}@media (max-width:767px){section.sub-navigation{height:auto;padding-top:0px;padding-bottom:0px;}}section.sub-navigation .affix-container{position:relative;padding-top:20px;padding-bottom:20px;background-color:#ffffff;width:100%;z-index:2;}@media (max-width:767px){section.sub-navigation .affix-container{position:relative !important;top:0px !important;padding-bottom:0px;}}section.sub-navigation .affix-container:before,section.sub-navigation .affix-container:after{content:'';width:100%;left:0%;height:1px;background-color:#bbbbbb;position:absolute;opacity:0;-webkit-transition-duration:500ms;-o-transition-duration:500ms;transition-duration:500ms;}@media (max-width:767px){section.sub-navigation .affix-container:before,section.sub-navigation .affix-container:after{display:none;}}section.sub-navigation .affix-container:before{top:0px;}section.sub-navigation .affix-container:after{bottom:0px;}section.sub-navigation .affix-container.affix{position:fixed;top:80px;left:0px;}section.sub-navigation .affix-container.affix:before,section.sub-navigation .affix-container.affix:after{opacity:1;}section.sub-navigation .affix-container .container{padding-left:0px;padding-right:0px;}@media (max-width:991px){section.sub-navigation nav{padding-left:30px;padding-right:30px;}}section.sub-navigation nav ul{list-style:none;padding:0px;margin:0px;font-size:0px;line-height:0px;text-align:center;}section.sub-navigation nav ul li{outline:none;display:inline-block;margin-left:25px;margin-right:25px;}@media (max-width:1199px){section.sub-navigation nav ul li{margin-left:15px;margin-right:15px;}}@media (max-width:767px){section.sub-navigation nav ul li{margin-left:25px;margin-right:25px;margin-bottom:15px;}}section.sub-navigation nav ul li a{display:block;color:#585858;text-transform:uppercase;font-size:11px;letter-spacing:1px;padding-top:10px;padding-bottom:10px;text-decoration:none;-webkit-transition-duration:300ms;-o-transition-duration:300ms;transition-duration:300ms;}section.sub-navigation nav ul li a:hover,section.sub-navigation nav ul li a:focus{color:#af9446;}section.sub-navigation .slick-disabled{visibility:hidden;opacity:0;}section.sub-navigation .slick-arrow{padding:0px;opacity:1;position:absolute;top:50%;margin-top:-7px;z-index:1;font-family:'eliteHotels-icons' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:none;background:none;font-size:0px;outline:none;-webkit-transition-duration:300ms;-o-transition-duration:300ms;transition-duration:300ms;}section.sub-navigation .slick-arrow:hover{color:#af9446;}section.sub-navigation .slick-arrow:before{font-size:16px;}section.sub-navigation .slick-prev{left:-30px;}section.sub-navigation .slick-prev:before{content:"\e909";}section.sub-navigation .slick-next{right:-30px;}section.sub-navigation .slick-next:before{content:"\e90f";}section.gallery-group .container{padding:100px 0 0;}section.gallery-group .container .title{text-align:center;}section.gallery-group video{width:100%;height:100%;}section.gallery-group .panel-body div.fade.tab-pane{height:0;position:relative;z-index:-99;}section.gallery-group .panel-body div.fade.tab-pane.active{height:auto;z-index:9;}section.gallery-group .panel-heading ul.nav{text-align:center;margin-left:0px;padding-left:0px;}section.gallery-group .panel-heading ul.nav li{display:inline-block;margin:0 15px;font-size:11px;text-transform:uppercase;letter-spacing:1.5px;}section.gallery-group .panel-heading ul.nav li a{text-decoration:none;color:#585858;-webkit-transition:.4s all ease;-o-transition:.4s all ease;transition:.4s all ease;}section.gallery-group .panel-heading ul.nav li a:hover,section.gallery-group .panel-heading ul.nav li a:focus{color:#af9446;}section.gallery-group .panel-heading ul.nav li.active a{color:#af9446;}section.video{padding-top:100px;padding-bottom:100px;font-size:19px;}@media (max-width:1499px){section.video{padding:60px;font-size:18px;}}@media (max-width:1199px){section.video{font-size:17px;}}@media (max-width:767px){section.video{padding:30px 0px;font-size:16px;}}section.video .title{text-align:center;margin-top:0px;margin-bottom:60px;letter-spacing:4px;}@media (max-width:767px){section.video .title{margin-bottom:15px;}}@media (max-width:479px){section.video .title{letter-spacing:3px;}}section.video .title h4,section.video .title section.hotel-location .text-information .title,section.hotel-location .text-information section.video .title .title{margin-top:0px;}section.video .divider{margin-top:30px;margin-bottom:60px;}@media (max-width:767px){section.video .divider{margin-top:15px;margin-bottom:30px;}}section.video .text{padding-top:60px;max-width:580px;margin:auto;line-height:1.8em;margin-bottom:40px;}@media (max-width:767px){section.video .text{margin-bottom:0px;}}section.video .video-container{max-width:970px;margin:auto;-webkit-animation-fill-mode:none;animation-fill-mode:none;}section.visit-hotels .container-fluid{padding:100px 0;}section.visit-hotels .container-fluid .title{text-align:center;margin-top:50px;}.image-links--container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}@media (max-width:991px){.image-links--container{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}}.image-links--container .image-links--link{width:360px;height:360px;margin-bottom:20px;margin:0 10px 20px 0;position:relative;text-decoration:none;}@media (max-width:991px){.image-links--container .image-links--link{width:260px;height:260px;margin:10px 10px 40px 0;}}.image-links--container .image-links--link:before{content:' ';position:absolute;left:0;top:0;width:100%;height:100%;background-color:transparent;-webkit-transition:.4s all ease-in-out;-o-transition:.4s all ease-in-out;transition:.4s all ease-in-out;}.image-links--container .image-links--link:hover:before,.image-links--container .image-links--link:focus:before{background-color:rgba(255,255,255,0.5);cursor:pointer;}.image-links--container .image-links--link:hover .image-links--label,.image-links--container .image-links--link:focus .image-links--label{color:#af9446;cursor:pointer;text-decoration:none;}.image-links--container .image-links--link .image-links--image{width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-position:center;}.image-links--container .image-links--link .image-links--label{padding:10px;text-align:center;font-size:16px;text-transform:uppercase;color:#585858;-webkit-transition:.4s all ease-in-out;-o-transition:.4s all ease-in-out;transition:.4s all ease-in-out;}section.gallery .images .image{padding-left:5px;padding-right:5px;}@media (max-width:767px){section.gallery .images .image img{height:450px;}}@media (max-width:479px){section.gallery .images .image img{height:280px;}}section.gallery .slick-slide{opacity:0.3;outline:none;-webkit-transition-duration:500ms;-o-transition-duration:500ms;transition-duration:500ms;}section.gallery .slick-center{opacity:1;}section.gallery .slick-disabled{visibility:hidden;opacity:0;}section.gallery .slick-arrow{opacity:1;position:absolute;top:50%;margin-top:-25px;z-index:1;border:1px solid #000000;width:50px;height:50px;font-size:0px;line-height:0px;outline:none;background-color:transparent;font-family:'eliteHotels-icons' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:0px;outline:none;-webkit-transition-duration:300ms;-o-transition-duration:300ms;transition-duration:300ms;}@media (max-width:991px){section.gallery .slick-arrow{color:#ffffff;background-color:#000000;}}@media (max-width:767px){section.gallery .slick-arrow{width:30px;height:30px;margin-top:-15px;padding:0px;}}section.gallery .slick-arrow:hover{color:#ffffff;background-color:#000000;}section.gallery .slick-arrow:before{font-size:32px;}@media (max-width:767px){section.gallery .slick-arrow:before{font-size:22px;}}section.gallery .slick-prev{left:40px;}@media (max-width:1199px){section.gallery .slick-prev{left:15px;}}@media (max-width:767px){section.gallery .slick-prev{left:10px;}}section.gallery .slick-prev:before{content:"\e90a";}section.gallery .slick-next{right:40px;}@media (max-width:1199px){section.gallery .slick-next{right:15px;}}@media (max-width:767px){section.gallery .slick-next{right:10px;}}section.gallery .slick-next:before{content:"\e913";}.form-widget form{max-width:630px;margin:auto;}.form-widget form .form-item{position:relative;margin-bottom:25px;}@media (max-width:767px){.form-widget form .form-item{margin-bottom:20px;}}@media (max-width:479px){.form-widget form .form-item{margin-bottom:15px;}}.form-widget form .form-item label{display:block;margin-bottom:5px;font-size:17px;color:#585858;}@media (max-width:479px){.form-widget form .form-item label{margin-bottom:0px;font-size:16px;}}.form-widget form .form-item input[type='text'],.form-widget form .form-item input[type='email'],.form-widget form .form-item textarea{width:100%;display:block;background-color:transparent;border:1px solid #bbbbbb;padding:15px 30px;color:#585858;font-size:20px;line-height:1em;letter-spacing:1px;outline:none;border-radius:0px !important;-webkit-transition-duration:500ms;-o-transition-duration:500ms;transition-duration:500ms;}@media (max-width:767px){.form-widget form .form-item input[type='text'],.form-widget form .form-item input[type='email'],.form-widget form .form-item textarea{padding:15px;font-size:18px;}}@media (max-width:479px){.form-widget form .form-item input[type='text'],.form-widget form .form-item input[type='email'],.form-widget form .form-item textarea{font-size:16px;padding:10px;}}.form-widget form .form-item input[type='text']:focus,.form-widget form .form-item input[type='email']:focus,.form-widget form .form-item textarea:focus{border-color:#000000;}.form-widget form .form-item .bootstrap-select{font-size:20px;}.form-widget form .form-item .bootstrap-select .btn{padding-left:30px;padding-top:15px;padding-bottom:15px;}@media (max-width:767px){.form-widget form .form-item .bootstrap-select .btn{padding:15px;font-size:18px;}}@media (max-width:479px){.form-widget form .form-item .bootstrap-select .btn{font-size:16px;padding:10px;}}.form-widget form .form-item .date-icon{position:absolute;right:15px;bottom:-10px;font-size:42px;color:#af9446;}@media (max-width:767px){.form-widget form .form-item .date-icon{font-size:36px;}}@media (max-width:479px){.form-widget form .form-item .date-icon{font-size:32px;}}.form-widget form .radio-choices,.form-widget form .form-radios{text-align:center;}.form-widget form .choice,.form-widget form .form-type-radio{display:inline-block;text-align:center;color:#585858;font-size:18px;margin-bottom:0px;margin-top:0px;padding-left:25px;padding-right:25px;}@media (max-width:767px){.form-widget form .choice,.form-widget form .form-type-radio{display:block;padding-left:0px;padding-right:0px;font-size:16px;margin-bottom:15px;text-align:left;}}.form-widget form .choice input,.form-widget form .form-type-radio input{display:none;}.form-widget form .choice label,.form-widget form .form-type-radio label{position:relative;cursor:pointer;}.form-widget form .choice label:before,.form-widget form .form-type-radio label:before{content:'';display:inline-block;width:38px;height:38px;border:1px solid #585858;left:0px;top:12px;position:relative;margin-right:30px;}@media (max-width:767px){.form-widget form .choice label:before,.form-widget form .form-type-radio label:before{margin-right:15px;width:30px;height:30px;top:8px;}}.form-widget form .choice input:checked + label:before,.form-widget form .form-type-radio input:checked + label:before{border-color:#af9446;background-image:url(/themes/custom/elitecareers/images/checkbox-cross.png);background-repeat:no-repeat;background-position:center center;background-size:contain;}.form-widget form .form-submit{margin-top:40px;margin-bottom:40px;padding-left:15px;padding-right:15px;text-align:center;}@media (max-width:767px){.form-widget form .form-submit{margin-top:15px;margin-bottom:30px;}}.form-widget form .form-submit input{border:none;background-color:#af9446;color:#ffffff;text-transform:uppercase;font-size:13px;letter-spacing:2px;font-weight:700;padding:30px 60px;margin-top:0px;margin-bottom:0px;border-radius:0px !important;-webkit-transition-duration:500ms;-o-transition-duration:500ms;transition-duration:500ms;}@media (max-width:479px){.form-widget form .form-submit input{padding:15px 30px;display:block;width:100%;}}.form-widget form .form-submit input:hover{background-color:#cab476;}.form-widget label.error{color:red !important;}.form-widget input.error{border:1px solid red !important;}.text-block{text-align:center;padding:100px 60px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}@media (max-width:1199px){.text-block{padding:60px 30px;}}@media (max-width:479px){.text-block{padding:30px;}}.text-block .inner .title{font-style:normal;text-transform:uppercase;letter-spacing:4px;color:#585858;margin-bottom:30px;}@media (max-width:767px){.text-block .inner .title{margin-bottom:15px;letter-spacing:2px;}}.text-block .inner .divider{margin-bottom:40px;}@media (max-width:1199px){.text-block .inner .divider{margin-bottom:30px;}}@media (max-width:767px){.text-block .inner .divider{margin-bottom:15px;}}.text-block .inner .text{font-size:19px;line-height:1.8em;text-align:left;color:#585858;max-width:540px;margin:auto;}@media (max-width:1499px){.text-block .inner .text{font-size:18px;}}@media (max-width:1199px){.text-block .inner .text{font-size:17px;}}@media (max-width:767px){.text-block .inner .text{font-size:16px;}}.testimonials{text-align:center;padding:120px 0px;}@media (max-width:1499px){.testimonials{padding:100px 0px;}}@media (max-width:1199px){.testimonials{padding:80px 0px;}}@media (max-width:991px){.testimonials{padding:60px 0px;}}@media (max-width:767px){.testimonials{padding:30px 0px;}}.testimonials .icon{color:#af9446;font-size:100px;line-height:32px;margin-bottom:30px;font-family:"Playfair Display";}@media (max-width:1199px){.testimonials .icon{margin-bottom:30px;}}@media (max-width:767px){.testimonials .icon{margin-bottom:15px;}}@media (max-width:991px){.testimonials .testimonial-slider{padding-left:60px;padding-right:60px;}}@media (max-width:767px){.testimonials .testimonial-slider{padding-left:30px;padding-right:30px;}}@media (max-width:479px){.testimonials .testimonial-slider{padding-left:15px;padding-right:15px;}}.testimonials .testimonial-slider .testimonial{outline:none;}.testimonials .testimonial-slider .testimonial .inner .testimonial-text{font-size:19px;line-height:2em;max-width:650px;margin:auto;margin-bottom:50px;}@media (max-width:1499px){.testimonials .testimonial-slider .testimonial .inner .testimonial-text{font-size:18px;}}@media (max-width:1199px){.testimonials .testimonial-slider .testimonial .inner .testimonial-text{font-size:17px;margin-bottom:30px;}}@media (max-width:767px){.testimonials .testimonial-slider .testimonial .inner .testimonial-text{font-size:16px;}}.testimonials .testimonial-slider .testimonial .inner .testimonial-author{color:#af9446;text-transform:uppercase;letter-spacing:3px;font-size:13px;}.testimonials .slick-disabled{visibility:hidden;opacity:0;}.testimonials .slick-arrow{opacity:1;position:absolute;top:calc(50% - 60px);z-index:1;border:none;width:30px;height:35px;font-size:0px;line-height:0px;outline:none;background-color:transparent;font-family:'eliteHotels-icons' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:0px;outline:none;-webkit-transition-duration:300ms;-o-transition-duration:300ms;transition-duration:300ms;}@media (max-width:991px){.testimonials .slick-arrow{padding:0px;}}@media (max-width:479px){.testimonials .slick-arrow{width:15px;height:20px;}}.testimonials .slick-arrow:hover{color:#af9446;}.testimonials .slick-arrow:before{font-size:32px;}@media (max-width:479px){.testimonials .slick-arrow:before{font-size:20px;}}.testimonials .slick-prev{left:-40px;}@media (max-width:1499px){.testimonials .slick-prev{left:15px;}}@media (max-width:991px){.testimonials .slick-prev{left:-15px;}}.testimonials .slick-prev:before{content:"\e909";}.testimonials .slick-next{right:-40px;}@media (max-width:1499px){.testimonials .slick-next{right:15px;}}@media (max-width:991px){.testimonials .slick-next{right:-15px;}}.testimonials .slick-next:before{content:"\e90f";}section.form{padding-top:100px;padding-bottom:100px;}@media (max-width:767px){section.form{padding-top:30px;padding-bottom:30px;}}@media (max-width:767px){section.form .container{padding-left:0px;padding-right:0px;}}section.form .title{text-align:center;max-width:700px;margin:auto;}section.form .title h1,section.form .title section.content-and-image .text-container .title,section.content-and-image .text-container section.form .title .title,section.form .title section.gallery-group .container .title,section.gallery-group .container section.form .title .title,section.form .title section.visit-hotels .container-fluid .title,section.visit-hotels .container-fluid section.form .title .title{margin-top:0px;}section.form .intro-text{text-align:center;font-size:19px;margin-bottom:40px;}@media (max-width:1499px){section.form .intro-text{font-size:18px;}}@media (max-width:1199px){section.form .intro-text{font-size:17px;margin-bottom:30px;}}@media (max-width:767px){section.form .intro-text{font-size:16px;}}section.form .divider{margin-bottom:60px;}@media (max-width:991px){section.form .divider{margin-bottom:30px;}}@media (max-width:767px){section.form .divider{margin-bottom:15px;}}section.form .form-container{margin-bottom:60px;}@media (max-width:767px){section.form .form-container{margin-bottom:30px;}}section.form .form-container form .form-radios,section.form .form-container form .js-webform-radios{margin-left:-15px;margin-right:-15px;}section.form .form-container form .form-item{padding-left:10px;padding-right:10px;position:relative;}section.form .form-container form .form-item.webform-component-radios .error,section.form .form-container form .form-item.webform-type-radios .error{position:relative;left:0px;}section.form .form-container form .form-item.webform-component-textfield,section.form .form-container form .form-item.js-form-type-textfield{float:left;width:50%;}@media (max-width:991px){section.form .form-container form .form-item.webform-component-textfield,section.form .form-container form .form-item.js-form-type-textfield{width:100%;float:none;}}section.form .form-container form .form-item.webform-component-email,section.form .form-container form .form-item.js-form-type-email{float:left;width:50%;}@media (max-width:991px){section.form .form-container form .form-item.webform-component-email,section.form .form-container form .form-item.js-form-type-email{width:100%;float:none;}}section.form .form-container form .form-item.webform-component-number,section.form .form-container form .form-item.js-form-type-number{float:left;width:50%;}@media (max-width:991px){section.form .form-container form .form-item.webform-component-number,section.form .form-container form .form-item.js-form-type-number{width:100%;float:none;}}section.form .form-container form .form-item.webform-component-textarea,section.form .form-container form .form-item.js-form-type-textarea{margin-bottom:60px;clear:both;}section.form .form-container form .form-item.webform-component-textarea label,section.form .form-container form .form-item.js-form-type-textarea label{font-size:18px;}@media (max-width:1199px){section.form .form-container form .form-item.webform-component-textarea label,section.form .form-container form .form-item.js-form-type-textarea label{font-size:17px;}}@media (max-width:767px){section.form .form-container form .form-item.webform-component-textarea label,section.form .form-container form .form-item.js-form-type-textarea label{font-size:16px;}}section.form .form-container form .form-item.webform-component-textarea textarea,section.form .form-container form .form-item.js-form-type-textarea textarea{width:100%;}section.form .form-container form .form-item.form-type-radio,section.form .form-container form .form-item.form-type-checkbox,section.form .form-container form .form-item.js-form-type-radio,section.form .form-container form .form-item.js-form-type-checkbox{display:inline-block;text-align:center;color:#585858;font-size:18px;padding-left:15px !important;padding-right:15px !important;}@media (max-width:1199px){section.form .form-container form .form-item.form-type-radio,section.form .form-container form .form-item.form-type-checkbox,section.form .form-container form .form-item.js-form-type-radio,section.form .form-container form .form-item.js-form-type-checkbox{font-size:17px;}}@media (max-width:767px){section.form .form-container form .form-item.form-type-radio,section.form .form-container form .form-item.form-type-checkbox,section.form .form-container form .form-item.js-form-type-radio,section.form .form-container form .form-item.js-form-type-checkbox{font-size:16px;text-align:left;}}section.form .form-container form .form-item.form-type-radio input,section.form .form-container form .form-item.form-type-checkbox input,section.form .form-container form .form-item.js-form-type-radio input,section.form .form-container form .form-item.js-form-type-checkbox input{opacity:0;visibility:hidden;height:0px;padding:0px;margin:0px;line-height:0px;position:absolute !important;}section.form .form-container form .form-item.form-type-radio label,section.form .form-container form .form-item.form-type-checkbox label,section.form .form-container form .form-item.js-form-type-radio label,section.form .form-container form .form-item.js-form-type-checkbox label{position:relative;cursor:pointer;}section.form .form-container form .form-item.form-type-radio label:before,section.form .form-container form .form-item.form-type-checkbox label:before,section.form .form-container form .form-item.js-form-type-radio label:before,section.form .form-container form .form-item.js-form-type-checkbox label:before{content:'';display:inline-block;width:38px;height:38px;border:1px solid #585858;left:0px;top:12px;margin-right:15px;position:relative;}@media (max-width:767px){section.form .form-container form .form-item.form-type-radio label:before,section.form .form-container form .form-item.form-type-checkbox label:before,section.form .form-container form .form-item.js-form-type-radio label:before,section.form .form-container form .form-item.js-form-type-checkbox label:before{width:25px;height:25px;top:6px;margin-right:5px;}}section.form .form-container form .form-item.form-type-radio.checked label:before,section.form .form-container form .form-item.form-type-checkbox.checked label:before,section.form .form-container form .form-item.js-form-type-radio.checked label:before,section.form .form-container form .form-item.js-form-type-checkbox.checked label:before{border-color:#af9446;background-image:url(/themes/custom/elitecareers/images/checkbox-cross.png);background-repeat:no-repeat;background-position:center center;bacgkround-size:contain;}section.form .form-container form .form-item.webform-component-grid,section.form .form-container form .form-item.js-form-type-webform-likert{margin-bottom:60px;table-layout:fixed;float:none;width:100%;display:block;clear:both;padding-top:30px;font-size:18px;}@media (max-width:1199px){section.form .form-container form .form-item.webform-component-grid,section.form .form-container form .form-item.js-form-type-webform-likert{font-size:17px;}}@media (max-width:767px){section.form .form-container form .form-item.webform-component-grid,section.form .form-container form .form-item.js-form-type-webform-likert{font-size:16px;padding-top:15px;margin-bottom:30px;}}section.form .form-container form .form-item.webform-component-grid label,section.form .form-container form .form-item.js-form-type-webform-likert label{text-align:center;margin-bottom:60px;}@media (max-width:991px){section.form .form-container form .form-item.webform-component-grid label,section.form .form-container form .form-item.js-form-type-webform-likert label{margin-bottom:30px;}}@media (max-width:767px){section.form .form-container form .form-item.webform-component-grid table.sticky-header,section.form .form-container form .form-item.js-form-type-webform-likert table.sticky-header{display:none;}}section.form .form-container form .form-item.webform-component-grid .webform-grid .form-type-radio,section.form .form-container form .form-item.webform-component-grid .webform-grid .js-form-type-radio,section.form .form-container form .form-item.webform-component-grid .webform-likert-table .form-type-radio,section.form .form-container form .form-item.webform-component-grid .webform-likert-table .js-form-type-radio,section.form .form-container form .form-item.js-form-type-webform-likert .webform-grid .form-type-radio,section.form .form-container form .form-item.js-form-type-webform-likert .webform-grid .js-form-type-radio,section.form .form-container form .form-item.js-form-type-webform-likert .webform-likert-table .form-type-radio,section.form .form-container form .form-item.js-form-type-webform-likert .webform-likert-table .js-form-type-radio{margin-bottom:0px;}@media (max-width:767px){section.form .form-container form .form-item.webform-component-grid .webform-grid .form-type-radio,section.form .form-container form .form-item.webform-component-grid .webform-grid .js-form-type-radio,section.form .form-container form .form-item.webform-component-grid .webform-likert-table .form-type-radio,section.form .form-container form .form-item.webform-component-grid .webform-likert-table .js-form-type-radio,section.form .form-container form .form-item.js-form-type-webform-likert .webform-grid .form-type-radio,section.form .form-container form .form-item.js-form-type-webform-likert .webform-grid .js-form-type-radio,section.form .form-container form .form-item.js-form-type-webform-likert .webform-likert-table .form-type-radio,section.form .form-container form .form-item.js-form-type-webform-likert .webform-likert-table .js-form-type-radio{padding-left:0px;padding-right:0px;display:block;}}section.form .form-container form .form-item.webform-component-grid .webform-grid .webform-grid-option,section.form .form-container form .form-item.webform-component-grid .webform-grid .js-form-type-radio,section.form .form-container form .form-item.webform-component-grid .webform-likert-table .webform-grid-option,section.form .form-container form .form-item.webform-component-grid .webform-likert-table .js-form-type-radio,section.form .form-container form .form-item.js-form-type-webform-likert .webform-grid .webform-grid-option,section.form .form-container form .form-item.js-form-type-webform-likert .webform-grid .js-form-type-radio,section.form .form-container form .form-item.js-form-type-webform-likert .webform-likert-table .webform-grid-option,section.form .form-container form .form-item.js-form-type-webform-likert .webform-likert-table .js-form-type-radio{text-align:center;vertical-align:middle;}@media (max-width:767px){section.form .form-container form .form-item.webform-component-grid .webform-grid .webform-grid-option,section.form .form-container form .form-item.webform-component-grid .webform-grid .js-form-type-radio,section.form .form-container form .form-item.webform-component-grid .webform-likert-table .webform-grid-option,section.form .form-container form .form-item.webform-component-grid .webform-likert-table .js-form-type-radio,section.form .form-container form .form-item.js-form-type-webform-likert .webform-grid .webform-grid-option,section.form .form-container form .form-item.js-form-type-webform-likert .webform-grid .js-form-type-radio,section.form .form-container form .form-item.js-form-type-webform-likert .webform-likert-table .webform-grid-option,section.form .form-container form .form-item.js-form-type-webform-likert .webform-likert-table .js-form-type-radio{text-align:left;}}section.form .form-container form .form-item.webform-component-grid .webform-grid .webform-grid-option .form-item,section.form .form-container form .form-item.webform-component-grid .webform-grid .js-form-type-radio .form-item,section.form .form-container form .form-item.webform-component-grid .webform-likert-table .webform-grid-option .form-item,section.form .form-container form .form-item.webform-component-grid .webform-likert-table .js-form-type-radio .form-item,section.form .form-container form .form-item.js-form-type-webform-likert .webform-grid .webform-grid-option .form-item,section.form .form-container form .form-item.js-form-type-webform-likert .webform-grid .js-form-type-radio .form-item,section.form .form-container form .form-item.js-form-type-webform-likert .webform-likert-table .webform-grid-option .form-item,section.form .form-container form .form-item.js-form-type-webform-likert .webform-likert-table .js-form-type-radio .form-item{overflow:visible;}section.form .form-container form .form-item.webform-component-grid .webform-grid label,section.form .form-container form .form-item.webform-component-grid .webform-likert-table label,section.form .form-container form .form-item.js-form-type-webform-likert .webform-grid label,section.form .form-container form .form-item.js-form-type-webform-likert .webform-likert-table label{font-size:0px;line-height:0px;margin-bottom:0px;width:38px;height:38px;margin:auto;display:block;}@media (max-width:767px){section.form .form-container form .form-item.webform-component-grid .webform-grid label,section.form .form-container form .form-item.webform-component-grid .webform-likert-table label,section.form .form-container form .form-item.js-form-type-webform-likert .webform-grid label,section.form .form-container form .form-item.js-form-type-webform-likert .webform-likert-table label{width:100%;height:auto;font-size:14px;line-height:1em;color:#585858;font-style:normal;letter-spacing:1px;text-align:left;}}section.form .form-container form .form-item.webform-component-grid .webform-grid label:before,section.form .form-container form .form-item.webform-component-grid .webform-likert-table label:before,section.form .form-container form .form-item.js-form-type-webform-likert .webform-grid label:before,section.form .form-container form .form-item.js-form-type-webform-likert .webform-likert-table label:before{top:0px;margin-right:0px;}@media (max-width:767px){section.form .form-container form .form-item.webform-component-grid .webform-grid label:before,section.form .form-container form .form-item.webform-component-grid .webform-likert-table label:before,section.form .form-container form .form-item.js-form-type-webform-likert .webform-grid label:before,section.form .form-container form .form-item.js-form-type-webform-likert .webform-likert-table label:before{margin-right:15px;top:5px;}}@media (max-width:479px){section.form .form-container form .form-item.webform-component-grid .webform-grid label:before,section.form .form-container form .form-item.webform-component-grid .webform-likert-table label:before,section.form .form-container form .form-item.js-form-type-webform-likert .webform-grid label:before,section.form .form-container form .form-item.js-form-type-webform-likert .webform-likert-table label:before{margin-right:5px;}}section.form .form-container form .form-item.webform-component-grid .webform-grid label.element-invisible,section.form .form-container form .form-item.webform-component-grid .webform-likert-table label.element-invisible,section.form .form-container form .form-item.js-form-type-webform-likert .webform-grid label.element-invisible,section.form .form-container form .form-item.js-form-type-webform-likert .webform-likert-table label.element-invisible{position:inherit !important;clip:inherit !important;overflow:visible !important;height:auto !important;}section.form .form-container form .form-item.webform-component-grid .webform-grid thead th,section.form .form-container form .form-item.webform-component-grid .webform-likert-table thead th,section.form .form-container form .form-item.js-form-type-webform-likert .webform-grid thead th,section.form .form-container form .form-item.js-form-type-webform-likert .webform-likert-table thead th{font-weight:normal;text-align:center;border:none;}@media (max-width:767px){section.form .form-container form .form-item.webform-component-grid .webform-grid thead,section.form .form-container form .form-item.webform-component-grid .webform-likert-table thead,section.form .form-container form .form-item.js-form-type-webform-likert .webform-grid thead,section.form .form-container form .form-item.js-form-type-webform-likert .webform-likert-table thead{display:none;}}section.form .form-container form .form-item.webform-component-grid .webform-grid tbody,section.form .form-container form .form-item.webform-component-grid .webform-likert-table tbody,section.form .form-container form .form-item.js-form-type-webform-likert .webform-grid tbody,section.form .form-container form .form-item.js-form-type-webform-likert .webform-likert-table tbody{border-top:none;}section.form .form-container form .form-item.webform-component-grid .webform-grid tbody tr,section.form .form-container form .form-item.webform-component-grid .webform-likert-table tbody tr,section.form .form-container form .form-item.js-form-type-webform-likert .webform-grid tbody tr,section.form .form-container form .form-item.js-form-type-webform-likert .webform-likert-table tbody tr{border-bottom:1px solid #848484;padding:0px;background-color:transparent;}section.form .form-container form .form-item.webform-component-grid .webform-grid tbody td,section.form .form-container form .form-item.webform-component-grid .webform-likert-table tbody td,section.form .form-container form .form-item.js-form-type-webform-likert .webform-grid tbody td,section.form .form-container form .form-item.js-form-type-webform-likert .webform-likert-table tbody td{padding-top:20px;padding-bottom:15px;}@media (max-width:767px){section.form .form-container form .form-item.webform-component-grid .webform-grid tbody td,section.form .form-container form .form-item.webform-component-grid .webform-likert-table tbody td,section.form .form-container form .form-item.js-form-type-webform-likert .webform-grid tbody td,section.form .form-container form .form-item.js-form-type-webform-likert .webform-likert-table tbody td{padding-top:0px;}}@media (max-width:767px){section.form .form-container form .form-item.webform-component-grid .webform-grid .webform-grid-question,section.form .form-container form .form-item.webform-component-grid .webform-grid .js-form-type-item,section.form .form-container form .form-item.webform-component-grid .webform-likert-table .webform-grid-question,section.form .form-container form .form-item.webform-component-grid .webform-likert-table .js-form-type-item,section.form .form-container form .form-item.js-form-type-webform-likert .webform-grid .webform-grid-question,section.form .form-container form .form-item.js-form-type-webform-likert .webform-grid .js-form-type-item,section.form .form-container form .form-item.js-form-type-webform-likert .webform-likert-table .webform-grid-question,section.form .form-container form .form-item.js-form-type-webform-likert .webform-likert-table .js-form-type-item{width:100%;margin-top:15px;}}section.form .form-container form .form-item.webform-component-grid .webform-grid .webform-grid-question label,section.form .form-container form .form-item.webform-component-grid .webform-grid .js-form-type-item label,section.form .form-container form .form-item.webform-component-grid .webform-likert-table .webform-grid-question label,section.form .form-container form .form-item.webform-component-grid .webform-likert-table .js-form-type-item label,section.form .form-container form .form-item.js-form-type-webform-likert .webform-grid .webform-grid-question label,section.form .form-container form .form-item.js-form-type-webform-likert .webform-grid .js-form-type-item label,section.form .form-container form .form-item.js-form-type-webform-likert .webform-likert-table .webform-grid-question label,section.form .form-container form .form-item.js-form-type-webform-likert .webform-likert-table .js-form-type-item label{font-size:1em;color:#585858;width:auto;height:auto;text-align:left;letter-spacing:0px;font-style:normal;display:inline;}@media (max-width:767px){section.form .form-container form .form-item.webform-component-grid table,section.form .form-container form .form-item.webform-component-grid thead,section.form .form-container form .form-item.webform-component-grid tbody,section.form .form-container form .form-item.webform-component-grid th,section.form .form-container form .form-item.webform-component-grid td,section.form .form-container form .form-item.webform-component-grid tr,section.form .form-container form .form-item.js-form-type-webform-likert table,section.form .form-container form .form-item.js-form-type-webform-likert thead,section.form .form-container form .form-item.js-form-type-webform-likert tbody,section.form .form-container form .form-item.js-form-type-webform-likert th,section.form .form-container form .form-item.js-form-type-webform-likert td,section.form .form-container form .form-item.js-form-type-webform-likert tr{display:block;}}section.form .form-container form .form-item.webform-component-file,section.form .form-container form .form-item.form-item-file{text-align:center;}section.form .form-container form .form-item.webform-component-file .form-managed-file,section.form .form-container form .form-item.form-item-file .form-managed-file{width:280px;margin:auto;}section.form .form-container form .form-item.webform-component-file input[type="file"],section.form .form-container form .form-item.form-item-file input[type="file"]{width:100%;margin-bottom:15px;padding:15px;background-color:#bbbbbb;color:#ffffff;}section.form .form-container form .form-item.webform-component-file input[type="submit"],section.form .form-container form .form-item.form-item-file input[type="submit"]{display:none;background-color:transparent;border:2px solid #af9446;color:#585858;text-transform:uppercase;letter-spacing:1.5px;font-size:13px;font-weight:bold;padding:10px 30px;-webkit-transition-duration:300ms;-o-transition-duration:300ms;transition-duration:300ms;margin-bottom:15px;}section.form .form-container form .form-item.webform-component-file input[type="submit"]:hover,section.form .form-container form .form-item.form-item-file input[type="submit"]:hover{color:#af9446;}section.form .form-container form .form-item.webform-component-file .description,section.form .form-container form .form-item.form-item-file .description{font-size:13px;color:#848484;}section.form .form-container form .form-item .form-item{padding:0px;margin-bottom:0px;}section.form .form-container form .form-item label{font-size:18px;}@media (max-width:1199px){section.form .form-container form .form-item label{font-size:17px;}}@media (max-width:767px){section.form .form-container form .form-item label{font-size:16px;}}section.form .form-container form .form-item .description{font-size:16px;}@media (max-width:767px){section.form .form-container form .form-item .description{font-size:14px;}}section.form .form-container form .form-item label.error{font-size:12px;color:red;text-transform:uppercase;position:absolute;bottom:0px;left:25px;font-weight:bold;letter-spacing:1px;margin-bottom:0px;}section.form .form-container form .form-actions input{margin-top:30px;}section.form .form-container form .form-actions{text-align:center;}section.form .form-container form .form-actions input{background-color:#af9446;color:#ffffff;border:none;text-transform:uppercase;font-size:13px;letter-spacing:2.5px;padding:30px 120px;-webkit-transition-duration:300ms;-o-transition-duration:300ms;transition-duration:300ms;}@media (max-width:767px){section.form .form-container form .form-actions input{padding:15px 60px;}}section.form .form-container form .form-actions input:hover{background-color:#cab476;}section.form .bottom-text{max-width:600px;margin:auto;font-size:13px;color:#848484;}section.form .bottom-text h4,section.form .bottom-text section.hotel-location .text-information .title,section.hotel-location .text-information section.form .bottom-text .title{text-align:center;color:#585858;letter-spacing:2.5px;font-size:13px;text-transform:uppercase;}.map-embed-intro{background-color:#c8c2b3;color:#585858;text-align:center;padding-top:120px;padding-bottom:120px;font-size:18px;}@media (max-width:1199px){.map-embed-intro{padding-top:60px;padding-bottom:60px;font-size:17px;}}@media (max-width:767px){.map-embed-intro{font-size:16px;padding-top:40px;padding-bottom:40px;}}.map-embed-intro .inner{max-width:700px;margin:auto;}.map-embed-intro .inner .title h2,.map-embed-intro .text-block .inner .title .title,.text-block .map-embed-intro .inner .title .title,.map-embed-intro .inner .title section.form .form-container form .form-item.webform-component-grid label,section.form .form-container form .form-item.webform-component-grid .map-embed-intro .inner .title label,.map-embed-intro .inner .title section.form .form-container form .form-item.js-form-type-webform-likert label,section.form .form-container form .form-item.js-form-type-webform-likert .map-embed-intro .inner .title label{text-transform:uppercase;color:#585858;font-style:normal;}.map-embed-intro .inner .divider{margin-top:40px;margin-bottom:40px;}@media (max-width:1199px){.map-embed-intro .inner .divider{margin-top:30px;margin-bottom:30px;}}@media (max-width:767px){.map-embed-intro .inner .divider{margin-top:15px;margin-bottom:15px;}}.map-embed{height:580px;}@media (max-width:767px){.map-embed{height:320px;}}.map-embed .iframe-container{height:100%;}.search-results{padding-top:100px;padding-bottom:100px;}@media (max-width:767px){.search-results{padding-top:45px;padding-bottom:45px;}}.search-results .logo{text-align:center;}.search-results .logo img{margin:auto;}.search-results h1,.search-results section.content-and-image .text-container .title,section.content-and-image .text-container .search-results .title,.search-results section.gallery-group .container .title,section.gallery-group .container .search-results .title,.search-results section.visit-hotels .container-fluid .title,section.visit-hotels .container-fluid .search-results .title{text-align:center;}.search-results .view-filters{text-align:center;margin-bottom:60px;}.search-results .view-filters .views-exposed-form{display:inline-block;}.search-results .view-filters .views-exposed-form input[type="text"]{padding:30px;font-size:16px;}.search-results .view-filters .views-exposed-form .form-submit{border:none;background-color:#af9446;color:#ffffff;text-transform:uppercase;font-size:13px;letter-spacing:2px;font-weight:700;padding:30px 60px;margin-top:0px;margin-bottom:0px;}.search-results .view-filters .views-exposed-form .form-submit:hover{background-color:#585858;}.search-results .search-result{margin-bottom:30px;font-size:17px;}.search-results .search-result .search-result--result-title{color:#af9446;}.image-block{background-repeat:no-repeat;background-size:cover;background-position:center center;width:100%;height:100%;}.career-link-cols{padding-top:120px;padding-bottom:120px;text-align:center;font-family:"AmericanTypewriterITCPro-Med";}@media (max-width:991px){.career-link-cols{padding-top:80px;padding-bottom:80px;}}@media (max-width:767px){.career-link-cols{padding-top:60px;padding-bottom:60px;}}@media (max-width:479px){.career-link-cols{padding-top:30px;padding-bottom:30px;}}.career-link-cols a.link{color:#585858;text-decoration:none;font-size:22px;line-height:1.25em;}@media (max-width:767px){.career-link-cols a.link{display:inline-block;margin-bottom:30px;}}.career-link-cols a.link i{display:block;color:#af9446;width:130px;margin:auto;font-size:82px;margin-bottom:30px;-webkit-transition-duration:500ms;-o-transition-duration:500ms;transition-duration:500ms;}@media (max-width:767px){.career-link-cols a.link i{margin-bottom:15px;}}.career-link-cols a.link:hover{color:#5b224b;}.career-link-cols a.link:hover i{color:#5b224b;}section.life-at-elite{padding-top:120px;padding-bottom:120px;background-color:#FAF8F2;}@media (max-width:991px){section.life-at-elite{padding-top:60px;padding-bottom:60px;}}@media (max-width:767px){section.life-at-elite{padding-top:30px;padding-bottom:30px;}}section.life-at-elite .title{border-bottom:2px solid #5b224b;}section.life-at-elite .title h2,section.life-at-elite .title .text-block .inner .title,.text-block .inner section.life-at-elite .title .title,section.life-at-elite .title section.form .form-container form .form-item.webform-component-grid label,section.form .form-container form .form-item.webform-component-grid section.life-at-elite .title label,section.life-at-elite .title section.form .form-container form .form-item.js-form-type-webform-likert label,section.form .form-container form .form-item.js-form-type-webform-likert section.life-at-elite .title label{color:#5b224b;font-style:normal;font-weight:bold;font-family:"AmericanTypewriterITCPro-Bold";letter-spacing:2px;font-size:32px;margin:0px;}section.life-at-elite .top-description{font-family:"AmericanTypewriterITCPro-Med";color:#5b224b;padding-top:40px;font-size:18px;margin-bottom:60px;}@media (max-width:767px){section.life-at-elite .top-description{margin-bottom:30px;}}section.life-at-elite .view-all{text-align:right;padding-top:35px;}@media (max-width:767px){section.life-at-elite .view-all{padding-top:0px;margin-bottom:30px;text-align:center;}}section.life-at-elite .view-all a{letter-spacing:2px;line-height:1em;padding:15px 20px;padding-top:18px;font-size:20px;text-transform:none;}section.life-at-elite .news-article{margin-bottom:30px;}section.life-at-elite .news-article.matchHeight{background-color:#ffffff;}section.life-at-elite .news-article .news-article--teaser{padding:20px;padding-top:0px;background-color:#ffffff;}section.life-at-elite .news-article .news-article--teaser .news-article--date{background-color:#af9446;color:#ffffff;margin-bottom:25px;margin-left:-20px;margin-right:-20px;padding:10px 20px;font-size:14px;line-height:1.3em;position:relative;}@media (max-width:1199px){section.life-at-elite .news-article .news-article--teaser .news-article--date{font-size:16px;font-family:"AmericanTypewriterITCPro-Med";}}section.life-at-elite .news-article .news-article--teaser .news-article--title{font-family:"AmericanTypewriterITCPro-Med";color:#5b224b;margin-bottom:25px;font-size:22px;line-height:1.25em;font-weight:bold;}@media (max-width:1199px){section.life-at-elite .news-article .news-article--teaser .news-article--title{font-size:22px;}}section.life-at-elite .news-article .news-article--teaser .news-article--text{margin-bottom:15px;}section.life-at-elite .news-article .news-article--teaser .news-article--link{font-size:12px;}section.life-at-elite .news-article .news-article--teaser .news-article--link a{letter-spacing:1px;}section.life-at-elite .news-article .news-article--image{background-repeat:no-repeat;background-size:cover;background-position:center center;}section.life-at-elite .news-article .news-article--type-icon{display:block;position:absolute;width:40px;height:100%;right:0px;top:0px;background-color:#cab476;text-align:center;text-decoration:none !important;outline:none;}@media (max-width:1199px){section.life-at-elite .news-article .news-article--type-icon{top:-100%;}}section.life-at-elite .news-article .news-article--type-icon a{cursor:pointer;width:100%;height:100%;padding-top:5px;display:block;text-decoration:none;outline:none;}section.life-at-elite .news-article .news-article--type-icon a:hover{text-decoration:none;}section.life-at-elite .news-article .news-article--type-icon a:hover i{color:#af9446;}section.life-at-elite .news-article .news-article--type-icon i{color:#ffffff;font-size:28px;-webkit-transition-duration:500ms;-o-transition-duration:500ms;transition-duration:500ms;outline:none;}section.life-at-elite .news-article .news-article--type-icon .popup-gallery a{display:none;text-decoration:none;outline:none;}section.life-at-elite .news-article .news-article--type-icon .popup-gallery a:first-of-type{display:block;}section.life-at-elite .news-article.latest{margin-bottom:50px;}@media (max-width:991px){section.life-at-elite .news-article.latest .col-lg-9.no-padding-left{padding-left:15px;}}@media (max-width:991px){section.life-at-elite .news-article.latest .col-lg-3.no-padding-right{padding-right:15px;}}@media (max-width:991px){section.life-at-elite .news-article.latest .news-article--image{height:400px;}}@media (max-width:479px){section.life-at-elite .news-article.latest .news-article--image{height:250px;}}section.life-at-elite .news-article.latest .news-article--type-icon{width:90px;height:90px;top:inherit;right:inherit;left:0px;bottom:0px;}@media (max-width:991px){section.life-at-elite .news-article.latest .news-article--type-icon{left:inherit;right:15px;}}@media (max-width:767px){section.life-at-elite .news-article.latest .news-article--type-icon{width:50px;height:50px;}}section.life-at-elite .news-article.latest .news-article--type-icon a{padding-top:20px;}@media (max-width:767px){section.life-at-elite .news-article.latest .news-article--type-icon a{padding-top:10px;}}section.life-at-elite .news-article.latest .news-article--type-icon i{font-size:50px;}@media (max-width:767px){section.life-at-elite .news-article.latest .news-article--type-icon i{font-size:32px;}}.staff-profiles .staff-profile{background-color:#FAF8F2;padding:60px;margin-bottom:10px;text-align:center;-webkit-animation-fill-mode:none;animation-fill-mode:none;}@media (max-width:767px){.staff-profiles .staff-profile{padding:30px;}}@media (max-width:479px){.staff-profiles .staff-profile{padding:15px;}}.staff-profiles .staff-profile .staff-profile--video{margin-bottom:60px;}@media (max-width:767px){.staff-profiles .staff-profile .staff-profile--video{margin-bottom:30px;}}.staff-profiles .staff-profile .staff-profile--name-title{font-family:"AmericanTypewriterITCPro-Med";color:#5b224b;font-size:21px;font-weight:bold;}@media (max-width:767px){.staff-profiles .staff-profile .staff-profile--name-title{font-size:18px;}}.staff-profiles .staff-profile .divider{margin:auto;margin-top:20px;margin-bottom:20px;}section.testimonials{padding:0px;}section.testimonials .row{margin-left:0px;margin-right:0px;}section.testimonials .col-md-6.no-col-padding:nth-child(3n+1) .testimonial{background-color:#FAF8F2;}section.testimonials .testimonial{height:580px;padding-left:60px;padding-right:60px;line-height:1.6em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}section.testimonials .testimonial .inner{max-width:460px;margin:auto;padding-top:60px;padding-bottom:60px;}section.testimonials .testimonial .inner .testimonial-text{margin-bottom:30px;}section.testimonials .testimonial .inner .testimonial-author{font-weight:bold;text-transform:uppercase;color:#5b224b;}section.testimonials .testimonial .inner .testimonial-location{font-weight:bold;}section.our-values{padding-top:120px;padding-bottom:120px;}section.our-values .image{max-width:950px;margin:auto;}.image-slider{position:relative;}.image-slider .slide-images .slide-image{background-repeat:no-repeat;background-size:cover;background-position:center center;width:100%;height:800px;}@media (max-width:991px){.image-slider .slide-images .slide-image{height:600px;}}@media (max-width:767px){.image-slider .slide-images .slide-image{height:320px;}}@media (max-width:479px){.image-slider .slide-images .slide-image{height:280px;}}.image-slider .slider-buttons{content:"";display:block;position:absolute;right:0px;bottom:0px;background-color:#ffffff;padding:30px;z-index:1;}@media (max-width:767px){.image-slider .slider-buttons{padding:15px;}}.image-slider .slider-buttons .popup-gallery{float:left;}.image-slider .slider-buttons .popup-gallery a{display:none;border:2px solid #5b224b;width:70px;height:70px;color:#585858;font-size:50px;text-align:center;padding-top:3px;text-decoration:none;-webkit-transition-duration:300ms;-o-transition-duration:300ms;transition-duration:300ms;}@media (max-width:767px){.image-slider .slider-buttons .popup-gallery a{width:35px;height:35px;font-size:26px;padding-top:0px;}}.image-slider .slider-buttons .popup-gallery a:first-of-type{display:block;}.image-slider .slider-buttons .popup-gallery a:hover,.image-slider .slider-buttons .popup-gallery a:focus{color:#af9446;}.image-slider .slider-buttons .popup-gallery a i{top:5px;position:relative;}@media (max-width:767px){.image-slider .slider-buttons .popup-gallery a i{top:2px;}}.image-slider .slider-buttons .nav-arrows{float:left;position:relative;left:-2px;}.image-slider .slider-buttons .nav-arrows .slick-disabled{visibility:hidden;opacity:0;}.image-slider .slider-buttons .nav-arrows .slick-arrow{position:relative;opacity:1;border:2px solid #5b224b;width:70px;height:70px;font-size:0px;line-height:0px;outline:none;background-color:transparent;display:block;float:left;font-family:'eliteHotels-icons' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:0px;outline:none;-webkit-transition-duration:300ms;-o-transition-duration:300ms;transition-duration:300ms;}@media (max-width:767px){.image-slider .slider-buttons .nav-arrows .slick-arrow{width:35px;height:35px;padding:0px;}}.image-slider .slider-buttons .nav-arrows .slick-arrow:before{font-size:36px;-webkit-transition-duration:300ms;-o-transition-duration:300ms;transition-duration:300ms;}@media (max-width:767px){.image-slider .slider-buttons .nav-arrows .slick-arrow:before{font-size:26px;padding:0px;}}.image-slider .slider-buttons .nav-arrows .slick-arrow:hover:before,.image-slider .slider-buttons .nav-arrows .slick-arrow:focus:before{color:#af9446;}.image-slider .slider-buttons .nav-arrows .slick-prev:before{content:"\e90a";}.image-slider .slider-buttons .nav-arrows .slick-next{left:-2px;}.image-slider .slider-buttons .nav-arrows .slick-next:before{content:"\e913";}section.bottom-buttons{padding-top:60px;padding-bottom:60px;}section.bottom-buttons .text-content{text-align:center;}section.bottom-buttons .text-content a i{position:relative;top:2px;}
