@font-face{font-family:'ProximaNova-Regular';
src:url("https://www.royalcaribbean.com/etc/designs/royal/fonts/ProximaNova-Regular.eot");
src:url("https://www.royalcaribbean.com/etc/designs/royal/fonts/ProximaNova-Regular.woff2") format("woff2"),url("https://www.royalcaribbean.com/etc/designs/royal/fonts/ProximaNova-Regular.woff") format("woff"),url("https://www.royalcaribbean.com/etc/designs/royal/fonts/ProximaNova-Regular.ttf") format("truetype"),url("fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg"),url("https://www.royalcaribbean.com/etc/designs/royal/fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype");font-weight:normal;font-style:normal;}


@font-face {
    font-family: 'Kapra';
    src: url('fonts/kapra-regular-webfont.eot');
    src: url('fonts/kapra-regular-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/kapra-regular-webfont.woff2') format('woff2'),url('fonts/kapra-regular-webfont.woff') format('woff'),url('fonts/kapra-regular-webfont.ttf') format('truetype'),url('fonts/kapra-regular-webfont-webfont.svg#kapraregular') format('svg');font-weight: normal;font-style: normal;}

body {
  font-family: 'ProximaNova-Regular';
  color: #15264C;
}

.space-lang {
  padding: 10px;
  color: #15264C;
}

.space-lang:hover {
  color: #005EDC;
}

.mdc-layout-grid__cell--span-2-desktop {
  display: inline;
}

.lang-int{
  padding-right: 54px;
  height: 20px;
  width: 162.93px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}


.lang-int-country a:visited,
#root a:hover,
#root a:link {
  color: #15264C;
}

#root a:visited {
    color: #15264C;
}

.regions {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;

  border-bottom-style: solid;
  color: #15264C;
  border-width: 1px
}

.dropbtn {
    color: #15264C;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:active {
  outline: none;
  border: none;
}

a.lang-int:visited {
  color: #15264C;
}

a.lang-int:hover {
  color: #005EDC;
}

.dropbtn:hover, .dropbtn:focus {
    text-decoration: underline;
}

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

.onclick-country {
	  margin: 0 0 1em 0;
}

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

.onclick-dropdown:focus {
	pointer-events: none;
}

.onclick-dropdown:focus .onclick-dropdown-content {
	opacity: 1;
	visibility: visible;
}

.onclick-dropdown-content {
	pointer-events: auto;
	position: absolute;
	z-index: 1;
	opacity: 0;
  visibility: hidden;
  transition: visibility 0.5s;
}

.onclick-dropdown.no-opacity .onclick-dropdown-content {
	opacity: 1 !important;
}

.onclick-dropdown {
	padding: 0;
	margin: 0 0 1em 0;
	outline: 0;
  cursor: pointer
}
.onclick-dropdown-content {
	background-color: white;
  /* box-shadow: 0px 3px 8px grey; */
	width: 80px;
  text-align: center;

  padding: 15px;
	margin-top: 9px;
	margin-left: 34px;
}

.onclick-dropdown-content li {
	list-style-type: none;
	white-space: nowrap;
}




@media screen and (max-width: 479px) {

    .mobileRegions {
      margin: 3%;
    }

    .onclick-dropdown {
      background-color: white;
      padding: 5% 0;
      min-width: 100%;
    }

    .onclick-dropdown-content {
      background-color: #f5f5f5;
      box-shadow: 0px 0px 0px white;
      width: 80px;
      text-align: center;
      padding: 15px;
      margin-top: 14px;
      margin-left: 0%;
      min-width: 88%;
    }

    .lang-int-drop{
      padding:7% 43%;
      margin: -6%;
    }

}


/* SEARCH DROPDOWN  */

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #ddd}

.show {display:block;}


/* AUTOCOMPLETE */

.easy-autocomplete{
  min-width: 760px;
}

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

input {
  background-color: #e6e6e68a;
  padding: 10px;
  font-size: 16px;
}

input:focus {
  outline:0;
}

input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
  color: darkgrey;

}

.rcl_universal_footer {
 display: none;
}

.rcl_universal_header {
  display: none;
}
