.padtbl {
	padding-right: 0;
}
.htmlNoScroll {
	position: fixed;
	overflow-y: scroll;
	width: 100%;
}
/* Navigation */

#main-nav-mobile-phone {
	margin: 40px 0;
	text-align: center;
}

#main-nav-bar {
	background-color: #2a2a2a;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(51, 51, 51, 0.2);
	-moz-box-shadow: 0px 3px 3px 0px rgba(51, 51, 51, 0.2);
	box-shadow: 0px 3px 3px 0px rgba(51, 51, 51, 0.2);
}
.dark-nav #main-nav-bar {
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	z-index: 1000;
}
.atss {
	z-index: 999 !important;
}
.c-pink {
	color: #e52c57;
}

#main-nav-bar {
	padding: 0 10px 0 5px;
	position: absolute;
}
.icon-type {
	margin-top: 1px;
}
/*.outline-logo .logo_svg.full-color {
	display: none !important;
}*/
.outline-logo .logo_svg.outline {
	display: block !important;
	margin-top: -17px;
}
.outline-logo #menu-nav-icon > span {
	background: #fff !important;
}
#main-nav-bar #center-navigation {
	text-align: center;
	height: 60px;
}
#main-nav-bar #center-navigation #center-navigation-inner {
	display: inline-block;
	position: relative;
}
#main-nav-bar #center-navigation #center-navigation-inner::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 5px;
	left: 0;
}
#main-nav-bar .dropdown {
	display: inline;
	position: relative;
}
#main-nav-bar #center-navigation .center-navigation-sep {
	color: #fff;
	width: 1px;
	background: #fff;
	height: 29px;
	margin-top: 10px;
	opacity: 0.3;
}
#main-nav-bar #right-navigation {
	padding-top: 8px;
}
.droppedDown .menu-item::after {
	display: none;
}
/* Dropdown Menus - Z-index set so high to remove feedback button on tablet*/
#nav-dropdown {
	position: absolute;
	z-index: 9999999999;
	width: 100%;
	top: 60px;
	max-height: calc(100vh - 100px);
	border: 0px solid #fff;
	max-width: 1000px !important;
	margin-left: calc(-500px + 50%);
}
/* Crazy z-index to allow for drivetime modal popup and hide feedback button */
#headerDriveTime.reveal-modal {
	z-index: 9999999999!important;
}
#nav-dropdown.nav2 {
	max-width: 1200px !important;
	margin-left: calc(-600px + 50%);
}
.navDropMenu div a {
	display: block;
	color: #545453;
	font-weight: 400;
	line-height: 2;
	padding: 1px;
}
.navDropMenu div a.allOf {
	color: #3dbba1;
	font-weight: 600;
}
.nav2 .navDropMenu {
	background-color: #fff;
	overflow: auto;
}
#popularBreaks h4 {
	font-size: 140%;
}
#popularBreaks.columns {
	padding-left: 0;
}
.navDropMenu .title {
	font-weight: 600;
	color: #545453;
	margin-bottom: 10px;
}
.navOfferOuter a {
	line-height: 1;
	text-decoration: none!important;
}
#nav-dropdown .navOfferOuter a:hover {
	text-decoration: none!important;
}
.navOffer {
	height: 160px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.navOffer .inner {
	background: rgba(0, 0, 0, 0.4);
	height: 160px;
	transition: background-color 500ms ease-out;
}
#nav-dropdown .navOfferOuter a:hover .navOffer .inner {
	background: rgba(0, 0, 0, 0.2);
}
.navOffer h3,
.navOffer span {
	color: #fff;
	display: block;
}
.navOffer span:not(.pinkBtn){
	font-size: 120%;
	font-weight: 100;
	line-height: 1;
}
.navOffer span.pinkBtn {
	background-color: #e52c57;
	position: absolute;
	bottom: 20px;
	border-radius: 3px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width: 130px;
	text-align: center;
}
.navOffer .inner h3 {
	line-height: 1;
	padding: 5px 0 0 0;
	font-size: 140%;
	font-weight: 600;
	text-align: center;
}

.navOffer {
	background-image: url(/assets/nav-plane-image-sm.jpg?v=09ce470bf6665b97de023f00777cbb3c);
}

/* mobile nav */
#mob-nav-menu {
	padding-top: 20px;
	margin: 0 40px;
}

@media screen and (max-width: 320px) {
	#mob-nav-menu {
		margin: 0 20px;
	}
}

.collapse-title {
	color: #a3c739;
    font-size: 1.5em;
    font-weight: normal;
}

.collapse-title::after {
	font-family: 'cottages4you', "Open Sans", Verdana, Geneva, sans-serif;
	float: right;
	font-size: 0.8em !important;
    margin-top: 2px;
}

.collapse-content .collapse-title::after {
	font-size: 0.6em !important;
	margin-top: 2px;
	font-weight: 200;
}

.opened::after {
	content: "\e607";
}

.closed::after {
	content: "\e60a";
}

.collapse-content {
	display: none;
}

.collapse-content .collapse-title {
	font-size: 1.3em;
	color: white;
}

.collapse-content .collapse-item {
	font-size: 1em !important;
}

.collapse-item {
	font-size: 1.2em !important;
    color: white !important;
}


@media screen and (max-width: 1200px) {
	#nav-dropdown.nav2 {
		margin: 0;
	}
}
@media screen and (max-width: 1000px) {
	#nav-dropdown {
		margin-left: 0;
	}
}
#nav-dropdown::before {
	content: '';
	position: absolute;
	top: -5px;
	width: 100%;
	height: 5px;
	left: 0;
}
#nav-dropdown .link {
	margin: 25px 0;
	display: inline-block;
}
#nav-dropdown .row {
	max-width: 62.5em !important;
}
#nav-dropdown a {
	text-decoration: none !important;
}
#nav-dropdown a:hover {
	text-decoration: underline !important;
	text-decoration-color: grey !important;
}
#nav-dropdown .button {
	text-decoration: none !important;
}
#nav-dropdpwm .button:hover {
	text-decoration: none !important;
}
#nav-dropdown > div > .row:first-of-type {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border: 1px solid #fff;
}
#nav-dropdown.scroll {
	overflow-y: scroll;
	overflow-x: hidden;
}
.dropdown-dim {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 95px;
	background: rgba(0,0,0,0.6);
	z-index: 1001;
	cursor: pointer;
}
.dropdown-dim.second {
	top: 35px;
}
.dropdown-dim #dim-left {
	position: absolute;
	height: 60px;
	left: 0;
	top: -60px;
}
.dropdown-dim #dim-right {
	position: absolute;
	height: 60px;
	right: 0;
	top: -60px;
}
.closeHeaderMenuCont {
	display: none;
}
.media-tablet .closeHeaderMenuCont{
	display: block;
}

/* Destinations inner menu system */

#allLocations.columns,
#topTenIn.columns,
#aonb.columns {
	padding: 0;
	height: 425px;
}
#topTenIn div h3,
#aonb div h3 {
	font-size: 1.18rem;
}
#aonb div.navOffer h3 {
	color: #ffffff;
}
div.navOffer h3 span.subText {
	display: block;
	font-size: 16px;
	padding-top: 3px;
}
#topTenIn,
#aonb {
	background-color: #f5f5f5;
}
#aonb.noAONB {
	background-color: #ffffff;
	padding-left: 30px;
}
#allLocations div {
	margin-left: 100px;
}
#allLocations div a {
	padding-left: 10px;
	border-left: 4px solid #ffffff;
}
#allLocations div a.active {
	background-color: #f5f5f5;
	border-left: 4px solid #3dbba1;
}
#allLocations div h3.title{
	padding-left: 14px;
	font-size: 1.05rem;
}
#topTenIn div {
	padding-left: 20px;
}
#lettingDestNav {
	margin-top: 20px;
}
#lettingDestNav a{
	color: #2EA68D;
	margin-bottom: 0;
	font-weight: 600;
	padding: 0 0 0 1px;
}

@media only screen and (max-width: 1100px){
	#allLocations div {
		margin-left: 30px;
	}
}

/*Sticky Banner Override*/

#sticky-offer.stick {
	position: relative !important;
	width: 100%;
	top: auto !important;
	z-index: auto !Important;
}
/* Mobile Main Search Footer */

/* Mobile Menu Icon */

#menu-nav-icon {
	width: 32px;
	height: 32px;
	position: relative;
	cursor: pointer;
}
#menu-nav-icon span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	border-radius: 2px;
	opacity: 1;
	left: 0;
}
#main-nav-mobile #menu-nav-icon {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	-webkit-transform: translateZ(0);
}
#menu-nav-icon span {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#menu-nav-icon span:nth-child(1) {
	top: 0px;
	background: #a3c839;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a3c839 0%, #9fc63a 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #a3c839 0%, #9fc63a 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #a3c839 0%, #9fc63a 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a3c839', endColorstr='#9fc63a', GradientType=0);
/* IE6-9 */
}
#menu-nav-icon span:nth-child(2) {
	top: 10px;
	background: #8dbb3d;
	/* Old browsers */
	background: -moz-linear-gradient(top, #8dbb3d 0%, #86b73e 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #8dbb3d 0%, #86b73e 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #8dbb3d 0%, #86b73e 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8dbb3d', endColorstr='#86b73e', GradientType=0);
/* IE6-9 */
}
#menu-nav-icon span:nth-child(3) {
	top: 10px;
	background: #8dbb3d;
	/* Old browsers */
	background: -moz-linear-gradient(top, #8dbb3d 0%, #86b73e 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #8dbb3d 0%, #86b73e 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #8dbb3d 0%, #86b73e 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8dbb3d', endColorstr='#86b73e', GradientType=0);
/* IE6-9 */
}
#menu-nav-icon span:nth-child(4) {
	top: 20px;
	background: #72ac42;
	/* Old browsers */
	background: -moz-linear-gradient(top, #72ac42 0%, #6ea943 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #72ac42 0%, #6ea943 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #72ac42 0%, #6ea943 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#72ac42', endColorstr='#6ea943', GradientType=0);
/* IE6-9 */
}
#menu-nav-icon.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#menu-nav-icon.open span:nth-child(2) {
	background: #e1e1e1;
}
#menu-nav-icon.open span:nth-child(3) {
	background: #e1e1e1;
}
#menu-nav-icon.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#menu-nav-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #e1e1e1;
}
#menu-nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #e1e1e1;
}

.menu-link {
	display: inline-block;
	float: right;
}

/* Start Mobile Shortlist */
#mobSl{
	display: inline-block;
	position: relative;
	width: 28px;
	margin-right: 15px;
	vertical-align: top;
}

#mobSl #slHeart {
	fill:none;
	stroke:#fff;
	stroke-miterlimit:10;
	stroke-width: 1.2;
}

#mobSl .active #slHeart {
	fill:#e62858;
	stroke:#e62858;
	stroke-miterlimit:10;
}

#mobSl .shortlist-count {
	position: absolute;
	top: 7px;
	color: #fff;
	font-size: 80%;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	font-weight: 100;
}
#slInfo p span.icon-heart-open-b {
	vertical-align: middle;
	font-size: 1.6em;
}
#slInfo p {
	margin: 0;
}

/* End Mobile Shortlist */

#second-nav-bar, .dark-nav #second-nav-bar {
	top: 60px !important;
	left: 0;
	background-color: #8F8F8F;
	color: #fff;
	height: 28px;
	text-decoration: underline;
	position: absolute;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(51, 51, 51, 0.2);
	-moz-box-shadow: 0px 3px 3px 0px rgba(51, 51, 51, 0.2);
	box-shadow: 0px 3px 3px 0px rgba(51, 51, 51, 0.2);
}
#second-nav-bar a, .dark-nav #second-nav-bar a, #third-nav-bar .wyn a {
	padding-top: 8px;
	font-size: 11px;
	color: #EBEBEB;
	display: inline-block;
	font-weight: 400;
}
#second-nav-bar a:hover, #third-nav-bar a:hover, .dark-nav #second-nav-bar a:hover {
	text-decoration: underline;
}
.dark-nav #second-nav-bar {
	background-color: rgba(0, 0, 0, 0.5);
	color: #e1e2e3;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	z-index: 1003;
}
#second-nav-bar .wyn {
	font-size: 10px;
}
#second-nav-bar .wyn a {
	border-right: none;
}
#second-nav-bar .wyn span {
	padding-left: 15px;
}
#second-nav-bar .usp {
	padding: 5px;
}
.nav-usp {
	font-size: 12px;
	margin: 10px;
}
.usp-tick {
	color: #86b83f;
}
.dark-nav #second-nav-bar .wyn {
	color: #fff;
	padding-top: 8px;
}
.dark-nav #second-nav-bar .wyn a, .dark-nav #second-nav-bar .wyn a:hover {
	color: #fff;
	padding-left: 0;
}
#third-nav-bar .wyn {
	font-size: 10px;
}
#third-nav-bar .wyn a {
}
#third-nav-bar .wyn a:hover {
}
#third-nav-bar .wyn span {
	padding-left: 15px;
}
#third-nav-bar .wyn {
	color: #fff;
	padding-top: 8px;
}
#third-nav-bar .wyn a, #third-nav-bar .wyn a:hover {
	color: #fff;
	padding-left: 0;
}
.menu-item, .menu-item-2 {
	border-bottom: none;
	padding: 26px 25px 19px 25px;
	color: #fff;
	font-size: 80%;
	position: relative;
	z-index: 4001 !important;
}
.dark-nav .menu-item, .dark-nav .menu-item-2, .dark-nav #shortlist-content h4 {
	color: #fff;
}
.dark-nav .menu-item--highlight {
	color: #43CBB0;
}
.dark-nav .menu-item-2 .call-times, .dark-nav .menu-item-2 .letting-call-times {
	color: #ebebeb;
	display: block;
	margin-bottom: 5px;
	text-align: right;
}
.menu-item:hover {
	text-decoration: underline;
	cursor: pointer;
}
.menu-item.dropD:hover {
	text-decoration: none;
}
#the_logo {
	width: 238px;
	height: 40px;/* <<<< ---- IE FIX 9 */
}
.dark-nav #the_logo #letters path {
	fill: #FFF;
}
#the_logo_mobile {
	height: auto;
	width: 170px;
}
.menu-link-right .icon-menu-b {
	color: #D4D4D4;
	margin-right: -10px;
}
.menu-item-2 {
	padding: 7px 0 0 0;
}
#main-nav-bar .phone a {
	font-size: 25px;
	font-weight: 300;
	letter-spacing: -0.04em;
	display: block;
	margin-top: -5px;
	margin-left: 6px;
	color: #EBEBEB;
	text-align: right;
}
#main-nav-bar .phone a:hover {
	text-decoration: none;
}
.dark-nav .phone a {
	color: #ebebeb;
}
#topHeader {
	display: block;
}
 #topHeader span.icon-heart-b {
	padding-bottom: 3px;
}
#second-nav-bar, .dark-nav #second-nav-bar{
	top:0px !important;
	position: relative;
	background-color: #545453;
	height: 35px;
}
.dark-nav #main-nav-bar{
	top: 0px;
	position: relative;
	background-color: #2a2a2a;
	overflow: hidden;
}
.dark-nav #second-nav-bar a {
	color: #ffffff;
	font-weight: 600;
	font-size: 13px;
	padding: 11px 20px;
	margin: 0;
}
.dark-nav #second-nav-bar #loginOutMenu a {
	padding: 5px 0;
	display: block;
}
.dark-nav #second-nav-bar #loginOutMenu a.not-your-account {
	padding: 0 0 0 3px;
	display: inline-block;
}
#myAccountLink {
	position: relative;
	display: inline-block;
	transition: all 500ms;
}
#myAccountLink:hover, #myAccountLink.active {
	background-color: #fff;
}
.dark-nav #second-nav-bar #myAccountLink:hover a.myAccLink, #myAccountLink.active a {
	color: #545453;
	text-decoration: none;
}
#loginOutMenu {
	background-color: #fff;
	color: #545453;
	position: absolute;
	min-width: 184px;
	text-align: left;
	padding: 20px 10px 10px 20px;
	box-sizing: border-box;
	font-size: 13px;
	z-index: 100;
}
#userLoggedOut {
	display: none;
}
#loginOutMenu.false #userLoggedOut {
	display: block;
}
.dark-nav #second-nav-bar #loginOutMenu a {
	color: #6BA643;
	padding-bottom: 8px;
}
.welcome-message-container {
	display: inline-block;
	padding-bottom: 15px;
}
.join-us{
	background-color: #2ea68d;
}
.dark-nav #second-nav-bar a#link-shortlist {
	position: relative;
	padding-left: 0;
}
#nav-dropdown{
	top:95px;
}
#shortlist-nav-bar, #panel-shortlist {
	top:0;
	z-index: 9999;
}
#link-shortlist.headerSL{
		margin-left: 0;
}
.bodyShortlistOpen {
	position: fixed;
	overflow: hidden;
	width: 100%;
	overflow-y: scroll;
}

/* Shortlist Count Styling */
.second-nav-shorticon {
	position: absolute;
	left: -28px;
	top: 7px;
	background-color: #e52c56;
	border-radius: 50%;
	height: 20px;
	opacity: 0;
	padding-top: 4px;
	text-align: center;
	transition: opacity 0.4s;
	width: 20px;
}

/* ----------Mobile Menu---------- */

/* Tablet portait navigation */

@media only screen and (max-width: 1160px) and (min-width: 760px) {
.menu-item,  .menu-item-2 {
}
.media-tablet .menu-item.active {
}
.media-tablet .menu-item:hover {
}
.media-tablet .menu-item.active:hover {
}
#the_logo {
	width: 100%;
}
#main-nav-bar #center-navigation #center-navigation-inner {
	min-width: 300px;
	/*width: 418px;*/
	margin: 0 auto;
	max-width: none;
	display: inline-block;
}
.menu-item {
	padding: 26px 13px 21px 13px;
	font-size: 70%;
}
.menu-item-2 {
	padding: 10px;
}
#main-nav-bar .phone a {
	font-size: 22px;
}
.dark-nav .menu-item-2 .call-times,  .dark-nav .menu-item-2 .letting-call-times {
	font-size: 9px;
	text-align: right;
}
.droppedDown .menu-item::after {
	bottom: -4px !important;
}
}
 @media only screen and (max-width: 905px) {
.menu-item-2 {
	padding: 10px 0;
}
#main-nav-bar .phone a {
	font-size: 19px;
}
.menu-item {
	font-size: 60%;
	padding: 27px 13px 22px 13px;
}
.droppedDown .menu-item::after {
	bottom: -6px !important;
}
#nav-dropdown #nav-destinations #countries li a {
	font-size: 13px;
	padding: 16px;
}
}

/* SMALL SCREENS ONLY */

@media only screen and (max-width: 47.9375em) {
#nav-home-mobile * {
	font-size: 12px !important;
}
#the_logo_mobile {
	margin-top: -2px;
}
.dark-nav #main-nav-mobile, .welcome-mobile {
	position: fixed;
	top: 0;
	z-index: 100;
}
.dark-nav #main-nav-mobile-top, .welcome-mobile {
	background-color: #2a2a2a;
	position: fixed;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 50px;
	padding: 12px 10px 5px 10px;
	z-index: 100;
	left: 0;
}
/* For welcome message on mobile */
  .welcome-mobile {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-bottom: 1px solid #909090;
	box-shadow: none;
	top: 50px;
}
.welcome-mobile.logged-in-show-true {
	height: 35px;
}
.welcome-mobile.logged-in-show-true p.welcome-message {
	margin-bottom: 0;
}
.welcome-mobile p {
	color: #fff;
}
.welcome-mobile p a {
	font-size:11px;
}
.welcome-mobile .customer-name {
	font-weight: bold;
}
#nav-bg-mobile {
	background: #2a2a2a;
	position: absolute;
	top: -15px;
	width: 100%;
	height: 622px;
	left: 0;
	z-index: 100;
}
#main-nav-mobile #main-nav-mobile-bottom {
	display: none;
	background: #2a2a2a;
	z-index: 99;
	height: 94%;
	width: 100%;
	position: fixed;
	top: 50px;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
}
#main-nav-mobile #main-nav-mobile-bottom #mobile-navigation-inner {
	display: none;
	background: #2a2a2a url(/assets/main-nav-mobile-bg.jpg?v=556079427773d22d949fd7cb11e16cf6) bottom center no-repeat;
	background-size: 100%;
	height: auto;
	min-height: 100%;
	padding-bottom: 140px;
}
#main-nav-mobile #main-nav-mobile-bottom #mobile-navigation-inner .mobile-nav-section {
	border-bottom: 1px solid #545453;
	max-width: 80%;
	margin: 0 auto;
}
#main-nav-mobile #mobile-navigation-inner .mobile-nav-section {
	margin: 30px auto 0 auto !important;
}
#main-nav-mobile #main-nav-mobile-bottom #mobile-navigation-inner a {
	font-size: 25px;
	color: #a3c739;
	font-weight: normal;
	padding: 6px 0;
	display: block;
	text-decoration: none
}
#main-nav-mobile #main-nav-mobile-bottom #mobile-navigation-inner .more-sub-menu a {
	font-size: 20px;
}
#main-nav-mobile #main-nav-mobile-bottom #mobile-navigation-inner .more-sub-menu ul {
	padding-left: 20px;
}
#main-nav-mobile #main-nav-mobile-bottom #mobile-navigation-inner #main-nav-mobile-phone a {
	color: #ebebeb;
	font-size: 38px;
	padding: 0;
	margin-left: 0;
}
#main-nav-mobile #main-nav-mobile-bottom #mobile-navigation-inner #main-nav-mobile-phone .call-times,  #main-nav-mobile #main-nav-mobile-bottom #mobile-navigation-inner #main-nav-mobile-phone .letting-call-times {
	display: block;
	color: #ebebeb;
}
#main-nav-mobile-social {
	border: none !important;
}
#main-nav-mobile #main-nav-mobile-bottom #mobile-navigation-inner #main-nav-mobile-social {
	text-align: center
}
#main-nav-mobile #main-nav-mobile-bottom #mobile-navigation-inner #main-nav-mobile-social a {
	display: inline-block;
	max-width: 42px;
	margin-right: 15px;
	width: 34px;
	height: 34px;
	padding: 0;
}
#main-nav-mobile #main-nav-mobile-bottom #mobile-navigation-inner #main-nav-mobile-social a:first-of-type {
	margin-left: 15px;
}
.dark-nav #main-nav-mobile-bottom.open {
	display: block;
}
#main-nav-bar #main-nav-mobile-bottom #mobile-navigation-inner {
	min-width: 0px;
	width: 100%;
	text-align: center;
	max-width: 65%;
	margin: 0 auto;
}
#main-nav-mobile #main-nav-mobile-bottom #mobile-navigation-inner #main-nav-mobile-more .mobile-menu-more > span {
	font-size: 27px;
}
#main-nav-mobile #main-nav-mobile-bottom #mobile-navigation-inner .mobile-menu-more {
	background: transparent url(/assets/menu-more-bg.png?v=fde0679f17e45d54cb00704aefe3ba63) right center no-repeat;
	display: block;
	height: 70px;
	background-size: auto 60%;
	line-height: 60px;
	text-decoration: none
}
#main-nav-mobile #main-nav-mobile-bottom #mobile-navigation-inner .mobile-menu-more.open {
	background: transparent url(/assets/menu-more-open-bg.png?v=8d3fc1046e34f27df68c850c8385028e) right center no-repeat;
	background-size: auto 60%;
}
#main-nav-mobile #main-nav-mobile-bottom #mobile-navigation-inner .more-sub-menu {
	display: none;
}
}


/* medium */

@media only screen and (min-width: 48em) {
#nav-home-mobile * {
	font-size: 13px !important;
}
}


/* SMALL SCREENS ONLY */

@media only screen and (max-width: 47.9375em) {
#main-nav-bar {
	background-color: #2a2a2a;
	overflow: hidden
}
}

 @media only screen and (min-width: 768px) and (max-width: 999px) {
.menu-item-2.talk-option {
	padding-top: 25px;
}
.menu-item-2.talk-option li {
	list-style-type: none;
}
}


/* COT-854 New Mobile Nav Media Queries */


/* iPhone 6 Portrait*/

@media only screen and (max-width: 375px) {
}
#main-nav-bar a {
	font-weight: normal !important;
}
.menu-item-3 a {
	color: white;
	font-size: 12px;
	margin-left: 20px;
}
.menu-item-3 {
	text-align: right;
	color: white;
	margin-bottom: 0;
	padding-bottom: 0;
}
 @media only screen and (min-width: 768px) {
#main-nav-bar {
	min-height: 65px;
	max-height: 65px;
}
}
 @media only screen and (min-width: 1024px) {
	.phone a {
		font-size: 31px;
		padding-top: 0px;
	}
}
#main-nav-bar a {
	font-weight: normal !important;
}
.dark-nav .phone a {
	color: #ebebeb;
}
#main-nav-bar #center-navigation a {
	font-size: 19px;
	letter-spacing: 1px;
}
/* #main-nav-bar .menu-item {
	transition: all 500ms;
} */
.media-desktop #main-nav-bar #center-navigation a.dropdown:hover > div,
#main-nav-bar #center-navigation a.dropdown.droppedDown div {
	background-color: #fff;
	color: #2a2a2a;
	text-decoration: none;
}
 @media only screen and (min-width: 768px) {
#main-nav-bar {
	min-height: 60px;
	max-height: 60px;
}
#logoLink {
	padding-top:9px;
}
.logo_svg {
	margin-left: 0;
	/* margin-top: -12px; */
	/*padding: 0 20px 0 19px;*/
	height: 54px;
}
}
 @media only screen and (min-width: 1024px) {
.logo_svg {
	padding: 0px 20px 0 10px;
}
.border-wrap {
	padding: 8px;
	border-radius: 4px;
	border: 1px solid white;
	margin-top: -10px;
}
}


/* iPhone 5 Portrait*/

@media only screen and (max-width: 320px) {
#main-nav-mobile #main-nav-mobile-bottom #mobile-navigation-inner a {
	font-size: 21px;
}
#main-nav-mobile #main-nav-mobile-bottom #mobile-navigation-inner .mobile-menu-more {
	height: 50px;
	line-height: 40px;
}
#the_logo {
/* <<<< ---- IE FIX 9 */
	}
}
/* Third Nav Bar - Used on Inspire and Explore and Letting Mini Sites */


/* ------------------------------------------
  OVERRIDE STYLES FOR NAV IN TEMPLATE
--------------------------------------------- */

.column-np {
	padding: 0;
}
.light-nav #main-nav-bar {
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: none;
}
.light-nav #third-nav-bar {
	background-color: rgba(0, 0, 0, 0.3);
	color: #e1e2e3;
	box-shadow: none;
}
#the_logo_mobile {
	padding: 0 0 0 5px;
}
.return {
	display: none;
	height: 55px;
	position: relative;
	text-align: center;
}
.return__link {
	background: #ebebeb;
	display: block;
	font-weight: 400;
	line-height: 58px;
}
.return__link:hover {
	text-decoration: none;
}
.return__arrow {
	border-top: 3px solid #6BA643;
	border-left: 3px solid #6BA643;
	left: 50%;
	font-size: 12px;
	height: 9px;
	margin: -5px 0 0 -100px;
	position: absolute;
	overflow: hidden;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 9px;
}
 @media screen and (max-width: 47.9375em) {
#main-nav-bar {
	padding: 0 0 0 5px;
}
#main-nav-bar {
	position: relative;
}
.light-nav #main-nav-bar {
	background-color: #ffffff;
}
#third-nav-bar {
	height: auto;
	top: 110px;
}
#third-nav-bar .columns {
	padding: 0;
}
.static-page {
}
#phone-top {
	line-height: 62px;
	margin: 0 10px 0 0;
}
.return {
	display: block;
}
}
/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.nav-collapse ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	list-style: none;
}
.nav-collapse li {
	width: 100%;
	display: block;
}
.js .nav-collapse {
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: block;
	overflow: hidden;
	zoom: 1;
}
.nav-collapse.opened {
	max-height: 9999px;
}
.nav-toggle {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
 @media screen and (min-width: 47.9375em) {
.js .nav-collapse {
	position: relative;
}
.js .nav-collapse.closed {
	max-height: none;
}
.nav-toggle {
	display: none;
}
}
/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;/* Above WP toolbar. */
}
#third-nav-bar .nav-collapse, #third-nav-bar .nav-collapse * {
	box-sizing: border-box;
}
#third-nav-bar .nav-collapse {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#third-nav-bar .nav-collapse, #third-nav-bar .nav-collapse ul {
	list-style: none;
	margin: 0;
	width: 100%;
}
#third-nav-bar .nav-collapse ul {
	border-top: 6px solid #2a2a2a;
}
#third-nav-bar .nav-collapse ul ul {
	border-top: none;
	padding-top: 0 !important;
}
 @media screen and (min-width: 47.9375em) {
#third-nav-bar .nav-collapse {
	width: auto;
	float: right;
}
#third-nav-bar .nav-collapse ul {
	border-top: none;
}
}
#third-nav-bar .nav-collapse li {
	float: left;
	text-align: left;
	width: 100%;
}
 @media screen and (min-width: 47.9375em) {
#third-nav-bar .nav-collapse li {
	width: auto;
}
}
#third-nav-bar .nav-collapse a {
	background: #353535;
	border-bottom: 2px solid #2a2a2a;
	color: #fff;
	font-family: 'Hind', sans-serif;
	font-size: 16px;
	font-weight: 500;
	float: left;
	padding: 0.8em 1.1em 0.8em 2.5em;
	text-decoration: none;
	width: 100%;
}
#third-nav-bar .nav-collapse a.start {
	background: #494949;
	padding: 0.8em 1.1em 0.8em 1.5em;
}
 @media screen and (min-width: 47.9375em) {
#third-nav-bar .nav-collapse a {
	border-bottom: 0;
	padding: 1em 1.5em;
	margin: 0;
	float: left;
	text-align: center;
}
}

.iande-nav > .columns {
	width: 200px;
	float: right;
	padding-top: 6px;
}
/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

.nav-toggle {
	background: #2a2a2a;
	color: #fff;
	font-size: 0.85em;
	font-weight: bold;
	height: 55px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	padding: 0;
	position: relative;
	max-width: 289px;
	overflow: hidden;
	float: right;
	line-height: 58px;
	width: 30%;
}
.nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {
	background-color: #2a2a2a;
	color: #ffffff;
}


/* ------------------------------------------
  MULTIPLE LEVELS
--------------------------------------------- */

@media screen and (min-width: 47.9375em) {
/*#third-nav-bar .nav-collapse .a:hover,
	#third-nav-bar .nav-collapse li.focus > a {
		background-color: rgba(0, 0, 0, 0.8);
		color: #2ea68d;
	}*/
}
 @media screen and (max-width: 47.9375em) {
/* Enable active class to let the navigation expand over the calculated max height. */
	.js .nav-collapse.multiple-level-nav.opened.dropdown-active {
	max-height: 9999px !important;
}
.js .nav-collapse.multiple-level-nav .sub-menu {
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: none;
	/* This way you don't have focus on sub menu items unless you open the sub menu. */
		overflow: hidden;
	zoom: 1;
}
.js .nav-collapse.multiple-level-nav .sub-menu.toggled {
	display: block;
	max-height: 9999px;
	position: relative;
}
.js .nav-collapse li {
	position: relative;
}
.js .nav-collapse .dropdown-toggle {
	border-left: 2px solid #2a2a2a;
	border-top: none;
	border-right: none;
	border-bottom: none;
	color: #fff;
	content: "";
	height: 51px;
	width: 51px;
	padding: 0;
	position: absolute;
	margin: 0;
	text-transform: lowercase;
	top: 0;
	right: 0;
}
.js .nav-collapse .dropdown-toggle:hover,  .js .nav-collapse .dropdown-toggle:focus,  .js .nav-collapse .dropdown-toggle:active {
	background-color: #1d1c1c;
	color: #ffffff;
}
.js .nav-collapse .dropdown-toggle:after {
	content: "+";
	font-size: 26px;
	line-height: 60px;
}
.js .nav-collapse .dropdown-toggle.toggled:after {
	content: "-";
	line-height: 54px;
}
}
#third-nav-bar .dropdown ul a {
	background: #2a2a2a;
	border-bottom: none;
	padding: 0.8em 1.1em 0.8em 4em;
}
#third-nav-bar .dropdown ul ul a {
	background: #2d353e;
	padding-left: 2.5em;
}
 @media screen and (min-width: 47.9375em) {
#third-nav-bar .dropdown-toggle {
	display: none;
}
}
#third-nav-bar .dropdown ul ul {
	border: 0;
	padding: 0;
}
#third-nav-bar .dropdown .dropdown.opened .has-dropdown {
	background: #9c2c12;
}
 @media screen and (min-width: 47.9375em) {
#third-nav-bar .dropdown ul a {
	background: rgba(0, 0, 0, 0.8);
}
#third-nav-bar .nav-collapse {
	position: relative;
	float: none;
}
.js .nav-collapse,  .js .nav-collapse .dropdown ul {
	max-height: none;
	overflow: visible;
}
#third-nav-bar .sub-menu:after {
	font-size: 1.5em;
	line-height: 0.8;
	float: right;
	content: "";
	width: 0;
	height: 0;
	margin: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #2ea68d;
	top: 0;
	position: absolute;
	left: 85px;
}
#third-nav-bar .southWest:after {
	font-size: 1.5em;
	line-height: 0.8;
	float: right;
	content: "";
	width: 0;
	height: 0;
	margin: 0;
	border-left: 6px solid #2ea68d;
	border-right: 0 solid transparent;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	top: 30px;
	position: absolute;
	left: 0;
}
#third-nav-bar .nav-collapse .dropdown {
	position: relative;
}
#third-nav-bar .nav-collapse .dropdown li {
	width: 100%;
}
#third-nav-bar .nav-collapse .dropdown ul a {
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	border: 0;
}
#third-nav-bar .nav-collapse li {
	border: 0;
	display: inline-block;
	position: relative;
	text-align: center;
}
#third-nav-bar .nav-collapse li.sep {
	height: 24px;
	width: 1px;
	background: #fff;
	margin-top: 8px;
	opacity: 0.4;
}
/*#third-nav-bar .nav-collapse li:after {
		content: "|";
	}*/
	.media-desktop #third-nav-bar .nav-collapse .menu-items > li:hover {
	color: #fff;
	background-color: transparent;
}
.media-desktop #third-nav-bar .nav-collapse .menu-items > li > a:hover {
	color: #fff;
	background-color: transparent;
}
.media-desktop #third-nav-bar .nav-collapse ul.sub-menu a:hover {
	color: #2ea68d;
}
#third-nav-bar .nav-collapse a,  #third-nav-bar .nav-collapse a.start {
	background: none;
	color: #e1e2e3;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	padding: 8px 1.5em 9px;
}
.dark-nav #third-nav-bar {
	background-color: #2ea68d;
	top: 123px;
	height: 40px;
	text-align: center;
	position: absolute;
	z-index: 99;
}
#accessibility #third-nav-bar {
	background-color: #9974b4 !important;
}
.dark-nav #third-nav-bar a {
	font-size: 14px;
	padding: 14px 0.5em 12px;
}
#letting-your-property #shortlist-nav-bar {
	display: none
}
#third-nav-bar .nav-collapse ul ul {
	float: left;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -90px;
	z-index: 99999;
	text-align: center;
	display: none;
}
#third-nav-bar .nav-collapse li li {
	border: 0;
	display: block;
	height: auto;
	line-height: 1.0909090909;
}
#third-nav-bar .nav-collapse ul ul ul {
	left: -999em;
	top: 20px;
}
#third-nav-bar .nav-collapse ul ul a {
	padding: 15px 12px;
	white-space: normal;
	width: 180px;
}
#third-nav-bar .nav-collapse ul ul li:first-of-type a {
	padding: 30px 12px 15px 12px !important;
}
#third-nav-bar .nav-collapse ul ul li:last-of-type a {
	padding: 15px 12px 30px 12px !important;
}
#third-nav-bar .nav-collapse ul li:hover > ul,  #third-nav-bar .nav-collapse ul li.focus > ul {
}
#third-nav-bar .nav-collapse ul ul li > ul,  #third-nav-bar .nav-collapse ul ul li > ul {
	top: -34%;
	left: 48%;
	margin-left: 150px;
}
}
/* Active states */

#collections .shop-navigation div#-link-experience::after, .inspire-and-explore-nav div#-link-experience::after, .inspire-and-explore-nav-region div#-link-experience::after, #body-late-deals div#-link-offers::after, .shop-letting div#-link-letting::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -2px;
}
.inspire-and-explore-nav div#-link-experience::after, .inspire-and-explore-nav-region div#-link-experience::after, .shop-letting div#-link-letting::after {
	border-bottom: 10px solid #2ea68d;
}
#accessibility .inspire-and-explore-nav div#-link-experience::after {
	border-bottom: 10px solid #9974b4;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
#collections .shop-navigation div#-link-experience::after,  .inspire-and-explore-nav div#-link-experience::after,  .inspire-and-explore-nav-region div#-link-experience::after,  #body-late-deals div#-link-offers::after,  .shop-letting div#-link-letting::after {
	bottom: -4px;
}
}
.dark-nav .inspire-and-explore-nav-region + #second-nav-bar, .dark-nav .inspire-and-explore-nav + #second-nav-bar, .dark-nav .shop-letting + #second-nav-bar {
	background: none;
	height: 0;
}
.dark-nav .inspire-and-explore-nav-region + #second-nav-bar > div {
	width: auto!important;
}
 @media only screen and (max-width: 75em) {
.dark-nav .inspire-and-explore-nav-region + #second-nav-bar,  .dark-nav .shop-letting + #second-nav-bar {
	display: none!important;
}
}
/* My Account */
.alt-modal {
	padding:0;
	min-width:320px;
/*	min-height:320px; */
	background:transparent;
	border:0;
	box-shadow:none;
}
.alt-modal .alt-content {
	width:425px;
	background:#fff;
	margin:auto;
	border:solid 1px #666;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.4);
	position:relative;
}
.alt-modal.medium .alt-content {
	width:100%;
}
.alt-modal.static-modal .alt-content {
	border:0;
}
.alt-modal .modal-title {
	width: 100%;
	padding: 22px 10px 15px;
	text-align: center;
	margin: 0;
	font-weight: 600;
	color: #6BA643;
	line-height: normal;
	border-bottom: 1px solid #bdbdbd;
}
.alt-modal .modal-medium-text {
	font-size:0.8rem;
	margin: 0;
}
.alt-modal .modal-line-through {
	display:inline-block;
	background:#fff;
	padding:0 10px;
	line-height: 1.2
}
hr.line-through {
	border:0;
	border-bottom:1px solid #ababab;
	margin:30px 0 -10px 0;
}
.modal-content {
	padding:20px;
	text-align:center;
}
.alt-modal input[type="text"], .alt-modal input[type="password"], .alt-modal input[type="date"], .alt-modal input[type="datetime"], .alt-modal input[type="datetime-local"], .alt-modal input[type="month"], .alt-modal input[type="week"], .alt-modal input[type="email"], .alt-modal input[type="number"], .alt-modal input[type="search"], .alt-modal input[type="tel"], .alt-modal input[type="time"], .alt-modal input[type="url"] {
	background:#fff;
	font-weight:normal;
}
.alt-modal input.has-tip:hover, .alt-modal input.has-tip:focus {
	border-bottom:1px solid #ccc;
	color:inherit;
}
.alt-modal .modal-footer {
	text-align:center;
	padding:25px 10px;
	background: -moz-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(156,156,156,0) 25%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(216,216,216,1) 0%, rgba(156,156,156,0) 25%, rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(216,216,216,1) 0%, rgba(156,156,156,0) 25%, rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#00000000', GradientType=0 ); /* IE6-9 */
}
/*.alt-modal .modal-footer .modal-footer-text{ font-size:20px; margin:0 10px 0 0; }*/
.alt-modal .modal-footer .button {
	margin:0;
}
.bookref a {
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: underline;
}
.alt-link {
	color:inherit;
	text-decoration:underline;
	font-weight:normal;
}
.alt-modal .tooltip {
	background:#6ba643;
}
.alt-modal button {
	outline:none;
}
.alt-modal button:hover, .alt-modal input[type="submit"]:hover {
	background:#fff;
	color:#6BA643;
}
.signup {
	font-weight: normal;
	color: #58595b;
	font-size: 1em;
	text-align: center;
	padding: 23px 0 23px 0;
	border-top: 1px solid #ababab;
}
.alt-modal [data-abide] .error small.error, .alt-modal [data-abide] span.error, .alt-modal [data-abide] small.error, .alt-form .error small.error, .alt-form .error span.error, .alt-form .error small.error, .address-lookup-box .postcode-error-message {
	text-align: left;
	color: #cb4858;
	padding: 0;
	margin: 10px 0;
	background: none;
	font-size: 0.9em;
	line-height: 18px;
	font-style: normal;
	font-weight: bold;
}
.alt-modal [data-abide] .error small.error.hide, .alt-modal [data-abide] .error small.error.false, .alt-modal [data-abide] span.error.hide, .alt-modal [data-abide] small.error.hide .alt-form .error small.error.hide, .alt-form span.error.hide, .alt-form small.error.hide {
	display:none;
}
.alt-modal [data-abide] .error small.error a, .alt-modal [data-abide] span.error a, .alt-modal [data-abide] small.error a, .alt-form .error small.error a, .alt-form span.error a .alt-form .error small.error a {
	font-weight:normal;
	color:#cb4858;
	text-decoration:underline;
}
.alt-modal [data-abide] small.error.show {
	display:block;
}
.alt-modal [data-abide] .error.error-message.success-message {
	padding: 10px 40px;
	font-size: 1rem;
	color: #000;
	text-align: center;
	display: block;
	font-weight: normal;
}
.alt-modal [data-abide] .error.error-message.success-message a {
	color: #ceda2b
}
.full-width {
	width:100%;
}
.large-button {
	font-size:24px;
}
.facebook-button, .facebook-button:focus {
	background:#4a6ea9;
	border-color:#4a6ea9;
}
.facebook-button:before {
	content:"";
	background:url('/assets/facebook-icon.png?v=bca8c6277d4931ae30d8d5585ad41114') no-repeat;
	background-size:contain;
	height:18px;
	width:11px;
	display:inline-block;
	vertical-align:middle;
	margin:-2px 10px 0 0;
}
a.facebook-button:hover {
	background:#4b77bf;
	border-color:#4b77bf;
	color:#fff;
}
.google-button, .google-button:focus {
	background:#de4f41;
	border-color:#de4f41;
}
.google-button:before {
	content:"";
	background:url('/assets/google-icon.png?v=2af9e85cdf62ea11a958cd8bb8ea2301') no-repeat;
	background-size:contain;
	height:15px;
	width:23px;
	display:inline-block;
	vertical-align:middle;
	margin:0 15px 0 0;
}
a.google-button:hover {
	background:#f16557;
	border-color:#f16557;
	color:#fff;
}
.welcome-message {
	display:none;
	font-size:13px;
}
.welcome-name {
	text-transform:capitalize;
}

a.endorser-link {
	color: #fff;
	font-size: 12px;
	font-weight: 100;
	float: left;
	padding: 3px 0 0 16px;
	text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
	a.endorser-link {
		padding: 3px 0 0 5px;
	}
}
@media only screen and (max-width: 767px) {
	a.endorser-link {
		display: none;
	}
}

/* #home-page .tooltip{ width:375px !important; } */

@media only screen and (min-width: 48em) {
.reveal-modal.alt-modal.small {
	margin-left:-28%;
	width:56%;
}
}
@media only screen and (max-width: 48em) {
.my-booking .hero-image {
	min-height:490px;
}
}

@media only screen and (max-width: 35em) {
	.my-booking .hero-image {
		min-height:190px;
	}
}

@media only screen and (max-width: 40em) {
.alt-modal.reveal-modal {
	height:100%;
	overflow:scroll;
}
#genericModal, #myAccountEmailConfirmationDocuments {
	top: 0px;
	right: 0!important;
	left: 0!important;
	bottom: 0!important;
	width: auto;
}
#genericModal .alt-content, #myAccountEmailConfirmationDocuments .alt-content {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	/* height: 62%; */
	max-height: 380px;
}
#genericModal .alt-content {
	overflow: scroll;
}
.alt-modal .alt-content {
	width:320px;
}
.alt-modal .modal-title {
	font-size:20px;
}
.large-button {
	font-size:18px;
}
.alt-modal .modal-footer {
	padding:20px 0;
}
/* #home-page .tooltip{ width:320px; } */
}
 @media only screen and (max-width: 1024px) and (min-width: 768px) {
#collections .shop-navigation div#-link-experience::after,  .inspire-and-explore-nav div#-link-experience::after,  .inspire-and-explore-nav-region div#-link-experience::after,  #body-late-deals div#-link-offers::after,  .shop-letting div#-link-letting::after {
	bottom: -4px;
}
}
.dark-nav #second-nav-bar.iande-nav, .dark-nav .shop-letting + #second-nav-bar {
	background: none;
	height: 0;
}
.dark-nav .inspire-and-explore-nav-region + #second-nav-bar > div {
	width: auto!important;
}
 @media only screen and (max-width: 75em) {
.dark-nav .inspire-and-explore-nav-region + #second-nav-bar,  .dark-nav .shop-letting + #second-nav-bar {
	display: none!important;
}
}


.phone-icon {
	margin-right: 8px;
}

.phone-icon .phone-icon-text {
	font-size: 9px;
	text-decoration: none;
}

#offers-wrap {
	display: flex;
	justify-content: space-evenly;
}

.offer-tab {
	width: 400px;
	display: inline-block;
}

.offer-tab .tab {
	height: 220px;
	margin-bottom: 5px !important;
	margin-top: 5px !important;
}

.offer-tab .tab .tab-label h4 {
	font-size: 1.15rem;
}

.lodges-cottages-link:after {
	content: 'NEW';
	background: #ffc800;
	padding: 2px 3px;
	font-size: 8px;
	color: #2a2a2a;
	border-radius: 20px;
	position: absolute;
	margin-top: -6px;
	margin-left: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.lodges-cottages-link {
		margin-right: 15px;
	}
}