@font-face {
  font-family: "Gill Sans";
  src: url("/theme/app/fonts/GillSans/GillSansMT.woff2") format("woff2");
}
@font-face {
  font-family: "Gill Sans";
  font-weight: bold;
  src: url("/theme/app/fonts/GillSans/GillSansMT-bold.woff2") format("woff2");
}
.form-control {
  font-size: 16px;
}
.form-control::-moz-placeholder {
  font-style: italic;
  color: #0061a1;
  font-size: 16px;
}
.form-control:-ms-input-placeholder {
  font-style: italic;
  color: #0061a1;
  font-size: 16px;
}
.form-control::-webkit-input-placeholder {
  font-style: italic;
  color: #0061a1;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .form-control {
    font-size: 18px;
  }
  .form-control::-moz-placeholder {
    font-size: 18px;
  }
  .form-control:-ms-input-placeholder {
    font-size: 18px;
  }
  .form-control::-webkit-input-placeholder {
    font-size: 18px;
  }
}
.btn {
  font-size: 18px;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #008bc4;
  border-color: #008bc4;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #008bc4;
  border-color: #008bc4;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #0061a1;
  border-color: #0061a1;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #008bc4;
  border-color: #008bc4;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #008bc4;
  border-color: #008bc4;
}
.btn-primary .badge {
  color: #008bc4;
  background-color: #ffffff;
}
.btn-default:focus,
.btn-default.focus {
  color: #ffffff;
  background-color: #008bc4;
  border-color: #008bc4;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #008bc4;
  border-color: #008bc4;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #0061a1;
  border-color: #0061a1;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #ffffff;
  background-color: #008bc4;
  border-color: #008bc4;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #008bc4;
  border-color: #008bc4;
}
.btn-default .badge {
  color: #008bc4;
  background-color: #ffffff;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 1;
}
h1 {
  font-family: "Gill Sans", serif;
  font-weight: 700;
  color: #0061a1;
  line-height: 80px;
}
h2 {
  font-family: "Gill Sans", serif;
  font-weight: 700;
  color: #0061a1;
  line-height: 65px;
}
h3 {
  font-family: "Gill Sans", serif;
  font-weight: 500;
  color: #0061a1;
  line-height: 40px;
}
h4 {
  font-family: "Gill Sans", serif;
  font-weight: 500;
  color: #0061a1;
  line-height: 20px;
}
h5 {
  font-family: "Gill Sans", serif;
  color: #0061a1;
  font-weight: 700;
  line-height: 35px;
}
h6 {
  font-family: "Gill Sans", serif;
  color: #0061a1;
  font-weight: 700;
  line-height: 32px;
}
select option {
  color: #0061a1;
  background-color: #FFFFFF;
}
body.loyalty-overview {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.content-margin-bottom {
  height: 110px;
}
.container.content {
  margin-top: 70px;
}
/*
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
}
*/
@media (min-width: 1200px) {
  .container.content {
    margin-top: 100px;
    margin-bottom: 200px;
  }
  .content-margin-bottom {
    height: 200px;
  }
}
body.homepage {
  position: relative;
}
body.homepage {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.homepage-header-nav {
  padding-left: 0;
}
.homepage-header-nav .navbar-header {
  height: 95px;
  padding-left: 0;
  padding-right: 0;
}
.homepage-header-nav .navbar-header .navbar-brand {
  padding-top: 0;
  padding-left: 0;
}
.homepage-header-nav .navbar-header img {
  max-width: 180px;
}
.homepage-header-nav nav.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
.homepage-header-nav nav.navbar-collapse .navbar-border {
  border-bottom: solid 1.5px #0041a2;
  box-shadow: 0 2px #F0F2F5;
}
.homepage-header-nav nav.navbar-collapse .b2c-no-right-padding {
  padding-right: 0;
}
.homepage-header-nav .b2c-nav-link {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .homepage-header-nav .navbar-right .btn-link {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 768px) {
  .homepage-header-nav .navbar-right {
    margin-right: 0;
  }
  .homepage-header-nav .b2c-navbar-right-margin {
    margin-right: -20px;
  }
  .homepage-header-nav ul.nav {
    padding-top: 5px;
  }
  .homepage-header-nav .navbar-header img {
    max-width: 250px;
  }
}
body.homepage .row01.advantages-container {
  margin-bottom: 20px;
}
body.homepage .row01 {
  background-color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
  padding-left: 10px;
  font-family: "Gill Sans", serif;
}
body.homepage .row01 .advantages-row {
  text-align: left;
  margin-bottom: 0;
  padding: 0 0 0 15%;
}
body.homepage .row01 .advantages-row ul {
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}
body.homepage .row01 .advantages-row ul li {
  text-align: left;
  padding-left: 40px;
  line-height: 33px;
  font-size: 14px;
  font-weight: bold;
  color: #0061a1;
  display: inline-block;
}
body.homepage .row01 .advantages-row ul li.discount {
  background: url('/theme/app/images/b2c/homepage/row01/discount.png') no-repeat -40px 7%;
  background-origin: content-box;
  background-size: 32px;
}
body.homepage .row01 .advantages-row ul li.alternative {
  background: url('/theme/app/images/b2c/homepage/row01/alternative.png') no-repeat -40px 7%;
  background-origin: content-box;
  background-size: 32px;
}
body.homepage .row01 .advantages-row ul li.free {
  background: url('/theme/app/images/b2c/homepage/row01/free.png') no-repeat -40px 7%;
  background-origin: content-box;
  background-size: 32px;
}
body.homepage .row01 .cke-card-text {
  padding-bottom: 25px;
  text-align: center;
}
body.homepage .row01 .cke-card-image {
  text-align: center;
}
body.homepage .row01 p {
  text-align: justify;
  font-size: 16px;
  color: #0061a1;
  font-weight: normal;
  margin-bottom: 0;
}
@media (min-width: 480px) {
  body.homepage .row01 {
    padding-right: 0;
    padding-left: 0;
  }
  body.homepage .row01 .advantages-row {
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  body.homepage .row01 .cke-card-text {
    padding-top: 20px;
  }
}
body.homepage .row1 {
  background-color: #0061A1;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  font-family: "Gill Sans", serif;
}
body.homepage .row1 p {
  text-align: justify;
  font-size: 16px;
  color: #0061a1;
  font-weight: normal;
}
body.homepage .row1 p.header {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
  color: #FFFFFF;
}
body.homepage .row1 .header-box-select {
  padding: 10px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  body.homepage .row1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.homepage .row1 .header-box-select {
    padding: 10px 5% 10px 5%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.homepage .row1 {
    padding-left: 19vw;
    padding-right: 19vw;
  }
  body.homepage .row1 p.header {
    font-size: 16px;
  }
  body.homepage .row1 .header-box-select {
    padding: 10px 5% 10px 5%;
  }
}
@media (min-width: 1200px) {
  body.homepage .row1 {
    padding-left: 19vw;
    padding-right: 19vw;
  }
  body.homepage .row1 .header-box-select {
    padding: 10px 5% 10px 5%;
  }
}
@media (min-width: 1440px) {
  body.homepage .row1 {
    padding-left: 25vw;
    padding-right: 25vw;
  }
  body.homepage .row1 .header-box-select {
    padding: 10px 5% 10px 5%;
  }
}
body.homepage .row2 {
  background-color: #FFFFFF;
  font-family: "Gill Sans", serif;
}
body.homepage .row2 .btn {
  border-radius: 6px;
  font-size: 12px;
  font-weight: bold;
  background-color: #0061A1;
}
body.homepage .row2 div {
  padding-right: 12px;
  padding-left: 12px;
}
body.homepage .row2 p.title {
  color: #0061a1;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 20px 40px 10px 40px;
}
body.homepage .row2 .feature {
  max-width: 360px;
  overflow: hidden;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  box-shadow: 0 2px 3px 0 #888888;
  background-color: #AAD389;
}
body.homepage .row2 .feature.pointer {
  cursor: pointer;
}
body.homepage .row2 .feature a {
  color: #FFFFFF;
}
body.homepage .row2 .feature a:hover {
  color: #FFFFFFE6;
}
body.homepage .row2 .feature .image {
  text-align: center;
  margin-bottom: 0;
  padding: 0;
}
body.homepage .row2 .feature .image img {
  width: 360px;
  height: 360px;
}
body.homepage .row2 .feature .footer {
  padding: 0 20px 20px 20px;
  font-size: 22px;
  line-height: 38px;
  color: #FFFFFF;
  text-align: center;
}
body.homepage .row2 .feature .footer .title {
  font-size: 22px;
}
body.homepage .row2 .feature .footer p {
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  margin-top: 15px;
}
body.homepage .row2 .feature .footer p a {
  font-size: 16px;
}
body.homepage .row2 .feature .footer-buttons {
  padding-bottom: 10px;
}
@media (min-width: 480px) and (max-width: 767px) {
  body.homepage .row2 {
    background-color: transparent;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.homepage .row2 {
    background-color: transparent;
  }
}
@media (min-width: 1200px) {
  body.homepage .row2 {
    background-color: transparent;
  }
  body.homepage .row2 .feature {
    height: 600px;
  }
  body.homepage .row2 .feature .footer {
    overflow: hidden;
    height: 180px;
  }
}
body.homepage .row3 {
  background-color: #0061A1;
  margin-top: 30px;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Gill Sans", serif;
}
body.homepage .row3 p {
  text-align: justify;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: normal;
}
body.homepage .row3 p.header {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
}
body.homepage .row4 {
  background-color: #FFFFFF;
  font-family: "Gill Sans", serif;
}
body.homepage .row4 div {
  padding-right: 12px;
  padding-left: 12px;
}
body.homepage .row4 p.title {
  color: #0061a1;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 20px 40px 10px 40px;
}
body.homepage .row4 .feature {
  max-width: 360px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  padding: 0;
  box-shadow: 0 2px 3px 0 #888888;
  border-top: 1px solid #EBEBEB;
  background-color: #FFFFFF;
}
body.homepage .row4 .feature.pointer {
  cursor: pointer;
}
body.homepage .row4 .feature .image {
  text-align: center;
  margin-bottom: 0;
  padding: 0;
}
body.homepage .row4 .feature .image img {
  width: 360px;
  height: 360px;
}
body.homepage .row4 .feature .title {
  background-color: white;
  padding: 5px 20px 0 20px;
  font-size: 22px;
  line-height: 38px;
  color: #0061a1;
  text-align: center;
  height: 105px;
}
body.homepage .row4 .feature .title p {
  font-size: 16px;
  line-height: 22px;
  color: #4c4c4c;
  margin-top: 15px;
}
body.homepage .row4 .feature .title p a {
  font-size: 16px;
}
body.homepage .row4 .feature .title.no-background {
  background-color: white;
}
@media (min-width: 480px) and (max-width: 767px) {
  body.homepage .row4 {
    background-color: transparent;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.homepage .row4 {
    background-color: transparent;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.homepage .row4 {
    background-color: transparent;
    margin-bottom: 60px;
  }
  body.homepage .row4 .feature {
    height: 507px;
    margin-bottom: 0;
  }
  body.homepage .row4 .feature .title {
    height: 185px;
  }
}
@media (min-width: 1200px) {
  body.homepage .row4 {
    margin-bottom: 60px;
    background-color: transparent;
  }
  body.homepage .row4 .feature {
    height: 564px;
    margin-bottom: 0;
  }
  body.homepage .row4 .feature .title {
    height: 170px;
  }
}
body.homepage .row5 {
  background-color: #0061A1;
  margin-top: 50px;
  margin-bottom: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Gill Sans", serif;
}
body.homepage .row5 p {
  text-align: justify;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: normal;
}
body.homepage .row5 p.header {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
body.homepage .row6.b2c {
  background-color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 20px;
  font-family: "Gill Sans", serif;
  text-align: center;
}
body.homepage .row6.b2c .feature {
  padding: 50px;
  margin-top: 15px;
  border: 1px solid #0061A1;
  border-radius: 2px;
  background-color: #E5F1DE;
  box-shadow: 0 2px 3px 0 #888888;
  text-align: left;
}
body.homepage .row6.b2c .feature .img-cke-card {
  width: 60%;
}
body.homepage .row6.b2c .feature .title {
  font-size: 22px;
  line-height: 38px;
  color: #0061a1;
  text-align: left;
  margin-bottom: 10px;
}
body.homepage .row6.b2c .feature p {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
}
body.homepage .row6.b2c .feature p.img-holder {
  padding-left: 0;
  text-align: center;
  margin-top: -135px;
}
body.homepage .row6.b2c .feature p.img-holder.img-right {
  margin-top: -16px;
}
body.homepage .row6.b2c .feature p.header {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #0061a1;
}
body.homepage .row6.b2c .feature ul {
  list-style-type: none;
  padding-left: 35px;
}
body.homepage .row6.b2c .feature ul li,
body.homepage .row6.b2c .feature ol li {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: normal;
  line-height: 35px;
  text-align: left;
}
body.homepage .row6.b2c .feature ul.card-left-list {
  padding-left: 20px;
}
body.homepage .row6.b2c .feature ul.card-left-list .glyphicon.glyphicon-ok {
  color: #5cb85c;
  font-size: 12px;
  margin-right: 4px;
}
body.homepage .row6.b2c .feature .b2c-primary-btn {
  font-size: 0.8571em;
  font-weight: 600;
  line-height: 1.35em;
}
body.homepage .row6.b2c .feature.feature-left {
  margin-top: 0;
  background-color: #FFFFFF;
}
@media (min-width: 992px) {
  body.homepage .row6.b2c .feature {
    margin-top: 0;
    height: 380px;
  }
  body.homepage .row6.b2c .feature p.img-holder.img-right {
    margin-bottom: 24px;
  }
}
body footer.b2c {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #0061A1;
}
body footer.b2c .row-bottom {
  padding-top: 50px;
  padding-bottom: 50px;
}
body footer.b2c .title {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}
body footer.b2c ul {
  margin-top: 0;
  margin-bottom: 30px;
  list-style-type: none;
  padding-left: 0;
}
body footer.b2c ul li {
  padding-top: 10px;
}
body footer.b2c a {
  font-size: 16px;
  color: #FFFFFF;
}
body footer.b2c a:hover {
  color: lightgrey;
}
body footer.row-bottom .container {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
body footer.row-bottom .container .row-bottom p {
  height: 100px;
}
body footer.row-bottom .container .row-bottom a {
  font-size: 16px;
}
body footer.row-bottom .container .row-bottom ul li {
  display: inline;
  margin-right: 15px;
}
body footer.row-bottom .container .row-bottom ul li a {
  color: #0041a2;
}
@media (min-width: 992px) {
  body footer.b2c ul {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
body.homepage span.icon-bar {
  background-color: #0061a1;
}
body.homepage .header-link-block .btn {
  font-size: 12px !important;
}
body.homepage .header-banner-wrapper {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
body.homepage .header-banner-wrapper img {
  width: 100%;
}
body.homepage .header-banner-box {
  opacity: 0.75;
  top: 10px;
  left: 0;
  width: 100%;
  position: absolute;
  background-color: #56A34C;
}
body.homepage .header-box-title {
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  padding: 20px 40px 10px 40px;
}
body.homepage #country_selector {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 47px !important;
}
body.homepage #search_filter_keywords {
  font-size: 16px;
  padding: 10px;
  height: 47px !important;
  width: 100%;
  border-radius: 15px;
  border: 1px solid #cccccc;
}
@media (min-width: 768px) {
  body.homepage .header-link-block {
    padding-top: 17px;
  }
  body.homepage .header-link-block .btn {
    font-size: 18px !important;
  }
  body.homepage .header-box-title {
    font-size: 30px;
  }
  body.homepage .header-banner-box {
    top: 2px;
  }
}
@media (min-width: 992px) {
  body.homepage .header-banner-box {
    top: 10px;
  }
}
@media (min-width: 1200px) {
  body.homepage .header-box-title {
    font-size: 40px;
  }
}
#branch-address-modal .modal-header {
  background-color: #AAD389;
}
#branch-address-modal .modal-header .modal-title {
  color: #FFFFFF;
}
#branch-address-modal .modal-branch-address-row {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#branch-address-modal .modal-footer {
  border-top: 0;
}
.b2b-row1 .row {
  background-color: #AAD389;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 20px;
  font-family: "Gill Sans", serif;
}
.b2b-row1 .row p {
  text-align: justify;
  font-size: 16px;
  color: #0061a1;
  font-weight: normal;
}
.b2b-row1 .row .title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
}
.b2b-row3 .row {
  background-color: #AAD389;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 20px;
  font-family: "Gill Sans", serif;
}
.b2b-row3 .row p {
  text-align: justify;
  font-size: 16px;
  color: #0061a1;
  font-weight: normal;
}
.b2b-row3 .row .title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
}
.b2b-row5 .row {
  background-color: #AAD389;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 20px;
  font-family: "Gill Sans", serif;
}
.b2b-row5 .row .header {
  font-size: 22px;
  text-align: center;
}
.b2b-row5 .row p {
  text-align: justify;
  font-size: 16px;
  color: #0061a1;
  font-weight: normal;
}
.b2b-row5 .row .title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
}
.b2b-row6 .row {
  background-color: #FFFFFF;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 20px;
  font-family: "Gill Sans", serif;
}
.b2b-row6 .row .header {
  font-size: 22px;
  text-align: center;
}
.b2b-row6 .row p {
  text-align: justify;
  font-size: 22px;
  color: #0061a1;
  font-weight: normal;
}
.b2b-row6 .row .title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
}
.b2b-row6 .row .footer {
  margin-top: 15px;
  color: #0061a1;
  font-size: 22px;
  font-weight: bold;
}
.b2b-row6 .row .footer p {
  font-size: 16px;
  color: #4c4c4c;
  font-weight: normal;
}
.header {
  font-size: 20px;
}
.header .image {
  position: absolute;
  text-align: center;
  width: 100%;
}
.header .container {
  background-color: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header .container .top {
  margin-bottom: 45px;
}
.header .container .top .top-links {
  font-size: 16px;
  line-height: 60px;
}
.header .container .nav {
  margin-bottom: 10px;
}
.header .container .nav .col {
  position: relative;
}
.header .container .nav .col nav {
  text-align: center;
}
.header .container .nav .col nav a {
  font-size: 20px;
  color: #0061a1;
  font-weight: 500;
  min-width: 210px;
  display: inline-block;
  padding-bottom: 2px;
}
.header .container .nav .col nav a.active {
  color: #0061a1;
  border-bottom: solid 4px #cad2e4;
}
.header-mobile {
  background-color: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  height: 75px;
}
.header-mobile .image {
  position: absolute;
}
.header-mobile .image img {
  width: 77px;
}
.header-mobile .title {
  padding-top: 55px;
  font-weight: 500;
  font-size: 13px;
  color: #0061a1;
}
.header-mobile .toggle-navbar {
  cursor: pointer;
  position: absolute;
  top: 23px;
  right: 19px;
}
#header-nav {
  height: 65px;
  margin-bottom: 50px;
}
#header-nav .logo {
  width: 250px;
  height: 80px;
  margin-left: -5px;
}
#header-nav nav ul {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 80px;
}
#header-nav nav ul li {
  color: #0061a1;
  font-size: 14px;
  display: inline-block;
  list-style: none;
  padding-right: 30px;
}
#header-nav nav ul li a {
  color: #0061a1;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
}
#header-nav nav ul li a:active,
#header-nav nav ul li a:hover,
#header-nav nav ul li a:focus,
#header-nav nav ul li a:visited {
  text-decoration: none;
  color: #0061a1;
}
span.icon-bar {
  background-color: #0061a1;
}
ol.breadcrumb {
  float: right;
}
@media (min-width: 768px) {
  ol.breadcrumb {
    margin-top: -43px;
    margin-bottom: 0;
    padding-right: 0;
  }
}
.mobile-nav-wrapper {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 4;
}
.mobile-nav-wrapper .mobile-nav-bg {
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.mobile-nav-wrapper .mobile-nav-bg .mobile-nav .mobile-nav-close {
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
}
.mobile-nav-wrapper .mobile-nav-bg .mobile-nav .mobile-nav-close img {
  cursor: pointer;
}
.mobile-nav-wrapper .mobile-nav-bg .mobile-nav .mobile-nav-links {
  padding-left: 14px;
}
.mobile-nav-wrapper .mobile-nav-bg .mobile-nav .mobile-nav-links ul {
  padding: 0;
}
.mobile-nav-wrapper .mobile-nav-bg .mobile-nav .mobile-nav-links ul li {
  list-style: none;
  margin-bottom: 40px;
}
.mobile-nav-wrapper .mobile-nav-bg .mobile-nav .mobile-nav-links ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #0041a2;
  text-decoration: none;
}
.mobile-nav-wrapper .mobile-nav-bg .mobile-nav .mobile-nav-links ul li a span {
  margin-left: 10px;
}
.mobile-nav-wrapper .mobile-nav-bg .mobile-nav .mobile-nav-footer {
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: white;
  height: 64px;
}
.mobile-nav-wrapper .mobile-nav-bg .mobile-nav .mobile-nav-footer .mobile-nav-footer-logo {
  position: absolute;
  left: 20px;
}
.mobile-nav-wrapper .mobile-nav-bg .mobile-nav .mobile-nav-footer .mobile-nav-footer-logo img {
  height: 53px;
}
.mobile-nav-wrapper .mobile-nav-bg .mobile-nav .mobile-nav-footer .mobile-nav-footer-link {
  line-height: 64px;
}
.mobile-nav-wrapper .mobile-nav-bg .mobile-nav .mobile-nav-footer .mobile-nav-footer-link a {
  padding-right: 20px;
  font-size: 16px;
  text-align: right;
  color: #0061a1;
}
body.access-login {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.loyalty-membership-apply {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.content-margin {
  display: none;
}
.guest-section-wrapper {
  font-family: "Gill Sans", serif;
  width: 100%;
  height: 100%;
  text-align: center;
}
.guest-section-wrapper .guest-section-wrapper-body {
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  width: 80%;
  position: relative;
  display: inline-block;
  padding-top: 28px;
  padding-left: 20px;
  padding-right: 20px;
}
.guest-section-wrapper .guest-section-wrapper-body .guest-section-wrapper-body-heading {
  color: #0061a1;
  font-family: "Gill Sans", serif;
  font-size: 40px;
  line-height: 54px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
.guest-section-wrapper .guest-section-wrapper-body .guest-section-wrapper-body-subheading {
  color: #4c4c4c;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
  margin-bottom: 50px;
}
.guest-section-wrapper .guest-section-wrapper-body .guest-section-wrapper-body-form {
  display: inline-block;
}
.guest-section-wrapper .guest-section-wrapper-body .guest-section-wrapper-body-form form {
  text-align: left;
}
.guest-section-wrapper .guest-section-wrapper-body .guest-section-wrapper-body-form .form-group {
  margin-bottom: 20px;
}
.guest-section-wrapper .guest-section-wrapper-body .guest-section-wrapper-body-form .form-group label {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #0061a1;
}
.guest-section-wrapper .guest-section-wrapper-body .guest-section-wrapper-body-form .form-group .terms-link {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #0061a1;
}
.guest-section-wrapper .guest-section-wrapper-body .guest-section-wrapper-body-form button {
  color: #FFFFFF;
  background-color: #0041a2;
  font-size: 16px;
  line-height: 28px;
  width: 100%;
  margin-top: 35px;
}
.guest-section-wrapper .guest-section-wrapper-body .guest-section-wrapper-body-form .forgot-password {
  height: 50px;
  line-height: 50px;
  margin-top: 20px;
  background-color: #FFFFFF;
  text-align: left;
}
.guest-section-wrapper .guest-section-wrapper-body .guest-section-wrapper-body-form .forgot-password a {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #0061a1;
}
.guest-section-wrapper .guest-section-wrapper-body .guest-section-wrapper-body-footer {
  height: 60px;
  line-height: 60px;
  margin-top: 50px;
  margin-left: -20px;
  margin-right: -20px;
  border-top: solid 1px #cad2e4;
  background-color: #eaf5fc;
  color: #0061a1;
  font-size: 18px;
}
.guest-section-wrapper .guest-section-wrapper-body .guest-section-wrapper-body-footer a {
  color: #0061a1;
}
@media (min-width: 992px) {
  .guest-section-wrapper .guest-section-wrapper-body {
    max-width: 940px;
  }
  .guest-section-wrapper .guest-section-wrapper-body .guest-section-wrapper-body-form {
    width: 560px;
  }
  .guest-section-wrapper .guest-section-wrapper-body .guest-section-wrapper-body-form .form-group {
    margin-bottom: 30px;
  }
  .guest-section-wrapper .guest-section-wrapper-body .guest-section-wrapper-body-form .btn-default {
    margin-top: 20px;
  }
  .guest-section-wrapper .guest-section-wrapper-body .guest-section-wrapper-body-heading {
    margin-bottom: 0;
  }
}
ul li.error-message {
  color: #8e2629;
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
}
body.access-password-forget {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.content-margin {
  display: none;
}
.password-forget-wrapper {
  width: 100%;
  height: 100%;
  text-align: center;
}
.password-forget-wrapper .password-forget-wrapper-body {
  margin-top: 70px;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  width: 80%;
  position: relative;
  display: inline-block;
  padding-top: 28px;
  padding-left: 20px;
  padding-right: 20px;
}
.password-forget-wrapper .password-forget-wrapper-body .password-forget-wrapper-body-heading {
  color: #0061a1;
  font-family: "Gill Sans", serif;
  font-size: 40px;
  line-height: 54px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
.password-forget-wrapper .password-forget-wrapper-body .password-forget-wrapper-body-subheading {
  color: #4c4c4c;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
  margin-bottom: 50px;
}
.password-forget-wrapper .password-forget-wrapper-body .password-forget-wrapper-body-form {
  display: inline-block;
}
.password-forget-wrapper .password-forget-wrapper-body .password-forget-wrapper-body-form form {
  text-align: left;
}
.password-forget-wrapper .password-forget-wrapper-body .password-forget-wrapper-body-form .form-group label {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #0061a1;
}
.password-forget-wrapper .password-forget-wrapper-body .password-forget-wrapper-body-form .form-group .checkbox {
  float: left;
  margin-right: 7px;
  margin-top: 0;
  background-color: #FFFFFF;
  border: solid 1px #7286A3;
  height: 25px;
  width: 25px;
}
.password-forget-wrapper .password-forget-wrapper-body .password-forget-wrapper-body-form button {
  color: #FFFFFF;
  background-color: #0041a2;
  font-size: 16px;
  line-height: 28px;
  width: 100%;
  margin-top: 35px;
}
.password-forget-wrapper .password-forget-wrapper-body .password-forget-wrapper-body-form .forgot-password {
  height: 50px;
  line-height: 50px;
  margin-top: 20px;
  background-color: #FFFFFF;
  text-align: left;
}
.password-forget-wrapper .password-forget-wrapper-body .password-forget-wrapper-body-form .forgot-password a {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #0061a1;
}
.password-forget-wrapper .password-forget-wrapper-body .password-forget-wrapper-body-footer {
  height: 60px;
  line-height: 60px;
  margin-top: 50px;
  margin-left: -20px;
  margin-right: -20px;
  border-top: solid 1px #cad2e4;
  background-color: #eaf5fc;
  color: #0061a1;
  font-size: 18px;
}
.password-forget-wrapper .password-forget-wrapper-body .password-forget-wrapper-body-footer a {
  color: #0061a1;
}
@media (min-width: 992px) {
  .password-forget-wrapper .password-forget-wrapper-body {
    max-width: 940px;
    margin-top: 100px;
  }
  .password-forget-wrapper .password-forget-wrapper-body .password-forget-wrapper-body-form {
    width: 560px;
  }
  .password-forget-wrapper .password-forget-wrapper-body .password-forget-wrapper-body-form .form-group {
    margin-bottom: 30px;
  }
  .password-forget-wrapper .password-forget-wrapper-body .password-forget-wrapper-body-form .btn-default {
    margin-top: 20px;
  }
  .password-forget-wrapper .password-forget-wrapper-body .password-forget-wrapper-body-heading {
    margin-bottom: 0;
  }
}
body.access-user-credential {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
div.panel {
  border-radius: 0;
}
div.panel.panel-campsite {
  border: none;
  box-shadow: 0 2px 3px 0 #888888;
}
div.panel-body.panel-body-campsite {
  padding: 0;
}
h1.page-headline {
  color: #FFFFFF;
  text-align: center;
  background-image: url('/theme/app/images/b2c/location-details/location-name-background.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
}
h3.panel-title {
  color: #FFFFFF;
  text-align: center;
  padding: 15px;
  font-size: 20px;
}
div.panel-primary {
  border-color: #A9D18E;
}
div.campsite-minimap {
  height: 90px;
  margin-top: -45px;
}
div.campsite-minimap img {
  background-color: #FFFFFF;
}
.panel-heading {
  background-image: url('/theme/app/images/b2c/location-details/location-name-background.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #A9D18E !important;
  border-color: #A9D18E !important;
  border-radius: 0;
}
div.content-blog {
  margin-top: 10px !important;
}
div.panel-content {
  padding: 15px;
  word-wrap: break-word;
}
h5.campsite-address {
  color: #252422;
  font-weight: normal;
  margin-top: 0;
  padding-right: 15px;
}
h3.campsite-title {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  h3.panel-title {
    font-size: 30px;
  }
}
.panel.panel-green {
  border-color: #55A44B;
}
.panel.panel-green > .panel-heading {
  color: #ffffff;
  background-color: #55A44B;
  border-color: #55A44B;
}
.panel.panel-green > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #55A44B;
}
.panel.panel-green > .panel-heading .badge {
  color: #55A44B;
  background-color: #ffffff;
}
.panel.panel-green > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #55A44B;
}
.cookieconsent {
  position: fixed;
  padding: 20px;
  left: 0;
  bottom: 0;
  background-color: rgba(228, 232, 240, 0.9);
  color: #606060;
  text-align: center;
  width: 100%;
  z-index: 99999;
}
.cookieconsent a {
  color: #FFFFFF !important;
  background-color: #EF8157 !important;
}
.banner-content {
  font-family: "Gill Sans", serif;
  font-size: 18px;
  color: #333333;
  line-height: 1.42857143;
}
.campsite-banner-img {
  height: 250px;
  background-size: cover;
}
.campsite-title {
  height: 80px;
}
.campsite-button {
  background-color: #EF8157 !important;
  color: #FFFFFF !important;
  font-family: "Gill Sans", serif !important;
  font-size: 18px !important;
  margin-right: 20px;
}
.campsite-location {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0B0B0B;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCCCCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCCCCC;
}
.mfp-preloader a:hover {
  color: #FFFFFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFFFFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFFFFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCCCCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFFFFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFFFFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.jqvmap-label,
.jqvmap-pin {
  pointer-events: none;
}
.jqvmap-label {
  position: absolute;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #292929;
  color: #fff;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px;
}
.jqvmap-zoomin,
.jqvmap-zoomout {
  position: absolute;
  left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #000;
  padding: 3px;
  color: #fff;
  width: 16px !important;
  height: 16px !important;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
}
.jqvmap-zoomin {
  top: 10px;
}
.jqvmap-zoomout {
  top: 30px;
}
.jqvmap-region {
  cursor: pointer;
}
.jqvmap-ajax_response {
  width: 100%;
  height: 500px;
}
.jqvmap-label {
  position: absolute;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px;
  pointer-events: none;
}
.jqvmap-pin {
  pointer-events: none;
}
.jqvmap-zoomin,
.jqvmap-zoomout {
  position: absolute;
  left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #000000;
  padding: 3px;
  color: white;
  width: 10px;
  height: 10px;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
}
.jqvmap-zoomin {
  top: 10px;
}
.jqvmap-zoomout {
  top: 30px;
}
.jqvmap-region {
  cursor: pointer;
}
.jqvmap-ajax_response {
  width: 100%;
  height: 500px;
}
