/*@font-face {
    font-family: 'Titillium-Bold';
    src: url('./fonts/Titillium-Bold.eot?#iefix') format('embedded-opentype'), url('./fonts/Titillium-Bold.otf') format('opentype'), url('./fonts/Titillium-Bold.woff') format('woff'), url('./fonts/Titillium-Bold.ttf') format('truetype'), url('./fonts/Titillium-Bold.svg#Titillium-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium-Regular';
    src: url('./fonts/Titillium-Regular.eot?#iefix') format('embedded-opentype'), url('./fonts/Titillium-Regular.otf') format('opentype'), url('./fonts/Titillium-Regular.woff') format('woff'), url('./fonts/Titillium-Regular.ttf') format('truetype'), url('./fonts/Titillium-Regular.svg#Titillium-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplay-Black';
    src: url('./fonts/PlayfairDisplay-Black.eot?#iefix') format('embedded-opentype'), url('./fonts/PlayfairDisplay-Black.woff') format('woff'), url('./fonts/PlayfairDisplay-Black.ttf') format('truetype'), url('./fonts/PlayfairDisplay-Black.svg#PlayfairDisplay-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplay-Bold';
    src: url('./fonts/PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('./fonts/PlayfairDisplay-Bold.woff') format('woff'), url('./fonts/PlayfairDisplay-Bold.ttf') format('truetype'), url('./fonts/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplay-Regular';
    src: url('./fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('./fonts/PlayfairDisplay-Regular.woff') format('woff'), url('./fonts/PlayfairDisplay-Regular.ttf') format('truetype'), url('./fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'DM Sans';
    src:  url('./fonts/DMSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'DM Sans';
    src:  url('./fonts/DMSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'DM Sans';
    src:  url('./fonts/DMSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
html,
body {
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    line-height: 1.23em;
    background : url("images/bg.png");
}

body {
    overflow-y: scroll;
}

html.noscroll {
    overflow: hidden;
}

html.noscroll body {
    overflow: hidden;
}

.header {
    background: url(images/header.jpg) no-repeat scroll center top transparent;
    background-size: cover;
    height: 620px;
    height: 62vh;
    position: relative;
    margin-bottom: 30px;
}

.header>img {
    display: block;
    margin: 5% auto 0;
}

.header.admin {
    height: 450px;
    margin-bottom: 50px;
}

.header.admin>img {
    margin-top: 30px;
    height: 150px;
}

.header ul {
    position: absolute;
    bottom: 0;
    display: block;
    width: 300px;
    text-align: center;
    left: 50%;
    list-style-type: none;
    margin: 0 0 0 -150px;
    padding: 40px 0;
}

.header ul li,
.header ul li a {
    list-style-type: none;
    line-height: 40px;
}

.header ul li a,
.header ul li a:active,
.header ul li a:hover,
.header ul li a:visited {
    color: #e2edd3;
    text-shadow: 0 0 3px #000, 0 0 3px #000;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

.header ul li a:hover
/*,
.header ul li a.active*/

{
    color: #d44248;
    text-decoration: none;
}

.footer {
    background: #000;
    height: 100px;
    position: relative;
    margin-top: 50px;
    z-index: 10;
}

.footer img {
    margin: 25px auto 30px;
    display: block;
}

.footer div {
    text-align: center;
    color: #d44248;
    padding-top: 43px;
}

.small-title {
    font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    color: #0c0704;
    font-weight: normal;
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: bolder;
    
}

.main-title {
    font-family: 'DM Sans', sans-serif;
    font-size: 80px;
    color: black;
    margin-bottom: 30px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
  
    margin-top : 150px;
}

p.main-text {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    /* identical to box height */
    text-transform : uppercase;
    text-align: center;
}

p {
    line-height: 1.3em;
    margin-bottom: 20px;
}

.colorize,
.phone {
    color: #d44248;
}

.phone {
    text-decoration: underline;
}

.one-liner {
    font-family: 'DM Sans', sans-serif;
    font-size: 52px;
    color: #000;
   /* margin: 30px 0 40px;*/
   /* text-align: center;*/
    text-transform: uppercase;
    font-weight: 700;
   /* letter-spacing: 2px;*/
   margin-bottom : 63px;
}

.one-liner em {
    content: '';
    width: 100%;
    height: 1px;
    background: #d44248;
    position: absolute;
    left: 0;
    margin-top: 24px;
    z-index: 1;
}

.one-liner span {
    display: inline-block;
   /* padding: 0 80px;*/
   
    z-index: 2;
    position: relative;
    margin: 0 auto
}

.download-button {
    padding-left: 110px;
    background: url(images/download.png) no-repeat scroll left top transparent;
    padding-top: 22px;
    height: 83px;
    display: block;
    width: 460px;
    color: #000;
    font-size: 18px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin: 50px auto 0;
    transition: all 0.3s ease;
}

.download-button:hover {
    color: #d44248;
    text-decoration: none;
}

.download-button:focus,
.download-button:active {
    color: #000;
}

.download-button span {
    color: #d44248;
}

.link,
.link:hover,
.link:active,
.link:focus {
    color: #d44248;
    text-decoration: underline;
}

small {
    color: gray;
    font-size: 11px;
}

ul {
    list-style-type: none;
    padding-left: 30px;
}


/* ul li:before {
    content: '•';
    position: absolute;
    margin-left: -30px;
    margin-top: -2px;
} */

.header ul li:before {
    content: '';
}

ul.colorized-list {
    color: #d44248;
}

ol {
    padding-left: 15px;
    margin-bottom: 20px
}

ol li {
    padding-left: 15px;
}

.double-top-margin {
    margin-top: 40px;
}

.double-bottom-margin {
    margin-bottom: 40px;
}

.no-bottom-margin {
    margin-bottom: 5px;
}

.cal-top-line {
    border-top: 1px solid #ddd;
}

.cal-top-line>div {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
}

.sample {
    display: inline-block;
    width: 70px;
    height: 28px;
    margin-right: 15px;
    margin-bottom: -8px;
}

.cal-sample-text {
    display: inline-block;
    line-height: 28px;
}

.cal-green {
    background-color: #d44248;
}

.cal-orange {
    background-color: #d44248;
}

.cal-lgray {
    background-color: #cecece;
}

.cal-lgrayfree {
    background-color: #f0f0f0;
    border: 2px solid #d44248;
}

span.cal-mp {
    content: 'MP';
    right: 0;
    background-color: #d44248;
    color: rgb(255, 255, 255);
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 10px;
    border-radius: 50%;
    vertical-align: middle;
    padding: 0;
    display: inline-block;
    text-align: center;
    margin-top: 4px;
    position: absolute;
    left: 3px;
}

.cal-mp-text {
    margin-left: 30px;
    display: inline-block;
    text-align: left;
}

.cal .pick {
    position: relative;
}

.cal .pick.cal-lgray,
.cal .pick.cal-lgrayfree {
    color: #d44248;
    transition: all 0.3s ease;
}

.cal .pick.cal-lgray:hover,
.cal .pick.cal-lgrayfree:hover {
    background: #d44248;
    color: #fff;
}

.cal .pick.cal-dgray {
    color: #fff;
}

.cal .pick.museum-edu-allowed:before {
    content: 'MP';
    position: absolute;
    right: 0;
    background-color: #d44248;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 10px;
    border-radius: 50%;
    vertical-align: middle;
    padding: 0;
    margin: 5px;
}

.cal .pick.guided-allowed:after {
    content: 'TV';
    position: absolute;
    left: 0;
    background-color: #d44248;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 10px;
    border-radius: 50%;
    vertical-align: middle;
    padding: 0;
    margin: 5px;
}

.cal-dgray {
    background-color: #ff0000;
}

.cal-prev {
    padding-left: 25px;
    line-height: 18px;
    background: url(images/arrow-left.png) no-repeat scroll left center transparent;
    color: #000;
    font-size: 16px;
}

.cal-next {
    padding-right: 25px;
    line-height: 18px;
    background: url(images/arrow-right.png) no-repeat scroll right center transparent;
    color: #000;
    font-size: 16px;
}

.cal-prev:focus,
.cal-next:focus,
.cal-prev:hover,
.cal-next:hover {
    color: #000;
}

.cal {
    border-collapse: collapse;
    width: 100%;
    /* opacity: 0.5; */
    display: none;
}

.cal-header td span {
    display: block;
}

.cal td {
    border: 1px solid #ddd;
    font-size: 16px;
    text-align: center;
    height: 50px;
}

.cal .pick {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
}

.cal .pick:hover {
    text-decoration: none;
}

.cal .pick.disabled {
    cursor: default;
}

.popup-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease;
}

.popup-bg.show {
    z-index: 600;
    opacity: 0.8;
}

.popup .checkbox input{
    position:absolute;
   
    opacity: 0;
    cursor: pointer;

}

.popup .checkbox .checkmark{
    position: absolute;
    top: 3px;
    left: 0;
    height: 35px;
    width: 35px;
    border : 2px solid black;

}

.popup .checkbox{
    font-weight : 700;
    position : relative;
    font-size : 15px;
    padding-left : 50px;
    padding-top : 0px;
    display : block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top : 20px;
}
.popup .checkbox input:checked ~  .checkmark::after{
    display : block;
}

.popup .checkbox   .checkmark::after{
    content: "";
    position: absolute;
    display : none;
    left: 10px;
    top: 0;
    width: 10px;
    height: 27px;
    border: solid black;
      
    border-width: 0px 1.5px 1.5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.popup .checkbox a {
    color : #63978D;
}

.popup {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 650px;
    height: 700px;
    background-color: #fff;
    box-shadow: 20px 20px 50px #aaa;
    z-index: -1;
    margin-left: -350px;
    margin-top: -420px;
    padding: 20px;
    opacity: 0;
    transition: all 0.3s ease;
}

.popup.show {
    opacity: 1;
    z-index: 801;
}

.popup-title {
  /*  color: #d44248;*/
    font-family: 'DM Sans', sans-serif;
    font-size: 35px;
    line-height: 1;
    font-weight: 700;
}

.popup .resDate{
    font-weight: 700;
}

.popup #line{
    width : 100%;
    height : 26px;
   
    position: absolute;
    top: 0;
    left: 0;
}

.popup #line.alone{
    background : #A08EC6;
}
.popup #line.alonewithguide{
    background : #63978D;
}
.popup #line.group{
    background : #153C5F;
}

.popup .input,
.popup label {
    width: 95%;
    display: inline-block;
    vertical-align: top;
    margin: 1%;
    border: 2.5px solid #A3A3A3;
    padding: 14px;
    height: 55px;
    font-size : 16px;
}

.popup .textarea {
    width: 98%;
    margin: 3px;
}

.popup label {
    border: none;
    font-family: 'DM Sans', sans-serif;
    font-weight: normal;
}

.popup label input {
    float: left;
    vertical-align: top;
    margin-bottom: 30px;
    margin-right: 10px;
    margin-top: 6px;
    color : #A3A3A3;
}

.popup #send-form {
    margin: 10px auto 0;
    display: block;
    height: 55px;
    /*line-height: 55px;*/
   /* background: #d44248;*/
    color: ##A3A3A3;
    border: 2.5px solid #A3A3A3;
    padding-left: 15px;
    padding-right: 15px;
}

.popup-close {
    background: url(images/close.png) no-repeat scroll center;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 25px;
    
}

.popup .error {
    color: #b61010;
    padding: 0;
    text-align: center;
    display: none;
}

.popup.error {
    height: 800px;
    margin-top: -420px;
    height: 800px;

z-index: 6000;
}

.popup.error .error {
    display: block;
}

.popup .ok {
    color: white;
    padding: 0;
    text-align: center;
    display: none;
    font-weight: bold;
}

.popup .ok h2{
    font-size: 30px;
     font-weight: 700; 
     margin-bottom : 30px;
}

.popup.ok {
    padding : 60px;
    color : white;
    text-align : center;
    height : auto;
    width : 450px;
    
    /* Egyéni-Tárlat */
    
    background: #63978D;
    box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.4);
}

.popup.ok .ok {
    display: block;
}

.popup input[type=text]:not(:placeholder-shown) {
    background: rgba(99, 151, 141, 0.5);
}

.popup input[type=tel]:not(:placeholder-shown) {
    background: rgba(99, 151, 141, 0.5);
}


.popup input[type=email]:not(:placeholder-shown) {
    background: rgba(99, 151, 141, 0.5);
}


.popup input[type=submit]:valid {
    background: rgba(99, 151, 141, 0.5);
}

.popup select {
    background: rgba(99, 151, 141, 0.5);
}
option[disabled] {
    color: #ccc;
}

.ui-widget.ui-widget-content.ui-autocomplete {
    z-index: 10000;
    list-style-type: none;
    background-color: #f0f0f0;
}

.ui-widget.ui-widget-content.ui-autocomplete li:before {
    content: '';
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border-color: transparent;
    background: #d44248;
}

.site-page {
    display: none;
}

.site-page#page-home {
    display: block;
}

.admin-login {
    margin: 50px 0 0 0;
}

.admin a {
    color: #d44248;
}

.admin-export-link {
    display: block;
    line-height: 30px;
}

.admin-export-link small {
    line-height: 30px;
    vertical-align: text-top;
    color: #d44248;
    padding-left: 10px;
}

.form-input {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    border: 1px solid #cccccc;
    color: #000;
    font-family: 'Poppins', sans-serif;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 10px 10px;
}

.form-button {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    background: rgb(240, 157, 77);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 10px 10px;
}

#gotop,
#gotop:hover,
#gotop:active,
#gotop:focus {
    background-color: #d44248;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 45px;
    line-height: 14px;
    text-align: center;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    text-decoration: none;
}

@media screen and (min-width: 992px) and (max-width: 1550px) {
    .header {
        height: 685px;
        height: 48vh;
        background-size: contain;
    }
    .header ul li,
    .header ul li a {
        font-size: 16px;
        line-height: 30px;
    }
}

@media screen and (min-width: 1px) and (max-width: 992px) {
    html,
    body {
        min-width: 320px;
        font-size: 14px;
    }
    .header {
        height: 685px;
        height: 48vh;
        background-size: contain;
        margin-bottom: 0px;
    }
    /*.header {
        height: 400px;
        margin-bottom: 0px;
    }*/
    #page-home {
        margin-top: 30px;
    }
    .header>img {
        height: 75px;
    }
    .header ul {
        padding: 20px 0;
    }
    .header ul:before {
        margin-top: -20px;
    }
    .header ul li,
    .header ul li a {
        font-size: 16px;
        line-height: 30px;
    }
    .small-title {
        font-size: 17px;
    }
    .main-title {
        font-size: 28px;
    }
    p {
        font-size: 14px;
    }
    .one-liner {
        font-size: 21px;
    }
    .one-liner span {
        padding: 0 20px;
        margin: 11px auto 0;
    }
    .double-bottom-margin {
        margin-bottom: 20px;
    }
    .double-top-margin {
        margin-top: 20px;
    }
    .download-button {
        width: auto;
        padding-top: 10px;
        font-size: 14px;
    }
    .cal-top-line>div.text-center,
    .cal-top-line>div.text-right {
        text-align: left;
    }
    table.cal {
        min-width: 620px;
    }
    table.cal th,
    table.cal td {
        font-size: 12px;
    }
    .cal-container {
        padding-bottom: 30px;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    a.pick.museum-edu-allowed {
        text-align: left;
        padding-left: 10px;
    }
    a.pick.museum-edu-allowededu-allowed:before {
        text-align: center;
    }
}

@media screen and (min-width: 1px) and (max-width: 705px) {
    .popup {
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .popup .input,
    .popup label {
        width: 96%;
        height: 40px;
        padding: 7px;
        line-height: 1.3em;
    }
    .popup label input {
        margin-bottom: 21px;
        margin-top: 5px;
    }
    .popup #childs_class {
        margin-bottom: 20px;
    }
}

@media screen and (min-height: 1px) and (max-height: 900px) {
    .popup {
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .popup-close {
        top: 131px;
    }
    .popup #send-form {
        margin-bottom: 50px;
    }
}

.adm-toggle-btn {
    cursor: pointer;
    text-decoration: underline;
}

.adm-toggle-child {
    display: none;
}

.adm-table {
    width: 100%;
    border-collapse: collapse;
}

.adm-table td {
    padding: 5px;
    border: 1px solid #ccc;
    font-size: 12px;
}

.ok {
    color: green;
}

.error {
    color: red;
}


/*Bootstrap overrides*/

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px
}


/*end*/

input:valid {
   /* color: green;*/
  /* background-color : rgba(99, 151, 141, 0.5);*/
}

input:invalid {
   /* color: red;*/
}

.table th,
.table td {
    padding: 0;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

a.navbar-brand {
    float: left;
    position: absolute;
    padding-left: 140px;
}

.footer {
    background: none;
    background-color: #000 !important;
}

.footer div {
    text-shadow: none !important;
    color: #fff !important;
}

.navbar {
    padding: 2.2rem 1rem;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #999;
}

div#page-muzeum-education {
    margin-bottom: 70px;
}

div#page-info {
    margin-bottom: 70px;
}

div#page-userdata {
    margin-bottom: 70px;
}

.container-fluid.header {
    display: none;
}


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    a.navbar-brand {
        float: none;
        position: relative;
        padding-left: 10px;
    }
    .navbar {
        padding: 0rem 1rem;
    }
    .navbar-collapse {
        padding: 2rem 1rem;
    }
    #nav li.nav-item {
        padding: 5px 0px;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
    a.navbar-brand {
        float: none;
        position: relative;
        padding-left: 10px;
    }
    .navbar {
        padding: 0rem 1rem;
    }
    .navbar-collapse {
        padding: 2rem 1rem;
    }
    #nav li.nav-item {
        padding: 5px 0px;
    }
}


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    a.navbar-brand {
        float: none;
        position: relative;
        padding-left: 10px;
    }
    .navbar {
        padding: 0rem 1rem;
    }
}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
    a.navbar-brand {
        float: left;
        position: absolute;
        padding-left: 10px;
    }
    .navbar {
        padding: 2.2rem 1rem;
    }
    .navbar-collapse {
        padding: 0;
    }
    #nav li.nav-item {
        padding: 0px;
    }
}

.visitorinfo {
    min-height : 638.14px;
    background: linear-gradient(0deg, #D9D9D9, #D9D9D9);
    margin-bottom : 100px;
    margin-top : 157px;
    position : relative;
  
}
.image-container-text p {
    max-width : 698px;
    padding-left : 60px;
}
.visitorinfo img{
  /*  position: absolute;*/
  /*  width: 704.59px !important;*/
    height: 100%;
    min-height : 638.14px;
    top : 0;
    right : 0;
    object-fit : cover;
}

.image-container{
    display: inline-block;
    width: 60%;
}

.image-container-text{
    display : flex;
    justify-content : end;
}

.image-container-image{
    display: inline-block;
    height: 100%;
    width: 39.7%;
    position: absolute;
    text-align: right;
    min-height: 100%;
    top: 0;
    bottom: 0;
    right:0;
}
.visitorinfo h3 span{
    margin-top : 135px;
    margin-bottom : 65px;
}

@media screen and ( max-width : 750px){
    .image-container-image{
        min-width : 100%;
        text-align : center;
        position : relative
    }

    .image-container{
        width : 100%;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    a.navbar-brand {
        float: left;
        position: absolute;
        padding-left: 140px;
    }
}

/*Melinda*/

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 50px;
    margin-bottom: 12px;
    cursor: pointer;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    
    color: #000000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display  : inline-block;
    margin-right : 49px;
    pointer-events : none;
  }
  
  /* Hide the browser's default checkbox */
  .checkbox-container  input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    
  }

  .purple .checkmark{
    background-color : #A08EC6;
  }

  .green .checkmark{
    background-color : #63978D;
  }

  .blue .checkmark{
    background-color : #153C5F;
  }
  

  .checkbox-container .container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  


  .checkbox-container.purple input:checked ~ .checkmark {
    background-color: #A08EC6;
  }
  .checkbox-container.green input:checked ~ .checkmark {
    background-color: #63978D;
  }
    .checkbox-container.blue input:checked ~ .checkmark {
    background-color: #153C5F;
  }
  

  .checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  

  .checkbox-container input:checked ~ .checkmark:after {
    display: block;
  }
  

  .checkbox-container .checkmark:after {
    left: 15px;
    top: 3px;
    width: 10px;
    height: 27px;
    border: solid white;
    border-width: 0px 1.5px 1.5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .category_sign {
    min-height: 181.98px;
    border-top :  2px solid black;
    border-bottom : 2px solid black;
    padding-top : 71px;
    margin-top : 100px;
  }

  .category_sign span{
    display:inline-block;
   
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 33px;
    /* identical to box height */
    
    text-align: center;
    text-transform : uppercase;
    color: #000000;
    margin-right : 130px;
  }

  .checkbox-container{
    display :inline-block
  }

  .reservation-dates .nextMonth{
    padding-right: 25px;
   
    background: url(images/arrow-right.png) no-repeat scroll 175px center transparent;
    color: #000;
 
    background-color: #C4C4C4;
   
    width: 222px;
    height: 50.66px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    border : none;
    outline : none;
    font-family: 'DM Sans';
    font-size: 16px;
    white-space : pre;
   
  }

  .reservation-dates .month{
        text-transform : uppercase;
        font-size : 50px;
        line-height : 1;
  }

  .reservation-dates .prevMonth.disabled{
    opacity : 0.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events : none;

  }
  .reservation-dates .prevMonth{
    padding-right: 25px;
   
    background: url(images/arrow-left.png) no-repeat scroll 35px center transparent;
    color: #000;
 
    background-color: #C4C4C4;
   
    width: 222px;
    height: 50.66px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    border : none;
    outline : none;
    font-family: 'DM Sans';
    font-size: 16px;
    white-space : pre;
   
    padding-left : 40px;
  }

  .reservation-dates .resDatesHeader{
    display :flex;
    justify-content : space-between;
    margin-top : 70px;
    padding-bottom : 70px;
    border-bottom: 2px solid #C4C4C4;
  }

  .reservation-dates .day{
    border-bottom: 2px solid #C4C4C4;
    margin-top : 30px;
  }

  .reservation-dates .day .hour-container{
     min-width: 160.42px;
     height: 50px;
     font-size : 20px;
     margin-bottom : 35px;
     display : inline-flex;
     justify-content : center;
     align-items : center;
     margin-right : 20.8px;
  }

  .reservation-dates .day .hour-container.disable{
    opacity : 0.4;
    pointer-events : none;
  }

  .reservation-dates .day .hour-container .hour{
      width: 50%;
      display :flex;
      justify-content : center;
      align-items : center;
      
      color : white;
      font-weight : 700;
      height : 50px;
     
  }

  .reservation-dates .day .hour-container .hour.alone{
    background : #A08EC6;
  }

  .reservation-dates .day .hour-container .hour.alonewithguide{
    background : #63978D;
  }

  .reservation-dates .day .hour-container .hour.group{
    background : #153C5F;
  }

  .reservation-dates .day .hour-container .person{
    width: 50%;
    background-image : url("images/person.png")  ;
    display : flex;
    justify-content : center;
    align-items : center;
    background-color : #C4C4C4;
    height : 50px;
    background-repeat: no-repeat;
    background-position: 15px;
    padding-left: 18px;
   
}

.free-places{
    /*background-image : url("images/person.png")  ;*/
    width  :100%;
    text-align : right ; 
    
    display : inline-block;
    vertical-align : middle;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-top : 8px;


}

.free-places img{
    width: 28.83px;
    height: 28.83px;
    margin-right : 10px;
}

.reservation-dates .day .hours{
    margin-top : 30px;
    
}