@import url('https://www.kuoni-congress.info/ea/microsite/style/microsite.2.0.css');

/* removing "Number of Rooms (EAIE only) */
#booked_container_fluid > .booking-detail-row + .row:not(.booking-detail-row) {
    display: none;
}

/* new branding footer */
.brand-footer {
    width: 100% !important;
    margin: 0 auto 15px !important;
}

body {
    color: #545454;
	padding: 0px !important;
}

@media (max-width: 480px){
body {
    color: #545454;
	width: 100%;
}
}

@media (max-width: 480px){
.body-content {
    padding: 0px;
    margin: 0px;
}
}

h1, .h1, h2, .h2, h3, .h3 {
    margin: 0 0 15px 0;
    background: #95bebf;
    color: white;
    padding: 10px 0 10px 15px;
    text-transform: uppercase;
	display: flex;
}

/*___________BACKGROUND IMAGE___________*/

#bg {
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
  z-index: -1;
}

@media (max-width: 480px){
#bg {
  display: none; 
}
}

#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

/*___________FOOTER___________*/

.brand-footer {
    width: 56%;
    margin-left: 22%;
    margin-right: 22%;
}

@media (max-width: 480px){
.brand-footer {
    margin: 0px;
    width: 100%;
}
}

.brand-footer > img {
    margin: 0 0 0 0;
    width: 100%;
}

/*___________WELCOME TEXT___________*/

div#welcometext {
    text-align: justify;
    padding: 0px 30px 40px 30px;
    border-bottom: 15px solid #95bebf;
}

@media (max-width: 480px){
div#welcometext {
    text-align: justify;
    padding: 0px 5px 30px 5px;
    border-bottom: 15px solid #95bebf;
}
}

@media (max-width: 480px){
#welcome1 {
    font-size: 14px;
}
}

#menu {
    margin: 0;
    background: #95bebf;
    color: white;
    float: left;
    width: 100%;
	display: block;
}

@media (max-width: 480px){
#menu {
    margin: 0;
    background: none;
    color: white;
    float: left;
    width: 100%;
	display: block;
}
}

@media (max-width: 480px){
#open-menu:checked ~ #menu {
    display: flex;
	margin-bottom: 7px;
}

#menu {
    display: none;
}
}

#open-menu + label:before {
    color: white;
}

@media (max-width: 480px){
#open-menu + label {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    border-radius: 0px;
    margin: 0;
    color: white;
    background: #95bebf;
    padding: 6px 0 7px 0;
}
}

#menu > li {
    font-size: 14px;
    padding: 10px 5px 10px 5px;
    margin: 0;
    float: none;
}

@media (max-width: 480px){
#menu > li {
    font-size: 14px;
    padding: 10px 5px 10px 5px;
    margin: 0;
    float: left;
    text-align: center;
    width: 100%;
    background: #95bebf;
    border-radius: 0px;
    border: 1px solid white;
    padding: 2px;
}
}

#menu > li:hover {
    background: rgb(116, 116, 116);
    color: white;
}

@media (max-width: 480px){
#menu > li:first-child {
    margin-top: 5px;
}
}

#menu > li > label {
    margin: 0;
    padding: 3px 15px;
    cursor: pointer;
}

@media (max-width: 480px){
#menu > li > label {
    margin: 0;
    padding: 5px 15px;
    cursor: pointer;
	width: 100%
}
}

#addrm {
    display: none;
}

a#kbookbtn {
    display: none !important;
}

div#main-form {
    padding: 0;
}

@media (max-width: 480px){
div#main-form {
    padding: 0;
	width: 100%;
}
}

#imgFira {
    text-align: center;
    margin: 16px 0px;
}

@media (max-width: 480px){
form.dynamic-target.form-horizontal.clearfix > div > img {
    border-bottom: 0px;
}
}

.select2-container.form-control {
    display: inline-block;
    margin-right: 80px;
}

.ng-binding > .select {
    margin-left: 13px;
	text-align: center;
}

@media (max-width: 480px){
.ng-binding > .select {
    text-align: center;
    widtH: 90%;
    margin-left: 5%;
    margin: 0;
}
}

#noResult > p, .result {
    font-size: 17px;
    color: #29367A;
    font-weight: bold;
}


/*___________POPUP___________*/

.popup {
    position: fixed;
    top: 10vh;
    border: 1px solid;
    background: white;
    padding: 0 0 10px 0;
    z-index: 1000;
    display: none;
    box-shadow: none;
    margin: 0;
    max-height: 80vh;
    border-radius: 0px;
    border: 3px solid white;
    text-align: justify;
    border-radius: 5px;
}

@media (max-width: 480px){
.popup {
    width: 100%;
	left: 0vw;
}
}

.popup > div {
    overflow-y: auto;
    max-height: calc(80vh - 60px);
    padding: 0px;
}

.popup > div > p:last-child {
    margin-bottom: 20px;
}

.popup > div > h3 {
    font-size: 14pt;
    color: white;
    font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
    background: #95bebf;
    padding: 20px;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
    text-align: center;
}

.popup > div > h4 {
    color: #95bebf;
    padding: 1% 0 1% 2%;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
    margin: 0px 0 -6px 0;
}

.popup > div > h5 {
    padding: 1% 0 6px 2%;
    color: #95bebf;
}

.popup > div > p {
    padding: 0px 2% 6px 2%;
    margin: 5px;
    font-size: 15px;
    color: #545454;
}

@media (max-width: 480px){
.popup > div > p {
    font-size: 12px;
    line-height: 1.3;
}
}

.popup > div > details {
    margin: 1% 2% 1% 2%;
    color: #545454;
    border: none;
    background: #FBF7F7;
}

.popup > div > details > p {
    color: #adadad;
    font-style: normal;
    padding: 6px 17px 0 0px;
    font-weight: bold;
    text-align: justify;
    font-size: 14px;
}

.popup > div > details > ul {
    margin-top: 5px;
}

.popup > div > details > ul > li {
    font-weight: bold;
    color: #adadad;
    margin-left: 15px;
    margin-top: 0px;
}

.popup > label {
    font-weight: normal;
    color: #545454;
    position: absolute;
    top: 11px;
    right: 25px;
    cursor: pointer;
    background: white;
    border-radius: 20px;
    padding: 1px 9px 1px 8px;
    font-weight: bold;
    margin-top: 3px;
}

@media (max-width: 480px){
.popup > label {
    border-radius: 0 0 0 8px;
    font-size: 12px;
    margin: -11px -25px 0 0px;
}
}

.popup > label:hover {
    color: white;
    background: rgb(116, 116, 116);
}


/*___________NAVBAR___________*/

.navbar-inside-page {
    margin: 0;
}


/*___________PLEASE WAIT___________*/

.blockUI.blockOverlay {
    z-index: 1000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.73) !important;
    opacity: 1 !important;
    position: fixed;
}

.blockUI.blockOverlay:after {
	content: 'PLEASE WAIT';
    color: white;
	background: #9a9a9a;
	font-size: 20px;
    margin-top: 400px;
	margin-left: 42%;
	width: 16%;
    text-align: center;
    border-radius: 60px;
    padding: 20px;
	position: fixed;
}

@media (max-width: 480px){
.blockUI.blockOverlay:after {
	margin-top: 280px;
    width: 70%;
    margin-left: 15%;
}
}


/*___________KBOOK___________*/

iframe {
    display: block;
    position: relative;
	height: 65vh;
}
