/*************************************************************
    Author     : Adrian Rusnac International @ http://armedia.io
*************************************************************/
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  background: #f9f9fb;
  color: #093053;
}

/*Add Same class in mapplic css to overide in website */
.mapplic-pin {
	background-image: url(../images/pin.png);
	background-size: 18px 24px;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
	width: 18px;
	height: 24px;
	margin-top: -23px;
	margin-left: -9px;
	position: absolute;
	-webkit-transition: background-color 0.2s, border-color 0.2s;
	-moz-transition: background-color 0.2s, border-color 0.2s;
	transition: background-color 0.2s, border-color 0.2s;
	opacity:0 !important;/*custom pk added this*/
}

html, body {
  height: 100%;
}

h1 {
  font-size: 4.4em;
}

h2 {
  font-size: 3.6em;
}

h3 {
  font-size: 2.6em;
}

h4 {
  font-size: 2.2em;
}

h5 {
  font-size: 1.8em;
}

h6 {
  font-size: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Roboto Slab", serif;
}

p {
  line-height: 1.77;
}

a {
  color: #4585c6;
  -webkit-transition: color .2s ease, background-color .2s ease;
  transition: color .2s ease, background-color .2s ease;
}

a:hover,
a:active {
  color: #A2A2A2;
  text-decoration: none;
}

a:focus {
  outline: 0;
  text-decoration: none;
}

/*** Typography ***/
.text-medium {
  font-weight: 500;
}

.text-bold {
  font-weight: 700;
}

.text-extrabold {
  font-weight: 900;
}

.text-underline {
  text-decoration: underline;
}

.text-light {
  font-weight: 300;
}

.text-regular {
  font-weight: normal;
}

.heading1 {
  font-size: 4.8em;
}

.heading2 {
  font-size: 3.9em;
}

.heading3 {
  font-size: 3em;
}

.heading4 {
  font-size: 2.4em;
}

.heading-xxl {
  font-size: 5.4em;
}

.sub1 {
  font-size: 2em;
}

.sub2 {
  font-size: 1.6em;
}

.sub3 {
  font-size: 1.2em;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.text-big {
  font-size: 1.125em;
}

.text-big-xl {
  font-size: 1.275em;
}

.text-small {
  font-size: 0.875em;
}

.clr-primary {
  color: #4585c6;
}

.clr-secondary {
  color: #093053;
}

.clr-gray {
  color: #11111a;
}

.clr-white {
  color: #fff !important;
}

.clr-fade {
  opacity: 0.6;
}

/*** Typography End ***/
/*** Header Start ***/
.navbar {
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  text-align: center;
  z-index: 1051;
}

.navbar > * {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-inner-hero {
  top: 10px;
}

.navbar-brand {
  height: auto;
  display: inline-block;
}

.navbar-brand img {
  height: 60px;
}

.navbar-nav {
  float: none;
  width: 100%;
}

.navbar-nav > li {
  margin: 0 24px;
}

.navbar-nav > li > a {
  position: relative;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 2px 0;
}

.navbar-nav > li > a:not(.btn):before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ed6b6c;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.navbar-nav > li > a:hover:before,
.nav.navbar-nav a.active:before {
  opacity: 1;
}

.navbar-nav > li > a:not(.btn):hover {
  background-color: transparent;
}

.navbar-nav > li > a:not(.btn):focus {
  background-color: transparent;
}

.navbar-menu {
  margin-left: auto;
}

.navbar-menu:before, .navbar-menu:after {
  content: "";
  clear: both;
  display: table;
}

.navbar-header {
  float: none;
  display: inline-block;
  margin-top: 15px;
}

.navbar-trans {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.navbar-trans.navbar-tucked {
  position: fixed;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: none;
  transition: none;
}

.navbar-header {
  margin: 0;
}

.navbar-brand {
  padding-top: 10px;
  padding-bottom: 10px;
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0;
  margin-right: 0;
  color: #fff;
}

.navbar-tucked,
.navbar-scrolled.navbar-trans {
  position: fixed;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.nav > .search {
  cursor: pointer;
}

.nav > .search > a {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 100%;
  background-color: #ed6b6c;
}

.nav > .search > a:hover {
  background-color: #fff !important;
  color: #ed6b6c !important;
}

.nav > .search > a:focus {
  background-color: #ed6b6c!important;
  color: #fff!important;
}

.nav > .search > a:before {
  display: none;
}

.nav > .search.active {
  background-color: #000;
  color: #fff;
}

.nav > .search > a > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.navbar-tucked {
  position: fixed;
  top: 0;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: none;
  transition: none;
}

.navbar-tucked {
  position: absolute;
}

.navbar-tucked .navbar-brand {
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-tucked .navbar-brand img {
  height: 35px;
}

.navbar-tucked.navbar-scrolled {
  position: fixed;
}

.top-bar {
  padding: 15px 0;
  display: none;
}

.top-bar p {
  margin-bottom: 0;
}

.navbar-mobile-search {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  color: #093053;
  font-size: 20px;
}

.navbar-mobile-search:hover, .navbar-mobile-search:focus, .navbar-mobile-search:active {
  color: #093053;
}

.navbar-mobile-search i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.navbar-mobile-actions {
  margin-left: auto;
}

.navbar-mobile-actions > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

/*** Header End ***/
/*** Hero Start ***/
.hero {
  position: relative;
  background-color: #093053;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100px;
}

#home {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #093053;
  padding-top: 100px;
  margin-bottom: 250px;
  height: auto;
}

#home.slick-main-sm-spacing {
  margin-bottom: 175px;
}

/*** Hero End ***/
/*** Main Start ***/
#site-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
  min-height: 100vh;
  max-width: 1280px;
  margin: 0 auto;
}

.slick-home-wrapper {
	opacity: 0;
	transition: opacity .7s ease;
}

.slick-main {
  height: 500px;
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
}

.slick-main-sm {
  height: 350px;
}

.slick-main .slick-dots {
  text-align: left;
  bottom: 50px;
  width: auto;
  left: 50px;
  right: 50px;
}

.slick-main .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.slick-main .slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

.slick-main .slick-dots li.slick-active button {
  background-color: white;
}

.slick-main .slick-dots li button:before {
  display: none;
}

.slick-main .slick-prev:before, .slick-main .slick-next:before {
  display: none;
}

.slick-main .slick-prev,
.slick-main .slick-next {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 24px;
  height: 48px;
}

.slick-main .slick-next:hover,
.slick-main .slick-prev:hover {
  opacity: 0.6;
}

.slick-main .slick-prev {
  left: -50px;
  background-image: url("../img/slick-left.png");
}

.slick-main .slick-next {
  right: -50px;
  background-image: url("../img/slick-right.png");
}

.slick-retailers-alternative {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}

.slick-retailers-alternative .slick-slide {
  margin: 0 10px;
}

.slick-retailers-alternative .slick-dots {
  text-align: center;
  bottom: -30px;
  width: auto;
  left: 50px;
  right: 50px;
}

.slick-retailers-alternative .slick-dots li {
  width: 8px;
  height: 8px;
}

.slick-retailers-alternative .slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.slick-retailers-alternative .slick-dots li.slick-active button {
  background-color: rgba(0, 0, 0, 0.8);
}

.slick-retailers-alternative .slick-dots li button:before {
  display: none;
}

.slick-retailers-alternative .slick-prev:before, .slick-retailers-alternative .slick-next:before {
  display: none;
}

.slick-retailers-alternative .slick-prev,
.slick-retailers-alternative .slick-next {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 24px;
  height: 48px;
}

.slick-retailers-alternative .slick-next:hover,
.slick-retailers-alternative .slick-prev:hover {
  opacity: 0.6;
}

.slick-retailers-alternative .slick-prev {
  left: -50px;
  background-image: url("../img/slick-left.png");
}

.slick-retailers-alternative .slick-next {
  right: -50px;
  background-image: url("../img/slick-right.png");
}

.slick-custom {
  height: 300px;
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
}

.slick-custom .slick-dots {
  text-align: left;
  bottom: 50px;
  width: auto;
  left: 50px;
  right: 50px;
}

.slick-custom .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.slick-custom .slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

.slick-custom .slick-dots li.slick-active button {
  background-color: white;
}

.slick-custom .slick-dots li button:before {
  display: none;
}

.slick-custom .slick-prev:before, .slick-custom .slick-next:before {
  display: none;
}

.slick-custom .slick-prev,
.slick-custom .slick-next {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 24px;
  height: 48px;
}

.slick-custom .slick-next:hover,
.slick-custom .slick-prev:hover {
  opacity: 0.6;
}

.slick-custom .slick-prev {
  left: -50px;
  background-image: url("../img/slick-left.png");
}

.slick-custom .slick-next {
  right: -50px;
  background-image: url("../img/slick-right.png");
}

.slick-dotted.slick-main {
  margin-bottom: -250px;
}

.slick-dotted.slick-main-sm {
  margin-bottom: -175px;
}

.slick-list,
.slick-track,
.slick-slide {
  height: 100%;
}

.slick-slide {
  position: relative;
}

.slick-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -25px;
  padding: 50px;
  z-index: 2;
}

.slick-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.table-hours {
  margin-top: 20px;
}

.table-hours > tbody > tr > td {
  padding-top: 4px;
  padding-bottom: 4px;
  border: 0;
  width: 50%;
  text-align: left;
  font-weight: 400;
}

.table-hours > tbody > tr > td:first-of-type {
 /* font-weight: 700; */
  text-align: right;
}

.follow-social {
  list-style: none;
  padding: 0;
  margin: 0;
}

.follow-social li {
  display: inline-block;
  margin: 0 8px;
}

.follow-social li a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #4585c6;
  color: #ffffff;
  font-size: 24px;
  border-radius: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.follow-social li a:hover {
  background-color: #083153;
  color: #fff;
}

.address {
  font-size: 0.875em;
  line-height: 1.8;
}

.address a:hover {
  color: #4585c6;
  text-decoration: underline;
}

.form-subscribe {
  width: 100%;
  max-width: 400px;
  margin: 10px auto 0 auto;
  text-align: center;
}

.form-subscribe input {
  width: 100%;
  margin-bottom: 30px;
}

.form-subscribe .btn {
  padding: 10px 32px;
}

.form-control {
  border-radius: 60px;
  border-color: #cccccc;
  box-shadow: none;
  height: 42px;
  padding: 8px 24px;
}

.form-control::-webkit-input-placeholder {
  color: #696969;
}

.form-control::-moz-placeholder {
  color: #696969;
}

.form-control:-ms-input-placeholder {
  color: #696969;
}

.form-control::placeholder {
  color: #696969;
}

.form-control:focus {
  border-color: #093053;
  box-shadow: none;
}

textarea.form-control {
  height: auto;
  padding-top: 12px;
  border-radius: 22px;
}

.alternative {
  white-space: nowrap;
  display: inline-block;
  margin: 30px auto;
}

.alternative > span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  font-size: 0.875em;
  font-weight: 700;
}

.alternative:before, .alternative:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #d7d7d7;
  display: inline-block;
  vertical-align: middle;
}

.shapes {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.shapes .shape {
  position: absolute;
}

.shapes .shape-1 {
  background-image: url("../img/shape-1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 20vw;
  height: 20vw;
  top: -25%;
  left: -10%;
}

.shapes .shape-2 {
  background-image: url("../img/shape-2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 15vw;
  height: 15vw;
  top: 20%;
  right: 20%;
}

.shapes .shape-3 {
  background-image: url("../img/shape-4.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 9vw;
  height: 9vw;
  top: 55%;
  right: 50%;
}

.shapes-top {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.shapes-top .shape {
  position: absolute;
}

.shapes-top .shape-1 {
  background-image: url("../img/shape-top-1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 15vw;
  height: 15vw;
  top: -25%;
  left: -10%;
}

.shapes-top .shape-2 {
  background-image: url("../img/shape-top-2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 20vw;
  height: 20vw;
  top: 5%;
  right: 15%;
}

.bp-stripe {
  position: relative;
  width: 100%;
  z-index: 1051;
}

.bp-stripe:before, .bp-stripe:after {
  content: "";
  clear: both;
  display: table;
}

.bp-stripe > span {
  display: block;
  float: left;
  width: 25%;
  height: 9px;
}

.bp-stripe > span:nth-of-type(1) {
  background-color: #4585c6;
}

.bp-stripe > span:nth-of-type(2) {
  background-color: #c7b0d5;
}

.bp-stripe > span:nth-of-type(3) {
  background-color: #ed6b6c;
}

.bp-stripe > span:nth-of-type(4) {
  background-color: #08b0a0;
}

.retailer {
  position: relative;
  display: block;
  padding-bottom: 50%;
}

.retailer img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin: 0 auto;
  max-width: 90%;
}

.slick-retailers {
  padding: 0 50px;
	
  display: none;
  opacity: 0;
  transition: opacity .7s ease;
}

.slick-retailers .slick-prev {
  left: 0;
  background-image: url("../img/icons/arrow-prev.png");
}

.slick-retailers .slick-next {
  right: 0;
  background-image: url("../img/icons/arrow-next.png");
}

.slick-retailers .slick-arrow {
  width: 48px;
  height: 48px;
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100%;
  background-color: #093053;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.slick-retailers .slick-arrow:before {
  display: none;
}

.slick-retailers .slick-arrow:hover {
  background-color: #4585c6;
}

.centre-offers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.centre-offers-entry {
  width: 100%;
  margin: 0 0 15px;
}

.centre-offers-thumb {
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
}

.centre-offers-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  min-width: 100%;
  min-height: 100%;
}

.centre-offers-content {
  padding: 20px 5px;
}

.centre-offers-content h4 {
  font-size: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 15px;
  color: #093053;
}

.centre-offers-content p {
  margin-bottom: 15px;
}

.centre-offers .stripe {
  height: 12px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

.centre-offers .stripe-green {
  background-color: #08b0a0;
}

.centre-offers .stripe-red {
  background-color: #ed6b6c;
}

.centre-offers .stripe-purple {
  background-color: #c7b0d5;
}

.centre-offers-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 200px;
  z-index: 2;
  padding: 14px 14px 12px 12px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.5em;
  color: #fff;
  line-height: 1;
}

.centre-offers-tag > span {
  display: block;
}

.centre-offers-tag > span:last-of-type {
  margin-top: -5px;
}

.centre-offers .tag-green {
  background-color: #08b0a0;
}

.centre-offers .tag-red {
  background-color: #ed6b6c;
}

.centre-offers .tag-purple {
  background-color: #c7b0d5;
}

.bp {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  position: relative;
  top: -1px;
}

.bp-lg {
  width: 32px;
  height: 32px;
  top: -3px;
}

.bp-clock {
  background: url("../img/icons/icon-clock.png") no-repeat center center;
  background-size: contain;
}

.bp-clock-white {
  background: url("../img/icons/icon-clock.png") no-repeat center center;
  background-size: contain;
}

.bp-phone {
  background: url("../img/icons/phone.png") no-repeat center center;
  background-size: contain;
}

.bp-phone2 {
  background: url("../img/icons/phone2.png") no-repeat center center;
  background-size: contain;
}

.bp-email {
  background: url("../img/icons/email.png") no-repeat center center;
  background-size: contain;
}

.bp-website {
  background: url("../img/icons/website.png") no-repeat center center;
  background-size: contain;
}

.bp-car {
  background: url("../img/icons/car.png") no-repeat center center;
  background-size: contain;
}

.bp-bus {
  background: url("../img/icons/bus.png") no-repeat center center;
  background-size: contain;
}

.bp-train {
  background: url("http://brandon.vividmotionpreview.co/wp-content/uploads/2018/06/train-icon.png");
  background-size: contain;
}

.bp-walk {
  background: url("../img/icons/walk.png") no-repeat center center;
  background-size: contain;
}

.bp-calendar {
  background: url("../img/icons/calendar.png") no-repeat center center;
  background-size: contain;
}

.bp-store {
  background: url("../img/icons/store.png") no-repeat center center;
  background-size: contain;
}

.bp-info {
  background: url("../img/icons/info.png") no-repeat center center;
  background-size: contain;
}

.modal-search {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 100px 15px;
  background: rgba(9, 48, 83, 0.9);
}

.modal-search .form-group-btn {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}

.modal-close {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #ed6b6c;
  display: block;
  position: absolute;
  top: 0;
  right: 30;
}

.modal-close:hover {
  background-color: #ffffff;
}

.modal-close:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.modal-close:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.modal-close:hover:after, .modal-close:hover:before {
  background-color: #ed6b6c;
}

.modal-close:after, .modal-close:before {
  top: 19px;
  left: 9px;
  width: 22px;
}

#search {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
  transition: transform .3s ease, opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1053;
}

#search .modal-close {
  top: -70px;
}

#search {
  top: 68px;
}

.navbar-is-scrolled #search {
  top: 68px;
}

#search.is-open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.nav-search {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  text-align: center;
}

.nav-search li {
  display: inline-block;
  margin: 0 14px;
}

.nav-search li a {
  color: #fff;
  font-weight: 400;
  font-family: "Roboto Slab", serif;
  font-size: 1.35em;
  letter-spacing: 0.04em;
}

.nav-search li a:hover,
.nav-search li.active a {
  color: #4585c6;
}

.nav-search li.disabled a {
  color: #606060;
  pointer-events: none;
}

.major-retailers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.major-retailers .major-retailers-entry {
  width: 100%;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.major-retailers .major-retailers-entry:before {
  display: none;
}

.major-retailers .major-retailers-entry h6 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-right: 30px;
}

.major-retailers .major-retailers-entry p + * {
  margin-top: 0;
}

.major-retailers-entry {
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  margin: 0 15px;
}

.major-retailers-entry:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  z-index: 5;
  pointer-events: none;
}

.major-retailers-entry:not(.in-view):before {
  opacity: 0.6;
}

.major-retailers-entry-thumb {
  display: block;
  overflow: hidden;
}

.major-retailers-entry-thumb img {
  max-width: 100%;
}

.major-retailers-entry-thumb img[src=""] {
	height: 200px;
	background-color: #f9f9fb;
}

.major-retailers-entry-body {
  padding: 20px 15px;
}

.major-retailers-entry-body p {
  font-family: "Roboto Slab", serif;
}

.major-retailers-entry-body h6 {
  font-weight: 700;
  letter-spacing: 0.025em;
  font-size: 1.25em;
  margin-bottom: 10px;
}

.major-retailers-entry .btn {
  font-size: 0.875em;
  padding: 6px 12px;
  min-width: 0;
}

.major-retailers-entry-tag {
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 60px;
  padding: 4px 24px;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.major-retailers-entry-tag-blue {
  background-color: #1866b5;
}

.major-retailers-entry-tag-green {
  background-color: #2dc250;
}

.major-retailers-entry-tag-purple {
  background-color: #a964d3;
}

.major-retailers-entry-tag-red {
  background-color: #f93c20;
}

.major-retailers-entry-tag-special-offer {
  background-color: #1866b5;
}

.major-retailers-entry-tag-new-store {
  background-color: #2dc250;
}

.major-retailers-entry-tag-click-collect {
  background-color: #a964d3;
}

.major-retailers-entry-tag-event {
  background-color: #f93c20;
}

.tag {
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 60px;
  padding: 4px 24px;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.05em;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.4)
}

.tag-special-offer {
  background-color: #1866b5;
}

.tag-new-store {
  background-color: #2dc250;
}

.tag-click-collect {
  background-color: #a964d3;
}

.tag-event {
  background-color: #f93c20;
}

.major-retailers-entry .collapse-inner {
  padding: 0 15px 15px;
  color: #093053;
}

.major-retailers-entry .collapse-inner ul {
  margin-bottom: 0;
}

.major-retailers-entry .collapse-inner ul li + li {
  margin-top: 6px;
}

.major-retailers-entry-footer {
  padding: 0 15px;
  margin-bottom: 20px;
}

.major-retailers-trading-hours .major-retailers-entry-body {
  padding-bottom: 0;
}

.major-retailers-trading-hours .major-retailers-entry h6:after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  background: url("../img/icons/caret-down-blue.png") no-repeat 50%;
  background-size: contain;
  width: 12px;
  height: 6px;
}

.major-retailers-trading-hours .major-retailers-entry h6[aria-expanded="true"]:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.today {
  color: #093053;
  font-weight: 700;
}

.form-group-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-group-btn input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 80px;
}

.form-group-btn button {
  margin-left: -45px;
  min-width: 120px;
}

.upcoming-events:before, .upcoming-events:after {
  content: "";
  clear: both;
  display: table;
}

.upcoming-events .upcoming-events-entry {
  width: 100%;
  margin: 2px auto;
}

.upcoming-events-entry {
  position: relative;
  margin: 1px;
  display: block;
  color: #fff;
}

.upcoming-events-entry-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  min-width: 160px;
  text-align: center;
  border-radius: 60px;
  padding: 4px 24px;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.05em;
  z-index: 2;
}

.upcoming-events-entry-tag-blue {
  background-color: #1866b5;
}

.upcoming-events-entry-tag-green {
  background-color: #00bba9;
}

.upcoming-events-entry-tag-purple {
  background-color: #a964d3;
}

.upcoming-events-entry-tag-red {
  background-color: #f93c20;
}

[data-post-type="offer"] .upcoming-events-entry-tag {
  background-color: #1866b5;
}

[data-post-type="new-store"] .upcoming-events-entry-tag {
  background-color: #00bba9;
}

[data-post-type="news"] .upcoming-events-entry-tag {
  background-color: #00bba9;
}

[data-post-type="click-collect"] .upcoming-events-entry-tag {
  background-color: #a964d3;
}

[data-post-type="event"] .upcoming-events-entry-tag {
  background-color: #f18070;
}

.upcoming-events-entry-bg {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}

.upcoming-events-entry-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 -220px 60px -80px rgba(0, 0, 0, 0.9);
  z-index: 2;
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
}

.upcoming-events-entry:hover .upcoming-events-entry-bg:before {
  box-shadow: inset 0 -240px 60px -80px rgba(0, 0, 0, 0.9);
}

.upcoming-events-entry.no-shadow .upcoming-events-entry-bg:before {
  box-shadow: none;
}

.upcoming-events-entry-bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 110%;
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.upcoming-events-entry-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  z-index: 3;
}

.upcoming-events-entry-caption h6 {
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  max-width: 85%; 
}

.upcoming-events-entry-caption p {
  margin-bottom: 0;
  font-family: "Roboto Slab", serif;
}

.upcoming-events-entry-date {
  font-family: "Roboto Slab", serif;
}

.action-arrow {
  width: 42px;
  height: 42px;
  display: inline-block;
  background: #fff url("../img/icons/caret-right-blue.png") no-repeat 50%;
  background-size: auto 16px;
  border-radius: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.action-arrow:hover {
  background-image: url("../img/icons/caret-right-white.png");
  background-color: #4585c6;
}

.late-traders-wrapper {
  padding: 30px 0;
}

.table-late-traders {
  max-width: 320px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.175em;
}

.table-late-traders > tbody > tr > td {
  padding: 8px 0;
}

.table-late-traders > tbody > tr > td:first-of-type {
  font-weight: 700;
}

.table-late-traders > tbody > tr > td:last-of-type {
  text-align: right;
  font-weight: 500;
}

.table-late-traders > tbody > tr:last-of-type > td {
  border-bottom: 1px solid #ddd;
}

.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.categories-entry {
  position: relative;
  display: block;
  width: calc(100% / 4 - 20px);
  margin: 0 10px 30px;
}

.categories-entry:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 100%;
  background-color: rgba(9, 48, 83, 0.4);
  z-index: 1;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.categories-thumb {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-bottom: 100%;
  border-radius: 100%;
}

.categories-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 200px;
  padding: 15px;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.2;
  z-index: 2;
  font-family: "Roboto Slab", serif;
}

.category-1:hover:before {
  background-color: #083153;
}

.category-2:hover:before {
  background-color: #08b0a0;
}

.category-3:hover:before {
  background-color: #ed6b6c;
}

.category-4:hover:before {
  background-color: #c7b0d5;
}

.view-centre-map {
  background-color: #093053;
  color: #fff;
  padding: 20px 32px;
  display: block;
  border-radius: 60px;
  font-family: "Roboto Slab", serif;
  letter-spacing: 0.025em;
  font-size: 2.5em;
  text-align: center;
  position: relative;
  z-index: 1020;
}

.view-centre-map:before {
  content: "View centre map";
  display: inline-block;
  position: relative;
}

.view-centre-map[aria-expanded="true"]:before {
  content: "Hide centre map";
}

.view-centre-map:focus {
  color: #fff;
}

.view-centre-map:hover {
  background-color: #4585c6;
  color: #fff;
}

.view-centre-map:hover .view-centre-map-expand {
  background-color: #fff;
  color: #4585c6;
}

.view-centre-map-expand {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #4585c6;
  color: #fff;
  line-height: 36px;
  margin-left: 10px;
  -webkit-transition: color .2s ease, background-color .2s ease;
  transition: color .2s ease, background-color .2s ease;
}

.view-centre-map-expand:before {
  content: "+";
}

.view-centre-map[aria-expanded="true"] .view-centre-map-expand:before {
  content: "-";
}

/*** Centre Map Start ***/
.centre-map-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -50px;
}

.centre-map {
  min-height: 300px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: #f9f9fb;
  padding-top: 50px;
}

.centre-map-sidebar {
  width: 30%;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 50px;
}

.centre-map-sidebar input {
  font-size: 0.875em;
  padding-right: 60px;
  font-weight: 600;
  height: 34px;
}

.centre-map-sidebar button {
  min-width: 0;
  font-size: 0.75em;
}

.centre-map-sidebar-search {
  padding: 30px 15px;
  border-bottom: 1px solid #ddd;
}

.centre-map-stores-list-scrollable {
  min-height: 500px;
  max-height: 500px;
  overflow: auto;
}

.centre-map-stores-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.centre-map-stores-list li a {
  display: block;
  padding: 15px;
  font-weight: 400;
  font-family: "Roboto Slab", serif;
  color: #093053;
}

.centre-map-stores-list li:not(:last-of-type) a {
  border-bottom: 1px solid #ddd;
}

.centre-map-category {
  position: relative;
  padding: 15px;
  background-color: #093053;
  color: #fff;
  letter-spacing: 0.025em;
  cursor: pointer;
}

.centre-map-category:before {
  content: "+";
  position: absolute;
  right: 15px;
  top: 15px;
}

.centre-map-category:hover {
  color: #fff;
  background-color: #4585c6;
}

.centre-map-category[aria-expanded="true"]:before {
  content: "-";
}

.select-box-custom {
  position: relative;
}

.select-box-custom input {
  display: none;
}

.select-box-custom .category {
  background-color: #093053;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #fff;
}

.select-box-custom-selected {
  position: relative;
  z-index: 11;
  border-radius: 40px;
  border: 2px solid #093053;
  color: #093053;
  background-color: #fff;
  padding: 12px 24px;
  font-weight: 600;
  letter-spacing: 0.04em;
  -webkit-transition: border-radius .3s ease;
  transition: border-radius .3s ease;
  cursor: pointer;
}

.select-box-custom-selected:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #093053;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: border-radius .3s ease;
  transition: border-radius .3s ease;
}

.select-box-custom-dropdown {
  position: absolute;
  min-width: 100%;
  top: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  border: 2px solid #093053;
  border-top: 0;
  max-height: 260px;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 0 0 24px 24px;
  z-index: 10;
}

.select-box-custom-dropdown li {
  display: block;
  padding: 8px 12px;
  font-size: 1em;
}

.select-box-custom-option {
  display: block;
  font-size: 0.875em;
  font-weight: 400;
  padding: 8px 12px;
  cursor: pointer;
  color: #093053;
}

.select-box-custom .select-box-custom-dropdown {
  pointer-events: none;
}
.select-box-custom.active .select-box-custom-dropdown {
  pointer-events:all;
}

.select-box-custom-dropdown .category span{
  background-color: #093053;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #fff;
}

.select-box-custom-dropdown li:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}

.select-box-custom.active .select-box-custom-dropdown {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  visibility: visible;
}

.select-box-custom.active .select-box-custom-selected {
  border-radius: 24px 24px 0 0;
}

.select-box-custom.active .select-box-custom-selected:after {
  border-top: 0;
  border-bottom: 5px solid #093053;
}

.search-store .select-box-custom-dropdown {
  max-height: 120px;
}

.search-store input {
  position: relative;
  z-index: 99;
  background-color: #fff;
  display: block;
}

.search-store-wrapper .select-box-custom {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.search-store-wrapper .btn {
  z-index: 101;
}

.search-store-wrapper input {
  padding-right: 60px;
}

.search-store-wrapper-search {
  padding: 30px 15px;
  border-bottom: 1px solid #ddd;
}

.centre-map-sidebar-search .select-box-custom {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.centre-map-sidebar-search .btn {
  z-index: 101;
}

.centre-map-sidebar-search input {
  font-size: 0.875em;
  padding-right: 60px;
  font-weight: 400;
  height: 34px;
  padding-left: 15px;
}

.centre-map-sidebar-search button {
  min-width: 0;
  font-size: 0.75em;
}

.centre-map-sidebar-search-search {
  padding: 30px 15px;
  border-bottom: 1px solid #ddd;
}

/*** Centre Map End ***/
.form-group-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-directory-search {
  max-width: 620px;
  margin: 0 auto;
  width: 100%;
}

.form-directory-search .form-control {
  border-width: 2px;
  border-color: #093053;
  height: 50px;
  font-size: 1.175em;
  color: #696969;
}

.form-directory-search .form-control::-webkit-input-placeholder {
  color: #696969;
}

.form-directory-search .form-control::-moz-placeholder {
  color: #696969;
}

.form-directory-search .form-control:-ms-input-placeholder {
  color: #696969;
}

.form-directory-search .form-control::placeholder {
  color: #696969;
}

.form-directory-search .btn {
  font-size: 1em;
  padding: 8px 40px;
  margin-left: 10px;
}

.category-search-bar {
  background: #fff;
  padding: 10px 25px;
}

.by-letter {
  font-weight: 700;
  list-style: none;
  padding: 0;
  margin: 0;
}

.by-letter:before, .by-letter:after {
  content: "";
  clear: both;
  display: table;
}

.by-letter li {
  float: left;
  margin-right: 12px;
  font-size: 1.25em;
}

.by-letter li a {
  font-size: 1.25em;
  color: #093053;
}

.by-letter .by-letter-disabled a {
  color: #a7a7a7;
  pointer-events: none;
}

.by-letter .by-letter-disabled a:hover {
  color: #a7a7a7;
}

.by-letter li.active a,
.by-letter a:focus,
.by-letter a:hover {
  color: #4585c6;
}

.row-category-retailers {
  margin-top: 25px;
}

.row-category-retailers:not(:first-of-type) {
  border-top: 1px solid #ededed;
  padding-top: 25px;
}

.category-retailers {
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  color: #093053;
  font-size: 2em;
  margin-bottom: 25px;
}

.category-retailers-disabled {
  color: #777777;
  background-color: #e1e1e1;
  border-radius: 40px;
  padding: 6px 12px;
}

.radio-box input[type="radio"] {
  display: none;
}

.radio-box label {
  position: relative;
  margin-bottom: 0;
  padding-left: 30px;
  font-weight: 500;
  cursor: pointer;
}

.radio-box label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 1px solid #ccc;
  background: #fff;
}

.radio-box label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #4585c6;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.radio-box label:hover:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #4585c6;
  opacity: 0.2;
}

.radio-box input:checked + label:after {
  opacity: 1;
}

.info {
  padding-left: 24px;
}

.terms-and-conditions {
  font-size: 0.875em;
  color: #000;
  line-height: 1.7;
  font-family: "Roboto", sans-serif;
}

.form .row {
  margin: 0 -10px;
}

.form .row > div {
  padding: 0 10px;
}

.form input::-webkit-input-placeholder {
  color: #696969;
}

.form input::-moz-placeholder {
  color: #696969;
}

.form input:-ms-input-placeholder {
  color: #696969;
}

.form input::placeholder {
  color: #696969;
}

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

hr {
  border-color: #7c91a3;
}

.modal hr {
  margin: 40px 0;
}

.select-box-radios {
  position: relative;
}

.select-box-radios input {
  display: none;
}

.select-box-radios-label {
  position: relative;
  z-index: 11;
  border-radius: 40px;
  border: 1px solid #cccccc;
  color: #696969;
  background-color: #fff;
  padding: 12px 24px;
  font-weight: 400;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.select-box-radios-label:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #093053;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.select-box-radios-dropdown {
  position: absolute;
  width: 85%;
  left: 0;
  right: 0;
  margin: auto;
  top: 100%;
  list-style: none;
  padding: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-top: 0;
  max-height: 148px;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 10;
}

.select-box-radios-dropdown li {
  display: block;
  padding: 8px 12px;
  font-size: 1em;
  font-family: "Roboto Slab", serif;
}

.select-box-radios-option {
  display: block;
  font-size: 0.875em;
  font-weight: 400;
  margin: -8px -12px;
  padding: 8px 12px;
  cursor: pointer;
  color: #093053;
}

.select-box-radios-dropdown li:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}

.select-box-radios.active .select-box-radios-label:after {
  border-top: 0;
  border-bottom: 5px solid #093053;
}

.select-box-radios.active .select-box-radios-dropdown {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  visibility: visible;
}

.select-box-radios-dropdown input[type="radio"] {
  display: none;
}

.select-box-radios-dropdown label {
  position: relative;
  margin-bottom: 0;
  padding-left: 30px;
  font-weight: 500;
  cursor: pointer;
}

.select-box-radios-dropdown label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 1px solid #ccc;
  background: #fff;
}

.select-box-radios-dropdown label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #4585c6;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.select-box-radios-dropdown label:hover:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #4585c6;
  opacity: 0.2;
}

.select-box-radios-dropdown input:checked + label:after {
  opacity: 1;
}

.table-trading-hours {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  color: #093053;
}

.table-trading-hours > tbody > tr:first-of-type > td {
  border-top: 0;
}

.table-trading-hours > tbody > tr > td {
  padding: 10px 0;
  font-size: 1.35em;
  border-color: #e1e1e1;
}

.table-trading-hours > tbody > tr > td:first-of-type {
  text-align: left;
  /* font-weight: 700; */
}

.table-trading-hours > tbody > tr > td:last-of-type {
  text-align: right;
}

.table-hours-side {
  color: #093053;
  margin-top: 15px;
}

.table-hours-side > tbody > tr > td {
  padding: 2px 0;
  border-top: 0;
  font-size: 14px;
}

.table-hours-side > tbody > tr > td:first-of-type {
  text-align: left;
  font-weight: 700;
}

.table-hours-side > tbody > tr > td:last-of-type {
  text-align: right;
}

.hr-side {
  border-color: #093053;
  margin: 10px 0;
}

.sidebar-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-contact li {
  padding: 10px 0;
  border-top: 1px solid #093053;
}

.sidebar-contact li a {
  display: block;
  color: #093053;
  font-family: "Roboto Slab", serif;
  letter-spacing: 0.025em;
  white-space: nowrap;
}

.sidebar-contact li a:hover {
  display: block;
  color: #4585c6;
  font-family: "Roboto Slab", serif;
  letter-spacing: 0.025em;
  white-space: nowrap;
}

.sidebar-contact li a .bp {
  width: 40px;
  height: 40px;
  background-color: #093053;
  border-radius: 100%;
  margin-right: 5px;
  display: inline-block;
  background-size: 20px;
}

.sidebar-contact li a .bp:hover {
  width: 40px;
  height: 40px;
  background-color: #4585c6;
  border-radius: 100%;
  margin-right: 5px;
  display: inline-block;
  background-size: 20px;
}

.sidebar-contact li:last-of-type {
  /* border-bottom: 1px solid #093053; */
}

.link-underline {
  position: relative;
  border-bottom: 2px solid #d6d6d6;
  display: inline-block;
  line-height: 1;
  color: #5b5b5b;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.75em;
  font-weight: 700;
}

.link-underline:hover {
  color: #5b5b5b;
}

.link-underline:active {
  color: #5b5b5b;
  border-color: #4585c6;
}

.link-underline:after {
  content: "";
  position: absolute;
  right: -18px;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #4585c6;
  border-right: 5px solid transparent;
  border-top: 4px solid transparent;
}

.contact-address {
  line-height: 1.75;
  margin-bottom: 0;
}

#googleMap {
  height: 260px;
  border-radius: 10px;
}

.form-control-inline {
  display: inline-block;
  width: auto;
}

.form-address {
  height: 40px;
}

.form-address::-webkit-input-placeholder {
  font-style: italic;
  color: #696969;
}

.form-address::-moz-placeholder {
  font-style: italic;
  color: #696969;
}

.form-address:-ms-input-placeholder {
  font-style: italic;
  color: #696969;
}

.form-address::placeholder {
  font-style: italic;
  color: #696969;
}

.getting-here-tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  border-bottom: 1px solid #ccc;
}

.getting-here-tabs:before, .getting-here-tabs:after {
  content: "";
  clear: both;
  display: table;
}

.getting-here-tabs li {
  margin: 0;
  float: left;
}

.getting-here-tabs li a {
  display: block;
  padding: 16px 24px;
  font-weight: 700;
  border-bottom: 6px solid transparent;
  -webkit-transition: border-color .3s ease;
  transition: border-color .3s ease;
}

.getting-here-tabs li a:focus {
  color: #4585c6;
}

.getting-here-tabs li a:hover {
  color: #4585c6;
}

.getting-here-tabs li.active a {
  border-color: #4585c6;
}

.getting-here-tabs li a:hover {
  border-color:#093053;
}

.getting-here-tabs li a .bp {
  margin-right: 8px;
}

.directions {
  position: relative;
  list-style: none;
  padding: 0 0 0 30px;
  margin: 0;
  max-width: 680px;
  width: 100%;
}

.directions:before {
  content: "";
  position: absolute;
  left: 58px;
  top: 28px;
  margin-left: -1px;
  height: calc(100% - 56px);
  width: 2px;
  background-color: #4585c6;
}

.directions li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.directions li + li {
  margin-top: 40px;
}

.directions li:last-of-type:before {
  display: none;
}

.directions-step {
  position: relative;
  background-color: #fff;
  border-radius: 100%;
  height: 56px;
  width: 56px;
  display: block;
  margin-right: 30px;
  border: 2px solid #4585c6;
}

.directions-step > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 24px;
  height: 24px;
}

.directions-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.directions-content p {
  margin: 0;
}

.features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.features-entry {
  width: calc(100% / 2 - 30px);
  margin: 0 15px 40px;
}

.features-icon {
  position: relative;
  width: 90px;
  height: 90px;
  float: left;
  margin-right: 30px;
  border-radius: 100%;
  background-color: #c7b0d5;
}

.features-icon > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}

.features-icon-wifi {
  background-image: url("../img/icons/wifi.png");
}

.features-icon-accessibility {
  background-image: url("../img/icons/accessibility.png");
}

.features-icon-kid {
  background-image: url("../img/icons/kid.png");
}

.features-icon-mobility {
  background-image: url("../img/icons/mobility.png");
}

.features-icon-parent-rooms {
  background-image: url("../img/icons/parent-rooms.png");
}

.features-icon-atm {
  background-image: url("../img/icons/atm.png");
}

.features-content {
  overflow: hidden;
  color: #093053;
}

.features-content h6 {
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 1.75em;
  font-weight: 500;
  color: #093053;
}

.retailer-offer-availability {
  font-family: "Roboto Slab", serif;
  letter-spacing: 0.025em;
  color: #093053;
}

.retailer-offer-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.retailer-offer-actions a {
  font-family: "Roboto Slab", serif;
  color: #000000;
}

.retailer-offer-actions > a > div,
.retailer-offer-actions > li > a > div {
  overflow: hidden;
  margin-top: 10px;
}

.retailer-offer-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .retailer-offer-actions > a {
    width: calc(100% / 3);
    display: inline-block;
    font-family: "Roboto Slab", serif;
    color: #000; }
    .retailer-offer-actions > a > div {
      overflow: hidden;
      margin-top: 10px; }
  .retailer-offer-actions .retailer-offer-icon {
    position: relative;
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    background-color: #4585c6;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
    .retailer-offer-actions .retailer-offer-icon:hover {
      background-color: #093053; }
    .retailer-offer-actions .retailer-offer-icon > * {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%);
      font-size: 16px; }
    .retailer-offer-actions .retailer-offer-icon i {
      color: #fff; }
      
.retailer-offer-actions .retailer-offer-icon {
  position: relative;
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
  background-color: #4585c6;
  border-radius: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.retailer-offer-actions .retailer-offer-icon:hover {
  background-color: #093053;
}

.retailer-offer-actions .retailer-offer-icon > * {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-size: 16px;
}

.retailer-offer-actions .retailer-offer-icon i {
  color: #fff;
}

.retailer-offers-banner {
  position: relative;
  height: 220px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.retailer-offers-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.retailer-offers-banner-caption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 50px;
  z-index: 2;
}

.nav-tabs {
  display: inline-block;
  border: 2px solid #e7e7e7;
  border-radius: 4px;
}

.nav-tabs > li > a {
  padding: 13px 18px;
  font-weight: 700;
  margin: 0;
  border-radius: 0;
  border: 0;
  font-family: "Roboto Slab", serif;
  letter-spacing: 0.025em;
  color: #093053;
}

.nav-tabs li > a:hover {
  background-color: #e7e7e7;
  color: #000;
}

.nav-tabs > li:not(:last-of-type) a {
  border-right: 1px solid #e7e7e7;
}

.nav-tabs > li:first-of-type a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.nav-tabs > li:last-of-type a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:active:focus {
  border: 0;
  border-right: 1px solid #e7e7e7;
  background-color: #093053;
  color: #fff;
}

.nav-tabs-hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #e7e7e7;
  border-radius: 4px;
}

.nav-tabs-hours > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.nav-tabs-hours > li > a {
  padding: 8px 24px;
  font-weight: 700;
  font-size: 0.75em;
  text-transform: uppercase;
  margin: 0;
  border-radius: 0;
  border: 0;
  font-family: "Roboto Slab", serif;
  letter-spacing: 0.025em;
  color: #093053;
}

.nav-tabs-hours li > a:hover {
  background-color: #e7e7e7;
  color: #000;
}

.nav-tabs-hours > li:not(:last-of-type) a {
  border-right: 1px solid #e7e7e7;
}

.nav-tabs-hours > li:first-of-type a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.nav-tabs-hours > li:last-of-type a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.nav-tabs-hours > li.active > a,
.nav-tabs-hours > li.active > a:hover,
.nav-tabs-hours > li.active > a:focus,
.nav-tabs-hours > li.active > a:active:focus {
  border: 0;
  border-right: 1px solid #e7e7e7;
  background-color: #093053;
  color: #fff;
}

.form-search-retailers .form-control {
  height: 48px;
  border-color: #093053;
  border-width: 2px;
}

.form-search-retailers .form-control::-webkit-input-placeholder {
  color: #696969;
}

.form-search-retailers .form-control::-moz-placeholder {
  color: #696969;
}

.form-search-retailers .form-control:-ms-input-placeholder {
  color: #696969;
}

.form-search-retailers .form-control::placeholder {
  color: #696969;
}

.icon-wrap {
  display: block;
}

.icon-wrap > div {
  display: inline-block;
  vertical-align: middle;
  font-family: "Roboto Slab", serif;
  color: #093053;
  font-size: 0.875em;
}

.icon-round {
  position: relative;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-color: #4585c6;
  color: #fff;
  font-size: 16px;
}

.icon-round:hover {
  background-color: #093053;
}

.icon-round > * {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.morecontent > span {
  display: none;
}

.morelink {
  margin-top: 15px;
  display: block;
}

.morelink.less .link-underline:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.link-underline[aria-expanded="true"]:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: -2px;
}

.link-underline[aria-expanded="false"]:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 2px;
}

.link-underline.active:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.slick-retailers-alternative .retailer {
  padding-bottom: 0;
}

.slick-retailers-alternative .retailer img {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
  max-width: 100%;
  margin: 0 auto;
}

.mobile-links .mobile-link {
  position: relative;
  display: block;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  letter-spacing: 0.025em;
  font-size: 1.175em;
  padding: 15px 15px;
}

.mobile-links .mobile-link:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  background: url("../img/icons/caret-right-white.png") no-repeat center center;
  background-size: contain;
  width: 14px;
  height: 14px;
}

.mobile-links .mobile-link > .bp {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  margin-top: -2px;
}

.mobile-links-schedule {
  background-color: #4585c6;
}

.mobile-links-store {
  background-color: #ed6b6c;
}

.mobile-links-info {
  background-color: #c7b0d5;
}

.mobile-links .centre-reopens,
.mobile-links .centre-closed {
  background-color: #093053;
}

.mobile-links .mobile-link-label {
  padding-left: 40px;
}

.late-traders-mobile {
  background-color: #093053;
  padding-bottom: 15px;
}

.late-traders-mobile .late-traders-wrapper {
  border-radius: 8px;
  background-color: #fff;
  color: #000;
  padding: 20px 15px;
  margin: 0 15px;
}

.centre-schedule {
  background-color: #fff;
  color: #093053;
  padding: 15px 15px;
  text-align: center;
  font-family: "Roboto Slab", serif;
  letter-spacing: 0.025em;
  display: none;
  z-index: 999;
}

.centre-schedule .bp {
  margin-right: 10px;
}

.page-alt .hero-centre-schedule,
#home.alt.hero-centre-schedule  {
  height: 106px;
}
#home.alt.hero-centre-schedule {
  margin-bottom:0 ;
}
.page-alt .centre-schedule {
  display: block;
}

.navbar-scrolled .centre-schedule {
  display: block;
}

.go-back {
  background-color: #093053;
  color: #fff;
  padding: 20px 15px;
  text-align: center;
}

.go-back > a {
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  text-indent: 28px;
  display: inline-block;
}

.go-back > a:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-color: #4585c6;
  background-image: url("../img/icons/caret-left-white.png");
  background-size: 8px auto;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
}

.retailer-entry {
  position: relative;
  padding: 15px 30px;
  font-family: "Roboto Slab", serif;
  color: #093053;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.retailer-entry h6 {
  margin-bottom: 15px;
  font-weight: 900;
  letter-spacing: 0.025em;
  font-size: 1.25em;
}

.retailer-entry a {
  color: #093053;
  text-decoration: underline;
}

.retailer-entry ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.retailer-entry ul li + li {
  margin-top: 10px;
}

.retailer-entry-go {
  width: 40px;
  height: 40px;
  background: #4585c6 url("../img/icons/caret-right-white.png") no-repeat 50% 50%;
  background-size: 10px auto;
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
}

.retailer-entry .bp {
  margin-right: 10px;
}

.features-mobile-entry + .features-mobile-entry {
  margin-top: 10px;
}

.features-mobile-header {
  position: relative;
  background-color: #c7b0d5;
  padding: 10px 20px;
  border-radius: 60px;
  color: #fff;
  display: block;
  font-weight: 500;
  font-size: 1.5em;
}

.features-mobile-header:hover {
  color: #fff;
}

.features-mobile-header:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.features-mobile-collapse-inner {
  padding: 10px 20px;
}

.features-mobile-collapse-inner p {
  margin-bottom: 0;
}

.features-mobile-collapse-inner p + p {
  margin-top: 10px;
}

.features-mobile-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

.features-mobile-icon-wifi {
  background-image: url("../img/icons/wifi.png");
}

.features-mobile-icon-accessibility {
  background-image: url("../img/icons/accessibility.png");
}

.features-mobile-icon-kid {
  background-image: url("../img/icons/kid.png");
}

.features-mobile-icon-mobility {
  background-image: url("../img/icons/mobility.png");
}

.features-mobile-icon-parent-rooms {
  background-image: url("../img/icons/parent-rooms.png");
}

.features-mobile-icon-atm {
  background-image: url("../img/icons/atm.png");
}

.features-mobile-header[aria-expanded="true"]:before {
  border-bottom: 8px solid #fff;
  border-top: 0;
}

/*** Main End ***/
/*** Modal Start ***/
.modal-title {
  font-weight: 700;
  font-size: 1.5em;
}

.modal-header {
  border-color: transparent;
}

.modal-content {
  position: relative;
  border: 0;
  max-width: 700px;
  width: 100%;
  margin: 60px auto;
  box-shadow: none;
  border-radius: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}

.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modal-dialog {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
}

.modal-cell {
  display: table-cell;
  vertical-align: middle;
}

.modal {
  padding: 0;
  z-index: 1061;
}

.modal .modal-close {
  top: 15px;
  right: 15px;
  border: 0;
  background-color: #093053;
  cursor: pointer;
  z-index: 101;
}

.modal .modal-close:hover {
  background-color: #4585c6;
}

.modal .modal-close:hover:before, .modal .modal-close:hover:after {
  background-color: #fff;
}

.modal-backdrop.in {
  opacity: 0.9;
  background: #093053;
  z-index: 1060;
}

.modal-body {
  padding: 60px 15px;
}

button.close,
.close {
  float: none;
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 1;
  text-shadow: none;
  color: #404040;
  background: url("../img/icon-close.png") no-repeat 50%;
  background-size: contain;
  width: 32px;
  height: 32px;
  margin: 0;
  z-index: 10;
}

button.close > span,
.close > span {
  line-height: 1;
  display: inline-block;
}

button.close:hover,
.close:hover {
  opacity: 1;
}

.modal-body .btn-social {
  text-transform: none;
  font-size: 0.875em;
}

/*** Modal End ***/
.subscribe-set,
.subscribe-set.active.finished {
  display: none;
}

.subscribe-set.active {
  display: block;
}

label {
  font-weight: 700;
  color: #093053;
  letter-spacing: 0.025em;
  padding-left: 24px;
  font-family: "Roboto Slab", serif;
}

.form-group {
  margin-bottom: 20px;
}

.form-group:last-child {
	margin-bottom: 0;
}

.form-filter {
	margin-bottom: 0;
}

.req {
  color: #da291c;
}

.req:before {
  content: "*";
}

/*** Buttons Start ***/
.btn {
  border-radius: 3px;
  padding: 6px 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  -webkit-transition: background .2s ease, color .2s ease, box-shadow .2s ease;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

.btn-sm {
  font-size: 1em;
  padding: 4px 24px;
}

.btn-md {
  padding: 10px 28px;
  font-size: 1em;
}

.btn-lg {
  padding: 12px 38px;
}

.btn-rounded {
  border-radius: 60px;
}

.btn-social {
  margin: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-primary, .btn-primary:focus {
  border: 0;
  background-color: #4585c6;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #083153;
  color: #fff;
}

.btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:active {
  background-color: #083153;
  color: #fff;
}

.btn-green, .btn-green:focus {
  border: 0;
  background-color: #3db06c;
  color: #ffffff;
}

.btn-green:hover {
  background-color: #369d60;
  color: #fff;
}

.btn-green:active:focus, .btn-green:active:hover, .btn-green:active {
  background-color: #3db06c;
  color: #fff;
}

.btn-secondary, .btn-secondary:focus {
  border: 2px solid #4585c6;
  background-color: transparent;
  color: #4585c6;
}

.btn-secondary:hover {
  background-color: #4585c6;
  border-color: #4585c6;
  color: #ffffff;
}

.btn-secondary:active:focus, .btn-secondary:active:hover, .btn-secondary:active {
  background-color: #083153;
  border-color: #083153;
  color: #fff;
  box-shadow: none;
}

.btn-gray, .btn-gray:focus {
  border: 0;
  color: #000000;
  background-color: #ebebeb;
}

.btn-gray:hover {
  background-color: #f6f6f6;
}

.btn-social {
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
}

.btn-social img {
  width: 24px;
  margin-top: -4px;
  margin-right: 4px;
}

/*** Buttons End ***/
/*** Misc Start ***/
.inline-block {
  display: inline-block;
}

.valign-middle {
  vertical-align: middle;
}

*:focus {
  outline: 0;
}

.container {
  width: 100%;
  max-width: 1100px;
}

.container-fluid {
  width: 100%;
}

.front {
  z-index: 4;
}

.page-content {
  padding: 80px 0;
}

.page-content-sm {
  padding: 60px 0;
}

.overflow-h {
  overflow: hidden;
}

.relative {
  position: relative;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.valign > div {
  float: none;
}

.valign {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap !important;
}

.valign:before,
.valign:after {
  width: 0;
}

.vh-100 {
  min-height: 100vh;
  height: 100vh;
}

.vh-75 {
  min-height: 75vh;
  height: 75vh;
}

.vh-50 {
  min-height: 50vh;
  height: 50vh;
}

.vh-25 {
  min-height: 25vh;
  height: 25vh;
}

div[class].vh-100,
div[class].vh-75,
div[class].vh-50,
div[class].vh-25 {
  height: auto;
}

section[class].vh-100,
section[class].vh-75,
section[class].vh-50,
section[class].vh-25 {
  height: auto;
}

.bg-white {
  background-color: #ffffff;
}

.bg-light {
  background-color: #efefef;
}

.inline-block {
  display: inline-block;
}

*:focus {
  outline: 0 !important;
}

.font-primary {
  font-family: "Roboto", sans-serif;
}

.font-secondary {
  font-family: "Roboto Slab", serif;
}

/*** Misc End ***/
/*** Footer Start ***/
footer {
  position: relative;
  overflow: hidden;
  background-color: #093053;
  color: #fff;
  padding: 50px 0;
}

footer .table-hours > tbody > tr > td {
  width: auto;
  padding: 5px 0;
}

footer .table-hours > tbody > tr > td:first-of-type {
  text-align: left;
  width: 100px;
}

footer .table-trading-hours > tbody > tr > td {
  width: auto;
  padding: 5px 0;
  font-size: 1em;
  border: 0;
  color: #fff;
}

footer .table-trading-hours > tbody > tr > td:first-of-type {
  text-align: left;
  width: 100px;
}

footer .follow-social li {
  margin-left: 0;
}

footer a {
  color: #ffffff;
}

footer a:hover {
  color: #fff;
}

footer .follow-social li a:hover {
  background-color: #fff;
  color: #4585c6;
}

.footer-title {
  margin-bottom: 15px;
  font-size: 1.175em;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.footer-links + .footer-links {
  margin-top: 20px;
}

.footer-links li + li {
  margin-top: 6px;
}

.footer-links li a {
  font-weight: 500;
  font-size: 0.875em;
  color: #69b3ff;
}

.footer-links li a:hover {
  color: #fff;
}

.link {
  color: #69b3ff;
}

.language-select-wrapper {
  background-color: #fff;
  padding: 8px 16px;
}

.language-select-label {
  font-size: 0.875em;
  font-weight: 700;
  margin-right: 10px;
}

.language-select {
  color: #000;
  width: 230px;
  font-weight: 400;
  font-size: 1.175em;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-indent: 41px;
  height: 50px;
  border-radius: 3px;
  background: #fff url("../img/google-logo.png") no-repeat left 10px center;
  border: 1px solid #ededed;
  background-size: 24px 24px;
}

.language-select > option {
  text-transform: initial;
}

#google_translate_element {
	margin-bottom: 20px;
}

.goog-te-combo {
  color: #000;
  width: 210px;
  font-weight: 400;
  font-size: 1.35em!important;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-indent: 40px;
  height: 50px;
  border-radius: 3px;
  background: #fff url("../img/google-logo.png") no-repeat left 10px center;
  border: 1px solid #ededed;
  background-size: 24px 24px;
  font-family: "Roboto", sans-serif!important;
}

/*** Footer End ***/

/*** Wordpress implementation fixes and additions ***/

.footer-title.hours-heading {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 0.9em;
}

table > tbody > tr.today-hours > td {
	font-weight: 700;
}

footer table td {
  color: white;
}

.slick-slider-loaded {
	opacity: 1;
}

#wpadminbar {
	/*display: none;*/
}

#site-wrapper .gfield_select {
      border-radius: 30px;
    box-shadow: none;
    height: 45px;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding-top: 4px !important;
    padding-left: 20px !important;
    border-color: #cccccc;
}

footer .goog-logo-link {
  display: none;
}

.skiptranslate.goog-te-gadget {
  color: transparent;
}

.job-entry {
  margin-bottom: 20px;
}

#gform_3 .gchoice_3_3_0 {
      margin-top: 3em;
}

#gform_4 input[type="submit"] {
  display: block;
  margin:0 auto;
}


.by-letter li {
      font-family: "Roboto", sans-serif;
    font-size: 14px;
    background: #f9f9fb;
    color: #093053;
}

.ginput_container_select .select-box-custom-selected {
    padding: 9px 24px;
    border-radius: 30px;
    box-shadow: none;
    height: 42px;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding-top: 4px !important;
    padding-left: 20px !important;
    border-color: #093053;
    border-width: 2px;
    line-height: 30px;
}

.upcoming-events-entry-caption p {
    min-height: 3.5em;
}

.event-content.hidden,
.view-more-hidden {
  display: none;
}

#no-results,
.no-results {
  display: none;
}

.features-icon > .fa {
    color: white;
    font-size: 48px;
    text-align: center;
}

.features-mobile-entry .features-mobile-icon {
  font-size: 35px;
}

.page-template-whats-on .tab-content .upcoming-events-entry-date {
  display: none;
}

.navbar-scrolled .centre-schedule {
  padding-bottom:  5px;
}


.slick-home-wrapper h1 {
    padding: 0.1rem;
text-shadow: 0px 0px 10px #414042;
margin-bottom:  10px;
}


.mapplic-map {
  width:  100% ;
  height:  99% ;
  top:  1% ;
  left:  0 ;
}

/*PK custom remove left menu init land mark*/
[data-location="init"] {
    /* Styles */
	display:none !important;
}



/***** Google signIn *****/
.g-signin2{
	display: inline-flex;
	margin: 4px 4px 4px 6px;
	position: relative;
    top: -1px;
}
.g-signin2 .abcRioButton{
    border: 0;
    color: #000000;
    background-color: #ebebeb;
    margin: 0;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    letter-spacing: 0;
    border-radius: 60px;
    box-shadow: none;
	height: 41px !important;
    width: 100% !important;
}
.g-signin2 .abcRioButton:hover {
    background-color: #f6f6f6;
	box-shadow: none;
	border: 0;
}
.g-signin2 .abcRioButtonIcon{
	padding:0px !important;
	margin-right: 8px;
}
.g-signin2 .abcRioButtonIcon svg{
	width:24px !important;
	height:24px !important;
}
.g-signin2 .abcRioButtonContents{
	font-size: 14px !important;
    line-height: 28px !important;
    font-weight: normal;
}

.centre-offers-thumb {
  padding-bottom: 100% !important;
}

.centre-offers-thumb img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}














