/*! Humaan DNA v2.0 */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
/*
@mixin transition($trans-type, $trans-speed, $trans-timing, null) {
	transition: $trans-type $trans-speed $trans-timing;
	will-change: $trans-type;
}
*/
/*

	@include fluid(font-size, 768px, 1310px, 14px, 18px);

*/
.container:after { clear: both; content: ''; display: table; }

.clearfix:after, .row:after { clear: both; content: ''; display: table; }

.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }

.hidden { display: none; }

.u-vis-hide, .ui-hidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px !important; overflow: hidden; padding: 0; position: absolute !important; width: 1px; }

@media (max-width: 900px) { .hide-mob { display: none; } }

nav ul { list-style: none; padding: 0; }
nav ul, nav li { margin: 0; }

.icon:before, .icon:after { font-family: "Icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */ text-decoration: none; text-transform: none; line-height: 1; }

.cover { background-size: cover; background-position: center center; background-repeat: no-repeat; }

.slick-slider { visibility: hidden; }
.slick-slider.slick-initialized { visibility: visible; }

/*!
	Modaal - accessible modals - v0.3.1
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll { overflow: hidden; }
.iphone .modaal-noscroll { position: fixed; }

.modaal-accessible-hide { position: absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px); padding: 0 !important; border: 0 !important; height: 1px !important; width: 1px !important; overflow: hidden; }

.modaal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999; opacity: 0; }

.modaal-wrapper { display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999; overflow: auto; opacity: 1; box-sizing: border-box; -webkit-overflow-scrolling: touch; transition: all 0.3s ease-in-out; }
.modaal-wrapper * { box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-backface-visibility: hidden; }
.modaal-wrapper .modaal-close { border: none; background: transparent; padding: 0; -webkit-appearance: none; }
.modaal-wrapper.modaal-start_none { display: none; opacity: 1; }
.modaal-wrapper.modaal-start_fade { opacity: 0; }
.modaal-wrapper *[tabindex="0"] { outline: none !important; }
.modaal-wrapper.modaal-fullscreen { overflow: hidden; }

.modaal-outer-wrapper { display: table; position: relative; width: 100%; height: 100%; }
.modaal-fullscreen .modaal-outer-wrapper { display: block; }

.modaal-inner-wrapper { display: table-cell; width: 100%; height: 100%; position: relative; vertical-align: middle; text-align: center; padding: 80px 25px; }
.modaal-fullscreen .modaal-inner-wrapper { padding: 0; display: block; vertical-align: top; }
.mobile .modaal-inner-wrapper { vertical-align: top; }
.mobile .modaal-inner-wrapper .modaal-content-container { padding-top: 30px; }

.modaal-container { position: relative; display: inline-block; width: 100%; margin: auto; text-align: left; color: #000; max-width: 1000px; border-radius: 0px; background: #fff; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); cursor: auto; }
.modaal-container.is_loading { height: 100px; width: 100px; overflow: hidden; }
.modaal-fullscreen .modaal-container { max-width: none; height: 100%; overflow: auto; }
.modal-sign-in-up .modaal-container { background: none; box-shadow: none; }

.modaal-close { position: fixed; right: 0; top: 0; color: #fff; cursor: pointer; opacity: 1; width: 50px; height: 50px; background: #151515 !important; border-radius: 0; transition: all 0.2s ease-in-out; z-index: 20; }
.modaal-close:focus, .modaal-close:hover { outline: none; opacity: 0.5; }
.modaal-close span { position: absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px); padding: 0 !important; border: 0 !important; height: 1px !important; width: 1px !important; overflow: hidden; }
.modaal-close:before, .modaal-close:after { display: block; content: " "; position: absolute; top: 10px; left: 25px; width: 2px; height: 30px; background: #fff; transition: background 0.2s ease-in-out; }
.modaal-close:before { transform: rotate(-45deg); }
.modaal-close:after { transform: rotate(45deg); }
.modaal-fullscreen .modaal-close { background: #afb7bc; right: 10px; top: 10px; }
@media (max-width: 600px) { .modaal-close { width: 40px; height: 40px; }
  .modaal-close:before, .modaal-close:after { left: 20px; top: 8px; height: 25px; } }

.modaal-content-container { padding: 30px; }

.modaal-confirm-wrap { padding: 30px 0 0; text-align: center; font-size: 0; }

.modaal-confirm-btn { font-size: 14px; display: inline-block; margin: 0 10px; vertical-align: middle; cursor: pointer; border: none; background: transparent; }
.modaal-confirm-btn.modaal-ok { padding: 10px 15px; color: #fff; background: #555; border-radius: 3px; transition: background 0.2s ease-in-out; }
.modaal-confirm-btn.modaal-ok:hover { background: #2f2f2f; }
.modaal-confirm-btn.modaal-cancel { text-decoration: underline; }
.modaal-confirm-btn.modaal-cancel:hover { text-decoration: none; color: #2f2f2f; }

@keyframes instaReveal { 0% { opacity: 0; }
  100% { opacity: 1; } }
@-o-keyframes instaReveal { 0% { opacity: 0; }
  100% { opacity: 1; } }
@-moz-keyframes instaReveal { 0% { opacity: 0; }
  100% { opacity: 1; } }
@-webkit-keyframes instaReveal { 0% { opacity: 0; }
  100% { opacity: 1; } }
@-ms-keyframes instaReveal { 0% { opacity: 0; }
  100% { opacity: 1; } }
.modaal-instagram .modaal-container { width: auto; background: transparent; box-shadow: none !important; }
.modaal-instagram .modaal-content-container { padding: 0; background: transparent; }
.modaal-instagram .modaal-content-container > blockquote { width: 1px !important; height: 1px !important; opacity: 0 !important; }
.modaal-instagram iframe { opacity: 0; margin: -6px !important; border-radius: 0 !important; width: 1000px !important; max-width: 800px !important; box-shadow: none !important; animation: instaReveal 1s linear forwards; }

.modaal-image .modaal-inner-wrapper { padding-left: 140px; padding-right: 140px; }
.modaal-image .modaal-container { width: auto; max-width: 100%; }

.modaal-gallery-wrap { position: relative; color: #fff; }

.modaal-gallery-item { display: none; }
.modaal-gallery-item img { display: block; }
.modaal-gallery-item.is_active { display: block; }

.modaal-gallery-label { position: absolute; left: 0; width: 100%; margin: 20px 0 0; font-size: 18px; text-align: center; color: #fff; }
.modaal-gallery-label:focus { outline: none; }

.modaal-gallery-control { position: absolute; top: 50%; transform: translateY(-50%); opacity: 1; cursor: pointer; color: #fff; width: 50px; height: 50px; background: rgba(0, 0, 0, 0); border: none; border-radius: 100%; transition: all 0.2s ease-in-out; }
.modaal-gallery-control.is_hidden { opacity: 0; cursor: default; }
.modaal-gallery-control:focus, .modaal-gallery-control:hover { outline: none; background: #fff; }
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after { background: #afb7bc; }
.modaal-gallery-control span { position: absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px); padding: 0 !important; border: 0 !important; height: 1px !important; width: 1px !important; overflow: hidden; }
.modaal-gallery-control:before, .modaal-gallery-control:after { display: block; content: " "; position: absolute; top: 16px; left: 25px; width: 4px; height: 18px; border-radius: 4px; background: #fff; transition: background 0.2s ease-in-out; }
.modaal-gallery-control:before { margin: -5px 0 0; transform: rotate(-45deg); }
.modaal-gallery-control:after { margin: 5px 0 0; transform: rotate(45deg); }

.modaal-gallery-next { left: 100%; margin-left: 40px; }

.modaal-gallery-prev { right: 100%; margin-right: 40px; }
.modaal-gallery-prev:before, .modaal-gallery-prev:after { left: 22px; }
.modaal-gallery-prev:before { margin: 5px 0 0; transform: rotate(-45deg); }
.modaal-gallery-prev:after { margin: -5px 0 0; transform: rotate(45deg); }

.modaal-video-wrap { margin: auto 50px; position: relative; }

.modaal-video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); background: #000; max-width: 1300px; margin-left: auto; margin-right: auto; }
.modaal-video-container iframe, .modaal-video-container object, .modaal-video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.modaal-iframe .modaal-content { width: 100%; height: 100%; }

.modaal-iframe-elem { width: 100%; height: 100%; display: block; }

@media only screen and (min-width: 1400px) { .modaal-video-container { padding-bottom: 0; height: 731px; } }
@media only screen and (max-width: 1140px) { .modaal-image .modaal-inner-wrapper { padding-left: 25px; padding-right: 25px; }
  .modaal-gallery-control { top: auto; bottom: 20px; transform: none; background: rgba(0, 0, 0, 0.7); }
  .modaal-gallery-control:before, .modaal-gallery-control:after { background: #fff; }
  .modaal-gallery-next { left: auto; right: 20px; }
  .modaal-gallery-prev { left: 20px; right: auto; } }
@media screen and (max-width: 900px) { .modaal-instagram iframe { width: 500px !important; } }
@media screen and (max-height: 1100px) { .modaal-instagram iframe { width: 700px !important; } }
@media screen and (max-height: 1000px) { .modaal-inner-wrapper { padding-top: 60px; padding-bottom: 60px; }
  .modaal-instagram iframe { width: 600px !important; } }
@media screen and (max-height: 900px) { .modaal-instagram iframe { width: 500px !important; }
  .modaal-video-container { max-width: 900px; max-height: 510px; } }
@media only screen and (max-width: 600px) { .modaal-instagram iframe { width: 280px !important; } }
@media only screen and (max-height: 820px) { .modaal-gallery-label { display: none; } }
.modaal-loading-spinner { background: none; position: absolute; width: 200px; height: 200px; top: 50%; left: 50%; margin: -100px 0 0 -100px; transform: scale(0.25); }

@-ms-keyframes modaal-loading-spinner { 0% { opacity: 1; -ms-transform: scale(1.5); -moz-transform: scale(1.5); -webkit-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5); }
  100% { opacity: .1; -ms-transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1); } }
@-moz-keyframes modaal-loading-spinner { 0% { opacity: 1; -ms-transform: scale(1.5); -moz-transform: scale(1.5); -webkit-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5); }
  100% { opacity: .1; -ms-transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1); } }
@-webkit-keyframes modaal-loading-spinner { 0% { opacity: 1; -ms-transform: scale(1.5); -moz-transform: scale(1.5); -webkit-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5); }
  100% { opacity: .1; -ms-transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1); } }
@-o-keyframes modaal-loading-spinner { 0% { opacity: 1; -ms-transform: scale(1.5); -moz-transform: scale(1.5); -webkit-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5); }
  100% { opacity: .1; -ms-transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1); } }
@keyframes modaal-loading-spinner { 0% { opacity: 1; -ms-transform: scale(1.5); -moz-transform: scale(1.5); -webkit-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5); }
  100% { opacity: .1; -ms-transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1); } }
.modaal-loading-spinner > div { width: 24px; height: 24px; margin-left: 4px; margin-top: 4px; position: absolute; }

.modaal-loading-spinner > div > div { width: 100%; height: 100%; border-radius: 15px; background: #fff; }

.modaal-loading-spinner > div:nth-of-type(1) > div { -ms-animation: modaal-loading-spinner 1s linear infinite; -moz-animation: modaal-loading-spinner 1s linear infinite; -webkit-animation: modaal-loading-spinner 1s linear infinite; -o-animation: modaal-loading-spinner 1s linear infinite; animation: modaal-loading-spinner 1s linear infinite; -ms-animation-delay: 0s; -moz-animation-delay: 0s; -webkit-animation-delay: 0s; -o-animation-delay: 0s; animation-delay: 0s; }

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div { -ms-animation: modaal-loading-spinner 1s linear infinite; -moz-animation: modaal-loading-spinner 1s linear infinite; -webkit-animation: modaal-loading-spinner 1s linear infinite; -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) { -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div { animation: modaal-loading-spinner 1s linear infinite; -ms-animation-delay: .12s; -moz-animation-delay: .12s; -webkit-animation-delay: .12s; -o-animation-delay: .12s; animation-delay: .12s; }

.modaal-loading-spinner > div:nth-of-type(2) { -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div { animation: modaal-loading-spinner 1s linear infinite; -ms-animation-delay: .25s; -moz-animation-delay: .25s; -webkit-animation-delay: .25s; -o-animation-delay: .25s; animation-delay: .25s; }

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div { -ms-animation: modaal-loading-spinner 1s linear infinite; -moz-animation: modaal-loading-spinner 1s linear infinite; -webkit-animation: modaal-loading-spinner 1s linear infinite; -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) { -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div { animation: modaal-loading-spinner 1s linear infinite; -ms-animation-delay: .37s; -moz-animation-delay: .37s; -webkit-animation-delay: .37s; -o-animation-delay: .37s; animation-delay: .37s; }

.modaal-loading-spinner > div:nth-of-type(4) { -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div { animation: modaal-loading-spinner 1s linear infinite; -ms-animation-delay: .5s; -moz-animation-delay: .5s; -webkit-animation-delay: .5s; -o-animation-delay: .5s; animation-delay: .5s; }

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div { -ms-animation: modaal-loading-spinner 1s linear infinite; -moz-animation: modaal-loading-spinner 1s linear infinite; -webkit-animation: modaal-loading-spinner 1s linear infinite; -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) { -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div { animation: modaal-loading-spinner 1s linear infinite; -ms-animation-delay: .62s; -moz-animation-delay: .62s; -webkit-animation-delay: .62s; -o-animation-delay: .62s; animation-delay: .62s; }

.modaal-loading-spinner > div:nth-of-type(6) { -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div { animation: modaal-loading-spinner 1s linear infinite; -ms-animation-delay: .75s; -moz-animation-delay: .75s; -webkit-animation-delay: .75s; -o-animation-delay: .75s; animation-delay: .75s; }

.modaal-loading-spinner > div:nth-of-type(7) { -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div { -ms-animation: modaal-loading-spinner 1s linear infinite; -moz-animation: modaal-loading-spinner 1s linear infinite; -webkit-animation: modaal-loading-spinner 1s linear infinite; -o-animation: modaal-loading-spinner 1s linear infinite; animation: modaal-loading-spinner 1s linear infinite; -ms-animation-delay: .87s; -moz-animation-delay: .87s; -webkit-animation-delay: .87s; -o-animation-delay: .87s; animation-delay: .87s; }

.modaal-loading-spinner > div:nth-of-type(8) { -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }

@font-face { font-family: "icons"; src: url("../fonts/icons.eot"); src: url("../fonts/icons.eot?#iefix") format("eot"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg"); }
.icon:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--alarmclock:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA01"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--arrow:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA02"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--balloon:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA03"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--bath:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA04"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--bed:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA05"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--bike:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA06"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--boat:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA07"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--bread:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA08"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--burger:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA09"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--bus:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA0A"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--cal:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA0B"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--call:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA0C"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--champagne:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA0D"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--check:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA0E"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--clock:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA0F"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--close:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA10"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--cocktail:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA11"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--coffee:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA12"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--coin:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA13"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--culture:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA14"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--deal:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA15"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--diamond:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA16"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--dining:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA17"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--dollar-o:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA18"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--down:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA19"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--drink:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA1A"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--eye:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA1B"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--family:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA1C"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--fb-square:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA1D"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--fb:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA1E"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--fire:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA1F"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--firework:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA20"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--fork:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA21"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--gift:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA22"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--globe:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA23"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--heart:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA24"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--hourglass:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA25"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--icn_28clock:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA26"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--icn_38down:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA27"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--icn_58pool:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA28"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--icn_60suitcase:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA29"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--icn_82fire:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA2A"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--icn_88clock:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA2B"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--insta:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA2C"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--kingbed:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA2D"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--left:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA2E"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--local:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA2F"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--logomark:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA30"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--love-envelope:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA31"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--luggage:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA32"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--luxury:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA33"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--mail:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA34"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--minus:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA35"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--newspaper:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA36"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--palm:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA37"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--passport:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA38"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--phone:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA39"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--pintrest:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA3A"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--plane:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA3B"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--planeglobe:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA3C"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--play:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA3D"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--plus:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA3E"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--pool:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA3F"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--qantas:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA40"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--right:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA41"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--rocking-horse:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA42"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--romance:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA43"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--search:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA44"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--selected:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA45"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--shopping:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA46"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--snorkel:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA47"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--star:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA48"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--star3:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA49"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--star4:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA4A"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--star5:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA4B"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--star5alt:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA4C"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--stars:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA4D"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--suitcase:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA4E"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--sun:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA4F"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--teddy:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA50"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--tennisball:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA51"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--timer:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA52"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--tour:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA53"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--towel:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA54"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--twitter:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA55"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--user:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA56"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--value:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA57"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--video:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA58"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.icon--wine:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA59"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }

/*
@import "../../../7travel-com-au-supplied/css/_components/alerts";
*/
button { border: none; outline: none; }

.btn { font-size: 14px; font-size: 1.4rem; display: inline-block; padding: 13px 30px 15px; text-align: center; }

.container { position: relative; }

.btn--back-to-top { background: #ec2027; background: linear-gradient(to right, #ec2027 0%, #bc3b95 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2027', endColorstr='#bc3b95', GradientType=1 ); color: #fff; font-weight: bold; padding: 10px 16px; display: inline-block; text-align: left; font-size: 14px; font-size: 1.4rem; line-height: 1.1em; border-radius: 5px; position: relative; padding-left: 40px; position: fixed; right: 30px; bottom: 30px; white-space: nowrap; width: 130px; text-align: center; opacity: 0; transition: ease-in-out 0.2s opacity; z-index: 20; cursor: pointer; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
@media (min-width: 1620px) { .btn--back-to-top { left: calc(((100vw - 1300px) / 2) + 1300px); right: auto; } }
.btn--back-to-top.active { opacity: 1; }
.btn--back-to-top.stuck { position: absolute; bottom: 0; right: 30px; }
@media (min-width: 1620px) { .btn--back-to-top.stuck { left: 100%; right: auto; } }
.btn--back-to-top:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA02"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; transform: rotate(-90deg); display: block; font-size: 10px; font-size: 1rem; margin-bottom: 0; position: absolute; left: 10px; top: 8px; border-radius: 100%; line-height: 20px; padding-left: 2px; text-align: center; vertical-align: middle; width: 20px; height: 20px; display: block; background: #fff; color: #e9183a; }

.btn--ghost { font-size: 14px; font-size: 1.4rem; font-weight: 700; font-family: "lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; background: #fff; border: 1px solid #d0d1d0; color: #424242; transition: border 300ms, background 300ms; }
html:not(.mobile):not(.tablet) .btn--ghost:hover, html:not(.mobile):not(.tablet) .btn--ghost:focus, .btn--ghost.on_press { border: 1px solid #424242; }
.btn--ghost-alt { background: none; border: 1px solid rgba(255, 255, 255, 0.5); color: #fff; }

.btn--dark { font-size: 14px; font-size: 1.4rem; font-weight: 700; font-family: "lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; background: #424242; color: #fff; transition: background 300ms; }
html:not(.mobile):not(.tablet) .btn--dark:hover, html:not(.mobile):not(.tablet) .btn--dark:focus, .btn--dark.on_press { background: #1c1c1c; }

.btn--white { font-size: 14px; font-size: 1.4rem; font-weight: 700; font-family: "lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; background: #fff; color: #2c2c2c; transition: background 300ms; }

.btn--grad { background: #ec2027; background: linear-gradient(to right, #ec2027 0%, #bc3b95 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2027', endColorstr='#bc3b95', GradientType=1 ); color: #fff; }

.btn--sm { font-size: 12px; font-size: 1.2rem; padding: 4px 14px; }

.btn--med { font-size: 12px; font-size: 1.2rem; padding: 10px 20px 11px; }

.btn--lge { font-size: 16px; font-size: 1.6rem; padding: 13px 50px 15px; }

.btn--grad-text { position: relative; }
.btn--grad-text span { position: relative; z-index: 5; background: -webkit-linear-gradient(right, #ec2027 0%, #bc3b95 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; color: #cb3272; }
.btn--grad-text:after { background: #ec2027; background: linear-gradient(to right, #ec2027 0%, #bc3b95 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2027', endColorstr='#bc3b95', GradientType=1 ); position: absolute; top: 0; right: 0; bottom: 0; left: 0; transition: opacity 300ms; opacity: 0; content: ""; }
html:not(.mobile):not(.tablet) .btn--grad-text:hover:after, html:not(.mobile):not(.tablet) .btn--grad-text:focus:after, .btn--grad-text.on_press:after { opacity: 1; }
html:not(.mobile):not(.tablet) .btn--grad-text:hover span, html:not(.mobile):not(.tablet) .btn--grad-text:focus span, .btn--grad-text.on_press span { background-image: none; color: #fff; -webkit-text-fill-color: #fff; }

.btn--view { font-weight: 700; border-radius: 2px; border: 1px solid #e8e8e8; cursor: pointer; transition: border 300ms, background 300ms; padding: 4px 25px 4px 14px; position: relative; }
.btn--view:after { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA02"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; font-family: "Icons"; display: inline-block; vertical-align: middle; line-height: 1; font-weight: normal; font-style: normal; speak: none; text-decoration: inherit; text-transform: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 7px; margin: 0 0 0 7px; color: #d2228f; position: absolute; top: 9px; transition: transform 300ms, color 300ms; }
.btn--view .icon { background: -webkit-linear-gradient(right, #ec2027 0%, #bc3b95 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; color: #cb3272; }
html:not(.mobile):not(.tablet) .btn--view:hover, html:not(.mobile):not(.tablet) .btn--view:focus, .btn--view.on_press { border-color: #ee1887; }
html:not(.mobile):not(.tablet) .btn--view:hover:after, html:not(.mobile):not(.tablet) .btn--view:focus:after, .btn--view.on_press:after { transform: translateX(3px); color: #fff; }

.btn--more { font-size: 13px; font-size: 1.3rem; font-weight: 700; position: relative; background: none; transition: border 300ms; border-radius: 40px; border: 1px solid #e4e4e4; color: #353535; padding: 9px 40px 9px 20px; }
.btn--more span:after { position: absolute; font-size: 7px; top: calc(50% - 3px); font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA02"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; right: 20px; transition: transform 300ms; color: #e9183a; }
html:not(.mobile):not(.tablet) .btn--more:hover, html:not(.mobile):not(.tablet) .btn--more:focus, .btn--more.on_press { border-color: #bebebe; }
html:not(.mobile):not(.tablet) .btn--more:hover span:after, html:not(.mobile):not(.tablet) .btn--more:focus span:after, .btn--more.on_press span:after { transform: translateX(3px); }
.btn--more.btn--ghost { border: 1px solid rgba(255, 255, 255, 0.2); color: #fff; }
.btn--more.btn--ghost span:after { color: #fff; }
html:not(.mobile):not(.tablet) .btn--more.btn--ghost:hover, html:not(.mobile):not(.tablet) .btn--more.btn--ghost:focus, .btn--more.btn--ghost.on_press { border-color: #fff; }

.btn--account { font-weight: 600; font-size: 14px; font-size: 1.4rem; background: #484848; border-radius: 2px; color: #fff; min-width: 160px; transition: background 300ms; padding: 10px 30px 11px; }
.btn--account:disabled { background: #e0e0e0; color: #9e9e9e; }
html:not(.mobile):not(.tablet) .btn--account:not(:disabled):hover, html:not(.mobile):not(.tablet) .btn--account:not(:disabled):focus, .btn--account:not(:disabled).on_press { background: #151515; }
.btn--account.btn--lge { font-size: 16px; font-size: 1.6rem; padding: 13px 50px 15px; }

.btn--show-more { font-size: 14px; font-size: 1.4rem; font-weight: 700; transition: border 300ms, color 300ms; border-radius: 40px; border: 2px solid #e4e4e4; color: #353535; padding: 9px 20px; background: #fff; }
html:not(.mobile):not(.tablet) .btn--show-more:hover, html:not(.mobile):not(.tablet) .btn--show-more:focus, .btn--show-more.on_press { border-color: #dd107a; color: #dd107a; }

.btn--cta { font-size: 18px; font-size: 1.8rem; font-weight: 700; position: relative; padding: 13px 20px; color: #fff; border-radius: 50px; width: 75%; max-width: 275px; }
.btn--cta span { position: relative; z-index: 10; }
.btn--cta:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; transition: opacity 300ms; opacity: 0; z-index: 5; border-radius: 50px; background: #e51a59; content: ""; }
html:not(.mobile):not(.tablet) .btn--cta:hover:after, html:not(.mobile):not(.tablet) .btn--cta:focus:after, .btn--cta.on_press:after { opacity: 1; }

.btn--cta.grad-bg:disabled, .btn--cta.grad-bg[disabled] { color: #f3f3f3; background: #737373; pointer-events: none; }
html:not(.mobile):not(.tablet) .btn--cta.grad-bg:disabled:hover:after, html:not(.mobile):not(.tablet) .btn--cta.grad-bg:disabled:focus:after, .btn--cta.grad-bg:disabled.on_press:after, html:not(.mobile):not(.tablet) .btn--cta.grad-bg[disabled]:hover:after, html:not(.mobile):not(.tablet) .btn--cta.grad-bg[disabled]:focus:after, .btn--cta.grad-bg[disabled].on_press:after { opacity: 0; }

.btn--cta-ghost { font-size: 16px; font-size: 1.6rem; font-weight: 700; position: relative; border: 1px solid #e4e4e4; padding: 13px 20px; color: #5c5a65; border-radius: 50px; transition: border 300ms, color 300ms; }
html:not(.mobile):not(.tablet) .btn--cta-ghost:hover, html:not(.mobile):not(.tablet) .btn--cta-ghost:focus, .btn--cta-ghost.on_press { border-color: #e51a59; color: #e51a59; }

.btn--submit { font-size: 18px; font-size: 1.8rem; position: relative; width: 100%; color: #fff; transition: background 300ms; padding: 22px 15px; border-radius: 2px; }
@media (max-width: 700px) { .btn--submit { padding: 12px 15px; } }
.btn--submit.btn--blk { background: #18161c; }
html:not(.mobile):not(.tablet) .btn--submit.btn--blk:hover, html:not(.mobile):not(.tablet) .btn--submit.btn--blk:focus, .btn--submit.btn--blk.on_press { background: #302c39; }
.btn--submit.grad-bg { font-weight: 700; border-radius: 3px; padding: 17px 15px; }
.btn--submit.grad-bg span { position: relative; z-index: 10; }
.btn--submit.grad-bg:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; transition: opacity 300ms; opacity: 0; z-index: 5; border-radius: 3px; background: #e51a59; content: ""; }
html:not(.mobile):not(.tablet) .btn--submit.grad-bg:hover:after, html:not(.mobile):not(.tablet) .btn--submit.grad-bg:focus:after, .btn--submit.grad-bg.on_press:after { opacity: 1; }

.btn--fb-login { font-weight: 400; font-size: 20px; font-size: 2rem; position: relative; border-radius: 2px; background: #3a5899; padding: 20px 15px 20px 90px; color: #fff; display: block; width: 100%; text-align: left; transition: background 300ms; }
html:not(.mobile):not(.tablet) .btn--fb-login:hover, html:not(.mobile):not(.tablet) .btn--fb-login:focus, .btn--fb-login.on_press { background: #2c4374; }
.btn--fb-login:before { position: absolute; left: 15px; top: 14px; font-size: 40px; color: #fff; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA1E"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.btn--fb-login:after { position: absolute; width: 1px; height: 100%; background: #5977b8; left: 70px; top: 0; content: ""; }
@media (max-width: 500px) { .btn--fb-login { font-size: 14px; font-size: 1.4rem; padding: 16px 15px 15px 70px; }
  .btn--fb-login:before { top: 10px; font-size: 30px; }
  .btn--fb-login:after { left: 60px; } }

.grad-bg { background: #ec2027; background: linear-gradient(to right, #ec2027 0%, #bc3b95 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2027', endColorstr='#bc3b95', GradientType=1 ); color: #fff; }
.grad-bg > a { color: #fff; }

.link { position: relative; display: inline-block; }

.link--call:before { position: relative; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA39"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; font-size: 12px; margin: 0 5px; top: 2px; }

.link-wrapper { position: relative; }
.link-wrapper__reveal { position: absolute; right: -3px; top: -1px; z-index: 5; cursor: pointer; }

.link--user { font-size: 12px; font-size: 1.2rem; position: relative; color: #424242; padding: 0 25px 0 30px; background: none; white-space: nowrap; }
@media (min-width: 1001px) { .link--user { font-size: 14px; font-size: 1.4rem; padding-left: 38px; } }
.link--user:before { position: absolute; left: 0; top: -2px; color: #acacac; font-size: 20px; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA56"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; margin: 0 15px 0 0; }
@media (min-width: 1001px) { .link--user:before { font-size: 30px; top: -6px; } }
.link--user:after { position: absolute; right: 0; top: 5px; font-size: 8px; color: #c1c1c1; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA19"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; transition: transform 300ms; }
@media (min-width: 1001px) { .link--user:after { top: 8px; } }
html:not(.mobile):not(.tablet) .link--user:hover, html:not(.mobile):not(.tablet) .link--user:focus, .link--user.on_press { color: #e51a59; }
.link--user.is--active:after { transform: rotate(180deg); }

/*
@import "../../../7travel-com-au-supplied/css/_components/forms";
@import "../../../7travel-com-au-supplied/css/_components/hamburger";
*/
.social-links { margin: 0; padding: 0; list-style: none; }
.social-links li { display: inline-block; }
.social-links li:not(:first-child) a { margin: 0 0 0 15px; }
.social-links span.hidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px !important; overflow: hidden; padding: 0; position: absolute !important; width: 1px; }
.social-links a { position: relative; float: left; width: 33px; height: 33px; }
.social-links a:before { font-family: "Icons"; display: inline-block; vertical-align: middle; line-height: 1; font-weight: normal; font-style: normal; speak: none; text-decoration: inherit; text-transform: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; font-size: 33px; left: 0; top: 0; color: #4f4e50; transition: color 200ms; }
html:not(.mobile):not(.tablet) .social-links a:hover:before, html:not(.mobile):not(.tablet) .social-links a:focus:before, .social-links a.on_press:before { color: #fff; }
.social-links__facebook:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA1E"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.social-links__instagram:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA2C"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.social-links__twitter:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA55"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.social-links__mail:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA34"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }

.social-share { margin: 0; padding: 0; list-style: none; }
.social-share li { display: inline-block; margin: 0; }
.social-share li:not(:first-child) a { margin: 0 0 0 10px; }
.social-share span { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px !important; overflow: hidden; padding: 0; position: absolute !important; width: 1px; }
.social-share p { display: inline-block; }
.social-share a { position: relative; float: left; width: 20px; height: 20px; transition: opacity 200ms; }
.social-share a:before { font-family: "Icons"; display: inline-block; vertical-align: middle; line-height: 1; font-weight: normal; font-style: normal; speak: none; text-decoration: inherit; text-transform: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; font-size: 20px; left: 0; top: 0; transition: color 200ms; }
html:not(.mobile):not(.tablet) .social-share a:hover, html:not(.mobile):not(.tablet) .social-share a:focus, .social-share a.on_press { opacity: 0.6; }
.social-share__facebook:before { color: #3a5899; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA1D"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.social-share__pintrest:before { color: #c91f27; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA3A"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.social-share__twitter:before { color: #3cc6f4; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA55"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
.social-share__mail:before { background: -webkit-linear-gradient(right, #ec2027 0%, #bc3b95 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; color: #cb3272; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA34"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }

/*
@import "../../../7travel-com-au-supplied/css/_components/panels";
@import "../../../7travel-com-au-supplied/css/_components/sliders";
@import "../../../7travel-com-au-supplied/css/_components/sliders--hero";
@import "../../../7travel-com-au-supplied/css/_components/search";
@import "../../../7travel-com-au-supplied/css/_components/video";
@import "../../../7travel-com-au-supplied/css/_components/cards";
@import "../../../7travel-com-au-supplied/css/_components/card--package";
@import "../../../7travel-com-au-supplied/css/_components/card--article";
@import "../../../7travel-com-au-supplied/css/_components/card--destination";
@import "../../../7travel-com-au-supplied/css/_components/card--instagram";
@import "../../../7travel-com-au-supplied/css/_components/card--page";
@import "../../../7travel-com-au-supplied/css/_components/card--lge";
*/
.panel--subscribe .container, .panel--subscribe-alt .container { display: flex; justify-content: space-between; }
.panel--subscribe .panel__title, .panel--subscribe-alt .panel__title { width: calc(65% - 60px); display: flex; line-height: 1.6; }
.panel--subscribe .subscribe-form, .panel--subscribe-alt .subscribe-form { display: flex; justify-content: space-between; width: 35%; min-width: 275px; margin-left: auto; }
.panel--subscribe label:not(.error), .panel--subscribe-alt label:not(.error) { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px !important; overflow: hidden; padding: 0; position: absolute !important; width: 1px; }
.panel--subscribe .subscribe-form__field, .panel--subscribe-alt .subscribe-form__field { display: flex; position: relative; width: 100%; }
.panel--subscribe input, .panel--subscribe-alt input { font-size: 16px; font-size: 1.6rem; border: 1px solid #e8e8e8; border-right: 0; height: 45px; background: #fafafa; color: #fff; padding: 0 20px; line-height: 45px; border-radius: 3px 0 0 3px; color: #686868; transition: background 200ms; width: calc(100% - 100px); display: inline-block; }
.panel--subscribe input::-webkit-input-placeholder, .panel--subscribe-alt input::-webkit-input-placeholder { color: #686868; transition: color 200ms; }
.panel--subscribe input:-moz-placeholder, .panel--subscribe-alt input:-moz-placeholder { color: #686868; transition: color 200ms; }
.panel--subscribe input::-moz-placeholder, .panel--subscribe-alt input::-moz-placeholder { color: #686868; transition: color 200ms; }
.panel--subscribe input:-ms-input-placeholder, .panel--subscribe-alt input:-ms-input-placeholder { color: #686868; transition: color 200ms; }
.panel--subscribe input:focus::-webkit-input-placeholder, .panel--subscribe-alt input:focus::-webkit-input-placeholder { color: rgba(104, 104, 104, 0.5); }
.panel--subscribe input:focus:-moz-placeholder, .panel--subscribe-alt input:focus:-moz-placeholder { color: rgba(104, 104, 104, 0.5); }
.panel--subscribe input:focus::-moz-placeholder, .panel--subscribe-alt input:focus::-moz-placeholder { color: rgba(104, 104, 104, 0.5); }
.panel--subscribe input:focus:-ms-input-placeholder, .panel--subscribe-alt input:focus:-ms-input-placeholder { color: rgba(104, 104, 104, 0.5); }
.panel--subscribe input:focus, .panel--subscribe-alt input:focus { background: #fff; }
.panel--subscribe button, .panel--subscribe-alt button { font-weight: 700; position: relative; height: 45px; border-radius: 0 3px 3px 0; color: #fff; padding: 0 12px; width: 100px; display: inline-block; }
.panel--subscribe button span, .panel--subscribe-alt button span { position: relative; z-index: 5; }
.panel--subscribe button:after, .panel--subscribe-alt button:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; transition: opacity 200ms; opacity: 0; z-index: 0; background: #ad0d60; border-radius: 0 3px 3px 0; content: ''; }
html:not(.mobile):not(.tablet) .panel--subscribe button:hover:after, html:not(.mobile):not(.tablet) .panel--subscribe button:focus:after, .panel--subscribe button.on_press:after, html:not(.mobile):not(.tablet) .panel--subscribe-alt button:hover:after, html:not(.mobile):not(.tablet) .panel--subscribe-alt button:focus:after, .panel--subscribe-alt button.on_press:after { opacity: 1; }
@media (max-width: 750px) { .panel--subscribe .container, .panel--subscribe-alt .container { display: block; }
  .panel--subscribe .panel__title, .panel--subscribe-alt .panel__title { width: 100%; text-align: center; margin: 0 0 30px 0; }
  .panel--subscribe .panel__title span, .panel--subscribe-alt .panel__title span { width: 100%; }
  .panel--subscribe .subscribe-form, .panel--subscribe-alt .subscribe-form { margin: 0 auto; width: 100%; max-width: 400px; } }

.panel--subscribe .panel__title { font-weight: 400; font-size: 15px; }
@media screen and (min-width: 700px) { .panel--subscribe .panel__title { font-size: calc(15px + 7 * (100vw - 700px) / 800); } }
@media screen and (min-width: 1500px) { .panel--subscribe .panel__title { font-size: 22px; } }
.panel--subscribe .subscribe-form__field { align-items: center; }

.panel--subscribe-alt .panel__title { font-size: 14px; font-size: 1.4rem; font-weight: 600; color: #606060; flex-direction: column; width: 260px; }
.panel--subscribe-alt .logo-small-color { width: 185px; height: 25px; display: block; margin: 0 0 10px 0; }
.panel--subscribe-alt .subscribe-form { width: 100%; min-width: 275px; max-width: 600px; margin-left: auto; }
.panel--subscribe-alt input { background: #fff; }
@media (max-width: 1000px) { .panel--subscribe-alt .subscribe-form { max-width: calc(100% - 300px); } }
@media (max-width: 750px) { .panel--subscribe-alt .logo-small-color { margin: 0 auto 10px; } }

/*
@import "../../../7travel-com-au-supplied/css/_components/pills";
@import "../../../7travel-com-au-supplied/css/_components/tabs";
@import "../../../7travel-com-au-supplied/css/_components/tel-link";
*/
#modal-sign-in-up { display: none; }

.modal-sign-in-up .modaal-content-container { padding: 0; }

.modal__outer { text-align: center; min-height: 636px; }
.modal__outer .logo { max-width: 200px; margin: 0 auto 30px; }
.modal__outer .modal__content { background: #fff; text-align: left; }
.modal__outer .modal__content p a { color: #8b8b8b; border-bottom: 1px solid currentColor; }
html:not(.mobile):not(.tablet) .modal__outer .modal__content p a:hover, html:not(.mobile):not(.tablet) .modal__outer .modal__content p a:focus, .modal__outer .modal__content p a.on_press { color: #e51a59; }
.modal__outer .form__footer a { font-size: 13px; font-size: 1.3rem; color: #8b8b8b; border-bottom: 1px solid currentColor; margin: 15px auto 0 0; }
html:not(.mobile):not(.tablet) .modal__outer .form__footer a:hover, html:not(.mobile):not(.tablet) .modal__outer .form__footer a:focus, .modal__outer .form__footer a.on_press { color: #e51a59; }
.modal__outer .modal__section { position: relative; padding: 45px 30px; }
.modal__outer .form__field { position: relative; margin: 0 0 25px 0; }
.modal__outer label { font-size: 14px; font-size: 1.4rem; font-family: "lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 700; color: #444; text-transform: uppercase; letter-spacing: 0.2em; font-size: 12px; font-size: 1.2rem; margin: 0 0 10px 0; display: block; line-height: 1; }
.modal__outer input[type="text"], .modal__outer input[type="email"], .modal__outer input[type="number"], .modal__outer input[type="password"] { font-size: 16px; font-size: 1.6rem; width: 100%; height: 40px; line-height: 40px; color: #363636; background: #fff; padding: 0 15px; border-radius: 2px; border: 1px solid #c9c9c9; transition: border 200ms; color: #353535; }
.modal__outer input[type="text"]:focus, .modal__outer input[type="email"]:focus, .modal__outer input[type="number"]:focus, .modal__outer input[type="password"]:focus { border-color: #969696; }
.modal__outer input[type="text"].error, .modal__outer input[type="email"].error, .modal__outer input[type="number"].error, .modal__outer input[type="password"].error { border-color: #e8173c; }
.modal__outer input[type="number"] { -moz-appearance: textfield; }
.modal__outer input[type=number]::-webkit-inner-spin-button, .modal__outer input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.modal__outer .gigya-error-msg { position: absolute; right: 0; margin: 5px 0 0 0; color: #e51a59; }
.modal__outer .gigya-error-msg ul { list-style: none; margin: 0; padding: 0; }
.modal__outer .gigya-error-display { left: 0; right: 0; margin-left: auto; margin-right: auto; text-align: center; margin-bottom: 20px; }
.modal__outer .gigya-error-display .gigya-error-msg { position: relative; right: auto; color: #e51a59; }
.modal__outer .form__toggle-password { font-size: 14px; font-size: 1.4rem; font-family: "lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 700; color: #444; text-transform: uppercase; letter-spacing: 0.2em; font-size: 11px; font-size: 1.1rem; letter-spacing: 0; position: absolute; color: #ababab; right: 0; top: 0; cursor: pointer; transition: color 200ms; }
html:not(.mobile):not(.tablet) .modal__outer .form__toggle-password:hover, html:not(.mobile):not(.tablet) .modal__outer .form__toggle-password:focus, .modal__outer .form__toggle-password.on_press { color: #858585; }
.modal__outer .form__footer { display: flex; flex-direction: row-reverse; align-items: flex-start; }
.modal__outer .btn--account { font-size: 16px; font-size: 1.6rem; padding: 9px 55px; }
.modal__outer #gigya-reset-password p, .modal__outer #gigya-link-account-screen p { font-size: 15px; font-size: 1.5rem; color: #6d6d6d; margin: 0 0 15px 0; }
@media (max-width: 600px) { .modal__outer .modal__section { padding: 40px 20px; } }
@media (max-width: 500px) { .modal__outer .form__footer { flex-direction: column; align-items: center; text-align: center; }
  .modal__outer .form__footer a { margin: 10px auto 0; display: inline-block; } }

.modal__tabs { font-weight: 600; font-size: 16px; text-align: center; }
@media screen and (min-width: 800px) { .modal__tabs { font-size: calc(16px + 2 * (100vw - 800px) / 700); } }
@media screen and (min-width: 1500px) { .modal__tabs { font-size: 18px; } }
.modal__tabs ul { display: flex; }
.modal__tabs li { flex-basis: auto; width: 50%; }
.modal__tabs a { display: block; padding: 17px 15px; background: #d8d8d8; transition: background 200ms; }
.modal__tabs a.is-active { background: #fff; }
.modal__tabs a.is-active span { background: -webkit-linear-gradient(right, #ec2027 0%, #bc3b95 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; color: #cb3272; }
.modal__tabs a:not(.is-active) { color: #373737; }
html:not(.mobile):not(.tablet) .modal__tabs a:not(.is-active):hover, html:not(.mobile):not(.tablet) .modal__tabs a:not(.is-active):focus, .modal__tabs a:not(.is-active).on_press { background: #e5e5e5; }

.modal__outer--login.modal__content { width: 100%; max-width: 460px; margin: 0 auto; }
.modal__outer--login .modal__section:last-child { border-top: 1px solid #e3e3e3; padding-bottom: 60px; }
.modal__outer--login .modal__section:last-child p:not(.label) { left: 0; right: 0; margin-left: auto; margin-right: auto; font-size: 14px; font-size: 1.4rem; position: absolute; top: -15px; padding: 5px 30px; background: #fff; color: #8b8b8b; }
@media (max-width: 600px) { .modal__outer--login .modal__section:last-child { padding-bottom: 40px; }
  .modal__outer--login .btn--account { width: 100%; } }

.modal__outer--signup.modal__content { width: 100%; max-width: 460px; margin: 0 auto; }
.modal__outer--signup .modal__section--intro { font-size: 15px; font-size: 1.5rem; padding: 30px; border-bottom: 1px solid #e3e3e3; text-align: center; color: #6d6d6d; }
.modal__outer--signup .modal__section--intro p, .modal__outer--signup .modal__section--intro h1, .modal__outer--signup .modal__section--intro h2, .modal__outer--signup .modal__section--intro h3, .modal__outer--signup .modal__section--intro h4, .modal__outer--signup .modal__section--intro h5, .modal__outer--signup .modal__section--intro h6 { width: 100%; max-width: 350px; margin: 0 auto; }
.modal__outer--signup .modal__section--intro h1, .modal__outer--signup .modal__section--intro h2, .modal__outer--signup .modal__section--intro h3, .modal__outer--signup .modal__section--intro h4, .modal__outer--signup .modal__section--intro h5, .modal__outer--signup .modal__section--intro h6 { color: #dd107a; }
.modal__outer--signup .modal__section:last-child { border-top: 1px solid #e3e3e3; padding-bottom: 40px; }
.modal__outer--signup p.label { font-size: 14px; font-size: 1.4rem; font-family: "lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 700; color: #444; text-transform: uppercase; letter-spacing: 0.2em; font-size: 12px; font-size: 1.2rem; margin: 0 0 10px 0; display: block; line-height: 1; }
.modal__outer--signup .btn--account { font-size: 16px; font-size: 1.6rem; height: 40px; width: 140px; min-width: 0; padding: 5px 20px; margin: 0 0 31px 0; align-self: flex-end; }
.modal__outer--signup .form__field-wrap { margin-bottom: 5px; }
@media (min-width: 650px) { .modal__outer--signup .form__field-wrap { display: flex; justify-content: space-between; } }
.modal__outer--signup .form__field-wrap .form__field--show-password { width: calc(100% - 160px); }
.modal__outer--signup .form__footer { font-size: 11px; font-size: 1.1rem; text-align: center; color: #6d6d6d; line-height: 1.8; margin: 20px 0 10px; }
.modal__outer--signup .form__footer a { font-size: 11px; font-size: 1.1rem; }
.modal__outer--signup .form__password.gigya-error { margin-bottom: 0 !important; }
.modal__outer--signup .form__toggle-password + .gigya-error-msg { position: relative; }
@media (max-width: 600px) { .modal__outer--signup .form__field-wrap { flex-direction: column; }
  .modal__outer--signup .form__field-wrap .form__field--show-password { width: 100%; }
  .modal__outer--signup .btn--account { width: 100%; } }

.modal__outer--details.modal__content { width: 100%; max-width: 460px; margin: 0 auto; }
.modal__outer--details .modal__section { padding: 30px 25px; }
.modal__outer--details .modal__section:last-child { padding-bottom: 45px; }
.modal__outer--details .modal__title { font-size: 16px; margin: 0 0 10px 0; text-align: center; color: #fff; }
@media screen and (min-width: 800px) { .modal__outer--details .modal__title { font-size: calc(16px + 6 * (100vw - 800px) / 700); } }
@media screen and (min-width: 1500px) { .modal__outer--details .modal__title { font-size: 22px; } }
.modal__outer--details .modal__title + p { font-size: 14px; font-size: 1.4rem; color: #6d6d6d; text-align: center; margin: 0 0 20px 0; }
.modal__outer--details .form__field, .modal__outer--details .form-group { position: relative; display: flex; justify-content: space-between; margin: 0 0 15px 0; width: 100%; }
.modal__outer--details .form-group { margin: 0; }
.modal__outer--details .form__field:last-of-type .form-group__title { margin-top: 10px; }
.modal__outer--details label, .modal__outer--details .form-group__title { font-size: 14px; font-size: 1.4rem; font-family: "lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 700; color: #444; text-transform: uppercase; letter-spacing: 0.2em; font-size: 12px; font-size: 1.2rem; width: 140px; color: #3e3e3e; padding: 13px 0 0 0; display: inline-block; }
.modal__outer--details .form-group__title { padding: 0; }
.modal__outer--details label:not(.ui-hidden) + input[type="text"], .modal__outer--details label:not(.ui-hidden) + input[type="email"], .modal__outer--details label:not(.ui-hidden) + input[type="number"], .modal__outer--details label:not(.ui-hidden) + input[type="password"], .modal__outer--details label:not(.ui-hidden) + .form-group__inner, .modal__outer--details label:not(.ui-hidden) + .select-wrapper { width: calc(100% - 140px); }
.modal__outer--details .form-group__inner label { width: auto; display: inline; }
.modal__outer--details .form-group__inner input[type="text"] { width: 32%; }
.modal__outer--details .select--styled { font-size: 14px; font-size: 1.4rem; font-weight: 400; overflow: hidden; border-radius: 2px; border: 1px solid #c9c9c9; width: 100%; padding: 0 15px; height: 40px; position: relative; background: #fff; background-image: url(../img/ui/select-arrow-red.svg); background: url(../img/ui/select-arrow-red.svg) center right 20px, linear-gradient(to bottom, white 70%, #f7f7f7 100%); background-repeat: no-repeat; cursor: pointer; transition: border 200ms; width: 100%; }
.modal__outer--details .select--styled select { width: 125%; background-color: transparent; background-image: none; -webkit-appearance: none; border: none; box-shadow: none; outline: none; height: 40px; }
.modal__outer--details .form__footer { flex-direction: column; align-items: center; margin: 20px 0 0 0; }
.modal__outer--details .form__footer .btn { width: 100%; max-width: 260px; }
.modal__outer--details .form__footer .link { margin: 15px auto 0; }
.modal__outer--details .gigya-error { margin-bottom: 10px; }
.modal__outer--details .gigya-error-msg { top: 40px; }
.modal__outer--details .form__field--radio .gigya-error-msg { top: 25px; }
.modal__outer--details .form__field--radio input[type="radio"] + label { display: inline-block; margin: 0 10px 0 0; }
.modal__outer--details .form__field--dob .gigya-error-msg { top: 35px; right: 70px; }
.modal__outer--details .form__field--dob .form-group__inner { display: flex; justify-content: space-between; }
.modal__outer--details .form__field--dob .select--styled { padding: 0; background: url(../img/ui/select-arrow-red.svg) center right 10px, linear-gradient(to bottom, white 70%, #f7f7f7 100%); background-repeat: no-repeat; }
.modal__outer--details .form__field--dob .select--styled select { padding: 0 15px; width: calc(100% + 50px); }
.modal__outer--details .form__field--dob .select--styled:nth-of-type(2), .modal__outer--details .form__field--dob .select--styled:nth-of-type(3) { margin-left: 10px; }
@media (max-width: 650px) { .modal__outer--details .form__field--dob .form-group__inner { width: 100%; }
  .modal__outer--details .form__field--dob .form-group__title { margin-bottom: 10px; } }
@media (max-width: 500px) { .modal__outer--details .form__field, .modal__outer--details .form-group { display: block; margin: 0 0 15px 0; }
  .modal__outer--details input[type="text"], .modal__outer--details input[type="email"], .modal__outer--details input[type="number"], .modal__outer--details input[type="password"], .modal__outer--details .form-group__inner, .modal__outer--details .select-wrapper { width: 100%; }
  .modal__outer--details .form-group__title { margin: 0 0 10px 0; padding: 13px 0 0 0; }
  .modal__outer--details .form__field--dob .gigya-error-msg { top: 75px; right: auto; left: 0; }
  .modal__outer--details .gigya-error-msg { top: 75px; }
  .modal__outer--details .form__field--radio .gigya-error-msg { top: 62px; right: auto; left: 0; } }
@media (max-width: 400px) { .modal__outer--details .form__field--dob .select--styled:nth-of-type(2), .modal__outer--details .form__field--dob .select--styled:nth-of-type(3) { margin-left: 5px; } }
@media (max-width: 350px) { .modal__outer--details input[type="radio"] + label { margin: 0 10px 0 0; } }

.modal__outer--see .modal__content { width: 100%; max-width: 460px; margin: 0 auto; }
.modal__outer--see .modal__section { padding: 30px 25px; }
.modal__outer--see .modal__title { font-size: 16px; margin: 0 0 10px 0; text-align: center; color: #fff; }
@media screen and (min-width: 800px) { .modal__outer--see .modal__title { font-size: calc(16px + 6 * (100vw - 800px) / 700); } }
@media screen and (min-width: 1500px) { .modal__outer--see .modal__title { font-size: 22px; } }
.modal__outer--see .modal__title + p { font-size: 14px; font-size: 1.4rem; color: #6d6d6d; text-align: center; margin: 0 0 20px 0; }
.modal__outer--see .form__field { margin: 0 0 15px 0; }
.modal__outer--see .form-group__title { font-size: 14px; font-size: 1.4rem; font-family: "lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 700; color: #444; text-transform: uppercase; letter-spacing: 0.2em; font-size: 12px; font-size: 1.2rem; width: 140px; color: #3e3e3e; padding: 0; display: block; margin: 0 0 10px 0; }
.modal__outer--see .form-group__inner { display: -ms-flexbox; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; margin-left: -5px; display: flex; flex-wrap: wrap; }
.modal__outer--see .form-group__inner .form-group__item { padding-left: 5px; width: 33.3333333333%; margin-bottom: 5px; }
.modal__outer--see input[type="checkbox"] + label { font-weight: 600; font-size: 13px; font-size: 1.3rem; position: relative; text-transform: none; letter-spacing: normal; cursor: pointer; margin: 0; padding: 0; }
.modal__outer--see input[type="checkbox"] + label:before, .modal__outer--see input[type="checkbox"] + label:after { content: none; }
.modal__outer--see input[type="checkbox"] + label span { display: block; color: #3e3e3e; border: 1px solid #d1d1d1; border-radius: 3px; background: #f8f8f8; transition: color 200ms, background 200ms, border 200ms, box-shadow 200ms; padding: 13px 5px; text-align: center; }
html:not(.mobile):not(.tablet) .modal__outer--see input[type="checkbox"] + label:hover span, html:not(.mobile):not(.tablet) .modal__outer--see input[type="checkbox"] + label:focus span, .modal__outer--see input[type="checkbox"] + label.on_press span { border-color: #ababab; }
.modal__outer--see input[type="checkbox"]:checked + label span { background: #ec2027; background: linear-gradient(to right, #ec2027 0%, #bc3b95 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2027', endColorstr='#bc3b95', GradientType=1 ); border: 1px solid #b82869; color: #fff; box-shadow: inset 0 0 0 1px #b82869; }
.modal__outer--see .form__footer { flex-direction: column; align-items: center; margin: 10px 0 0 0; }
.modal__outer--see .form__footer .btn { width: 100%; max-width: 260px; }
.modal__outer--see .form__footer .link { margin: 15px auto 0; }
@media (max-width: 500px) { .modal__outer--see .form-group__inner { display: -ms-flexbox; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; margin-left: -5px; }
  .modal__outer--see .form-group__inner .form-group__item { padding-left: 5px; width: 50%; margin-bottom: 5px; } }

#gigya-modal-container { width: 100%; max-width: 460px; margin: 0 auto; }

.gigya-loginID-availability { position: absolute; right: 10px; top: 12px; }
@media (max-width: 400px) { .gigya-loginID-availability { font-size: 9px !important; } }

.gigya-screen .gigya-terms-error, .gigya-screen input.gigya-error, .gigya-screen input[type=email].gigya-error, .gigya-screen input[type=password].gigya-error, .gigya-screen input[type=text].gigya-error, .gigya-screen select.gigya-error { border-color: #e8173c !important; padding: 0 15px !important; }

.modal__outer { padding: 20px 14px; background: #ec2027; background: linear-gradient(to right, #ec2027 0%, #bc3b95 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2027', endColorstr='#bc3b95', GradientType=1 ); border-radius: 5px; min-height: 0; }
.modal__outer #gigya-modal-container_content { box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.38); }
.modal__outer .modal__section { padding: 33px 30px 29px; }
.modal__outer .modal__section:last-child { padding: 20px 30px; }
.modal__outer .modal__note { text-align: center; margin-bottom: 15px; }
.modal__outer .gigya-screen .gigya-error-msg.gigya-error-msg-active { position: relative; }
.modal__outer .gigya-error-msg { left: 0; right: auto; }
.modal__outer .form__field-wrap { margin-bottom: 10px; }
@media (min-width: 650px) { .modal__outer .form__field-wrap { display: flex; justify-content: flex-start; } }
.modal__outer .form__field-wrap .form__field--show-password, .modal__outer .form__field-wrap .form__field { width: auto; flex-grow: 1; }
.modal__outer .form__field-wrap .form__field--show-password input, .modal__outer .form__field-wrap .form__field input { border-radius: 0; }
.modal__outer .form__field-wrap .form__field { margin-bottom: 0; }
.modal__outer .form__field-wrap .form__field:first-of-type input { border-radius: 2px 2px 0 0; }
@media (min-width: 650px) { .modal__outer .form__field-wrap .form__field:first-of-type input { border-radius: 2px 0 0 2px; } }
.modal__outer .form__field-wrap .form__field:last-of-type input { border-radius: 0 0 2px 2px; }
@media (min-width: 650px) { .modal__outer .form__field-wrap .form__field:last-of-type input { border-radius: 0 2px 2px 0; } }
.modal__outer .form__field-wrap .form__field:last-of-type:first-of-type input { border-radius: 2px; }
.modal__outer .form__field-wrap .form__field + .form__field input { margin-top: -1px; }
@media (min-width: 650px) { .modal__outer .form__field-wrap .form__field + .form__field input { margin-top: 0; margin-left: -1px; } }
.modal__outer .form__field-wrap .btn--account { width: 100%; margin-top: 6px; padding: 0 18px; margin-bottom: 0; min-width: auto; white-space: nowrap; }
@media (min-width: 650px) { .modal__outer .form__field-wrap .btn--account { width: auto; margin-left: 6px; margin-top: 0; } }
.modal__outer p.label { font-size: 14px; font-size: 1.4rem; font-family: "lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 700; color: #444; text-transform: uppercase; letter-spacing: 0.2em; font-size: 12px; font-size: 1.2rem; display: block; line-height: 1; text-align: center; margin: 0 0 16px 0; }
.modal__outer .modal__outer--signup .form__field-wrap .form__footer { line-height: 1.8181818182; margin: 19px 0 4px; }
.modal__outer h4 { color: #fff; font-size: 18px; font-size: 1.8rem; line-height: 1.3333333333; margin: 0 auto; margin-bottom: 1.2222222222em; max-width: 400px; }
.modal__outer h4 a { color: #fff; text-decoration: underline; text-decoration-color: rgba(255, 255, 255, 0.5); transition: 0.2s ease-in-out; }
.modal__outer h4 a:hover, .modal__outer h4 a:focus { text-decoration-color: white; }

.modaal-container { max-width: 488px; min-height: none; }

.modaal-close { position: absolute; top: 0; right: 0; background: transparent !important; }
.modaal-close:before, .modaal-close:after { top: 16px; left: 23px; height: 14px; }
@media (max-width: 600px) { .modaal-close:before, .modaal-close:after { height: 14px; } }

#gigya-modal-container { min-height: 332px; }

.modal__pre-sign-up.panel--subscribe { position: fixed; background: #fff; bottom: -30px; right: 0; width: 100%; padding: 12px 12px 15px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.56); opacity: 0; transition: ease-in-out 0.5s; z-index: -1; background: #ec2027; background: linear-gradient(to right, #ec2027 0%, #bc3b95 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2027', endColorstr='#bc3b95', GradientType=1 ); }
@media (min-width: 650px) { .modal__pre-sign-up.panel--subscribe { overflow: hidden; border-radius: 5px; background-image: url("../img/upload/popup-bg.jpg"); background-size: cover; background-repeat: no-repeat; background-position: bottom center; right: 30px; bottom: 0; width: 380px; padding: 30px 38px 104px; } }
.modal__pre-sign-up.panel--subscribe.modal--active { opacity: 1; bottom: 0; z-index: 99; }
@media (min-width: 650px) { .modal__pre-sign-up.panel--subscribe.modal--active { bottom: 30px; } }
.modal__pre-sign-up.panel--subscribe:before { display: block; top: 0; left: 0; width: 100%; position: absolute; height: 50%; background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%); }
@media (min-width: 650px) { .modal__pre-sign-up.panel--subscribe:before { content: ""; } }
.modal__pre-sign-up.panel--subscribe h3 { text-align: center; font-size: 14px; font-size: 1.4rem; line-height: 1.4117647059; margin-bottom: 0.7857142857em; z-index: 1; position: relative; color: #fff; }
@media (min-width: 650px) { .modal__pre-sign-up.panel--subscribe h3 { margin-bottom: 1.1176470588em; font-size: 17px; font-size: 1.7rem; background: -webkit-linear-gradient(right, #ec2027 0%, #bc3b95 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; color: #cb3272; }
  .modal__pre-sign-up.panel--subscribe h3::selection { color: #fff; -webkit-background-clip: inherit; -webkit-text-fill-color: #fff; } }
.modal__pre-sign-up.panel--subscribe .subscribe-form { margin: 0; width: 100%; max-width: 100%; z-index: 1; position: relative; }
.modal__pre-sign-up.panel--subscribe .subscribe-form:before { font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; content: "\EA3B"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; color: #fff; font-size: 32px; font-size: 3.2rem; margin-right: 15px; }
@media (min-width: 650px) { .modal__pre-sign-up.panel--subscribe .subscribe-form:before { content: none; } }
.modal__pre-sign-up.panel--subscribe .close { position: absolute; right: 0; bottom: calc(100% - 1px); width: 22px; height: 18px; padding: 0; background: #bc3b95; border-radius: 5px 0 0 0; }
@media (min-width: 650px) { .modal__pre-sign-up.panel--subscribe .close { bottom: auto; top: 0; background: transparent; width: 50px; height: 50px; } }
.modal__pre-sign-up.panel--subscribe .close:after { content: none; }
.modal__pre-sign-up.panel--subscribe .close .cross { width: 22px; height: 18px; display: block; }
@media (min-width: 650px) { .modal__pre-sign-up.panel--subscribe .close .cross { width: 50px; height: 50px; } }
.modal__pre-sign-up.panel--subscribe .close .cross:before, .modal__pre-sign-up.panel--subscribe .close .cross:after { display: block; content: ""; position: absolute; background: white; transition: background 0.2s ease-in-out; width: 2px; height: 14px; top: 4px; left: 11px; }
@media (min-width: 650px) { .modal__pre-sign-up.panel--subscribe .close .cross:before, .modal__pre-sign-up.panel--subscribe .close .cross:after { background: rgba(0, 0, 0, 0.5); top: 16px; left: 23px; } }
.modal__pre-sign-up.panel--subscribe .close .cross:before { transform: rotate(-45deg); }
.modal__pre-sign-up.panel--subscribe .close .cross:after { transform: rotate(45deg); }
@media (min-width: 650px) { .modal__pre-sign-up.panel--subscribe .close:hover, .modal__pre-sign-up.panel--subscribe .close:focus { background: transparent; } }
.modal__pre-sign-up.panel--subscribe .close:hover .cross:before, .modal__pre-sign-up.panel--subscribe .close:hover .cross:after, .modal__pre-sign-up.panel--subscribe .close:focus .cross:before, .modal__pre-sign-up.panel--subscribe .close:focus .cross:after { background: white; }
@media (min-width: 650px) { .modal__pre-sign-up.panel--subscribe .close:hover .cross:before, .modal__pre-sign-up.panel--subscribe .close:hover .cross:after, .modal__pre-sign-up.panel--subscribe .close:focus .cross:before, .modal__pre-sign-up.panel--subscribe .close:focus .cross:after { background: black; } }
.modal__pre-sign-up.panel--subscribe .btn--sign-up { background: #242424; color: #fff; }
@media (min-width: 650px) { .modal__pre-sign-up.panel--subscribe .btn--sign-up { background: #ec2027; background: linear-gradient(to right, #ec2027 0%, #bc3b95 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2027', endColorstr='#bc3b95', GradientType=1 ); color: #fff; }
  .modal__pre-sign-up.panel--subscribe .btn--sign-up > a { color: #fff; } }

/*
@import "../../../7travel-com-au-supplied/css/_components/waypoints";
@import "../../../7travel-com-au-supplied/css/_components/flash";
@import "../../../7travel-com-au-supplied/css/_components/badges";
*/
.logo { background-size: 100% 100%; background-position: top left; background-repeat: no-repeat; display: block; width: 100%; max-width: 130px; }
@media (min-width: 901px) { .logo { max-width: 150px; } }
@media (min-width: 1151px) { .logo { max-width: 200px; } }
.logo:after { content: ""; display: block; padding-bottom: 22%; }

/*
@import "../../../7travel-com-au-supplied/css/_components/nav--main";
@import "../../../7travel-com-au-supplied/css/_components/nav--mobile";
@import "../../../7travel-com-au-supplied/css/_components/filter--sort";
*/
.main-header { left: 0; right: 0; margin-left: auto; margin-right: auto; position: fixed; top: 0; width: 100%; max-width: 1800px; z-index: 500; box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.08); }
@media (max-width: 900px) { .main-header { box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.08); } }
.main-header .main-header__user { display: none; }
.main-header .logo { margin: 10px 0 0 0; }
@media (min-width: 901px) { .main-header .logo { margin: 5px 0 0 0; } }
@media (min-width: 1151px) { .main-header .logo { margin: 0; } }

.main-header__upper { background: #ec2027; background: linear-gradient(to right, #ec2027 0%, #bc3b95 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2027', endColorstr='#bc3b95', GradientType=1 ); font-size: 13px; font-size: 1.3rem; font-weight: 600; position: relative; padding: 7px; color: #fff; z-index: 55; }
.main-header__upper a { color: #fff; transition: opacity 200ms; }
html:not(.mobile):not(.tablet) .main-header__upper a:hover, html:not(.mobile):not(.tablet) .main-header__upper a:focus, .main-header__upper a.on_press { opacity: 0.6; }
.main-header__upper p { display: inline-block; margin: 0; }
.main-header__upper .container { display: flex; justify-content: space-between; }
.main-header__upper .logo-small { width: 95px; height: 13px; margin: 0 30px 0 0; }
.main-header__upper .link--call { color: #fff; }
.main-header__upper nav { margin-left: 10px; display: inline-block; }
@media screen and (min-width: 800px) { .main-header__upper nav { margin-left: calc(10px + 50 * (100vw - 800px) / 700); } }
@media screen and (min-width: 1500px) { .main-header__upper nav { margin-left: 60px; } }
.main-header__upper ul { list-style: none; display: inline-block; margin: 0; }
.main-header__upper li { display: inline-block; }
.main-header__upper li:not(:last-child) { margin: 0 20px 0 0; }
.main-header__upper-right { text-align: right; margin-left: auto; }
.main-header__upper .link-wrapper__popup a { color: #dd107a; border-bottom: 1px solid #dd107a; transition: color 200ms, border 200ms; }
html:not(.mobile):not(.tablet) .main-header__upper .link-wrapper__popup a:hover, html:not(.mobile):not(.tablet) .main-header__upper .link-wrapper__popup a:focus, .main-header__upper .link-wrapper__popup a.on_press { color: #e9183a; border-color: #e9183a; opacity: 1; }
@media (max-width: 1050px) { .main-header__upper .container { padding: 0 15px; }
  .main-header__upper .logo-small { margin: 0 5px 0 0; }
  .main-header__upper li:not(:last-child) { margin: 0 10px 0 0; } }
@media (max-width: 900px) { .main-header__upper nav { display: none; } }
@media (max-width: 650px) { .main-header__upper { font-size: 11px; font-size: 1.1rem; }
  .main-header__upper .container { justify-content: center; padding: 0 10px; }
  .main-header__upper .logo-small { position: relative; width: 85px; height: 12px; margin: 0 10px 0 0; top: 1px; }
  .main-header__upper-right { display: none; } }

.main-header__lower { position: relative; padding: 20px 0 0; background: #fff; z-index: 50; }
.main-header__lower .container { display: flex; justify-content: space-between; align-items: flex-start; }
@media (min-width: 901px) { .main-header__lower .container { justify-content: flex-start; } }
@media (max-width: 1050px) { .main-header__lower .container { padding: 0 20px; } }
@media (max-width: 900px) { .main-header__lower .container { padding: 0 25px; } }
@media (max-width: 400px) { .main-header__lower .container { padding: 0 20px; } }
@media (max-width: 350px) { .main-header__lower .container { padding: 0 15px; } }
.main-header__lower .container:after, .main-header__lower .container:before { content: none; }
.main-header__lower .container .mobile-right { display: flex; }
@media (min-width: 650px) { .main-header__lower .container .mobile-right { margin-left: 15px; } }
@media (min-width: 1001px) { .main-header__lower .container .mobile-right { margin-left: 40px; } }
.main-header__lower ul { margin: 0; margin-left: 10px; }
@media screen and (min-width: 800px) { .main-header__lower ul { margin-left: calc(10px + 15 * (100vw - 800px) / 700); } }
@media screen and (min-width: 1500px) { .main-header__lower ul { margin-left: 25px; } }
.main-header__lower li { display: inline-block; }
.main-header__lower-cta { display: inline-block; margin-left: 20px; font-size: 14px; font-size: 1.4rem; font-weight: 700; font-family: "lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; margin-top: 14px; }
.main-header__lower-cta a { color: #424242; }
.main-header__lower-cta a:hover, .main-header__lower-cta a:focus { color: #dd107a; }
.main-header__lower-cta a + a { margin-left: 10px; }
@media (min-width: 1001px) { .main-header__lower-cta a + a { margin-left: 26px; } }
.main-header__lower-cta .btn:first-child { margin-right: 5px; }
.main-header__lower .main-header__user { font-size: 14px; font-size: 1.4rem; position: relative; color: #424242; display: none; }
@media (min-width: 901px) { .main-header__lower .main-header__user { display: inline-block; } }
@media (min-width: 901px) { .main-header__lower .main-header__user .show-mob { display: none; } }
.main-header__lower .main-header__user-admin { position: absolute; border: 1px solid #e4e4e4; background: #fff; width: 175px; right: -20px; top: 45px; text-align: center; transition: opacity 300ms, transform 300ms ease-out; transform: translateY(-10px); opacity: 0; pointer-events: none; box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15); }
.main-header__lower .main-header__user-admin:before, .main-header__lower .main-header__user-admin:after { position: absolute; top: -8px; right: 20px; width: 0; height: 0; border-style: solid; border-width: 0 8px 8px 8px; border-color: transparent transparent #fff transparent; content: ""; }
.main-header__lower .main-header__user-admin:before { z-index: 5; border-color: transparent transparent #e4e4e4 transparent; border-width: 0 9px 8px 9px; right: 19px; top: -9px; }
.main-header__lower .main-header__user-admin:after { z-index: 10; border-color: transparent transparent #fff transparent; }
.main-header__lower .main-header__user-admin.is--open { transform: translate(0); opacity: 1; pointer-events: all; }
.main-header__lower .main-header__user li { display: block; }
.main-header__lower .main-header__user li:not(:last-child) { border-bottom: 1px solid #e4e4e4; }
.main-header__lower .main-header__user a { color: inherit; padding: 15px 25px !important; }
@media (max-width: 1200px) { .main-header__lower a:not(.btn):not(.link).is-active:after { bottom: -11px; } }
@media (max-width: 1200px) { .main-header__lower .btn { padding: 13px 12px 15px; } }
@media (min-width: 901px) { .main-header__lower .search-wrapper__form { margin-left: 0; } }
@media (min-width: 901px) { .main-header__lower .search-wrapper__form.has-focus { width: 160px; } }
@media (max-width: 900px) { .main-header__lower { padding: 5px 0; border-bottom: 1px solid #f3f3f3; }
  .main-header__lower-cta { display: none; }
  .main-header__lower .search-wrapper { margin-top: 13px; margin-left: auto; height: auto; }
  .main-header__lower .search-wrapper .icon { display: block; cursor: pointer; }
  .main-header__lower .search-wrapper .icon:before { color: #acacac; }
  .main-header__lower .search-wrapper__close { font-size: 15px; color: #acacac; position: fixed; z-index: 50; right: 18px; top: 87px; width: 46px; height: 46px; display: block; opacity: 0; visibility: hidden; transition: opacity 300ms; }
  .search-is-open .main-header__lower .search-wrapper__close { opacity: 1; visibility: visible; }
  .main-header__lower .search-wrapper__close:before { font-family: "Icons"; display: inline-block; vertical-align: middle; line-height: 1; font-weight: normal; font-style: normal; speak: none; text-decoration: inherit; text-transform: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; top: 15px; left: 15px; }
  .main-header__lower .search-wrapper__form { position: fixed; left: 0; top: 88px; width: 100%; height: 45px; background: #fff; opacity: 0; pointer-events: none; border-top: 1px solid #f3f3f3; }
  .search-is-open .main-header__lower .search-wrapper__form { opacity: 1; pointer-events: all; }
  .main-header__lower .search-wrapper__form:before { color: #acacac; top: 15px; margin: 0 12px 0 23px; }
  .main-header__lower .search-wrapper__form input { height: 100%; width: calc(100% - 50px); left: 50px; line-height: initial; padding-right: 40px; padding-left: 0; }
  .main-header__lower .search-wrapper__form input:focus { width: calc(100% - 50px); border-bottom: 1px solid transparent; }
  .main-header__lower .u-mob-hide { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px !important; overflow: hidden; padding: 0; position: absolute !important; width: 1px; }
  .main-header__lower .main-header__user { margin-left: 10px; }
  .main-header__lower .main-header__user .hide-mob { display: none; }
  .main-header__lower .main-header__user .show-mob { display: block; }
  .main-header__lower .main-header__user .link--user { padding: 0 0 0 28px !important; }
  .main-header__lower .main-header__user .link--user:before { font-size: 20px; top: 0; }
  .main-header__lower .main-header__user .link--user:after { content: none; } }
@media (max-width: 650px) { .main-header__lower .search-wrapper__form { top: 86px; } }
@media (max-width: 500px) { .main-header__lower .link--user { height: 20px; width: 20px; }
  .main-header__lower .link--user .hide-mob-thin { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px !important; overflow: hidden; padding: 0; position: absolute !important; width: 1px; } }
@media (max-width: 400px) { .main-header__lower .search-wrapper .icon:before { color: #9c9c9c; }
  .main-header__lower .search-wrapper__close { right: 13px; }
  .main-header__lower .u-mob-hide { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px !important; overflow: hidden; padding: 0; position: absolute !important; width: 1px; } }

.main-header__mob-cta { font-family: "lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 700; font-size: 12px; font-size: 1.2rem; display: block; text-align: center; z-index: 10; background: #fff; }
@media (min-width: 901px) { .main-header__mob-cta { display: none; } }
@media (max-width: 400px) { .main-header__mob-cta { font-size: 10px; font-size: 1rem; } }
.main-header__mob-cta ul { display: flex; }
.main-header__mob-cta li { flex-basis: auto; width: 33.33%; }
.main-header__mob-cta li:not(:last-child) { border-right: 1px solid #f3f3f3; }
.main-header__mob-cta a { display: block; padding: 15px 5px; color: #363636; }
@media (max-width: 400px) { .main-header__mob-cta a { padding: 15px 2px; } }

.mob-cta { display: flex; max-width: 500px; width: 100%; margin: 0 auto 30px; padding: 0 15px; justify-content: space-between; }
.mob-cta.mob-cta--center { justify-content: center; }
.mob-cta .btn { width: calc(50% - 5px); flex-basis: auto; padding: 13px 10px 15px; }
.mob-cta .btn.btn--ghost-alt { color: #fff; }

.mob-nav__footer { text-align: center; padding: 25px 0; }

.main-footer { font-size: 12px; font-size: 1.2rem; position: relative; z-index: 10; padding: 42px 0 96px; color: #515151; background: #fff; }
@media (max-width: 980px) { .main-footer { padding-bottom: 80px; } }
@media (max-width: 500px) { .main-footer { padding: 30px 0; } }
.main-footer:before { background: #ec2027; background: linear-gradient(to right, #ec2027 0%, #bc3b95 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2027', endColorstr='#bc3b95', GradientType=1 ); position: absolute; left: 0; top: -5px; width: 100%; height: 5px; content: ''; }
.main-footer .container--top { display: block; margin-bottom: 33px; text-align: center; }
@media (min-width: 960px) { .main-footer .container--top { display: flex; justify-content: space-between; align-items: center; } }
.main-footer__logos { position: relative; z-index: 10; height: 47px; }
@media (min-width: 960px) { .main-footer__logos { text-align: left; } }
.main-footer__logos svg { display: inline-block; }
.main-footer .logo { width: 140px; margin: 0 auto 30px; max-width: none; display: inline-block; }
@media (min-width: 650px) { .main-footer .logo { margin: 0; } }
@media (min-width: 960px) { .main-footer .logo { width: 180px; } }
.main-footer .logo-small-color { position: relative; width: 105px; margin: 0 0 0 20px; top: -8px; height: 15px; display: none; }
@media (min-width: 650px) { .main-footer .logo-small-color { display: inline-block; } }
@media (min-width: 960px) { .main-footer .logo-small-color { display: none; } }
@media (min-width: 1200px) { .main-footer .logo-small-color { display: inline-block; } }
.main-footer p { font-size: 11px; font-size: 1.1rem; position: relative; text-align: center; }
@media (min-width: 650px) { .main-footer p { font-size: 12px; font-size: 1.2rem; } }
.main-footer p a { color: #515151; border-bottom: 1px solid #dcdcdc; transition: color 200ms, border 200ms; }
html:not(.mobile):not(.tablet) .main-footer p a:hover, html:not(.mobile):not(.tablet) .main-footer p a:focus, .main-footer p a.on_press { color: #dd107a; border-bottom: 1px solid #dd107a; }
@media (min-width: 650px) { .main-footer p.copyright { flex-grow: 1; order: 2; } }
.main-footer__social { position: relative; z-index: 10; margin: 0 0 30px 0; }
@media (min-width: 960px) { .main-footer__social { order: 3; text-align: right; min-width: 308px; margin: 0; } }
.main-footer .social-links { display: inline-block; }
.main-footer .social-links li:not(:first-child) a { margin: 0 0 0 15px; }
@media (min-width: 650px) { .main-footer .social-links li:not(:first-child) a { margin: 0 0 0 30px; } }
.main-footer .social-links a:before { transition: opacity 200ms; }
.main-footer .social-links__facebook:before { color: #3a5897; }
html:not(.mobile):not(.tablet) .main-footer .social-links__facebook:hover:before, html:not(.mobile):not(.tablet) .main-footer .social-links__facebook:focus:before, .main-footer .social-links__facebook.on_press:before { color: #3a5897; opacity: 0.7; }
.main-footer .social-links__instagram:before { color: #815240; }
html:not(.mobile):not(.tablet) .main-footer .social-links__instagram:hover:before, html:not(.mobile):not(.tablet) .main-footer .social-links__instagram:focus:before, .main-footer .social-links__instagram.on_press:before { color: #815240; opacity: 0.7; }
.main-footer .social-links__twitter:before { color: #3cc6f4; }
html:not(.mobile):not(.tablet) .main-footer .social-links__twitter:hover:before, html:not(.mobile):not(.tablet) .main-footer .social-links__twitter:focus:before, .main-footer .social-links__twitter.on_press:before { color: #3cc6f4; opacity: 0.7; }
.main-footer .fb-like { position: relative; top: -8px; margin: 0 0 0 30px; }

/*
@import "../../../7travel-com-au-supplied/css/_sections/layout";
@import "../../../7travel-com-au-supplied/css/_sections/cms-content";
@import "../../../7travel-com-au-supplied/css/_sections/page-front";
@import "../../../7travel-com-au-supplied/css/_sections/page-account";
@import "../../../7travel-com-au-supplied/css/_sections/page-experiences";
@import "../../../7travel-com-au-supplied/css/_sections/page-experiences-single";
@import "../../../7travel-com-au-supplied/css/_sections/page-packages";
@import "../../../7travel-com-au-supplied/css/_sections/page-package-single";
@import "../../../7travel-com-au-supplied/css/_sections/page-book";
@import "../../../7travel-com-au-supplied/css/_sections/page-confirm";
@import "../../../7travel-com-au-supplied/css/_sections/page-destinations";
@import "../../../7travel-com-au-supplied/css/_sections/page-destination-single";
@import "../../../7travel-com-au-supplied/css/_sections/page-standard";
@import "../../../7travel-com-au-supplied/css/_sections/page-search";
@import "../../../7travel-com-au-supplied/css/_sections/page-contact";
@import "../../../7travel-com-au-supplied/css/_sections/page-error";
@import "../../../7travel-com-au-supplied/css/_sections/page-login";
@import "../../../7travel-com-au-supplied/css/_sections/page-competitions";
*/
.grid--logo { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }
@media (min-width: 650px) { .grid--logo { justify-content: space-between; flex-wrap: nowrap; } }
.grid--logo a { background-repeat: no-repeat; background-position: center center; background-size: contain; display: block; flex-grow: 1; opacity: 1; transition: 0.2s ease-in-out; min-width: 99px; margin-bottom: 20px; margin-left: 15px; margin-right: 15px; }
@media (min-width: 650px) { .grid--logo a { min-width: 0; margin-bottom: 0; } }
.grid--logo a:after { content: ""; display: block; padding-bottom: 100%; }
@media (min-width: 650px) { .grid--logo a + a { margin-left: 30px; margin-right: 0; } }
.grid--logo a:hover, .grid--logo a:focus { opacity: 0.75; }
.grid--logo .logo--7plus { background-image: url(../img/upload/logo-7plus.svg); max-width: 99px; }
.grid--logo .logo--7plus:after { padding-bottom: 36.25%; }
.grid--logo .logo--better-homes { background-image: url(../img/upload/logo-better-homes.png); max-width: 139px; }
.grid--logo .logo--better-homes:after { padding-bottom: 32.9207920792%; }
.grid--logo .logo--marie-claire { background-image: url(../img/upload/logo-marie-claire.svg); max-width: 153px; }
.grid--logo .logo--marie-claire:after { padding-bottom: 16.7431192661%; }
.grid--logo .logo--new-idea { background-image: url(../img/upload/logo-new-idea.png); max-width: 138px; }
.grid--logo .logo--new-idea:after { padding-bottom: 17.6583493282%; }
.grid--logo .logo--perth-now { background-image: url(../img/upload/logo-perth-now.jpg); max-width: 139px; }
.grid--logo .logo--perth-now:after { padding-bottom: 25.390625%; }
.grid--logo .logo--the-west { background-image: url(../img/upload/logo-west-australian.png); max-width: 296px; }
.grid--logo .logo--the-west:after { padding-bottom: 8.4459459459%; }

.modal__pre-sign-up.panel--subscribe .subscribe-form:before { font-size: 32px; }

@media (min-width: 650px) { .modal__pre-sign-up.panel--subscribe { background-image: url("/wp-content/themes/7travel/7travel-com-au-supplied/img/popup-bg.jpg"); } }

.modal__pre-sign-up.panel--subscribe p { position: relative; font-size: 1em; line-height: 1.4117647059; font-weight: 600; text-align: center; color: #FFF; }
@media (min-width: 650px) { .modal__pre-sign-up.panel--subscribe p { background: -webkit-linear-gradient(right, #ec2027 0%, #bc3b95 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; color: #cb3272; } }

.modal__pre-sign-up.panel--subscribe.panel--click-frenzy:before { background: transparent; content: none; }

.modal__pre-sign-up.panel--subscribe.panel--click-frenzy { background-color: #ec2027; background: -webkit-gradient(linear, left top, right top, from(#ec2027), to(#bc3b95)); background: -o-linear-gradient(left, #ec2027, #bc3b95); background: linear-gradient(to right, #ec2027, #bc3b95); padding-bottom: 30px; }

@media (max-width: 649px) { .modal__pre-sign-up.panel--subscribe.panel--click-frenzy p { font-size: 14px; } }
.modal__pre-sign-up.panel--subscribe.panel--click-frenzy .logo-click-frenzy { max-width: 300px; margin: 0 auto; margin-top: 15px; }

.modal__pre-sign-up.panel--subscribe.panel--click-frenzy .btn--sign-up { background: #363636; }
.modal__pre-sign-up.panel--subscribe.panel--click-frenzy .btn--sign-up:hover { background: #ad0d60; }

@media (min-width: 650px) { .modal__pre-sign-up.panel--subscribe.panel--click-frenzy .logo-click-frenzy { margin-top: 30px; } }
@font-face { font-family: "icons"; src: url("/wp-content/themes/7travel/7travel-com-au-supplied/fonts/icons.eot"); src: url("/wp-content/themes/7travel/7travel-com-au-supplied/fonts/icons.eot?#iefix") format("eot"), url("/wp-content/themes/7travel/7travel-com-au-supplied/fonts/icons.woff") format("woff"), url("/wp-content/themes/7travel/7travel-com-au-supplied/fonts/icons.ttf") format("truetype"), url("/wp-content/themes/7travel/7travel-com-au-supplied/fonts/icons.svg#icons") format("svg"); }
.main-footer__logos .logo { background-image: url(/wp-content/themes/7travel/7travel-com-au-supplied/img/logo.svg); }

.grid--logo .logo--7plus { background-image: url(/wp-content/themes/7travel/7travel-com-au-supplied/img/logo-7plus.svg); }
.grid--logo .logo--better-homes { background-image: url(/wp-content/themes/7travel/7travel-com-au-supplied/img/logo-better-homes.png); }
.grid--logo .logo--marie-claire { background-image: url(/wp-content/themes/7travel/7travel-com-au-supplied/img/logo-marie-claire.svg); }
.grid--logo .logo--new-idea { background-image: url(/wp-content/themes/7travel/7travel-com-au-supplied/img/logo-new-idea.png); }
.grid--logo .logo--perth-now { background-image: url(/wp-content/themes/7travel/7travel-com-au-supplied/img/logo-perth-now.jpg); }
.grid--logo .logo--the-west { background-image: url(/wp-content/themes/7travel/7travel-com-au-supplied/img/logo-west-australian.png); }

.title-hr { display: flex; width: 100%; align-items: center; margin-bottom: 34px; }
.title-hr:before, .title-hr:after { content: ""; display: block; height: 1px; background: rgba(0, 0, 0, 0.1); flex-grow: 1; }
.title-hr > span { padding: 0 15px; display: inline-block; }
@media (max-width: 650px) { .title-hr > span { padding: 0 50px; } }

html body footer.main-footer { color: #515151 !important; }
@media (max-width: 500px) { html body footer.main-footer { padding: 30px 0 !important; } }
html body footer.main-footer p { font-size: 12px; color: #515151 !important; }

@media (min-width: 650px) { .modal__pre-sign-up.panel--subscribe h3 { margin-bottom: 1.1176470588em; font-size: 17px; background: -webkit-linear-gradient(right, #ec2027 0%, #bc3b95 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; color: #cb3272; } }
.panel--subscribe input, .panel--subscribe-alt input { font-size: 16px; }

@media (min-width: 993px) { .grad-text { background: -webkit-linear-gradient(right, #ec2027 0%, #bc3b95 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; color: #cb3272; } }
.modal__outer--details .form__field--dob .select--styled { background-image: url(/wp-content/themes/7travel/7travel-com-au-supplied/img/select-arrow-red.svg) !important; }

.modal__outer h4 { font-size: 18px !important; }

body .modal__outer .form__footer { font-size: 11px !important; }
body .modal__outer .form__footer a { font-size: inherit !important; padding: 0; }

.modal__outer--signup .form__footer { flex-direction: row; }

.modal__outer .btn--account { font-size: 16px !important; }

.modal__outer p.label { font-size: 14px !important; }

.modal__outer input[type="text"], .modal__outer input[type="email"], .modal__outer input[type="number"], .modal__outer input[type="password"] { width: 100%; height: 40px; line-height: 40px; background: #fff; padding: 0 15px; border-radius: 2px; border: 1px solid #c9c9c9; -webkit-transition: border 200ms; -o-transition: border 200ms; transition: border 200ms; color: #353535; }

@media (min-width: 650px) { .modal__outer--see .form__footer, .modal__outer--details .form__footer { display: flex !important; flex-direction: row !important; justify-content: space-between !important; align-items: center !important; } }
#MyPreferencesModalForm_MyPreferencesForm input[type="radio"], #MyPreferencesModalForm_MyPreferencesForm input[type="checkbox"] { position: absolute; opacity: 0; }

.modal__outer--see .form__footer .link, .modal__outer--details .form__footer .link { margin: 0 !important; }

@media (min-width: 650px) { .modal__outer .form__field-wrap .btn--account { height: 40px; } }
.modal-sign-in-up .modaal-content-container { padding: 0; }

#year { padding-right: 30px; }

.modal__outer input[type="text"], .modal__outer input[type="email"], .modal__outer input[type="number"], .modal__outer input[type="password"] { font-size: 14px !important; }

.modal__outer--details label, .modal__outer--details .form-group__title { font-size: 12px !important; }

.form__field--dob select { font-size: 14px; }

.modaal-wrapper { z-index: 9999; }

.modaal-overlay { z-index: 999; }

.btn--fb-login { font-size: 20px; }

.btn { font-size: 1rem; }

#page > header { position: fixed; width: 100%; z-index: 999; top: 0; box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.08); }
#page > header .container-fluid { padding: 0 15px; display: flex; flex-direction: row; justify-content: space-between; align-items: center; max-width: 1300px; }
@media (min-width: 351px) { #page > header .container-fluid { padding: 0 20px; } }
@media (min-width: 401px) { #page > header .container-fluid { padding: 0 25px; } }
@media (min-width: 901px) { #page > header .container-fluid { padding: 0 20px; } }
@media (min-width: 1050px) { #page > header .container-fluid { padding: 0 30px; } }

.wrapper-topbar { position: relative; z-index: 999; background: linear-gradient(to right, #ec2027, #bc3b95); }
.wrapper-topbar .container-fluid { padding: 0 22px; height: 33px; font-family: "proxima-nova", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 13px !important; line-height: 33px; text-align: center; }
.wrapper-topbar .container-fluid .main-header__upper-left svg { height: 13px; width: auto; margin-right: 5px; margin-bottom: 5px; }
@media (min-width: 1050px) { .wrapper-topbar .container-fluid .main-header__upper-left svg { margin-right: 10px; } }
.wrapper-topbar .container-fluid .main-header__upper-left p { display: inline-block; font-weight: 600; color: #fff; margin: 0; }
.wrapper-topbar .container-fluid .main-header__upper-right { text-align: right; margin-left: auto; }
.wrapper-topbar .container-fluid .main-header__upper-right ul { list-style: none; display: inline-block; margin: 0; }
.wrapper-topbar .container-fluid .main-header__upper-right li { display: inline-block; margin: 0; padding: 0; }
.wrapper-topbar .container-fluid .main-header__upper-right li:not(:last-child) { margin: 0 20px 0 0; }
.wrapper-topbar .container-fluid .main-header__upper-right a.nav-link { margin: 0; padding: 0; color: #fff; -webkit-transition: opacity .2s; -o-transition: opacity .2s; transition: opacity .2s; }
@media (max-width: 991px) { .wrapper-topbar .container-fluid .main-header__upper-right li:first-of-type { display: none; } }
@media (max-width: 900px) { .wrapper-topbar .container-fluid { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0 10px; font-size: 11px !important; }
  .wrapper-topbar .container-fluid .main-header__upper-left { width: 100%; }
  .wrapper-topbar .container-fluid .main-header__upper-left svg { height: 12px; top: 1px; }
  .wrapper-topbar .container-fluid .main-header__upper-right { display: none; } }
@media (max-width: 360px) { .wrapper-topbar .container-fluid { flex-direction: column; } }

.wrapper-navbar { position: relative; z-index: 999; background-color: #fff; box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.08); font-size: 0.75rem; font-family: lato,HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif; font-weight: 700; }
@media (min-width: 1024px) { .wrapper-navbar { font-size: 0.875rem; } }
@media (min-width: 1200px) { .wrapper-navbar { font-size: 1rem; } }
.wrapper-navbar .container-fluid { height: 60px; }
@media (min-width: 1200px) { .wrapper-navbar .container-fluid { height: 90px; } }
.wrapper-navbar .container-fluid #desktopnav { flex-grow: 1; }
.wrapper-navbar .container-fluid .logo-header { max-width: 110px; }
@media (min-width: 360px) { .wrapper-navbar .container-fluid .logo-header { max-width: 130px; } }
@media (min-width: 901px) { .wrapper-navbar .container-fluid .logo-header { margin: 5px 0 0 0; max-width: 150px; } }
@media (min-width: 1200px) { .wrapper-navbar .container-fluid .logo-header { margin: 0; max-width: 200px; } }
.wrapper-navbar .container-fluid .logo-header::after { content: none; }
.wrapper-navbar .container-fluid .main-menu-wrapper { display: none; }
@media (min-width: 901px) { .wrapper-navbar .container-fluid .main-menu-wrapper { display: block; flex-grow: 2; } }
.wrapper-navbar .container-fluid .main-menu-wrapper ul { margin: 0; padding: 0; display: flex; justify-content: space-around; }
@media (min-width: 800px) { .wrapper-navbar .container-fluid .main-menu-wrapper ul { margin-left: calc(10px + 15 * (100vw - 800px)/ 700); } }
@media screen and (min-width: 1500px) { .wrapper-navbar .container-fluid .main-menu-wrapper ul { margin-left: 25px; } }
.wrapper-navbar .container-fluid .main-menu-wrapper ul li { display: inline-block; margin: 0 5px; }
.wrapper-navbar .container-fluid .main-menu-wrapper ul li a:not(.btn):not(.link) { display: block; color: #363636; padding: 5px; }
@media (min-width: 901px) { .wrapper-navbar .container-fluid .main-menu-wrapper .d-lg-none { display: none !important; } }
.wrapper-navbar .container-fluid .mobile-right { display: flex; flex-direction: row; justify-content: space-between; align-items: center; }
@media (min-width: 650px) { .wrapper-navbar .container-fluid .mobile-right { margin-left: 15px; } }
@media (min-width: 1001px) { .wrapper-navbar .container-fluid .mobile-right { margin-left: 40px; } }
.wrapper-navbar .container-fluid a.global-phone { position: relative; display: inline-block; padding-right: 0.5em; font-size: 0.875rem; line-height: 1rem; font-family: "Lato", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 900; text-transform: none; text-decoration: none; white-space: nowrap; }
@media (max-width: 400px) { .wrapper-navbar .container-fluid a.global-phone { padding-left: 1em; } }
@media (min-width: 370px) { .wrapper-navbar .container-fluid a.global-phone { font-size: 1rem; } }
.wrapper-navbar .container-fluid a.global-phone:before { position: relative; top: 3px; content: "\EA39"; font-family: "icons"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; text-transform: none; }
@media (max-width: 340px) { .wrapper-navbar .container-fluid a.global-phone .text-wrap { display: none; } }
@media (max-width: 900px) { .wrapper-navbar .container-fluid a.global-phone { background: -webkit-linear-gradient(right, #ec2027 0%, #bc3b95 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; color: #cb3272; }
  .wrapper-navbar .container-fluid a.global-phone:before { background: -webkit-linear-gradient(right, #ec2027 0%, #bc3b95 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; color: #cb3272; } }
@media (min-width: 901px) { .wrapper-navbar .container-fluid a.global-phone { padding: 0 1em; font-size: 1em; line-height: 2.5; color: #FFF; background: linear-gradient(to right, #ec2027, #bc3b95); border-radius: 3px; } }
@media (min-width: 1300px) { .wrapper-navbar .container-fluid a.global-phone { font-size: 1.25em; } }

.main-header__mob-cta { font-family: lato, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 700; font-size: 12px; display: block; text-align: center; z-index: 10; background: #fff; }
.main-header__mob-cta ul { display: -webkit-box; display: -ms-flexbox; display: flex; }
.main-header__mob-cta li { -ms-flex-preferred-size: auto; flex-basis: auto; width: 33.33%; }
.main-header__mob-cta li:not(:last-child) { border-right: 1px solid #f3f3f3; }
.main-header__mob-cta a { display: block; padding: 15px 5px; color: #363636; }

@media (min-width: 901px) { .main-header__mob-cta { display: none; } }
@media (max-width: 400px) { .main-header__mob-cta { font-size: 10px; }
  .main-header__mob-cta a { padding: 15px 2px; } }
.hamburger { position: relative; width: 35px; height: 35px; transition: 500ms ease-in-out; cursor: pointer; background: #fff; padding: 5px; z-index: 10; display: none; margin: 11px 0 0 20px; }
.hamburger .hamburger__box { position: absolute; width: 25px; left: 5px; top: 5px; }
.hamburger span:not(.hamburger__box) { display: block; position: absolute; height: 2px; width: 100%; background: #e9183a; opacity: 1; left: 0; transform: rotate(0deg); transition: 250ms ease-in-out; }
.hamburger span:not(.hamburger__box):nth-child(1) { top: 0px; }
.hamburger span:not(.hamburger__box):nth-child(2), .hamburger span:not(.hamburger__box):nth-child(3) { top: 7px; }
.hamburger span:not(.hamburger__box):nth-child(4) { top: 14px; }
.is-samadara .hamburger span:not(.hamburger__box) { background: #fff; }
.menu-open .hamburger span:not(.hamburger__box):nth-child(1) { top: 6px; width: 0%; left: 50%; }
.menu-open .hamburger span:not(.hamburger__box):nth-child(2) { transform: rotate(45deg); }
.menu-open .hamburger span:not(.hamburger__box):nth-child(3) { transform: rotate(-45deg); }
.menu-open .hamburger span:not(.hamburger__box):nth-child(4) { top: 6px; width: 0%; left: 50%; }
@media (max-width: 900px) { .hamburger { display: inline-block; } }
@media (max-width: 400px) { .hamburger { margin-left: 5px; } }

@media (max-width: 900px) { .hamburger { display: inline-block; margin: 5px 0 0 0 !important; } }
@media (max-width: 360px) { .hamburger { margin: 0; } }
.hamburger .hamburger__box { position: absolute; width: 25px; left: 5px; top: 5px; }

.mob-nav { font-size: 16px; font-size: 1.6rem; font-family: "lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 700; position: fixed; width: 100%; height: calc(100vh - 88px); top: 86px; z-index: 40; text-align: center; padding: 15px 0; background: linear-gradient(70deg, #df161d 50%, #94178f 100%); opacity: 0; pointer-events: none; overflow: scroll; transform: translateY(-30px); will-change: transform, opacity; transition: transform 300ms linear, opacity 300ms; }
.user-active .mob-nav { padding-top: 30px; }
.menu-open .mob-nav { transform: translateY(0); opacity: 1; pointer-events: all; }
.mob-nav__inner { position: relative; min-height: 100vh; width: 100vw; }
.mob-nav a:not(.btn) { color: #fff; }
.mob-nav nav { border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.mob-nav li { margin: 0 0 30px 0; }
.mob-nav .social-links { display: inline-block; }
.mob-nav .social-links li { margin: 0; }
.mob-nav .social-links li a:before { color: #fff; }
@media (min-width: 901px) { .mob-nav { display: none; } }
@media (max-height: 630px) { .mob-nav li { margin: 0 0 15px 0; }
  .mob-nav nav { padding-bottom: 15px; } }

.mob-nav .btn, .mob-nav { font-size: 16px !important; }

.mob-nav { z-index: 0; display: block !important; }
@media (min-width: 901px) { .mob-nav { display: none; } }
.mob-nav li { margin: 0; }
.mob-nav li a { padding: 0.5em 0; }
.mob-nav #main-menu { padding-top: 70px; }
.mob-nav .js-modal-sign-up, .mob-nav .js-modal-sign-in { position: absolute; top: 0; width: 34vw; border: 1px solid #FFF; padding: 13px 10px 15px; }
.mob-nav .js-modal-sign-in { left: 15vw; border: 1px solid rgba(255, 255, 255, 0.5); }
.mob-nav .js-modal-sign-up { right: 15vw; background-color: #FFF; color: #2c2c2c !important; }

#full-width-page-wrapper .main-header { position: relative !important; box-shadow: none; }

html { padding-top: 130px; }
@media (min-width: 901px) { html { padding-top: 73px; } }
@media (min-width: 1200px) { html { padding-top: 123px; } }
html body { font-family: "proxima-nova", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 400; min-height: calc(100vh - (123px + 50px)); background-color: #fcfcfc; padding-bottom: 450px; }
html body a { color: #515151; }
html body a:not(.btn):hover { color: #dd107a; }
html body .itg-intern .main-header { display: none; }
html body .itg-intern .page-title { font-size: 44px; color: #333; margin-top: 36px; }
html body .itg-intern .page-subtitle { font-size: 22px; color: #333; }

.hero-image-wrapper .no-bg { background: linear-gradient(to right, #ec2027, #bc3b95); }

body:not(.new-package-template) #page .btn { color: #FFF; background: linear-gradient(to right, #ec2027, #bc3b95); box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); transition: none; }
body:not(.new-package-template) #page .btn:hover, body:not(.new-package-template) #page .btn:active, body:not(.new-package-template) #page .btn.active { color: #FFF; background: #ad0d60; box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }

@media (max-width: 576px) { html { padding-top: 130pxpx; }
  html body { padding-bottom: 840px; } }
.package-icons figure img, .package-icons figure svg, .package-icons figure svg path { fill: #dc284a; stroke: transparent; }
.package-icons figure figcaption { color: inherit; }

.itg-pills li button, .itg-pills li a { background: linear-gradient(to right, #ec2027, #bc3b95); border: 1px solid #e51a59; color: #FFF; line-height: 2.5 !important; border-radius: 0; }
.itg-pills li button:hover, .itg-pills li button.active, .itg-pills li a:hover, .itg-pills li a.active { background: #FFF; color: #e51a59; }

.pagination .page-item.active .page-link { background-color: #ddd; color: #777; border-color: #ddd; }
.pagination .page-item .page-link { color: #777; }

a#skye-tag { color: #FFF !important; }

html body .footer-dark { background-color: #FFF !important; }
html body .footer-dark footer { box-shadow: none; }
html body .footer-dark .copyright { padding: 0; text-align: right;}
html body .footer-dark ul a:hover { border-bottom: 0 none; }
html body .footer-dark .copyright { opacity: 1 !important; }
html body .formNewsletter-wrapper { font-size: 16px; padding-top: 20px; border-bottom: 5px solid #E22D32; background: linear-gradient(to right, #ec2027, #bc3b95); }
html body .formNewsletter-wrapper .cathy-text { padding-top: 10px; font-size: 18px; text-align: center; }
@media (min-width: 576px) { html body .formNewsletter-wrapper .cathy-text { text-align: left; } }
@media (min-width: 768px) { html body .formNewsletter-wrapper .cathy-text { line-height: 1.9; } }
html body .formNewsletter-wrapper .card { background-color: transparent; }
html body .formNewsletter-wrapper .card .form-group { padding-right: 5px; }
html body .formNewsletter-wrapper .card .btn { background: #000; color: #fff; height: 38px; padding: 0 !important; line-height: 38px; }
html body .formNewsletter-wrapper .btn { background: #000 !important; }
html body .formNewsletter-wrapper .btn:hover, html body .formNewsletter-wrapper .btn:active, html body .formNewsletter-wrapper .btn.active { background: #e51a59 !important; }

.single-package-tabs .nav-tabs .nav-item .nav-link { color: #000; }
.single-package-tabs .nav-tabs .nav-item .nav-link:hover { color: #ec2027; }
.single-package-tabs .nav-tabs .nav-item .nav-link.active { color: #ec2027; }

@media (max-width: 767px) { .single-package-tabs .nav-tabs .nav-item .nav-link.active { background: linear-gradient(to right, #ec2027 0px, #bc3b95 100%); color: #FFF; border: 0; } }
.single-package-tabs .tab-content .tab-rooms .tab-rooms-item .room-info .room-action-btn { line-height: 2.5; background: linear-gradient(to right, #ec2027 0px, #bc3b95 100%); color: #FFF; border: 1px solid #e9183a; border-radius: 50px; }
.single-package-tabs .tab-content .tab-rooms .tab-rooms-item .room-info .room-action-btn:hover { border: 1px solid #000 !important; background: #000 !important; color: #FFF !important; }

.days-left-wrapper { border-bottom: 2px solid linear-gradient(to right, #ec2027, #bc3b95); }
.days-left-wrapper .days-left { background-color: linear-gradient(to right, #ec2027, #bc3b95); }

.package-prices { color: #FFF; }
.package-prices .package-prices-cell-1 { background-color: #FFF; color: #000; }
.package-prices .package-prices-cell-2 { background-color: #666; color: #FFF; }
.package-prices .package-prices-cell-3 { background-color: #000; color: #FFF; }

body:not(.home) .package-prices.itg-fixed .package-prices-cell-1 { background-color: #f0f0f0; color: #000; }
body:not(.home) .package-prices.itg-fixed .package-prices-cell-3 { background: linear-gradient(to right, #ec2027 0px, #bc3b95 100%); color: #FFF; }

@media (min-width: 768px) { body:not(.home) .package-prices .package-prices-cell-1 { border-top-right-radius: 25px !important; border-top-left-radius: 25px !important; border-bottom: 1px solid #000; background-color: #FFF; color: #000; }
  body:not(.home) .package-prices .package-prices-cell-2 { background-color: #FFF; color: #000; }
  body:not(.home) .package-prices .package-prices-cell-3 { background-color: #000; color: #FFF; } }
.package-actions { background: linear-gradient(to right, #ec2027 0px, #bc3b95 100%); }
.package-actions:hover { background: linear-gradient(to right, #ec2027 0px, #bc3b95 100%); }
.package-actions a { color: #fff; text-transform: lowercase; }
.package-actions a:first-letter { text-transform: uppercase; }

html { text-rendering: geometricPrecision; -webkit-font-smoothing: antialiased; }

/*
File is included in child theme so it can be overwritten

To overwrite variables, use the !default flag in this file which means "if not set"

Then in your child_theme.scss, set the variables you want to overwrite before you import
So we set it to black, then the package file it will set it to grey (IF ITS NOT SET)
but it is set to black so it does nothing.
EXAMPLE:
---------------------------
// Set Variables here to override them in the import
$package-bg: black;
@import '../../../../plugins/ignite-templates/assets/sass/itg-package-single-new.scss';
------------------------

Ideally instead of making the file messy, first set your color variables, then set up variables based on purpose
eg:
$blue: blue
$primary: $blue;
$button-background: $primary;

Once there is a need for a new level of scalability, do it in this file, don't make child themes a mess.
These variables will eventually be linked to Global Options so DM staff can make new sites themselves.

Keep variables grouped near where they are used preferably for easy reference
*/
h1 { font-size: 2.375rem; }
@media (max-width: 1200px) { h1 { font-size: calc(1.275rem + 1.4666666667vw) ; } }

h2 { font-size: 2rem; }
@media (max-width: 1200px) { h2 { font-size: calc(1.2rem + 1.0666666667vw) ; } }

h3 { font-size: 1.75rem; }
@media (max-width: 1200px) { h3 { font-size: calc(1.15rem + 0.8vw) ; } }

h4 { font-size: 1.5rem; }
@media (max-width: 1200px) { h4 { font-size: calc(1.1rem + 0.5333333333vw) ; } }

h5 { font-size: 1.25rem; }
@media (max-width: 1200px) { h5 { font-size: calc(1.05rem + 0.2666666667vw) ; } }

body.new-package-template .site .banner-notification { position: absolute; width: 100%; top: 0; padding: 0.5em 0; color: #FFF; font-size: 1.25em; text-align: center; font-weight: 600; background: rgba(0, 0, 0, 0.7); }
body.new-package-template .site .banner-notification.preview { background: rgba(255, 0, 0, 0.7); }
body.new-package-template .site .btn { position: relative; width: 100%; padding: 0; line-height: 3rem; transition: none; }
@media (min-width: 768px) { body.new-package-template .site .btn { font-size: 1.25rem; } }
body.new-package-template .site .btn:focus, body.new-package-template .site .btn.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
body.new-package-template .site .slick-slider .slick-arrow { border-radius: 50%; transition: opacity 0.1s ease-in-out; }
body.new-package-template .site .slick-slider .slick-arrow.slick-prev:before, body.new-package-template .site .slick-slider .slick-arrow.slick-next:before { content: ''; width: 0; height: 0; font-size: 0; opacity: 1; position: absolute; top: calc(50% - 10px); }
body.new-package-template .site .slick-slider .slick-arrow.slick-prev { left: 15px; }
body.new-package-template .site .slick-slider .slick-arrow.slick-prev:before { border: 10px solid transparent; border-right: 12px solid #dc284a; left: 0; }
body.new-package-template .site .slick-slider .slick-arrow.slick-next { right: 15px; }
body.new-package-template .site .slick-slider .slick-arrow.slick-next:before { border: 10px solid transparent; border-left: 12px solid #dc284a; right: 0; }
body.new-package-template .site .slick-slider .slick-dots { bottom: 0; background-color: rgba(0, 0, 0, 0.33); padding: 0; display: block; height: auto; }
body.new-package-template .site .slick-slider .slick-dots li { display: inline-block; width: 0.5em; height: 0.5em; border: none; margin-right: 0.5em; font-size: 1rem; }
body.new-package-template .site .slick-slider .slick-dots li:last-child { margin-right: 0; }
body.new-package-template .site .slick-slider .slick-dots li button { border-radius: 50%; background-color: #fff; width: 0.5em; height: 0.5em; font-size: 1rem; }
body.new-package-template .site .slick-slider .slick-dots li button::before { content: none; }
body.new-package-template .site .slick-slider .slick-dots li.slick-active button:hover, body.new-package-template .site .slick-slider .slick-dots li.slick-active button { background-color: #dc284a; opacity: 1; }
body.new-package-template .site .slick-slider .slick-slide div { display: block; }
body.new-package-template .site #package-gallery, body.new-package-template .site #package-gallery-nav { opacity: 0; margin-bottom: 0; }
@media (min-width: 992px) { body.new-package-template .site #package-gallery .slick-dots, body.new-package-template .site #package-gallery .slick-arrow { display: none !important; } }
body.new-package-template .site #package-gallery-nav .slick-slide img { border-top: 4px solid #f2f2f2; border-left: 2px solid #f2f2f2; border-right: 2px solid #f2f2f2; cursor: pointer; opacity: 0.9; }
body.new-package-template .site #package-gallery-nav .slick-slide img:hover { opacity: 1; }
body.new-package-template .site #package-gallery-nav .slick-arrow { opacity: 0.7; }
body.new-package-template .site #package-gallery-nav .slick-arrow:hover { opacity: 1; }
body.new-package-template .site #package-gallery-nav .slick-arrow.slick-prev { left: 8px; }
body.new-package-template .site #package-gallery-nav .slick-arrow.slick-next { right: 4px; }
body.new-package-template .site .package-banner-wrapper #package-banner-desktop { text-align: center; }
body.new-package-template .site .package-heading-wrapper img { max-height: 50px; width: auto; }
body.new-package-template .site .package-heading-wrapper h1 { margin: 0.25em 0 0 0; line-height: 1; }
body.new-package-template .site .package-heading-wrapper #package-icons-desktop { flex-direction: column; justify-content: center; }
@media (min-width: 992px) { body.new-package-template .site .package-heading-wrapper { padding: 1rem 0; text-align: center; background: #f2f2f2; } }
body.new-package-template .site .package-icons-wrapper { background: #f2f2f2; }
@media (min-width: 992px) { body.new-package-template .site .package-inclusions-wrapper { padding: 0; } }
body.new-package-template .site .package-inclusions-wrapper h3 { font-size: 2rem; margin-bottom: 1em; }
@media (max-width: 1200px) { body.new-package-template .site .package-inclusions-wrapper h3 { font-size: calc(1.2rem + 1.0666666667vw) ; } }
@media (min-width: 992px) { body.new-package-template .site .package-inclusions-wrapper h3 { margin-top: 1em; } }
body.new-package-template .site .package-inclusions-wrapper ul { position: relative; display: block; margin: 0; padding: 0; list-style-type: none; }
body.new-package-template .site .package-inclusions-wrapper ul li { position: relative; display: block; padding: 0 1em 0 2em; margin-bottom: 1em; font-size: 1em; line-height: 1.5; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
body.new-package-template .site .package-inclusions-wrapper ul li::before { position: absolute; top: 0; left: 0; display: inline-block; font: normal normal normal 1rem/1 FontAwesome; color: white; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f00c"; padding: 0.25rem; background-color: green; border-radius: 50%; }
body.new-package-template .site .package-inclusions-wrapper .note { display: inline-block; margin-top: 1em; cursor: pointer; font-size: 0.825em; }
body.new-package-template .site .package-inclusions-wrapper .note:hover { color: #e51a59; }
body.new-package-template .site .package-inclusions-wrapper .on_sale_until_msg { font-weight: bold; }
body.new-package-template .site .package-booking-wrapper { color: #FFF; background: linear-gradient(to right, #ec2027 0px, #bc3b95 100%); }
body.new-package-template .site .package-content-wrapper .nav-pills { justify-content: center; padding-bottom: 1em; }
body.new-package-template .site .package-content-wrapper .nav-pills .nav-item { flex-basis: 100%; flex-grow: 1; max-width: 100%; padding-left: 1em; padding-right: 1em; padding-bottom: 15px; text-align: center; }
@media (min-width: 340px) { body.new-package-template .site .package-content-wrapper .nav-pills .nav-item { flex-basis: 50%; flex-grow: 0; max-width: 50%; } }
@media (min-width: 576px) { body.new-package-template .site .package-content-wrapper .nav-pills .nav-item { flex-basis: 33.3333%; flex-grow: 0; max-width: 33.3333%; } }
@media (min-width: 992px) { body.new-package-template .site .package-content-wrapper .nav-pills .nav-item { flex-basis: 0; flex-grow: 1; max-width: 33.3333%; } }
body.new-package-template .site .package-content-wrapper .nav-pills .nav-item a { color: #e51a59; white-space: nowrap; background-color: transparent; border: 1px solid #e51a59; }
body.new-package-template .site .package-content-wrapper .nav-pills .nav-item a:hover, body.new-package-template .site .package-content-wrapper .nav-pills .nav-item a.active { color: #FFF; background-color: #e51a59; }
body.new-package-template .site .package-content-wrapper .tab-content h3 { font-size: 1.375rem; }
@media (max-width: 1200px) { body.new-package-template .site .package-content-wrapper .tab-content h3 { font-size: calc(1.075rem + 0.4vw) ; } }
body.new-package-template .site .package-content-wrapper .tab-content h4 { font-size: 1.25rem; }
@media (max-width: 1200px) { body.new-package-template .site .package-content-wrapper .tab-content h4 { font-size: calc(1.05rem + 0.2666666667vw) ; } }
body.new-package-template .site .package-content-wrapper .tab-content h5 { font-size: 1.125rem; }
@media (max-width: 1200px) { body.new-package-template .site .package-content-wrapper .tab-content h5 { font-size: calc(1.025rem + 0.1333333333vw) ; } }
body.new-package-template .site .package-content-wrapper #tab-1 ul { padding-left: 1rem; margin-bottom: 0; }
body.new-package-template .site .package-content-wrapper #tab-1 ul + p { padding-left: 1rem; }
body.new-package-template .site .package-content-wrapper #tab-1 h4 + ul + p { padding-left: 0; }
body.new-package-template .site .package-content-wrapper .tab-pane { padding-top: 0; }
body.new-package-template .site .package-content-wrapper .tab-pane h4 { margin-top: 1em; }
body.new-package-template .site .package-content-wrapper .tab-rooms .outbound-city-filter-list { margin-top: 1em; }
body.new-package-template .site .package-content-wrapper .tab-rooms .itg-pills { margin-top: 0 !important; }
body.new-package-template .site .package-content-wrapper .voucher-rooms .room { margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #e1e1e1; }
body.new-package-template .site .package-content-wrapper .voucher-rooms .room-img { margin-bottom: 1em; }
body.new-package-template .site .package-content-wrapper .voucher-rooms .room-name { margin-top: 0; }
body.new-package-template .site .package-content-wrapper .voucher-rooms .room-description { margin-top: 1em; }
body.new-package-template .site .package-forms-wrapper { padding-top: 0; background-color: #f1f3f5 !important; 		/*
		#booking > div > div > div {
			width: 100% !important;
			padding-right: 15px !important;
			padding-left: 15px !important;
			margin-right: auto !important;
			margin-left: auto !important;

			margin-bottom: 0 !important;

			@media(min-width: 1081px){
				main {
					max-width: 66.6666%  !important;
				}
				aside {
					max-width: 33.3333%  !important;
				}
			}

			@include breakpoint(sm) {
				max-width: 540px !important;
			}
			@include breakpoint(md) {
				max-width: 720px !important;
			}
			@include breakpoint(lg) {
				max-width: 960px !important;
			}
			@include breakpoint(xl) {
				max-width: 1140px !important;
			}

			main {
				margin-top: 34px !important;
				background-color: #FFF !important;
				box-shadow: rgba(0, 0, 0, 0.016) 0 12px 20px, rgba(0, 0, 0, 0.03) 0 4px 8px !important;

				h2 {
					margin: 1em 0;
					background-color: transparent !important;


				}
				> div:not(.bg-primary) {
					padding: 0 1.25rem !important;

					background: none !important;
					box-shadow: none !important;
				}
			}

			aside {
				h2 {
					padding: 0.75rem 1.25rem !important;

					color: #FFF !important;
					font-size: 1.75rem !important;
					text-align: left !important;
					background: $package-bg !important;
				}
			}
		}
		*/ }
body.new-package-template .site .package-forms-wrapper > .container > .section-forms { padding-top: calc(1em + 1vw); }
body.new-package-template .site .package-forms-wrapper .section-title { border-bottom: 1px solid #eee; }
body.new-package-template .site .package-forms-wrapper #btn-toggle-form-fields { cursor: pointer; border-bottom: 2px dashed #c8c8c8; color: #c8c8c8; margin-bottom: 1rem; }
body.new-package-template .site .package-forms-wrapper #btn-toggle-form-fields:hover, body.new-package-template .site .package-forms-wrapper #btn-toggle-form-fields:focus, body.new-package-template .site .package-forms-wrapper #btn-toggle-form-fields.active { border-bottom: 2px dashed #ee3252; color: #ee3252; }
body.new-package-template .site .package-forms-wrapper #btn-toggle-form-fields .active { display: none; }
body.new-package-template .site .package-forms-wrapper #btn-toggle-form-fields.active .active { display: inline; }
body.new-package-template .site .package-forms-wrapper #btn-toggle-form-fields.active .inactive { display: none; }
body.new-package-template .site .package-forms-wrapper .section-enquire-form { justify-content: center; }
@media (min-width: 992px) { body.new-package-template .site .package-forms-wrapper #formEnquire .col-lg-6 { flex: 0 0 100% !important; max-width: 100% !important; } }
body.new-package-template .site .package-forms-wrapper .form-section-hidden { display: none; background: #eee; }
body.new-package-template .site .package-forms-wrapper #Note { height: 5em; font-size: 0.875rem; line-height: 1.2; }
body.new-package-template .site .itg-icon.itg-diamond::before { content: url("/wp-content/themes/7travel/assets/img/icon-diamond.svg"); }

ul.parsley-errors-list { list-style-type: none; }
.input-group ul.parsley-errors-list { top: -1em; }

#package-booking > .row > div { margin-bottom: 1em; }
#package-booking .form-control { height: 3rem; }
#package-booking .highlight { font-weight: 700; }
#package-booking .package-booking-pricing { font-size: 1.2em; line-height: 1; }
#package-booking .package-booking-pricing #package-booking-pricing-room-label { margin-bottom: 0.5em; font-weight: 700; }
#package-booking .package-booking-pricing .package-price-type { display: block; font-size: 0.875em; }
#package-booking .package-booking-pricing .package-booking-pricing-left #package-booking-price-box-3 .highlight { font-size: 2.5em; }
#package-booking .package-booking-pricing .package-booking-pricing-right { text-align: right; }
#package-booking .package-booking-pricing .package-booking-pricing-right .package-price-type { font-size: 0.7em; }
#package-booking .package-booking-pricing .package-booking-pricing-right #package-booking-price-box-1 { margin-bottom: 0.5em; }
#package-booking .package-booking-pricing a#skye-tag { padding-top: 0.5em; font-size: 1em; color: #FFF; }
#package-booking .package-booking-pricing a#skye-tag p { margin: 0; font-size: 1em; line-height: 1.2; }
#package-booking .package-booking-pricing a#skye-tag br { display: none; }
#package-booking .package-booking-pricing a#skye-tag .more_info { font-size: 1em; }
#package-booking .package-booking-cta > .col > .btn:first-of-type { margin-bottom: 1em; font-weight: 600; text-transform: uppercase; }
#package-booking .btn { position: relative; width: 100%; padding: 0; font-size: 1em; line-height: 3em; color: #FFF; background: #FFF; border: 2px solid #FFF; border-radius: 1.5em; transition: none; }
#package-booking .btn:hover, #package-booking .btn:active { color: #FFF; background: linear-gradient(to right, #ec2027 0px, #bc3b95 100%); }
#package-booking .btn:focus, #package-booking .btn.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
#package-booking .btn-outline { color: #FFF; background: transparent; }
#package-booking .btn-outline:hover, #package-booking .btn-outline:active { color: linear-gradient(to right, #ec2027 0px, #bc3b95 100%); background: #FFF; }

#package-booking-desktop #package-booking { display: flex; flex-direction: column; justify-content: space-between; height: 100%; padding: 1.5em; color: #FFF; background: linear-gradient(to right, #ec2027 0px, #bc3b95 100%); border-radius: 5px; }
@media (min-width: 992px) and (max-width: 1199px) { #package-booking-desktop #package-booking label { margin-bottom: 0; } }
@media (min-width: 1200px) { #package-booking-desktop #package-booking { font-size: 1.2em; } }
body:not(.single-itg_package) #package-booking-desktop #package-booking { justify-content: space-between; font-size: 1.1em; }
@media (min-width: 1200px) { body:not(.single-itg_package) #package-booking-desktop #package-booking { font-size: 1.2em; } }
#package-booking-desktop #package-booking .row > div { margin-bottom: 0; }

.figure { width: 70px; max-width: 25%; text-align: center; }
.figure figcaption { line-height: 1; }

img.svg { display: none; }

#back-to-top { position: fixed; display: flex; right: 30px; bottom: 30px; padding: 10px; z-index: 20; background: #ec2027; background: -webkit-gradient(linear, left top, right top, from(#ec2027), to(#bc3b95)); background: -o-linear-gradient(left, #ec2027 0, #bc3b95 100%); background: linear-gradient(to right, #ec2027 0, #bc3b95 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec2027', endColorstr='#bc3b95', GradientType=1 ); color: #fff; font-weight: 700; font-size: 1rem; line-height: 20px; text-align: center; white-space: nowrap; opacity: 0; -webkit-transition: ease-in-out .2s opacity; -o-transition: ease-in-out .2s opacity; transition: ease-in-out .2s opacity; cursor: pointer; border-radius: 5px; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
#back-to-top .fa { position: relative; display: block; margin-right: 10px; width: 20px; height: 20px; text-align: center; border-radius: 50%; background: #FFF; }
#back-to-top .fa:before { position: absolute; display: block; top: 5px; left: 0; width: 100%; color: #ec2027; font-size: 1rem; line-height: 1; }
#back-to-top:hover { color: #FFF; text-decoration: none; }
#back-to-top.active { opacity: 1; }

body.new-package-template .site .btn { color: #FFF; background: linear-gradient(to right, #ec2027 0px, #bc3b95 100%); transition: none; }
body.new-package-template .site .btn:hover, body.new-package-template .site .btn:active { color: #FFF; background: #000; }
body.new-package-template .site #package-booking .btn { color: #dc284a; }
body.new-package-template .site #package-booking .btn:hover, body.new-package-template .site #package-booking .btn:active { color: #FFF; }
body.new-package-template .site #package-booking .btn-outline { color: #FFF; }
body.new-package-template .site #package-booking .btn-outline:hover, body.new-package-template .site #package-booking .btn-outline:active { color: #e51a59; }

.bg-primary { background: linear-gradient(to right, #ec2027 0px, #bc3b95 100%); }

.modal__pre-sign-up.panel--subscribe h3 { font-size: 16px !important; }

html body .formNewsletter-wrapper .cathy-text { font-size: 24px; line-height: 1.9; }

#gigya-modal-container .btn--fb-login { white-space: normal; }
#gigya-modal-container .btn--fb-login:before { top: 20%; }
@media (max-width: 575px) { #gigya-modal-container .btn--fb-login:before { top: 30%; } }

/*# sourceMappingURL=child_theme.css.map */
