@charset "utf-8";

@font-face {
	font-family: myFirstFont;
	src: url('fonts/gunmetal.ttf');
}


img {vertical-align:bottom; max-width:100%}

table {width: 100%}

td p{
	margin:0px;
}

table td, table th {
	padding:.857em;
	text-align:left;
	vertical-align:top;
}

.title-page-umc{
 	font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
    color: #ff0000;
	margin:30px;
}

.header-2{
	font-size: 23px;
	font-weight: bold;
	text-align:center;
}

.half-center, .mobile-table{
	width:90%;
	margin:auto;
}

.addon-links{
	margin-bottom: 20px;
    display: inline-block;
    margin-right: initial;
}

.umc-textbox{
	height: 22px;
}

#lead-table tr td:first-child, .table_umc tr td:first-child, .table_umc td.text, #info-table tr td:first-child, #review-table tr td:first-child {
	text-align:right;
}

 #mainContent{
	background-color:  black;
	border: 2px inset;
	width: 100%;
 }

#cabinSlect{
	/*cabinSlect*/
}


/*input[type=text]{
	height: 22px;
}*/

/*    RESPONSIVE FORM ELEMENTS  */

#presswrap {
	margin: 0 auto;
    width: 80%;
}

#presswrap label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

form header {
  margin: 0 0 20px 0;
}
form header div {
  font-size: 90%;
  color: #999;
}
form header h2 {
  margin: 0 0 5px 0;
}
form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
form > div > label,
legend {
	width: 35%;
  float: left;
  padding-right: 10px;
  text-align:right;
}
form > div > div,
form > div > fieldset > div {
  width: 65%;
  float: right;
}
form > div > fieldset label {
	font-size: 90%;
}
.form50 form > div > label,
legend {
	width: 50%;
}
.form50 form > div > div,
form > div > fieldset > div {
  width: 50%;
}
fieldset {
	border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=confirm_email],
  textarea {
  /*width: 70%;*/
  padding: 0px !important;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=confirm_email]:focus,
textarea:focus {
  outline: 0;
  border-color: #4697e4;
}

#saveForm {
	margin-left:22%;
}

@media (max-width: 411px) {
	.wrapper-label-umc {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
}

@media (max-width: 411px) {
	.label-umc {
		text-align: center;
	}
}

.label-umc{
	width: 100%;
	float:none;
}

 #deck_container{
	 width:90%;
	 max-width:600px;
	 margin:0 auto;
	 }

 #leftfloat {
	 float:left;
	 width:100%;
	 max-width:500px;
	 text-align:center;
	 margin-bottom:3em;
 }
  #rightfloat {
	 float:left;
	 width:100%;
	 max-width:500px;
 }

@-moz-document url-prefix() {
  .label-umc {
	margin:10px;
	}
}




umc-link.button{
display: inline-block;
padding: .327em .618em;
color: #000;
text-align: center;
text-decoration: none;
font-size: 1.387em;
font-family: inherit;
cursor: pointer;
overflow: visible;
width: auto;
line-height: 1.618em;
-webkit-appearance: none;
/*-webkit-border-radius: 0.146em;
border-radius: 0.146em;*/
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
background-color: #FDFDFD;
background-image: -webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#B1B1B1));
background-image: -webkit-linear-gradient(top, #FDFDFD, #B1B1B1);
background-image: -moz-linear-gradient(top, #FDFDFD, #B1B1B1);
background-image: -ms-linear-gradient(top, #FDFDFD, #B1B1B1);
background-image: -o-linear-gradient(top, #FDFDFD, #B1B1B1);
background-image: linear-gradient(to bottom, #FDFDFD, #B1B1B1);
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
umc-link.button:hover{
color: #FF0000;
text-shadow: 0.2px 0.2px 0.2px #000000;
background-color: #656565;
background-image: -webkit-gradient(linear, left top, left bottom, from(#656565), to(#949494));
background-image: -webkit-linear-gradient(top, #656565, #949494);
background-image: -moz-linear-gradient(top, #656565, #949494);
background-image: -ms-linear-gradient(top, #656565, #949494);
background-image: -o-linear-gradient(top, #656565, #949494);
background-image: linear-gradient(to bottom, #656565, #949494);
text-decoration: none;
}
umc-link.button:active{
background: #296a90;
}



/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {

	.header-2{
		font-size: 18px;
		}

	#presswrap {
		margin: 0 auto;
    	width: 80%;
	}
	form > div {
    	margin: 0 0 15px 0;
  	}
	form > div > label,
	legend {
		width: 100%;
    	float: none;
    	margin: 0 0 5px 0;
  	}
	form > div > div,
	form > div > fieldset > div {
    	width: 100%;
    	float: none;
  	}
	.form50 form > div > label,
	legend {
		width: 100%;
	}
	.form50 form > div > div,
	form > div > fieldset > div {
  		width: 100%;
	}
	input[type=text],
	input[type=email],
	input[type=url],
	input[type=password],
	textarea,
	select {
    	width: 100%;
  	}
	#saveForm {
		margin-left:40%;
	}
	.col {
			margin: 1% 0;
	}
	.span_1_of_3 {
	display: block;
	width: 100%;
}
}

@media only screen and (max-width: 912px) {
    .mobile-table {
        width: 75%;
    }
	.input_text{
		width: 125px;
	}
}


td p, td .text{
	text-align:center;
}

td h3{
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}

.submit, button{
	padding: 5px !important;
    cursor: pointer !important;
    width: 140px !important;		/* Incremented to 140 beacuse some ESP content wont fit, previous value 125px */
    font-weight: 100 !important;
	margin-bottom: 20px;
}

.submit:hover, button:hover{
	background: #cacaca !important;
	color: black !important;

}

/*MOBILE RESPONSIVENESS CSS  */

@media screen and (min-width: 578px){
#pay-installments-mobile, .mobile-display {
		display:none;
	}
}


@media only screen and (max-width: 768px) {
	.cabin-type{
		display:inline-block;
		width:100% !important;
		padding: .857em 0;
	}

	/* STEP 3 - BOOKING ENGINE */
	#pay-installments-column{
		display:none;
	}
	#pay-installments-mobile{
		display:table-cell;
	}
	#header{
	    margin-top: -50px;
	}

}


/* COUNTDOWN CSS */
@media screen and (max-width: 595px ){
	#time-label, #defaultCountdown{
		display:inline-block;
		width:100% !important;
		margin:auto;
		text-align:center !important;
	}
	#presswrap {
		margin: 0 auto;
    	width: 80%;
	}
	form > div {
    	margin: 0 0 15px 0;
  	}
	form > div > label,
	legend {
		width: 100%;
    	float: none;
    	margin: 0 0 5px 0;
  	}
	form > div > div,
	form > div > fieldset > div {
    	width: 100%;
    	float: none;
  	}
	input[type=text],
	input[type=email],
	input[type=url],
	input[type=password],
	textarea,
	select {
    	width: 100% !important;
  	}
	#saveForm {
		margin-left:40%;
	}
	
	#login_umc > div > div,
	form > div > fieldset > div {
    	float: none;
		margin: auto;
    	display: block;
  	}
}

#review-booking-table tr td:first-child {
	width:50%;
	text-align:right;
}


@media screen and (max-width: 560px){
	#info-table-mobile, .mobile-display {
		display:block !important;
	}

	#info-table-mobile td input[type=text]{
		margin-top:-15px;
	}


	#info-table tr td:first-child, #info-table-mobile tbody  {
	text-align:left;
	width:100%;
	}

	#CITIZENSHIP, #COUNTRY{
	width: 180px;
	}

	form > div > label,
	legend {
  	text-align:justify;
  }
  	.umc-label{
  	margin-left: 10px;
  	}
	
	#login_umc > div > label,
	legend {
  		text-align: center;
		margin: auto;
		display: block;
		width: 75% !important;
  	}

	#info-table tr th:last-child, table tr .price-pax-title {
		display: table-cell !important;
	}

	#info-table tr th:last-child, table tr td:last-child{
		border-right: 0;
		text-align: right;
		width: 100%;
		display: block;
	}

	#info-table tr td:first-child, #info-table-mobile tbody{
		text-align: left;
		width: 100%;
		display: block;
	}

}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {

 #deck_container{
	 width:90%;
	 max-width:825px;
	 margin:0 auto;
	 }

 #leftfloat {
	 float:left;
	 width:39%;
	 max-width:300px;
	 text-align:center;
 }
  #rightfloat {
	 float:right;
	 width:50%;
	 max-width:474px;
 }

}
@media (min-width: 1200px) {
  form > div > label,
	legend {
  	text-align: right;
  }
}


/* Print Page */
@media print
{
    #header {
        display: none !important;
    }
	#mainContent {
		width: 100%;
    	margin-left: 0 none;
	}
	.title-page-umc {
        display: none !important;
    }
}


/* CABIN'S TABLE */

  .cabinSlect table {
    width: 90%;
    margin:0;
    padding:0;
    border-spacing: 0;
  }

  .cabinSlect table tr {
    /*suite-plans 1px solid #ddd;*/
    padding: 5px;
  }

  .cabinSlect table tr a {
   	margin: auto;
	text-align:center;
  }

  .cabinSlect table th, .cabinSlect table td {
    padding: 0;
    text-align: center;
	border-radius: 0 !important;
  }

  .cabinSlect table th {
    text-transform: capitalize;
    font-size: 12px;
    letter-spacing: 1px;
	margin:0px;
	padding: 0.5em 0;
	vertical-align: bottom;

  }
	.fourcol table th {
	padding: 0.5em 2em !important;
	}

  .cabinSlect table th p{
	  margin:0px;
  }
  .cabinSlect table th h3{
  	font-size: 14px;
	margin:0px;
  }
  .selector, .checker, .radio, .uploader {
	  display:-moz-inline-box;
	  display:inline-block;
	  vertical-align:middle;
	  }

  @media screen and (max-width: 845px) {
	.title-cabin{
		margin-bottom: 25px;
		text-align: center !important;
		background: rgba(51, 51, 51, 1);
		font-size: 14px !important;
		font-weight: bold;
		display: block !important;
		width: 70%;
		padding: 5px 1px;
	}

    .cabinSlect table {
	  width: 70%;
    }

    .cabinSlect table thead {
      display: none;
    }

    .cabinSlect table tr {
      margin-bottom: 10px;
      display: block;
      border: 1px solid #ddd
    }

    .cabinSlect table td {
      display: block;
      text-align: right;
      font-size: 13px;
    }

	.cabinSlect table tr td a {
    background: none !important;
    color: red !important;
    text-decoration: underline !important;
	text-align:right !important;
	}

    .cabinSlect table td:last-child {
      border-bottom: 0;
    }

    .cabinSlect table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }

	.various{
		margin: auto !important;
		margin-right: 2% !important;
		width: 175px !important;
	}
  }

#suite-table tr th{
	font-size: 9px;
}

@media screen and (max-width: 520px) {
	.cabinSlect table {
	  width: 92%;
    }

	.various{
		width: 100px !important;
	}
}

@media screen and (max-width: 420px) {
	#review tr td{
		width: 110%;
   		display: block;
	}

	#review tr td:nth-child(2){
		 margin-top: -18px;
	}

}

/* FOR SINGLE CABINS*/
.four-columns{
	width: 10%;
}


/* FOOTER */

.rights{
  font-size: .9em;
  margin-top: 15px;
}


/*Custom MENU CSS  */

#nav-list-umc{
	max-height: none !important;
}

.mingomegamenu-menu>li:hover>a{
	color:red !important;
}

/*GENERAL LI */

.box-umc{
   border-bottom: 5px solid black;
   box-shadow: 0px -4px 7px 1px #4e4e4e;
}

#mingomegamenu{
    background: black;
	margin-top: 5px;
    margin-bottom: 15px;
	border: 2px inset;
}

.mingomegamenu-menu>li>a{
	color: white;
}

.mingomegamenu-menu li .indicator{
	font-size: 11px;
    position: relative;
    top: -1px;
}

 @-moz-document url-prefix()  {
    .mingomegamenu-menu li .indicator{
        top: -5px !important;
    }
}


.mingomegamenu-menu>li>.megamenu{
	background: #000000;
	border: 2px inset;
    border-top: none;
}

.wpml-ls-flag{
	vertical-align:initial;
}

/*grid wrapper */

.grid-wrapper{
	color: #a9a9a9;
	background-color: transparent;
	cursor:pointer;
}

.grid-wrapper a{
	color: #a9a9a9;
	-webkit-transition: none;
	text-decoration:none;
}

.grid-wrapper:hover{
	color: red;
	-webkit-transition: none;
	text-decoration:none;
}

.grid-wrapper center{
	text-align: left;
	font-size: 11.7px;
	-webkit-transition: none;
}

.grid-wrapper center::before{
	content: "•";
	margin-right: 5px;
}

#home:hover{
	box-shadow: 7px 0px 8px 1px #4e4e4e;
}

.arrow{
	content: "\f0d7";
}

@media (max-width: 768px){
#event_icon{
	margin-left: 5%;
    margin-right: -1.5%;
}

.mingomegamenu-responsive .showhide{
	top: 0px !important;
}

.mingomegamenu-responsive .mingomegamenu-menu li .indicator{
	border: none !important;
	top: 10px !important;
}

#nav-list-umc{
	overflow: visible;
}

.mingomegamenu-responsive .mingomegamenu-menu>li>.megamenu{
	border: none !important;
}

.mingomegamenu-responsive .mingomegamenu-menu>li>a{
	border-bottom: solid 1px #333;
}

.umc-block i{
 margin-right: 5px;
    margin-left: 15px;
}

.mingomegamenu-menu>li>a>i{
margin: 0 5px 0 17px;
}

.grid-wrapper center:hover{
	color:red;
	text-decoration:none !important;

}

a:hover{
	text-decoration:none !important;
}
}

#event_icon{
    font-family: myFirstFont;
	position: relative;
    left: -2%;
}


@media (min-width: 769px) {
	#nav-list-umc{
	max-height: none !important;
	width: 108%;	
    margin-left: -4%;
	}
	#mingomegamenu{
		 width: 100%;
	}

	.mingomegamenu, .mingomegamenu-menu>li{
		min-height: 46px;
		margin-top: 0px;
		text-align:center;
		width: 12.45%;
	}

	.mingomegamenu-menu>li>a{
		display: block;
		top: 0px;
   		padding: 15px 0px;
		font-size: 11.7px;
    	font-weight: normal;
	}
	.mingomegamenu-menu>li>a>i{
		font-size: 11.7px !important;
	}

	.mingomegamenu-menu>li>.megamenu{
		top: 46px;
		box-shadow: 0px -11px 7px -9px #4e4e4e;
		border-top: none;
	}

	.mingomegamenu-menu{
		min-height: 0px;
	}

	/*ICONS */

		#home-icon{
			left: 25%;
			position:relative;
		}
	/*Booking */
		#booking-icon{
			position: relative;
			left: -4%;
		}
		#booking a .indicator{
			left:42%;
		}
	/*Artist*/

		#artist-icon{
			position: relative;
			left: 16%;
			margin-left: 5%;
		}
	/*Ship*/
		#ship-icon{
			position: relative;
			left: -3%;
			margin-left: -12%;
		}
		#ship a .indicator{
			left:39%;
		}
	/*EVENT */
		#event_icon{
			position: absolute;
			left: 3.5%;
			width: 13px;
			top: 13px;
		}
		#event a .indicator{
			position: relative;
    		    left: 41%;
   				 top: -1px;
		}


	/*faq*/
		#faq-icon{
			 position: relative;
			left: 28%;
		}
	/*MORE */
		#more-icon{
			position: relative;
   			 left: -4%;
		}
		#more a .indicator{
			position: relative;
    		left: 28%;
		}
		#home-umc:hover{
		box-shadow: 4px 0px 7px 2px #4e4e4e;
		}



	/*HOVER JS */

.umc-box:hover{
	z-index:10;
	box-shadow: 0px 2px 7px 5px #4e4e4e ;

}

.umc-block{
	display:inline-block;
	width:100%;
	 margin-bottom: -12px;
}
/*
.umc-block-hover{
	z-index: 99999999 !important;
    border-bottom: black 19px solid !important;
    margin-bottom: -34px !important;
}
*/
#nav-list-umc li a:hover{
	color:red;
	font-weight:bold;
	text-decoration:none;
}

.hover-sub-menu{
 	box-shadow: 0px 2px 7px 5px #4e4e4e ;
 	color:red !important;
 	font-weight:bold !important;
}
}


@media (max-width: 861px) and (min-width: 769px){

	.mingomegamenu-menu>li>.megamenu{
		top: 92px;
		width: 100.6%;
		left: -0.3%;
	}


	.mingomegamenu, .mingomegamenu-menu>li{
		width: 25%;
	}

			/*ICONS */
		#home-icon{
			left: 32%;
			position:relative;
		}
			/*Booking */
			#booking-icon{
				position: relative;
				left: -4% !important;
			}
			#booking a .indicator{
				left:30%;
			}
		#artist-icon{
			position: relative;
			left: 28%;
		}
			/*Ship*/
			#ship-icon{
				position: relative;
				left: -2%;
			}
			#ship a .indicator{
				position: relative;
				left:25%;
			}
			/*EVENT */
			#event_icon{
				position: absolute;
				left: 14%;
				width: 15px;
				top: 13px;
			}
			#event a .indicator{
				position: relative;
				left:31%;
				top:-1px;
			}
		#faq-icon{
			 position: relative;
			left: 35%;
		}
			/*MORE */
			#more-icon{
				position: relative;
				 left: -2%;
			}
			#more a .indicator{
				position: relative;
				left: 20%;
			}

	/*list */
	#home a:hover{
	box-shadow: 0px 2px 7px 5px #4e4e4e ;
	}

}



.mingomegamenu-menu>li>.megamenu{	
	width: calc(100% + 4px);
	width: -webkit-calc(100% + 4px);
	width: -moz-calc(100% + 4px);
	left: -2px;

}

/*. COLUMNS FOR LANGUAGE SELECT SCREEN */

.umc-textbox{
    height: 22px;
}

#lead-table tr td:first-child{
    text-align:right;
}

#lead-table .input_text{
    height: 22px;
}

/*  SECTIONS  */
.languages {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*.languages > div {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    box-sizing: border-box;
    text-align: center;
}*/

/*  COLUMN SETUP  */
.col {
    display: block;
    float:left;
    margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

.col img{
    margin: 0 10px;
}

/*  GROUPING  */
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF THREE */
.span_3_of_3 {
    width: 100%;
}
.span_2_of_3 {
    width: 66.1%;
}
.span_1_of_3 {
    width: 32.2%;
}

.button-image{
	border: none;
  background: none;
	padding: 0 !important;
	width: auto !important;
}

.button-image:hover{
	border: none;
  background: none !important	;
}

.button-booking{
	display: inline-block;
	margin: auto;
text-align: center;
}

.button_link_umc{
	display: inline-block;
    padding: .327em .618em;
    border: 0;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
    font-family: inherit;
    cursor: pointer;
    overflow: visible;
    width: auto;
    line-height: 1.618em;
    -webkit-appearance: none;
    -webkit-border-radius: 0.146em;
    border-radius: 0.146em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #FDFDFD;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#B1B1B1));
    background-image: -webkit-linear-gradient(top, #FDFDFD, #B1B1B1);
    background-image: -moz-linear-gradient(top, #FDFDFD, #B1B1B1);
    background-image: -ms-linear-gradient(top, #FDFDFD, #B1B1B1);
    background-image: -o-linear-gradient(top, #FDFDFD, #B1B1B1);
    background-image: linear-gradient(to bottom, #FDFDFD, #B1B1B1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
	font-weight: bold !important;
}

.button_link_umc:hover{
	color: #FF0000 !important;
	text-shadow: 0.2px 0.2px 0.2px #000000 !important;
	background-color: #656565 !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#656565), to(#949494));
	background-image: -webkit-linear-gradient(top, #656565, #949494) !important;
	background-image: -moz-linear-gradient(top, #656565, #949494) !important;
	background-image: -ms-linear-gradient(top, #656565, #949494) !important;
	background-image: -o-linear-gradient(top, #656565, #949494) !important;
	background-image: linear-gradient(to bottom, #656565, #949494) !important;
	text-decoration: none !important;
}

@-moz-document url-prefix() {
    #btn1_step1{
		margin-right: -10px !important;
	}
}



.cabin_subtitle{
	background-color: #333333;
    display: block;
    padding: 5px 2px;
    font-weight: bold;
	text-align:center;
	 width: 100%;
    font-size: 10.5px;
}
@media screen and (max-width: 845px) {
	.cabin_subtitle{
		width: auto;	
	}
}


.navigation-fixed{
    height:60px;
    z-index:170;
    margin:0 auto;
    width:100%;
    position:fixed;
    top:0;
    left:0;
    right:0;
    text-align: center;
}

#footer {		
	width: calc(100%);
    width: -webkit-calc(100%);
    width: -moz-calc(100%);
    margin: auto;
    padding: 0em 0 1.53em;
    background: #000;
    border-top: 2px inset #d7d7d7;
    border-left: 2px inset #d7d7d7;
    border-right: 2px inset #d7d7d7;		
}

.loader-cabin{
	padding: 30px;
	border: inset 4px;
	background: black;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: red;
	display: none;
	position: fixed;
	width: 500px;
	height: 250px;
	top: 50%;
	left: 50%;
	margin-top: -150px; 
	margin-left: -250px; 
	z-index: 99999;
}

.loader-cabin img{
	display: block;
	margin: auto;
}

.blur-element {
	filter: blur(4px);
	-webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);   
}


