@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap&subset=cyrillic,hebrew,latin-ext');
/*@import url('/PVPSite/montheavy.css');*/

@font-face {
    font-family: 'Mont Heavy DEMO';
    src: url('/PVPSite/Fonts/Mont-Heavy.eot');
    src: url('/PVPSite/Fonts/Mont-Heavy.eot?') format('embedded-opentype'),
        url('/PVPSite/Fonts/Mont-Heavy.woff2') format('woff2'),
        url('/PVPSite/Fonts/Mont-Heavy.woff') format('woff'),
        url('/PVPSite/Fonts/Mont-Heavy.ttf') format('truetype');
  font-display: swap;
  font-weight: 700;
    font-style: normal;
}

/*# Page wrap #*/
html, body, form {
  height: 100% !important;
  font-family: 'Roboto', sans-serif !important;
}

.ErrorLabel { color: red;}

form {
  width: 100%;
}

.page-wrap {
  flex: 1 0 auto;
  height: 0%;
}

.proper-page-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}


/*# Header #*/
header {
  background-color: #fff;
  position:sticky;
  top: 0;
  z-index: 9999;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
}

@media (min-width: 768px) {
  .header-row {
  }
}

@media (max-width: 767px) {
  .header-row {
  }
}

.header-main-logo {
  position: relative;
  width: 100%;
}

.header-main-logo img {
  position: absolute;
  width: 100%;
  transform: translateY(60px);
}

.mobile-main-logo {
  width: 100%;
  text-align: center;
  margin-top: -60px;
  max-width: 400px;
}

.mobile-main-logo img {
  max-width: 100%;
}

/*# Footer #*/
.footer-wrapper {
  flex: 0 0 auto;
  background: #2F3035;
  padding-top: 90px;
  padding-bottom: 90px;
}

footer {
  color: #8D95A1;
}

.footer-container {
}

.footer-container h3 {
  padding-top: 0;
  margin-top: 0;
  color: #8D95A1;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  min-height: 3rem;
}

.follow-us-wrapper h3 {
  min-height: 0;
  margin-bottom: 1rem;
}

.footer-container a {
  color: #fff;
  text-decoration: none;
}

.follow-us-wrapper {
  margin-top: 2rem;
}

footer .copyright span {
  display: inline-block;
  margin-right: 1rem;
}

footer .copyright a {
  text-decoration: underline;
  color: #8D95A1;
}

footer .footer-links a {
  display:block;
  padding: 0.1rem 0 !important;
}

footer .footer-info p {
  margin-bottom: 0 !important;
  padding: 0.1rem 0 !important;
  color: #fff;
}

footer .row {
}

.poi-filter i.icon-magnifier {
  display: none;
  order: 2;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  align-items: center;
  font-size: 22px;
}

.poi-filter input.search-text.form-control:placeholder-shown + i.icon-magnifier {display: flex;}
.poi-filter input.search-text.form-control:-ms-input-placeholder + i.icon-magnifier {display: flex;}


/*# Utilities #*/

.mh-10rem {
  max-height: 10rem;
}

a.btn { cursor: pointer; }

.cursor-hand {
  cursor: pointer;
}

.clear {
  clear: both;
}

.uppercase-text {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.text-decoration-none,
.text-decoration-none:hover {
  text-decoration: none;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.row:after {
  clear: both;
}

.img-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.first-line-single:first-line {
  --word-spacing: 100vw;
}

.row:before, .row:after {
  display: inline-block;
}

/*# Homepage #*/
.prague-visitor-pass {
  margin-bottom: 60px;
}

.prague-visitor-pass h1 {
  color: #FFFFFF;
  font-size: 72px;
  font-weight: bold;
  line-height: 85px;
}

.prague-visitor-pass i.icon-check-circle {
  flex: 0 0 auto;
  height: 24px;
  width: 24px;
  display: block;
  margin-right: 15px;
  position:relative;
}

.prague-visitor-pass i.icon-check-circle:before {
  font-size: 24px;
  line-height: 24px;
  display: block;
  z-index: 1;
  position:absolute;
}

.prague-visitor-pass i.icon-check-circle:after {
  width: 20px;
  height: 20px;
  display: block;
  top:2px;
  left: 2px;
  background-color: white;
  position: absolute;
  content: "";
  border-radius: 10px;
  border: 1px solid #8D95A1;
  z-index: 0;
}
@media (max-width: 360px) {
  .hp-store-icon {
    width: 120px;
    }
}



.prague-visitor-pass h1.hero-left
{
font-family: 'Mont Heavy DEMO'; padding-bottom: 20px !important; text-transform: uppercase; color: #000000 !important; line-height: 63px !important;
}

.prague-visitor-pass h2.hero-right {
font-family: 'Mont Heavy DEMO'; text-transform: uppercase; font-size: 72px !important; color: #ffffff !important; line-height: 63px !important;
}

.oict-fix-text-black {
color: #000000 !important;
}

.header-text-row .circle {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  text-align: center;
  /* display: table-cell; */
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  
/*  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  */
}

.header-text-row .circle.green {
  border-color: #30885F;
  background-color: #30885F;
}

.header-text-row .circle.blue {
  border-color: #80BACF;
  background-color: #80BACF;
}

.header-text-row .circle.yellow {
  border-color: #ffd947;
  background-color: #ffd947;
}

.header-text-row .circle.red {
  border-color: #D3521B;
  background-color: #D3521B;
}


.circle-green {
  color:#30885F;
}

.circle-yellow {
  color:#FEB011;
}

.circle-yellow-oict-fix {
color: #ffd947;
}

.circle-red {
  color:#D3521B;
}

.bg-grey {
  background-color: #EDEFF4;
}

.prague-bg-img {
  width: 100%;
  background: url("/PVPSite/media/PVP/hero-prague-bg_1.jpg") no-repeat center 85%;
  background-size: cover;
}

.overlay {
  /*background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) no-repeat center top;*/
  width: 100%;
  height: 100%;
}

.prague-visitor-pass .header-text-row {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.prague-visitor-pass .header-text-row span {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 28px;
  flex: 1 1 auto;
}

.btn {
  font-size: 14px;	
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 17px;
  text-transform: uppercase;
  box-shadow: none;
  padding: 0.65rem 1rem;
}

.btn-default {
  border: 1px solid #D3D8E0;
  border-radius: 6px;
  background-color:#d3d8e01c;
}

.btn-default:not(.aspNetDisabled):hover {
  border-color: #8D95A1;
  background-color: #EDEFF4
}

.btn-default:not(:disabled):not(.disabled):active {
  background-color: #EDEFF4;
  box-shadow: inset 0 2px 10px 0 rgba(0,0,0,0.5);
}


.btn-primary {
  color: #ffffff;
  border: 0;
  padding: 0.65rem 1rem;
  background-color: #DA031A;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #DA031A;
  box-shadow: inset 0 2px 10px 0 rgba(0,0,0,0.5) !important;
}

.btn:focus {
  box-shadow: none;
}

.btn-large {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 19px;
  text-align: center;
  border-radius: 6px;
  background-color: #DA031A;
  padding: 1.375rem 1.75rem;
  min-width: 15em;
  text-transform: uppercase;
}

.btn-large:hover {
  color: #FFFFFF;
  border-radius: 6px;
  background-color: #DE3737;
}

.mg-r-30 {
  margin-right: 30px;
}

.header-info-link {
  height: 22px;
  width: 121px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-decoration: underline;
}

.header-info-link:hover {
  color: #FFFFFF;
}

.header-main-logo img {}

.mobile-store {
  margin-top: 60px;
}

.mobile-store span {
  height: 86px;
  width: 452px;
  color: #222222;
  font-size: 36px;
  font-weight: bold;
  line-height: 43px;
}

.mobile-store-links {
  margin-top: 40px;
}

.mobile-store-links a{
  display: inline-block;
  margin-bottom: 0.5rem;
}

.mobile-store-links a {
  margin-right: 15px;
}

.pos-rel {
  position: relative;
}

.sec-home-article {
  padding: 60px 0 60px 0;
}
/* sec-home-article OICT Fix */
.sec-home-article {
background-color: #ffffff !important;
}

.sec-home-article .section-header {
  margin-bottom: 60px;
}

.sec-home-article .section-header h3 {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 22px;
  text-transform: uppercase;
}

section h2 {
  color: #222222;
  font-size: 48px;
  font-weight: bold;
  line-height: 57px;
}

.sec-home-article .row:not(:last-child) .article {
  margin-bottom: 90px;
}

.sec-home-article .article .card {
  border: 0;
}

.sec-home-article .article div.article-text {
  display: flex;
  align-items: center;
}

.sec-home-article .article .article-text .card-body {
  flex: 0 0 100%;
}

.sec-home-article .article .card-body h5 {
  color: #222222;
  font-size: 36px;
  font-weight: bold;
  line-height: 43px;
}

.sec-home-article .article .card-body p {
  color: #8D95A1;
  font-size: 16px;
  line-height: 26px;
}

.section-header-text {
  color: #8D95A1;
  font-size: 16px;
  line-height: 26px;
  margin-top: 30px;
}

.green {
  color: #30885F;
}

.yellow {
  color: #EAB818;
} 

.custom-tabs-handle-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

.custom-tabs-handle-container .custom-tabs-handle.nav-pills .nav-link {
  padding: 0;
  box-sizing: border-box;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  --border: 1px solid #8D95A1;
  opacity: 0.5;
  color: transparent;
}

.custom-tabs-handle-container .custom-tabs-handle.nav-pills .nav-item:not(:last-child) {
  margin-right: 14px;
}

.custom-tabs-handle-container .custom-tabs-handle.nav-pills .nav-link.active {
  --background-color: #8D95A1;
  opacity: 1;
}

@media (min-width: 768px) {
  .custom-tabs {
    display: flex;
  }
  .custom-tabs.tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }
  .custom-tabs-handle-container {
    display: none;
  }
}

/*# Page header #*/

.bg-pvp-green {
  background-color: #30885F !important;
}
.bg-pvp-yellow {
  background-color: #FEB011 !important;
}
.bg-pvp-red {
  background-color: #D3521B !important;
}
.bg-pvp-blue {
  background-color: #67C1CD !important;
}

.page-header {
  padding: 2rem 1rem;;
    color: #FFFFFF;
  background-color: #B95821;
  text-align: center;
}

.page-header h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 57px;
}

.page-header .breadcrumbs {
  display: flex;
  justify-content: center;
}

.page-header .breadcrumbs a,
.page-header .breadcrumbs span.CMSBreadCrumbsCurrentItem {
  margin: 0 5px 0 5px;
}

.page-header .breadcrumbs a {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 26px;
  text-decoration: underline;
}

.page-header .breadcrumbs span.CMSBreadCrumbsCurrentItem {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}

/*# Page content #*/
section.page {
  --margin-top: 60px;
  --margin-bottom: 60px;
}


.article img {
  width: 100%;
  border-radius: 30px;
}

.page-detail-content h2 {
  color: #222222;
  font-size: 36px;	
  font-weight: bold;	
  line-height: 43px;
  margin-bottom: 2rem;
}

.page-detail-content h3 {    
  color: #222;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
}

.text24-colored {
  color: #222222;
  font-size: 24px;
  line-height: 28px;
}

.text20-colored {
  color: #222222;
  font-size: 20px;
  line-height: 24px;
}

.text18-grey {
  color: #8d95a1;
  font-size: 18px;
  line-height: 22px;
}

.page-detail-content p {
  color: #8d95a1;
  font-size: 16px;
  line-height: 26px;
}

.steps {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  margin-bottom: 30px;
}

.steps .circle {
  width: 50px;
  height: 50px;
  border: 1px solid #30885F;
  border-radius: 25px;
  text-align: center;
  /* display: table-cell; */
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}

.steps .circle.green {
  border-color: #30885F;
  background-color: #30885F;
}

.steps .circle.blue {
  border-color: #80BACF;
  background-color: #80BACF;
}

.steps .circle.yellow {
  border-color: #FEB011;
  background-color: #FEB011;
}

.steps .circle.red {
  border-color: #D3521B;
  background-color: #D3521B;
}

.steps .line {
  position: absolute;
  width: 33%;
  height: 1px;
  right: -15px;
  border: 1px solid #D3D8E0;
}

.steps .line-e {
  position: absolute;
  width: 33%;
  height: 1px;
  left: -15px;
  border: 1px solid #D3D8E0;
}

.steps-header {
  color: #222222;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  margin-bottom: 45px;
}

.steps-text {
  color: #8D95A1;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

div.card {
  border: 0;
  background-color: transparent;
}


/*# Menu #*/


.nav-items-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-end;
  flex: 1 0 100%;
  flex-wrap: wrap;
}

.pb { padding-bottom: 60px;}

.oict-fix-pb { padding-bottom: 10px;}

@media (min-width: 768px){
  .sec-home-article {
    padding: 90px 0 90px 0;
  }
  
  .pb { padding-bottom: 90px;}
  
  .oict-fix-pb { padding-bottom: 0;}
  
  .nav-items-wrapper {
    flex-basis: 0%;
  }
}

.mobile-lang {
  font-size: 1.25rem;
  padding: .25rem .75rem;
}

.mobile-lang img {
  width: 1.5em;
  height: 1.5em;
}

.mobile-lang i.icon-shopping-cart{
  font-size: 1.5em;
  color: #8d95a1;
}

.mobile-lang .red {
  background-color: red;
}

@media (max-width: 767px) {
  .dropdown-menu {
    position:relative;
  }
  
  .navbar {
    justify-content: flex-start;
  }
  
  .fill-dummy {
    flex: 1 1 auto;
  }
  
  .prague-bg-img {
    background: #e6b100;
  }
}


.nav-main-row {
  justify-content: flex-end;
}

.nav-main-row a {
  white-space: nowrap;
}

.nav-main-row .navbar-nav{
  flex-wrap: wrap;
  flex-shrink: 1;
}

div.dropdown .dropdown-toggle:after {
}

div.dropdown.show .dropdown-toggle:after {
  transform: rotate(180deg);
}


/* # User, reg, sign # */

input::-ms-reveal {
  display: none;
}

.logon-page-background .error-label {
  margin-top: 2px;
  display: inline-block;
  color: #FF0000;
}

.form-control-error {
  color: #FF0000;
}

.user-form .form-control + .reg-showpass {
  cursor: pointer;
}

.reg-pass {
  padding-right: 26px;
}

.form-control-error:before {
  content: "";
  display: block;
  margin-top: 2px;
}

.current-user a:not(:last-child) {
  margin-right: 5px;
}

.panel {
  background-color: #ffffff;
  border-radius: 20px;
}

.user-form h2 {
  color: #222;
  font-size: 36px;
  font-weight: 800;
  line-height: 43px;
  margin-bottom: 30px;
}

.user-form div[class*='sign-in-bg-'] {
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  border-radius: 0 6px 6px 0;
  background-size: cover;
}

.sign-in-bg-1 {
  background-image: url("/App_Themes/PVP/sign-in.jpg");
}

.sign-in-bg-2 {
  background-image: url("/App_Themes/PVP/sign-in2.jpg");
}

.sign-in-bg-3 {
  background-image: url("/App_Themes/PVP/sign-in3.jpg");
}

.sign-in-bg-petrin {
  background-image: url("/App_Themes/PVP/sign-in-petrin.jpg");
  background-position-x: right !important;
  min-height: 680px;
}

.editing-form-label-cell, .editing-form-label {
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 17px;
  text-transform: uppercase;
}

.user-form input[type="submit"] {
  margin-top: 1rem;
}

.user-form .form-horizontal + input[type="submit"], .user-form .form-horizontal .form-group-submit input[type="submit"] {
  margin-top: 0rem;
}

span.checkbox > label::before, .user-form .custom-control-label::before {
  top: 0.2rem;
  border-radius: .25rem;
}

span.checkbox > input:checked+label::before {
  border-color: #da031a;
  background-color: #da031a;
}

span.checkbox > input:checked+label::after {
  background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%208%208'%3e%3cpath%20fill='%23fff'%20d='M6.564.75l-3.59%203.612-1.538-1.55L0%204.26%202.974%207.25%208%202.193z'/%3e%3c/svg%3e");
}
span.checkbox > input:focus+label::before {
  box-shadow: none;
}

span.checkbox > input:focus:not(:checked)+label::before {
  border-color: #adb5bd;
}

span.checkbox {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

span.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

span.checkbox label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

span.checkbox label::before {
  position: absolute;
  top: 0.2rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

span.checkbox label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.user-form .logon-password-retrieval-link, .user-form .sing-up a {
  color: #67C1CD;		
  font-size: 14px;	
  line-height: 22px;
  text-decoration: underline;
}

.user-form .sing-up span {
  color: #2F3035;	
  font-size: 14px;	
  line-height: 22px;
  margin-right: 0.25rem;
}

.user-form .logon-password-retrieval-result {
  display: block;
  margin: 0.5rem 0;
}

.logon-page-background div:not(:last-child):not(.logon-panel){
  margin-top: 1rem;
}

.user-form div.nav-pills .nav-link {
  padding: 0;
  box-sizing: border-box;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  border: 1px solid #ffffff;
  background-color: transparent;
}

.user-form div.nav-pills {
  bottom: 2rem;
}

.user-form div.nav-pills .nav-link.active {
  background-color: #ffffff;
}

.user-form .password-strength-weak {
  color: red;
}

.user-form .password-strength-acceptable {
  color: orange;
}

.user-form .password-strength-average {
  color: yellow;
}

.user-form .password-strength-strong {
  color: lightgreen;
}

.user-form .password-strength-excellent {
  color: green;
}

.border-radius-6 {
  border-radius: 6px;
}

.b-r-20 {
  border-radius: 20px;
}

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

.pcg-favourites .bb {
  border-bottom: 1px solid #D3D8E0 !important;
}

.pcg-favourites h2 {
  color: #222222;
  font-size: 24px;	
  font-weight: bold;	
  line-height: 28px;
}


.pcg-favourites div.ph, .pcg-favourites div[class*='col-'].ph {
  color: #8D95A1;	
  font-size: 14px;	
  font-weight: 700;	
  letter-spacing: 2px;	
  line-height: 17px;
}

.pcg-favourites div[class*='col-'] {
  color: #2F3035;
  font-size: 16px;	
  line-height: 26px;
}

/*# Testing #*/
.fade {
  transition: opacity .15s linear;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

@media (min-width: 768px){
  .custom-tabs.tab-content>.tab-pane {
  display: block;
  opacity: 1;
}

.packages-header {
  margin-bottom: 60px;
}
}

.packages-header span, .packages-header img {
  opacity: 0.5;
}

.packages-header > div:not(:last-child) > div::before {
  position: absolute;
  width: 20%;
  height: 1px;
  right: 0px;
  border: 1px solid #d3d8e0;
  content: "";
}

.packages-header > div:not(:first-child) > div::after {
  position: absolute;
  width: 20%;
  height: 1px;
  left: 0px;
  border: 1px solid #d3d8e0;
  content: "";
}

.packages-header div.active span, .packages-header div.active img {
  opacity: 1;
}

.text-grey-bold-18 {  
  color: #2F3035;
  font-size: 18px;
  font-weight: bold;	
  line-height: 22px;
}

.packages-header span {
  display: block;
  color: #2F3035;
  font-size: 18px;
  font-weight: bold;	
  line-height: 22px;
}

.h-60 {
  height: 60px;
}

/*# Icons #*/
.VouchersPdf-icon {
  width: 48px;
  height: 48px;
  background: url("/App_Themes/PVP/icon-qr.png") no-repeat center center;
  background-size: cover;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  flex: 0 0 auto;
}
.VouchersPdf-icon:hover {
  text-decoration: none !important;
}

.VouchersPdf-icon div {
  color: #888888;
  font-weight: bold;
  width: 26px;
  height: 24px;
  background-color: #fff;
  text-align: center;
  line-height: 24px;
  border-radius: 3px;
}
.VouchersPdf-icon:hover div {
  color: #000;
}

.VouchersPdf-dropdown-wrapper {
  display: inline-block;
  position: relative;
}

.VouchersPdf-dropdownMenu {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 1rem;
  border: solid 1px #d3d8e0;
  border-radius: 3px;
  z-index: 1;
}

.VouchersPdf-dropdown-wrapper:hover .VouchersPdf-dropdownMenu {
  display: flex;
  gap: 1rem;
  left: -1rem;
}

/*# Price-list #*/

.price-list {
  padding-top: 70px;
  padding-bottom: 70px    ;
  background-color: white;
  box-shadow: 0 2px 30px 0 rgba(47,48,53,0.1);
  border-radius: 20px;
  display: flex;
  flex-flow: wrap row;
  justify-content: center;
}

@media (max-width: 767.98px)
{
.price-list {
  padding-top: 0;
}
}

/*# OICT Fix #*/
.price-list {
box-shadow: unset !important;
border-shadow: 0px !important;
}

.price-header {
  color: #2F3035;
  font-size: 36px;
  font-weight: bold;
  line-height: 43px;
}

.price-list .stars {
  margin: 15px 0;
}


.price-list-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  padding: 0 30px;
}

@media (min-width: 992px) {
  .price-list-item:not(:last-child){
    border-right: 1px solid #D3D8E0;
  }
}

@media (max-width: 767.98px)
{
  
  .price-list-holder
  {
  padding: 0;
    }
  
.price-list-item {
  padding: 0;
}
}


.price-list-item-desc {
  color: #8D95A1;
  font-size: 16px;
  line-height: 26px;
  flex: 1 1 auto;
  margin-bottom: 30px;
}

.price-list table {
  width: 100%;
}

.price-list table td {
  padding: 15px 0;    
}

.price-list table td:not(:nth-child(3)) {
  border-bottom: 1px solid #D3D8E0;
}

.price-list table td:nth-child(3) {
  white-space: nowrap;
}

.price-list table tr:first-child td {
  padding-top: 0;
}

.price-list table tr:last-child td {
  padding-bottom: 0;
  border-bottom: 0;
}

.price-list table td {
  width: 33%;
}

.price-list table td {
  text-align: center;
}

.price-list-btn {
  height: 32px;	
  width: 32px;
  line-height: 32px;
  padding: 0;
  letter-spacing: 0;
  font-size: 22px;
}

.price-list-btn.aspNetDisabled {
  background-color: #eee;
}

.price-list .price-list-item-label {
  margin: 0 0.25rem;
}

.price-list .price-list-price-item {
  padding-right: 0.5rem;
}

.price-list table {
  margin-bottom: 0px;
}

.payment-select {
  margin-bottom: 0.5rem;
}

.payment-select td {
  padding: 0px 5px !important;
}

.payment-select td input {
  margin-right: 2px !important;
}

.payment-select td label {
  margin-bottom: 0;
}

.price-list .price-list-item .price-info {
  color: #67C1CD;
  font-size: 16px;
  line-height: 26px;
  text-decoration: underline;
}


/* # Forms # */

input.form-control:focus, select.form-control:focus, textarea.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #DA031A;
}


.editform  .form-field {
  margin-bottom: 30px;
}

.btn-primary:not(.aspNetDisabled):hover {
  background-color: #de3737;
  border-color: transparent;
}

.EditingFormLabel {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 14px;	
  letter-spacing: 2px;
  line-height: 17px;
}

td.FieldLabel {
  border: 0;
}

td.EditingFormValueCell {
  border: 0;
  width: 100%;
}

.EditingFormErrorLabel,
.FormErrorLabel {
  color: red;
}

.search-form {
  width: 100%;
}

.search-form input {
  flex: 1 1 auto;
  border-radius: 6px 0 0 6px;
  border: 1px solid #D3D8E0;
  border-right: 0;
  background-color: #FFFFFF;
  color: #8D95A1;	
  font-size: 14px;	
  line-height: 22px;
  padding-left: 15px;
  padding-right: 15px;
}

.search-form input:focus {
  outline: none;
}

.search-form a {
  flex: 0 0 auto;
  border-left: 0;
  border-radius: 0 6px 6px 0;
}

.faq {
  border: 1px solid #D3D8E0;	
  border-radius: 6px;
  padding: 30.5px;
}

a.faq-header {
  display: flex;
  color: #222222;	
  font-size: 18px;
  font-weight: bold;	
  line-height: 22px;
}

a.faq-header > div {
  flex: 1 1 auto;
}

a.faq-header.collapsed::after {
  background: url("/App_Themes/PVP/plus.png") no-repeat center center;
}

a.faq-header::after {
  flex: 0 0 auto;
  background: url("/App_Themes/PVP/minus.png") no-repeat center center;
  content: "";
  width: 1rem;
}

a.faq-header:active, a.faq-header:focus, a.faq-header:hover {
  text-decoration: none;
  color: #222222;
}

.faq-search-result {
  color: #2F3035;	
  font-size: 16px;	
  line-height: 26px;
  padding-top: 30px;
}

/* # Dropdown # */

.dropdown-item:active {
  background-color: #f8f9fa;
}

/* # Contacts #  */
.contacts .contant-img {
  margin-bottom: 2rem;
}

.contacts .contant-img img {
  height: 90px;
  width: 90px;
}

.contacts h4 {	
  color: #2F3035;	
  font-size: 18px;	
  font-weight: bold;	
  line-height: 22px;
}

.contacts .contact-text p {
  margin-bottom: 2rem;
}

.contacts p:last-child {
  margin-bottom: 0;
}

.contacts p:last-child {
  color: #2F3035;
}


/* # TIC # */

.switch-nav-pills .nav-pills .nav-link {
  color: #2F3035;
  font-size: 14px;	
  font-weight: bold;	
  letter-spacing: 2px;	
  line-height: 17px;
  padding: .8rem 1rem;
  min-width: 200px;
  text-align: center;
  border: 1px solid #D3D8E0;
  text-transform: uppercase;
}

.switch-nav-pills .nav-pills .nav-link img {
  height: 16px;
  margin-right: 0.5rem;
  display: none;
}

.switch-nav-pills .nav-pills .nav-link.active img:first-child {
  display: block;
}

.switch-nav-pills .nav-pills .nav-link:not(.active) img:not(:first-child) {
  display: block;
}


.switch-nav-pills .nav-pills .nav-link:first-child{
  border-radius: 6px 0 0 6px;
}

.switch-nav-pills .nav-pills .nav-link:last-child{
  border-radius: 0 6px 6px 0;
}

.switch-nav-pills .nav-pills .nav-link.active {
  color: #FFFFFF;
  background-color: #DA031A;
  border: 0;
}

.tics .tics-list .tic {
  min-height: 150px;
  border-radius: 7px;
  border: 1px solid #D3D8E0;
}

.tics .tics-list .tic > a > div:first-child img:not(.map-link-img) {
  border-radius: 6px 6px 0 0;
  width: 100%;
}

@media (min-width: 768px) {
  .tics .tics-list .tic > a > div:first-child img:not(.map-link-img) {
    border-radius: 6px 0 0 6px;
  }
}

.tics .tics-list .tic h5{
  margin: 0;
  padding: 0;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}

.tics .tics-list .tic .tic-text {
  color: #2f3035;
  font-size: 14px;
  line-height: 22px;
}

.tics .tics-list .tic .map-link {
  position: absolute;
  top: 12px;
  left: 12px;
  border: 1px solid #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 30px 0 rgba(47,48,53,0.1);}
}

.tics .tics-list .tic .map-link img {
  height: 15px;
  width: 15px;
}

.tics .tics-list .tic .map-link img:last-child{
  display:none;
}

.tics .tics-list .tic .map-link:hover img:first-child {
  display:none;
}

.tics .tics-list .tic .map-link:hover {
  background-color: #da031a;
  border-color: #da031a;
}

.tics .tics-list .tic .map-link:hover img:last-child {
  display: initial;
}

.tics .tics-list a.nav-link.icon-map::before {
}

.card-body.pb-0 p:last-child {margin-bottom: 0;}

.switch-nav-pills .nav{
  width: 100%;
}

.switch-nav-pills .nav-pills .nav-link {
  color: #2F3035;
  font-size: 14px;	
  font-weight: bold;	
  letter-spacing: 2px;	
  line-height: 17px;
  padding: .8rem 1rem;
  min-width: 200px;
  text-align: center;
  border: 1px solid #D3D8E0;
  text-transform: uppercase;
  flex-basis: 100%;
}

.switch-nav-pills .nav-pills .nav-link img {
  height: 16px;
  margin-right: 0.5rem;
  display: none;
}

.switch-nav-pills .nav-pills .nav-link.active img:first-child {
  display: block;
}

.switch-nav-pills .nav-pills .nav-link:not(.active) img:not(:first-child) {
  display: block;
}

.switch-nav-pills .nav-pills .nav-link:first-child{
  border-radius: 6px 6px 0 0;
}

.switch-nav-pills .nav-pills .nav-link:last-child{
  border-radius: 0 0 6px 6px;
  border-right: 1px solid #D3D8E0;
}

.switch-nav-pills .nav-pills .nav-link.active {
  color: #FFFFFF;
  background-color: #DA031A;
  border: 0;
}

@media (min-width: 768px) {
  .switch-nav-pills .nav{
    width: auto;
  }
  
  .switch-nav-pills .nav-pills .nav-link {
    flex-basis: auto;
  }
  
  .switch-nav-pills .nav-pills .nav-link:first-child{
    border-radius: 6px 0 0 6px;
  }
  
  .switch-nav-pills .nav-pills .nav-link:last-child{
    border-radius: 0 6px 6px 0;
    border-right: 1px solid #D3D8E0;
  }
}

.flex-ellipsis {
  flex: 0 1 auto;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* # Login mobile menu # */

.nav-top-row .user-menu {
  width: 100%;
}

.nav-top-row .user-menu a {
  width: 100%;
  margin: 0;
  padding: 5px 15px;
  color: #2f3035;
  font-size: 16px;
  line-height: 26px;
  position:relative;
  text-align:left;
}

.nav-top-row .user-menu a:not(:last-child):after {
  border-bottom: 1px solid #D3D8E0;
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  content: "";
}

.nav-top-row .nav-top-row:not(.collapsing) {
  order: 1;
}

.nav-top-row .user-menu a:hover { background-color: #f8f9fa; }

.languages, .user-menu { width: 100%;}

@media (min-width: 768px) {
  .nav-top-row .user-menu {
    width: auto;
  }
  
  .languages, .user-menu, .nav-top-row .user-menu a, .nav-top-row .user-menu a:last-child { width: auto;}
  
  .nav-top-row .user-menu a {
    padding: 0px;
    margin-left: 1rem;
    color: #8d95a1;
    font-size: 14px;
    line-height: 22px;
  }
  
  .nav-top-row .user-menu img + a {
    margin-left: 0;
  }
  
  .nav-top-row img.top-icon {
    margin-left: 1rem;
    margin-right: 5px;
  }
  
  .nav-top-row .user-menu a:not(:last-child):after{border-bottom:0;}
  .nav-top-row .user-menu a:hover {background-color: transparent;}
}

.nav-top-row .dropdown-menu { display: block; }

@media (min-width: 768px) {
  .nav-top-row .dropdown-menu:not(.show) { display: none; }
  .nav-top-row > div.languages.collapse { display: block !important; }
  .nav-top-row > div.user-menu.collapse { display: block !important; }
}


.howtosave {
}

.howtosave .img {
  text-align:center;
}

.howtosave .img img {
  max-width: 100%;
  border-radius: 10px;
  max-height: 15em;
}
.howtosave h3 {
  font-weight: 700;
  font-size: 36px;
}
.howtosave table td {padding-bottom: 0.5rem;padding-top: 0.5rem;}
.howtosave table td.text-right {white-space:nowrap;}
.howtosave table tr:not(.ticket) td {}
.howtosave table.HTSFinal {  
  font-size: 20px;
}
.howtosave table.HTSFinal tr td:last-child {
  font-weight: 700;
}
.howtosave table.HTSFinal tr.finalline td {
  border-top: 1px solid #000;
  font-weight: 700;
  padding-bottom: 0;
}
.howtosave .box {
  box-shadow: 0 2px 30px 0 rgba(47,48,53,0.1);
  border-radius: 20px;
  padding:70px 45px;
}
.howtosave .box > div:nth-child(1), .howtosave .box > div:nth-child(2) {
  --border-right: 1px solid #d3d8e0;
}
.howtosave .box > div:nth-child(4) {
  background-color: #d3d8e0;
}
@media (min-width: 992px) {
  .howtosave .box > div:nth-child(1), .howtosave .box > div:nth-child(2) {
    border-right: 1px solid #d3d8e0;
  }
}

/* # user-area #*/
.user-area {}
.user-area .btn.btn-default.active {
  border-color: #8d95a1;
  background-color: #edeff4;
}

/* # report-zone #*/

.report-zone .control-group-inline {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.report-zone .control-group-inline a {
  color: #000;
}

.report-zone .HiddenButton {
  display: none;
}

.table-nowrap-last .table td:last-child {
  white-space: nowrap;
}


/* # Contacts #  */

.contant-us > div > div {
  display: flex;
  flex-wrap: wrap;
}

.contant-us > div > div > div.FormPanel {
  order: 0;
  flex-basisc: 100%;
}

.contant-us > div > div > span {
  display: inline-block;
  order: 1;
  margin: auto;
  font-size: 1.5em;
}

.CookieConsent {
  position: sticky;
  bottom: 0;
  background-color: #FFFFFF;
  padding: 20px;
  z-index: 2000;
  box-shadow: 0 -1px 5px 0 rgba(0,0,0,.5)
}

.reg-confirm-success {
  margin-bottom: 1rem;
  color: blue;
  }

.reg-confirm-err {
  margin-bottom: 1rem;
  color: red;
  }

.testing-alert {
  padding: 0.25rem 2rem;
  background-color: yellow;
  color: red;
  font-size: 200%;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

/*# PDF Downloads #*/
.brochure-list {
  display: flex;
  flex-wrap: wrap;
}
.brochure-list .brochure-item {
  flex: 0 0 auto;
  width: 370px;
  padding: 10px;
}

/*# User - My visits #*/
.my-visits {
  padding-top: 1rem;
}

.my-visits .voucher {
  padding-bottom: 1rem;
}

.my-visits .voucher h5 {
  margin: 0;
  padding-bottom: 0.5rem;
}

.my-visits .voucher .visit {
  color: #8d95a1;
}



/*# Menu #*/
.menu {
  display: none;
  background: #fff;
  line-height: 3rem;
}

@media (min-width: 768px) {
  .menu {
    display: block;
  }
}

.signoutLink {
  order: 2;
}

.signoutLink::after{  
  border-bottom: 0 !important;
}

.warehouse-info {
  width: 100%; margin: 0; /* padding: 5px 15px; */
  color: #2f3035; font-size: 16px; line-height: 26px; position: relative; text-align: left;
}

.shopping-cart-mini-preview {
  order: 3;
}

.warehouse {
  order: 1;
}

.menu nav{
  
}

.menu li:first-child>a:focus,
.menu li:first-child>a:hover {
}

.menu .Highlighted > a,
.menu a:focus,
.menu a:hover {
}

.menu a,
.menu a:hover,
.menu a:focus {
  text-decoration: none;
  color: #333;
}

.menu ul {
  list-style: none;
  display: inline;
}

.menu li:first-child>a {
  background-color: transparent;
}

.menu li, .menu a {
  float: left;
}

.menu li {
  padding: 0 .625rem;
}

.nav-items-wrapper {
  --background-colsor: #edeff4;
}

.order {
  order: 3;
}

.nav-main-row {
  order: 2;
}

.nav-top-row .languages, .nav-top-row .dropdown, .nav-top-row .dropdown-menu {
  width: 100%;
}

.nav-top-row .dropdown-menu {
  border: 0;
  padding: 0;
  margin: 0;
}

.nav-top-row .languages .dropdown-menu a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2F3035;
  position: relative;
}

.header .navbar-light .navbar-nav a.nav-link:not(:last-child)::after, .nav-top-row .languages .dropdown-menu a:not(:last-child)::after, .warehouse-info::after {
  border-bottom: 1px solid #D3D8E0;
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  content: "";
}

.nav-items-wrapper div.nav-top-row {
  flex: 0 0 100%;
  display: flex;
  justify-content: stretch;
}

.navbar-wrapper {
  align-items: center;
}

.navbar-wrapper ul {
  padding: 0;
  margin: 0;
}

.header .container {
  padding-left: 0; padding-right:0;
}

.header .navbar {
  padding: 0.5rem 0;
}

.header .row {
  margin-right: 0;
  margin-left: 0;
}

.header .navbar-brand { margin-left: 1rem; }
.header .navbar-toggler { margin-right: 1rem; }
.header .dropdown-menu { background-color: transparent; }
.header .navbar-light .navbar-nav a.nav-link {
  color: #2F3035;
  font-size: 16px;	
  line-height: 26px;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 26px;
  position: relative;
}

.header .container .navbar-light .navbar-nav a.nav-link:hover {
  background-color: #f8f9fa;
}

.header .container .btn { margin: 0.5rem 1rem; }

@media (min-width: 768px) {
  .header .container {
    padding-left: 15px; padding-right:15px;
  }
  
  .header .container .navbar {
    padding: .5rem 1rem;
  }
  
  .header .container .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .header .container .navbar-brand { margin-left: 0; }
  .header .container .dropdown-menu { background-color: #fff; }
  .navbar-light .navbar-nav a.nav-link { line-height: 24px; }
  .header .container .btn { margin: 0; }
  .header .container .navbar-light .navbar-nav a.nav-link:not(:last-child)::after, .warehouse-info::after { border-bottom: none; }
  
  .nav-items-wrapper {
    background-color: transparent;
  }
  
  .nav-items-wrapper div.nav-top-row {
    justify-content: flex-end !important;
    align-items: center;
  }
  
  .nav-top-row .languages, .nav-top-row .dropdown, .nav-top-row .dropdown-menu, .warehouse-info {
    width: auto !important;
  }
  
  .nav-top-row .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15) !important;
    padding: .5rem 0 !important;
    margin: .125rem 0 0 !important;
  }
  
  .nav-top-row .languages .dropdown-menu a {
    color: #8d95a1 !important;
    padding: .25rem 1.5rem !important;   
    font-size: 14px !important;
    line-height: 22px !important;
  }
  
  .order {
    order: 1 !important;
  }
}



/*# Mobile menu button #*/
#mobile-menu-btn {
  line-height: 3rem;
  color: #fff;
  background: none;
  border: none;
  padding: 0 1rem;
  float: left;
}

#mobile-menu-btn:focus,
#mobile-menu-btn:hover {
  outline: none;
}

#mobile-menu-btn a:focus,
#mobile-menu-btn a:hover {
  outline: none;
}

#mobile-menu-icon {
  font-size: 24px;
  height: 24px;
  width: 24px;
  margin: 4px;
  vertical-align: middle;
}

/*# Mobile menu #*/
.mobile-menu {
  text-transform: uppercase;
  line-height: 3rem;
}

.mobile-menu li:first-child>a:focus,
.mobile-menu li:first-child>a:hover {
  outline: none;
}

.mobile-menu .Highlighted>a,
.mobile-menu a:focus,
.mobile-menu a:hover {
  outline: none;
}

.mobile-menu a,
.mobile-menu a:hover,
.mobile-menu a:focus {
  text-decoration: none;
  color: #FFF;
}

.mobile-menu ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
}

.mobile-menu li:first-child>a {
  background-color: transparent;
}

.mobile-menu li>a {
  padding: 0 1rem;
  display: block;
}

.mobile-menu .menu-separator{
  height:1px; 
  margin: 0 1rem
}

/*# Second level menu #*/
.sub-menu {
  font-size: 1.25rem;
  text-transform: none;
  line-height: 100%;
}

.sub-menu ul {
  list-style: none;
  display: inline;
}

.sub-menu li, .sub-menu a {
  float: left;  
}

.sub-menu a {
  padding: 1.25rem;
}

.sub-menu a,
.sub-menu a:hover,
.sub-menu a:focus {
  text-decoration: none;
  color: #FFF;
}

.sub-menu .sub-menu-item-selected {
  background-color: #333;
}

.sub-menu .sub-menu-item-selected > a,
.sub-menu li:first-child > a:focus,
.sub-menu li:first-child >a:hover,
.sub-menu a:hover,
.sub-menu a:focus {
  background-color: #333;
}

.store-menu-list {
  background: #1D1D1D;
}

.store-menu-drop-down select {   
  width: 100%;
  padding: 0 1.25rem;
  background-color: #1d1d1d;
  height: 3.75rem;
  color: white;
  border: none;
  -webkit-appearance: none;  /*Removes default chrome and safari style*/
  -moz-appearance: none; /* Removes Default Firefox style*/
  appearance: none;
  background-image: url(/getmedia/b6f23de3-b2a5-41a5-9da4-9a02379d4f31/icon-chevron-down.aspx);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

@media (max-width: 767px){
  .product-filter.hidden
  {
    display: none;
  }
}

/* On site edit button hides menu on small device */
@media (max-width: 670px){
  .OnSiteSliderButton
  {
    display: none;
  }
}

.filter-drop-down{
  background-color: #e7e7e7;
}

.filter-drop-down a, 
.filter-drop-down a:hover, 
.filter-drop-down a:focus, 
.filter-drop-down a:visited{
  color: #1D1D1D;
  padding: 1.25rem;
  display: block;
  width: 100%;
  background: url(/getmedia/b6f23de3-b2a5-41a5-9da4-9a02379d4f31/icon-chevron-down.aspx) 90% center no-repeat;
  background-color: #e7e7e7;
}

@-moz-document url-prefix() {
  .store-menu-drop-down select {
    background-image: none;
  }
}

#menuElem {
  padding: 0;
}

/*# Resonsive menu dropdown #*/
.additional-menu-buttons {
  color: #333;
  text-transform: none;
  cursor: pointer;
  -webkit-user-select: none;  
  -moz-user-select: none;   
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;  
}

.additional-menu-buttons .dropdown-opened {
}

.menu .additional-menu-buttons {
  float: right;
}

.menu .menu-hover:hover {
}

.menu .dropdown-header {
  padding: 0 1rem;
}

ul.dropdown-items-list {
  display: none;
  position: absolute;
  padding: 0;
  text-align: left;
  background: #EDEFF4;
  margin: 0px;
  z-index: 2; 
}

ul.dropdown-items-list a, ul.dropdown-items-list li {
  float:none;
  display:block;
  white-space: nowrap;
}

ul.dropdown-items-list li:not(:first-child) a {
  border-top: 1px solid #D3D8E0;
}

.mobile-menu ul.dropdown-items-list {
  display: block;
  position: static;
}

.dropdown-icon-tablet {
  display: none;
}

.dropdown-desktop {
  display: block;
}

.dropdown-arrow { 
  padding-left: .5rem;
}

.mobile-menu ul.dropdown-items-list {
  position : relative;
  width: inherit;
  display: block;
}

.mobile-menu .dropdown-mobile {
  display: block; 
  text-align: left;
  padding: 0 1rem;
}

.mobile-menu ul.dropdown-items-list.dropdown-items-list-mobile {
  display: none;
}

.mobile-menu ul.dropdown-items-list-mobile a {
  padding-left: 2rem;
}

@media (min-width: 768px) and (max-width: 1111px) {
  .dropdown-icon-tablet {
    --display: block;  
  }
}

@media (min-width: 1112px) {
  .dropdown-desktop, ul.dropdown-items-list.dropdown-desktop-visible {
    display: block;
  }
  
  ul.dropdown-items-list.dropdown-desktop-visible li,ul.dropdown-items-list.dropdown-desktop-visible a {
    float:left;
  }
}


.dropdown-desktop img, .dropdown-items-list img {
  transform: translateY(-1px);
}

.lang-flag {
  width: 1rem;
}

.dropdown-menu .lang-flag {margin-right: 0.5rem;}

.current-user .lang-flag {
  height: 1rem;
}

.languages .dropdown
{
  text-align: right;
}

.languages .dropdown a, .user-menu a {
  text-decoration: none;
  color: #8D95A1;
  font-size: 14px;	
  line-height: 22px;
}

.languages .dropdown-desktop img,
.languages .dropdown-mobile img
{
  max-width: 27px;
  max-height: 27px;
}

button.navbar-toggler {
  border: 0;
}

button.navbar-toggler:active, button.navbar-toggler:focus {
  outline: none;
}

/*# Footer Menu #*/
.footer-navbar .nav-link {
  padding: 0;
}

.news-box {
  border: solid 1px #dedfdf;
  border-radius: 6px;
  margin-top: 2rem;
  background-color: #fff;
}

.news-box > div { padding: 1rem; }

.news-box .news-item {
  flex: 1 1 auto;
}

.news-box .news-image {
  flex: 1 1 100%;
}

.news-box .news-image img {
  max-width: none;
  width: 100%;
  border-radius: 15px;
}

.news-box .news-item h2 {
  margin-top: 0;
  font-size: 130%;
  line-height: 1.5em;
}

.news-detail {
  margin-top: 3rem;
}

.news-detail h2 {
  margin-top: 0;
}

.news-detail .news-summary {
  font-size: 110%;
}

.news-detail .news-image {
  text-align: center;
  margin: 2rem 0;
}
.news-detail .news-image img {
  max-width: none;
  width: 100%;
  border-radius: 36px;
  text-align: center;
  
}

@media (min-width: 768px) {
  .news-box .news-image img {
    max-width: 200px;
    width: auto;
  }
  
  .news-box .news-image {
    flex: 0 0 auto;
  }
}

.priority-news {
background-color: #da031a;
  padding: 1rem;
  color: #fff;
  text-align: center;
}

.priority-news a {
  color: #fff;
  text-decoration: none;
}

.priority-news a:hover {
  text-decoration: underline;
}


/*# POI List #*/

#experiences-list .pb-5:nth-child(n + 21) {
  display: none;
}

@media screen and (max-width: 1200px){
  #experiences-list .pb-5:nth-child(n + 21) {
    display: unset;
  }
  #experiences-list .pb-5:nth-child(n + 25) {
    display: none;
  }
}

.btn-white{
  border: 1px solid #D3D8E0;
  background-color: #fff;
}

.btn-white:hover{
  border-color: #8D95A1;
}

.left-yellow {
  border-left: 10px solid #FEB011 !important;
  padding-left: 10px;
}

a .poi-tile:hover {
  text-decoration: none;
}

.poi-tile {
  box-sizing: border-box;	
  border: 1px solid #D3D8E0;	
  border-radius: 20px;
  min-height: 400px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.poi-tile.no-min-height {
  min-height: 0;
  border: 0;
}

.poi-tile .poi-image {
  flex: 0 0 auto;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.poi-tile .poi-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.poi-tile .poi-item {
  padding: 2rem;
  flex: 1 0 auto;
}

.poi-tile .poi-item .poi-item-content > h5, .poi-tile .poi-item .poi-item-content > div:not(:last-child) {
  margin-bottom: 0.5rem;
}

.poi-tile .poi-item .poi-item-content {
  width: 100%;
}

.poi-tile .poi-item h5 {
  margin: 0;
  padding: 0;
  color: #222222;	
  font-size: 18px;	
  font-weight: bold;	
  line-height: 22px;
  min-height: 3rem;
}

.poi-item-text {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  min-height: 3rem;
  margin-bottom: 0.5rem;
}

.poi-item-text > img {
  flex: 0 0 auto;
  margin-right: 0.5rem;
  padding-top: 0.3rem;
}

.poi-item-text > div {
  flex: 1 1 auto;
  color: #2F3035;
  font-size: 14px;
  line-height: 22px;
}

.poi-tile .poi-item.poi-map {padding: 0.5rem;}
.poi-tile .poi-item.poi-map h5 {min-height: 0; margin-bottom:0.5rem;}
.poi-tile .poi-item.poi-map img {border-radius: 6px; margin-bottom:0.5rem;}

/*# POI Detail #*/

.poi-teaser-image {
  margin-bottom: 15px;
}

.poi-teaser-image a {
  display: block;
}

.poi-teaser-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}



.art {
  padding-top: 90px;
  padding-bottom: 90px;
}

.art h2 {
  color: #222222;
  font-size: 36px;
  font-weight: bold;
  line-height: 43px;
  margin-bottom: 30px;
}

.art p {
  font-size: 16px;
  line-height: 26px;
  color: #8D95A1;
  margin-bottom: 30px;
}

.art p a {
  text-decoration: underline;
  color: #67C1CD;
}

.info-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.info-box img {
  flex: 0 0 auto;
  margin-right: 11px;
  margin-top: 3px;
}

.info-box div {
  flex: 1 1 auto;
  color: #2F3035;
  font-size: 14px;
  line-height: 22px;
}

.art .img-main {
  position: relative;
  margin-bottom: 15px;
}

.art .img-main img {
  width: 100%;
}

.art .img-main .discount {
  position: absolute;
  bottom: 15px;
  left: 15px;
  border-radius: 3px;
  background-color: #30885F;
  padding: 9px 15px 9px 15px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 17px;
  text-align: center;
}

.rate-card {
  padding: 30px 30px 30px 30px;
  border-radius: 6px;
  background-color: #EDEFF4;
}

.rate-card {
  color: #2F3035;
  font-size: 16px;
  line-height: 26px;
}

.rate-card h5 {
  color: #222222;
  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
  margin-bottom: 30px;
}

.rate-card .rate-card-head {
  color: #2F3035;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 14px; 
  font-weight: 800;
  text-transform:uppercase;
}

.nowrap {
  white-space: nowrap;
}

.monument-yellow {
  color:  #FEB011;
}

.news .card {
  padding: 30.5px;
}

.news .card .card-body {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.news .card .card-title {
  color: #222222;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}

.news .card .card-text {
  color: #2F3035;
  font-size: 14px;
  line-height: 22px;
}

.news .card .card-text.card-date {
  color: #8D95A1;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
}

.rate-card .d-flex:not(:last-child) {
  border-bottom: 1px solid #D3D8E0;
}

/*# Traces #*/

.path {	
  border-radius: 20px;	
  background-color: #FFFFFF;	
  box-shadow: 0 2px 30px 0 rgba(47,48,53,0.1);}
}

.path > div {
  padding: 0px 15px;
}

.path > div.path-img {padding: 0;}

.path-img img {width:100%; height: auto; margin-bottom: 2rem; }

.path .path-header {	
  color: #222222;		
  font-size: 24px;	
  font-weight: bold;	
  line-height: 28px;
  margin-bottom: 2rem;
}

.path .path-item {
  color: #8D95A1;		
  font-size: 16px;	
  line-height: 26px;
  margin-bottom: 2rem;
}

.path .path-plates {
  padding-bottom: 2rem;
}

.path-plates span {
  color: #2F3035;	
  font-size: 14px;	
  line-height: 22px;
  border: 1px solid #D3D8E0;	
  border-radius: 6px;
  padding: 5px 10px;
}

.path .path-plates:after {
  clear:both;
  content: "";
}

.POIDiscount {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  border-radius: 6px;
  padding: 0.2rem 0.5rem;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  text-align: center;
}

.POIDiscountType1 {
  background-color: #30885f;
}
.POIDiscountType2 {
  background-color: #feb011;
}

/* # Gallery # */

.poi-gallery {
  margin-right: -15px;
}

.cleaner {
  clear: both;
  visibility: hidden;
  width: 100%;
}

.poi-gallery a {
  display: block;
  float: left;
  margin: 0 15px 15px 0;
  max-width: calc(50% - 15px);
}

.poi-gallery a img {
  border-radius: 6px;
  max-width: 100%;
}

/* # Gallery # */

.poi-tags:after {
  clear:both;
  content: "";
}

.poi-tags {
  margin-right: -15px;
}

.poi-tags h4 {
  margin-right: 15px;
}

.tag {
  display: inline-block;
  color: #2F3035;	
  font-size: 14px;	
  line-height: 22px;
  border: 1px solid #D3D8E0;	
  border-radius: 6px;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.poi-tags3
{
  padding-top: 5px;
  font-size: 14px;	
  margin-bottom: 10px;
}


/* # Fancy-box # */

.fancybox-close {
  top: -14px !important;
  height: 28px !important;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-size: 100% auto !important;
}

.fancybox-next span {
  background-position: 0px -58px !important;
  height: 28px !important;
}

.fancybox-prev span {
  background-position: 0px -28px !important;
  height: 28px !important;
}

.fancybox-skin {background-color: transparent !important; padding: 0 !important;}
.fancybox-wrap {width: auto !important;}

.fancybox-title-inside-wrap {
  padding: 0.5rem 1rem;
  color: #8d95a1;
  background-color: #2f3035;
  text-align: center;
  font-family: inherit !important;
}

.poi-filter {
  padding: 2rem 2rem 1rem 2rem;
  margin-bottom: 2rem;
  border-radius: 6px;
  background-color: #EDEFF4;
}

.page-detail-content i.i-toggle:not(.collapsed) {
  transform: rotateZ(180deg);
}

.i-toggle.poi-detail {
  display: inline-block !important;
}

p:empty {margin-bottom: 0;}

/* # Other # */
.poi-filter i.icon-magnifier {
  display: none;
  order: 2;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  align-items: center;
  font-size: 22px;
  opacity: 0.5;
}

.poi-filter input.search-text.form-control:placeholder-shown + i.icon-magnifier {display: flex;}
.poi-filter input.search-text.form-control:-ms-input-placeholder + i.icon-magnifier {display: flex;}

ul.POI-search-list {
  list-style-type: none;
  margin: 0;
  --margin-top: 1px;
  padding: 0;
  border-top: 0;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0,0,0,.5);
}

ul.POI-search-list li {
  cursor: pointer;
  padding: 5px;
}

ul.POI-search-list li.POI-search-item-hightlight {
  background-color: #edeff4;
}


ul.POI-search-list li.POI-search-item {
}

.poi-map {
  box-sizing: content-box;
  max-width: 200px;
}


.favorites-icon {
  position: absolute;
  right: 1rem;
  top: 1rem;
  border-radius: 6px;
  padding: .2rem .5rem;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  text-align: center;
}

.poi-tile .poi-image .favorites-icon img,
.favorites-icon img
{
  width: 32px;
  border-radius: 0;
}

.pl-p-0 .col-12.price-list, .pl-p-0 > .p-5, .pl-p-0 .row.user-form.panel.p-5 {
  padding: 0 !important;
}

.pl-p-0 .row.user-form.panel.p-5 {
  margin: 0;
}

.pl-p-0.user-form input[type="submit"] {
  margin-top: 0;
}

.shopping-cart-mini-preview {
  margin-left: 1em;
}

.shopping-cart-mini-preview .shopping-cart-mini-preview-value {
  background-color: #da031a;
  color: #fff;
  padding: 0.15em 0.5em;
  border-radius: 1em;
  font-weight: bold;
  margin-left: 0.25rem;
}

.package-description {
  color: #2F3035;
  font-size: 16px;	
  line-height: 26px;
}

.shopping-cart {}

.shopping-cart .cart-item-amount > div {
  display: flex;
  align-items: center;
}

.shopping-cart .cart-item-amount > div > div:first-child {
  flex: 0 1 auto;
  margin-right: 0.5rem;
}

.shopping-cart .cart-item-amount > div > div:first-child input {
  width: 50px;
  text-align: center;
}

.shopping-cart .cart-item-amount > div > input[type=submit] {
  flex: 0 0 auto;
}

.shopping-cart .discount-wrapper > div {
  flex: 0 0 100%;
}

.shopping-cart .discount-wrapper > div:first-child {
  display: flex;
  flex-flow: row wrap;
}

.shopping-cart .discount-wrapper > div:first-child input.form-control {
  height: initial;
  border-radius: 6px 0 0 6px;
  margin-bottom: .5rem;
  flex: 0 0 50%;
}

.shopping-cart .discount-wrapper > div:first-child input.btn.btn-primary {
  border-radius: 0 6px 6px 0 !important;
  margin-bottom: .5rem;
  flex: 0 0 50%;
}

.shopping-cart .discount-wrapper > div:first-child div.Error {
  flex-basis: 100%;
  order: 66;
}

.shopping-cart .discount-wrapper > div:first-child {
  display: flex;
}

.shopping-cart .discount-wrapper .TotalViewer{
  padding-top: 0.70rem;
}

.shopping-cart .TotalViewer div.Label {margin-right: 0.5rem;}

.shopping-cart .TotalViewer {
  display: flex;
  justify-content: center;
  color: #2F3035;	
  font-size: 18px;	
  font-weight: 800;	
  line-height: 22px;
}
.shopping-cart .TotalViewer .Value span {
  white-space: nowrap;
}

.shopping-cart .discount-wrapper > div:last-child > div:first-child {
  margin-right: 0.5rem;
}

.shopping-cart .cart-coupon-code {
  display: flex;
  align-items: center;
  margin-bottom: .5rem;
  width: 100%;
}

.shopping-cart .cart-coupon-code .label {
  flex: 1 1 auto;
  margin-right: 0.5rem;
}
.shopping-cart .cart-coupon-code .button {
  flex: 0 0 auto;
}

.shopping-cart .cart-item-info a {
  color: #2F3035;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}

.cart-content-header > div {
  color: #8d95a1;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 1rem;    
  border-bottom: 1px solid #d3d8e0;
}

.shopping-cart .CartContent hr {
  display: none;
}

.shopping-cart .CartContent > .d-flex {
  border-bottom: 1px solid #d3d8e0;
}

.shopping-cart .CartContent > .d-flex:first-child {
  padding-top: 0px !important;
}

.shopping-cart .CartContent div.pr0 {
  padding-right: 0px !important;
}

.shopping-cart .CartContent div.pl0 {
  padding-left: 0px !important;
}

@media (min-width: 768px) {
  .shopping-cart .CartContent > .d-flex:first-child {
    padding-top: 1.5rem !important;
  }
  
  .shopping-cart .CartContent div.pr0 {
    padding-right: 15px !important;
  }
  
  .shopping-cart .CartContent div.pl0 {
    padding-left: 15px !important;
  }
  
  .shopping-cart .discount-wrapper > div {
    flex: 0 0 50%;
  }
  
  .shopping-cart .TotalViewer {
    justify-content: flex-end;
  }
  
  .shopping-cart .discount-wrapper > div:first-child input.form-control {
    width: 100px;
    flex: 1 1 100px;
    max-width: 200px;
  }
  
  .shopping-cart .discount-wrapper > div:first-child input.btn.btn-primary {
    margin-right: .5rem;
    flex: 0 0 auto;
  }
  .shopping-cart .cart-coupon-code {
    width: auto;
  }
}

.shopping-form-header {
  color: #222222;
  font-size: 36px;	
  font-weight: 800;	
  line-height: 43px;
  margin-bottom: 2rem;
}

.shopping-form-sub-header {
  color: #222222;
  font-size: 28px;	
  font-weight: 800;	
  line-height: 31px;
  margin-bottom: 1rem;
}

.text18-colored {
  color: #222222;
  font-size: 18px;	
  line-height: 22px;
}

.text36-colored {
  color: #222222;
  font-size: 36px;	
  font-weight: 800;	
  line-height: 43px;
}

.fw-800 {
  font-weight: 800;
}

.pcg-favourites a.text16-colored {
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 0 1 auto;
  white-space: nowrap;
}

.shopping-cart .logon-password-retrieval-link, .user-form .sing-up a {
  color: #67C1CD;		
  font-size: 14px;	
  line-height: 22px;
  text-decoration: underline;
}

.shopping-cart .sing-up span {
  color: #2F3035;	
  font-size: 14px;	
  line-height: 22px;
  margin-right: 0.25rem;
}

.order-complete-voucher {
}

.order-complete-voucher .oc-voucher-rowheader {
  font-size: 16px;
  text-transform: uppercase;
}

.order-complete-voucher .oc-voucher-rowtext {
  border: 2px solid #EBB817;
  border-radius: 12px;
  padding: 0.2rem 1rem;
  font-size: 20px;
  font-weight: 800;
}

.order-complete-voucher .oc-voucher-rowheaderfill {
  font-size: 11px;
  padding-top: 1rem;
  text-transform: uppercase;
  height: 0;
}

.order-complete-voucher .oc-voucher-rowtextfill {
  font-size: 20px;
  padding: 0.2rem;
}

.order-complete-voucher .oc-voucher-code img {
  max-width:100%;
  --border: 1px solid black
}

.order-complete .order-complete-header {    
  color: #222;
  font-size: 36px;
  font-weight: 800;
  line-height: 43px;
}

.order-complete .order-complete-email-info {    
  color: #595857;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.order-complete .order-complete-info {
  color: #222;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.order-complete .order-steps-header {
  color: #222;
  font-size: 26px;
  font-weight: 800;
  line-height: 30px;
}

.order-complete .circle {
  font-size: 26px !important;
  font-weight: 800 !important;
}

.order-complete .steps-text {
  color: #595857;
  font-weight: 600;
}

.order-complete .text18-grey {
  color: #595857;
  font-weight: 600;
}

