/* CSS Document */
.crossfade-panama-home > figure {
  animation: imageAnimation 30s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: -2;
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) { 
.crossfade-panama-home > figure:nth-child(1) { background-image: url('https://www.panama.tcct-test.com/images/backgrounds/background_00-575.jpg'); }
.crossfade-panama-home > figure:nth-child(2) { animation-delay: 6s; background-image: url('https://www.panama.tcct-test.com/images/backgrounds/background_01-575.jpg');}
.crossfade-panama-home > figure:nth-child(3) { animation-delay: 12s; background-image: url('https://www.panama.tcct-test.com/images/backgrounds/background_02-575.jpg');}
.crossfade-panama-home > figure:nth-child(4) { animation-delay: 18s; background-image: url('https://www.panama.tcct-test.com/images/backgrounds/background_00-575.jpg');}
.crossfade-panama-home > figure:nth-child(5) { animation-delay: 24s; background-image: url('https://www.panama.tcct-test.com/images/backgrounds/background_02-575.jpg');}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
.crossfade-panama-home > figure:nth-child(1) { background-image: url('https://www.panama.tcct-test.com/images/backgrounds/background_00-768.jpg'); }
.crossfade-panama-home > figure:nth-child(2) { animation-delay: 6s; background-image: url('https://www.panama.tcct-test.com/images/backgrounds/background_01-768.jpg');}
.crossfade-panama-home > figure:nth-child(3) { animation-delay: 12s; background-image: url('https://www.panama.tcct-test.com/images/backgrounds/background_02-768.jpg');}
.crossfade-panama-home > figure:nth-child(4) { animation-delay: 18s; background-image: url('https://www.panama.tcct-test.com/images/backgrounds/background_00-768.jpg');}
.crossfade-panama-home > figure:nth-child(5) { animation-delay: 24s; background-image: url('https://www.panama.tcct-test.com/images/backgrounds/background_02-768.jpg');}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
.crossfade-panama-home > figure:nth-child(1) { background-image: url('https://www.panama.tcct-test.com/images/backgrounds/background_00-991.jpg'); }
.crossfade-panama-home > figure:nth-child(2) { animation-delay: 6s; background-image: url('https://www.panama.tcct-test.com/images/backgrounds/background_01-991.jpg');}
.crossfade-panama-home > figure:nth-child(3) { animation-delay: 12s; background-image: url('https://www.panama.tcct-test.com/images/backgrounds/background_02-991.jpg');}
.crossfade-panama-home > figure:nth-child(4) { animation-delay: 18s; background-image: url('https://www.panama.tcct-test.com/images/backgrounds/background_00-991.jpg');}
.crossfade-panama-home > figure:nth-child(5) { animation-delay: 24s; background-image: url('https://www.panama.tcct-test.com/images/backgrounds/background_02-991.jpg');}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
.crossfade-panama-home > figure:nth-child(1) { background-image: url('https://www.panama.tcct-test.com/images/backgrounds/background_00-1191.jpg'); }
.crossfade-panama-home > figure:nth-child(2) { animation-delay: 6s; background-image: url('https://www.panama.tcct-test.com/images/backgrounds/background_01-1191.jpg');}
.crossfade-panama-home > figure:nth-child(3) { animation-delay: 12s; background-image: url('https://www.panama.tcct-test.com/images/backgrounds/background_02-1191.jpg');}
.crossfade-panama-home > figure:nth-child(4) { animation-delay: 18s; background-image: url('https://www.panama.tcct-test.com/images/backgrounds/background_00-1191.jpg');}
.crossfade-panama-home > figure:nth-child(5) { animation-delay: 24s; background-image: url('https://www.panama.tcct-test.com/images/backgrounds/background_02-1191.jpg');}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.crossfade-panama-home > figure:nth-child(1) { background-image: url('https://www.panama.tcct-test.com/images/backgrounds/background_00.jpg'); }
.crossfade-panama-home > figure:nth-child(2) { animation-delay: 6s; background-image: url('https://www.panama.tcct-test.com/images/backgrounds/background_01.jpg');}
.crossfade-panama-home > figure:nth-child(3) { animation-delay: 12s; background-image: url('https://www.panama.tcct-test.com/images/backgrounds/background_02.jpg');}
.crossfade-panama-home > figure:nth-child(4) { animation-delay: 18s; background-image: url('https://www.panama.tcct-test.com/images/backgrounds/background_00.jpg');}
.crossfade-panama-home > figure:nth-child(5) { animation-delay: 24s; background-image: url('https://www.panama.tcct-test.com/images/backgrounds/background_02.jpg');}	
}

 @keyframes 
imageAnimation {  0% {animation-timing-function: ease-in; opacity: 0;}
 8% {animation-timing-function: ease-out; opacity: 1;}
 17% { opacity: 1}
 25% { opacity: 0}
 100% { opacity: 0}
}

/* Large desktop min-width: 1200px* 402  /

/* Circle Menu(cm) Container */
.cm-container {
  width: 960px;
  margin: 0 auto;
}

/* Large Circle */
.cm-large-circle {
  position: relative;
  margin: 215px auto;
  width: 350px;
  height: 350px;
  background: rgba(0, 0, 0, .6);
  border: 8px solid rgb(255, 255, 255);
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  box-shadow: 0 0 13px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 0 13px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 13px rgba(0,0,0,.1);
  -ms-box-shadow: 0 0 13px rgba(0,0,0,.1);
  -o-box-shadow: 0 0 13px rgba(0,0,0,.1);
}

/* Dashed Inner Border */
.cm-large-circle:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  border: 1px dashed white;
  width: 340px;
  height: 340px;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
}

/* 11 Small Circles */
ul.cm-small-circle {
  list-style: none;
}

ul.cm-small-circle li {
  position: absolute;
  width: 275px;
  height: 55px;
  background: rgba(0, 0, 0, 0.6);
  border: 3px solid rgb(255, 255, 255);
  border-radius: 500px;
  text-align: center;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  -ms-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  -o-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
}

/* Logo */
ul.cm-small-circle li.logo{
	position: absolute;
	text-align: center;
	top: -4px;
	left: -4px;
	padding: 52px 50px 54px 50px;
	font-size: 25px;
	color: #fff;
	z-index: 2;
	text-shadow: 0 1px 0 rgb(100, 100, 100);
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	transition: all 100ms ease-out;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	background-image: url(../images/Panama2.png);
	width: 342px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 342px;
		
}
/* Hide The Logo, When Each Menu Link Is Hovered */
ul.cm-small-circle li:hover ~ li.logo{
  opacity: 0;
}
ul.cm-small-circle li.logo:hover{
	background-image: url(../images/logo_menu.jpg);
	background-repeat: no-repeat;
	background-position: -5px -5px;
	border: 3px solid rgba(0, 0, 0, 0.6);
}

ul.cm-small-circle li:hover{
  background: rgb(255, 255, 255);
  border: 3px solid rgba(0, 0, 0, 0.6);
}

ul.cm-small-circle li.one{
	line-height: 50px;
}

/* Icon */
ul.cm-small-circle li a{
	text-decoration: none;
	color: gainsboro;
	line-height: 25px;
	padding: 0px 10px;
	font-size: 25px;
	text-align: center;
	font-family: armalite;
}


ul.cm-small-circle li:hover a{
  color: rgb(80,80,80);
}

/* Big Circle Texts */
ul.cm-small-circle li .cm-description {
  position: relative;
  opacity: 0;
  width: 340px;
  height: 340px;
  padding: 30px 0;
  text-align: center;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  box-sizing:border-box;
  -moz-box-sizing:border-box; /* Firefox */
  -webkit-box-sizing:border-box; /* Safari */
  transition: all 500ms ease-in;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in;
  -ms-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
}

ul.cm-small-circle .cm-description h2{
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

ul.cm-small-circle .cm-description p{
  color: rgb(220, 220, 220);
  font-size: 16px;
  line-height:normal;
  padding: 0 50px;
}

/* Overall Styles For Arrow */
ul.cm-small-circle li div.arrow { 
  position: absolute;
  top: 33px;
  width: 0;
  height: 0;
  z-index: -1;
  opacity: 0;
  border-left: 65px solid rgb(255, 255, 255);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  transition: all 800ms;
  -webkit-transition: all 800ms;
  -moz-transition: all 800ms;
  -ms-transition: all 800ms;
  -o-transition: all 800ms;
}
/* 1ST MENU LINK Bocas Del Toro FULL SCREEN + TABLET ==================== */
ul.cm-small-circle li:nth-child(1){ 
  top: -131px;
  left: 24px;
}

ul.cm-small-circle li:nth-child(1) div.arrow { 
  -webkit-transform: rotate(90deg) translate(12px, -107px);
  -moz-transform: rotate(90deg) translate(12px, -107px);
  -ms-transform: rotate(90deg) translate(12px, -107px);
  -o-transform: rotate(90deg) translate(12px, -107px);
  transform: rotate(90deg) translate(12px, -107px);
}

ul.cm-small-circle li:nth-child(1):hover div.arrow { 
  -webkit-transform: rotate(90deg) translate(22px, -107px);
  -moz-transform: rotate(90deg) translate(22px, -107px);
  -ms-transform: rotate(90deg) translate(22px, -107px);
  -o-transform: rotate(90deg) translate(22px, -107px);
  transform: rotate(90deg) translate(22px, -107px);
  opacity: 1;
}

ul.cm-small-circle li:nth-child(1) .cm-description {
  top: 71px;
  left: -34px;
}

ul.cm-small-circle li:nth-child(1):hover .cm-description{ 
  opacity: 1;
  background-image: url(../images/Bocas_Del_Toro.png);

}

/* 2ND MENU LINK Boquete, Chiriqui Highlands FULL SCREEN + TABLET ==================== */
ul.cm-small-circle li:nth-child(2){ 
  top: 5px;
  left: 373px;
}

ul.cm-small-circle li:nth-child(2) div.arrow { 
  -webkit-transform: rotate(150deg) translate(24px, 22px);
  -moz-transform: rotate(150deg) translate(24px, 22px);
  -ms-transform: rotate(150deg) translate(24px, 22px);
  -o-transform: rotate(150deg) translate(24px, 22px);
  transform: rotate(150deg) translate(24px, 22px);
}

ul.cm-small-circle li:nth-child(2):hover div.arrow { 
  -webkit-transform: rotate(150deg) translate(34px, 22px);
  -moz-transform: rotate(150deg) translate(34px, 22px);
  -ms-transform: rotate(150deg) translate(34px, 22px);
  -o-transform: rotate(150deg) translate(34px, 22px);
  transform: rotate(150deg) translate(34px, 22px);
  opacity: 1;
}

ul.cm-small-circle li:nth-child(2) .cm-description {
  left: -382px;
  top: -65px;
}

ul.cm-small-circle li:nth-child(2):hover .cm-description{ 
  opacity: 1;
  background-image: url(../images/Boquete_Chiriqui_Highlands.png);
}

/* 3RD MENU LINK Overnight Tours FULL SCREEN + TABLET ==================== */
ul.cm-small-circle li:nth-child(3){ 
  top: 273px;
  left: 373px;
}

ul.cm-small-circle li:nth-child(3) div.arrow { 
  transform: rotate(210deg) translate(46px, 16px);
  -webkit-transform: rotate(210deg) translate(46px, 16px);
  -moz-transform: rotate(210deg) translate(46px, 16px);
  -ms-transform: rotate(210deg) translate(46px, 16px);
  -o-transform: rotate(210deg) translate(46px, 16px);
}

ul.cm-small-circle li:nth-child(3):hover div.arrow { 
  transform: rotate(210deg) translate(56px, 16px);
  -webkit-transform: rotate(210deg) translate(56px, 16px);
  -moz-transform: rotate(210deg) translate(56px, 16px);
  -ms-transform: rotate(210deg) translate(56px, 16px);
  -o-transform: rotate(210deg) translate(56px, 16px);
  opacity: 1;
}

ul.cm-small-circle li:nth-child(3) .cm-description {
  left: -382px;
  top: -333px;
}

ul.cm-small-circle li:nth-child(3):hover .cm-description{ 
  opacity: 1;
  background-image: url(../images/Overnight_Tours.png);
}

/* 4TH MENU LINK Panama Canal, Panama City FULL SCREEN + TABLET ==================== */
ul.cm-small-circle li:nth-child(4){ 
  top: 274px;
  left: -318px;
}

ul.cm-small-circle li:nth-child(4) div.arrow { 
  transform: rotate(330deg) translate(230px, 90px);
  -webkit-transform: rotate(330deg) translate(230px, 90px);
  -moz-transform: rotate(330deg) translate(230px, 90px);
  -ms-transform: rotate(330deg) translate(230px, 90px);
  -o-transform: rotate(330deg) translate(230px, 90px);
}

ul.cm-small-circle li:nth-child(4):hover div.arrow { 
  transform: rotate(330deg) translate(240px, 90px);
  -webkit-transform: rotate(330deg) translate(240px, 90px);
  -moz-transform: rotate(330deg) translate(240px, 90px);
  -ms-transform: rotate(330deg) translate(240px, 90px);
  -o-transform: rotate(330deg) translate(240px, 90px);
  opacity: 1;
}

ul.cm-small-circle li:nth-child(4) .cm-description {
  left: 309px;
  top: -334px;
}

ul.cm-small-circle li:nth-child(4):hover .cm-description{ 
  opacity: 1;
  background-image: url(../images/Panama_City.png);
}


/* 5TH MENU LINK San Blas Islands FULL SCREEN + TABLET ==================== */
ul.cm-small-circle li:nth-child(5){ 
  top: 6px;
  left: -318px;
}

ul.cm-small-circle li:nth-child(5) div.arrow { 
  transform: rotate(30deg) translate(207px, -130px);
  -webkit-transform: rotate(30deg) translate(207px, -130px);
  -moz-transform: rotate(30deg) translate(207px, -130px);
  -ms-transform: rotate(30deg) translate(207px, -130px);
  -o-transform: rotate(30deg) translate(207px, -130px);
}

ul.cm-small-circle li:nth-child(5):hover div.arrow { 
  transform: rotate(30deg) translate(217px, -130px);
  -webkit-transform: rotate(30deg) translate(217px, -130px);
  -moz-transform: rotate(30deg) translate(217px, -130px);
  -ms-transform: rotate(30deg) translate(217px, -130px);
  -o-transform: rotate(30deg) translate(217px, -130px);
  opacity: 1;
}

ul.cm-small-circle li:nth-child(5) .cm-description {
  left: 309px;
  top: -65px;
}

ul.cm-small-circle li:nth-child(5):hover .cm-description{ 
  opacity: 1;
  background-image: url(../images/San_Blas_Islands.png);
}

/* 6TH MENU LINK TRANSPORTATION FULL SCREEN + TABLET ==================== */
ul.cm-small-circle li:nth-child(6){ 
  top: 409px;
  left: 25px;;
}

ul.cm-small-circle li:nth-child(6) div.arrow { 
  transform: rotate(-90deg) translate(54px, 108px);
  -webkit-transform: rotate(-90deg) translate(54px, 108px);
  -moz-transform: rotate(-90deg) translate(54px, 108px);
  -ms-transform: rotate(-90deg) translate(54px, 108px);
  -o-transform: rotate(-90deg) translate(54px, 108px);
}

ul.cm-small-circle li:nth-child(6):hover div.arrow { 
  transform: rotate(-90deg) translate(64px, 108px);
  -webkit-transform: rotate(-90deg) translate(64px, 108px);
  -moz-transform: rotate(-90deg) translate(64px, 108px);
  -ms-transform: rotate(-90deg) translate(64px, 108px);
  -o-transform: rotate(-90deg) translate(64px, 108px);
  opacity: 1;
}

ul.cm-small-circle li:nth-child(6) .cm-description {
  top: -468px;
  left: -34px;
}

ul.cm-small-circle li:nth-child(6):hover .cm-description{ 
  opacity: 1;
  background-image: url(../images/Transportation.png);
}



/* Media - Responsive Settings ========================= */

/*------------------------------------------------------------------------------------------------------- Large desktop */
@media (min-width: 1200px) { 
  
}
 
/*------------------------------------------------------------------------------------------------------- Tablet (e.g. Apple iPad 2-3rd, mini) */
@media (min-width: 769px) and (max-width: 979px) {
  .cm-container {
    width: 769px;
  }
}
 
/*------------------------------------------------------------------------------------------------------- High-end Windows Phone Width 768 */
@media (max-width: 768px) { 
  .cm-container {
    width: 768px;
  }

/* Large Circle */
.cm-large-circle {
  position: relative;
  margin: 215px auto;
  width: 285px;
  height: 285px;
  background: rgba(0, 0, 0, .6);
  border: 1px solid rgb(255, 255, 255);
}

/* Dashed Inner Border */
.cm-large-circle:before {
  left: 4px;
  top: 4px;
  border: 1px dashed white;
  width: 275px;
  height: 275px;
}

/* 11 Small Circles */
ul.cm-small-circle {
  list-style: none;
}

ul.cm-small-circle li {
  width: 230px;
  height: 40px;
  
  border: 3px solid rgb(255, 255, 255);
}

/* Logo */
ul.cm-small-circle li.logo{
	position: absolute;
	text-align: center;
	top: 6px;
	left: 6px;
	padding: 52px 50px 54px 50px;
	font-size: 20px;
	color: #fff;
	z-index: 599;
	text-shadow: 0 1px 0 rgb(100, 100, 100);
	transition: all 100ms ease-out;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	background-image: url(../images/Panama2-290.png);
	width: 270px;
	background-repeat: no-repeat;
	background-position: -10px -20px;
	height: 270px;
}

ul.cm-small-circle li.logo:hover{
	background-image: url(../images/logo_menu-290.jpg);
	background-position: -5px -6px;
	border: 3px solid rgba(0, 0, 0, 0.6);
}

ul.cm-small-circle li:hover{
  background: rgb(255, 255, 255);
  border: 3px solid rgba(0, 0, 0, 0.6);
}

ul.cm-small-circle li.one{
	line-height: 30px;
}

/* Icon */
ul.cm-small-circle li a{
	line-height: 20px;
	padding: 0px 0px;
	font-size: 14px;
}


ul.cm-small-circle li:hover a{
  color: rgb(80,80,80);
}

/* Big Circle Texts */
ul.cm-small-circle li .cm-description {
  width: 278px;
  height: 278px;
  padding: 15px 0;
}

ul.cm-small-circle .cm-description h2{
	font-size: 22px;
}

ul.cm-small-circle .cm-description p{
  font-size: 12px;
  padding: 0 25px;
}

/* Overall Styles For Arrow */
ul.cm-small-circle li div.arrow { 
  border-left: 40px solid rgb(255, 255, 255);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}


/* 1ST MENU LINK ARENAL High-end Windows Phone Width 768 ==================== */
ul.cm-small-circle li:nth-child(1){ 
  top: -55px;
  left: 30px;
}

ul.cm-small-circle li:nth-child(1) div.arrow { 
  transform: rotate(90deg) translate(6px, -60px);
  -webkit-transform: rotate(90deg) translate(6px, -60px);
  -moz-transform: rotate(90deg) translate(6px, -60px);
  -ms-transform: rotate(90deg) translate(6px, -60px);
  -o-transform: rotate(90deg) translate(6px, -60px);
}

ul.cm-small-circle li:nth-child(1):hover div.arrow { 
  transform: rotate(90deg) translate(16px, -60px);
  -webkit-transform: rotate(90deg) translate(16px, -60px);
  -moz-transform: rotate(90deg) translate(16px, -60px);
  -ms-transform: rotate(90deg) translate(16px, -60px);
  -o-transform: rotate(90deg) translate(16px, -60px);
  opacity: 1;
}

ul.cm-small-circle li:nth-child(1) .cm-description {
  top: 55px;
  left: -62px;
}

ul.cm-small-circle li:nth-child(1):hover .cm-description{ 
  opacity: 1;
  background-image: url(../images/ARENAL-285.png);
}

/* 2ST MENU LINK CORCOVADO High-end Windows Phone Width 768 ==================== */
ul.cm-small-circle li:nth-child(2){ 
  top: 28px;
  left: 275px;
}

ul.cm-small-circle li:nth-child(2) div.arrow { 
  transform: rotate(135deg) translate(13px, 14px);
  -webkit-transform: rotate(135deg) translate(13px, 14px);
  -moz-transform: rotate(135deg) translate(13px, 14px);
  -ms-transform: rotate(135deg) translate(13px, 14px);
  -o-transform: rotate(135deg) translate(13px, 14px);
}

ul.cm-small-circle li:nth-child(2):hover div.arrow { 
  transform: rotate(135deg) translate(23px, 14px);
  -webkit-transform: rotate(135deg) translate(23px, 14px);
  -moz-transform: rotate(135deg) translate(23px, 14px);
  -ms-transform: rotate(135deg) translate(23px, 14px);
  -o-transform: rotate(135deg) translate(23px, 14px);
  opacity: 1;
}

ul.cm-small-circle li:nth-child(2) .cm-description {
  left: -270px;
  top: -4px;
}

ul.cm-small-circle li:nth-child(2):hover .cm-description{ 
  opacity: 1;
  background-image: url(../images/CORCOVADO-285.png);
}

/* 3RD MENU LINK CRUISE SHIPS High-end Windows Phone Width 768 ==================== */
ul.cm-small-circle li:nth-child(3){ 
  top: 210px;
  left: 275px;
}

ul.cm-small-circle li:nth-child(3) div.arrow { 
  transform: rotate(155deg) translate(20px, 22px);
  -webkit-transform: rotate(155deg) translate(20px, 22px);
  -moz-transform: rotate(155deg) translate(20px, 22px);
  -ms-transform: rotate(155deg) translate(20px, 22px);
  -o-transform: rotate(155deg) translate(20px, 22px);
}

ul.cm-small-circle li:nth-child(3):hover div.arrow { 
  transform: rotate(155deg) translate(30px, 22px);
  -webkit-transform: rotate(155deg) translate(30px, 22px);

  -moz-transform: rotate(155deg) translate(30px, 22px);
  -ms-transform: rotate(155deg) translate(30px, 22px);
  -o-transform: rotate(155deg) translate(30px, 22px);
  opacity: 1;
}

ul.cm-small-circle li:nth-child(3) .cm-description {
  left: -317px;
  top: -68px;
}

ul.cm-small-circle li:nth-child(3):hover .cm-description{ 
  opacity: 1;
  background-image: url(../images/CRUISE_SHIPS-285.png);
}

/* 4TH MENU LINK DOMINICAL-UVITA High-end Windows Phone Width 768 ==================== */
ul.cm-small-circle li:nth-child(4){ 
  top: 210px;
  left: -220px;
}

ul.cm-small-circle li:nth-child(4) div.arrow { 
  transform: rotate(152deg) translate(7px, 23px);
  -webkit-transform: rotate(173deg) translate(7px, 23px);
  -moz-transform: rotate(152deg) translate(7px, 23px);
  -ms-transform: rotate(152deg) translate(7px, 23px);
  -o-transform: rotate(152deg) translate(7px, 23px);
}

ul.cm-small-circle li:nth-child(4):hover div.arrow { 
  transform: rotate(152deg) translate(32px, 23px);
  -webkit-transform: rotate(173deg) translate(32px, 23px);
  -moz-transform: rotate(152deg) translate(32px, 23px);
  -ms-transform: rotate(152deg) translate(32px, 23px);
  -o-transform: rotate(152deg) translate(32px, 23px);
  opacity: 1;
}

ul.cm-small-circle li:nth-child(4) .cm-description {
  left: -332px;
  top: -130px;
}

ul.cm-small-circle li:nth-child(4):hover .cm-description{ 
  opacity: 1;
  background-image: url(../images/DOMINICAL-285.png);
}


/* 5TH MENU LINK JACO High-end Windows Phone Width 768 ==================== */
ul.cm-small-circle li:nth-child(5){ 
  top: 28px;
  left: -220px;
}

ul.cm-small-circle li:nth-child(5) div.arrow { 
  transform: rotate(190deg) translate(30px, 20px);
  -webkit-transform: rotate(190deg) translate(30px, 20px);
  -moz-transform: rotate(190deg) translate(30px, 20px);
  -ms-transform: rotate(190deg) translate(30px, 20px);
  -o-transform: rotate(190deg) translate(30px, 20px);
}

ul.cm-small-circle li:nth-child(5):hover div.arrow { 
  transform: rotate(190deg) translate(40px, 20px);
  -webkit-transform: rotate(190deg) translate(40px, 20px);
  -moz-transform: rotate(190deg) translate(40px, 20px);
  -ms-transform: rotate(190deg) translate(40px, 20px);
  -o-transform: rotate(190deg) translate(40px, 20px);
  opacity: 1;
}

ul.cm-small-circle li:nth-child(5) .cm-description {
  left: -332px;
  top: -185px;
}

ul.cm-small-circle li:nth-child(5):hover .cm-description{ 
  opacity: 1;
  background-image: url(../images/JACO-285.png);
}

/* 6TH MENU LINK MANUEL-ANTONIO High-end Windows Phone Width 768 ==================== */
ul.cm-small-circle li:nth-child(6){ 
  top: 300px;
  left: 30px;
}

ul.cm-small-circle li:nth-child(6) div.arrow { 
  transform: rotate(210deg) translate(39px, 20px);
  -webkit-transform: rotate(210deg) translate(39px, 20px);
  -moz-transform: rotate(210deg) translate(39px, 20px);
  -ms-transform: rotate(210deg) translate(39px, 20px);
  -o-transform: rotate(210deg) translate(39px, 20px);
}

ul.cm-small-circle li:nth-child(6):hover div.arrow { 
  transform: rotate(210deg) translate(49px, 20px);
  -webkit-transform: rotate(210deg) translate(49px, 20px);
  -moz-transform: rotate(210deg) translate(49px, 20px);
  -ms-transform: rotate(210deg) translate(49px, 20px);
  -o-transform: rotate(210deg) translate(49px, 20px);
  opacity: 1;
}

ul.cm-small-circle li:nth-child(6) .cm-description {
  top: -247px;
  left: -312px;
}

ul.cm-small-circle li:nth-child(6):hover .cm-description{ 
  opacity: 1;
  background-image: url(../images/MANUEL-ANTONIO-285.png);
}


/*--------------------------------------------------------------------------------------------- Apple iPhone 5 Size: 640 (Portrait) */
@media(max-width: 640px) { 
  .cm-container {
    width: 640px;
  }  
  
/* Large Circle */
.cm-large-circle {
  position: relative;
  margin: 215px auto;
  width: 285px;
  height: 285px;
  background: rgba(0, 0, 0, .6);
  border: 1px solid rgb(255, 255, 255);
}

/* Dashed Inner Border */
.cm-large-circle:before {
  left: 4px;
  top: 4px;
  border: 1px dashed white;
  width: 275px;
  height: 275px;
}

/* 11 Small Circles */
ul.cm-small-circle {
  list-style: none;
}

ul.cm-small-circle li {
  width: 175px;
  height: 40px;
  
  border: 3px solid rgb(255, 255, 255);
}

/* Logo */
ul.cm-small-circle li.logo{
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0px;
	padding: 52px 50px 54px 50px;
	font-size: 20px;
	color: #fff;
	z-index: 599;
	text-shadow: 0 1px 0 rgb(100, 100, 100);
	transition: all 100ms ease-out;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	background-image: url(../images/Panama2-290.png);
	width: 180px;
	background-repeat: no-repeat;
	background-position: -5px -5px;
	height: 175px;
}

ul.cm-small-circle li.logo:hover{
	background-image: url(../images/logo_menu-290.jpg);
	background-position: -5px -6px;
	border: 3px solid rgba(0, 0, 0, 0.6);
}

ul.cm-small-circle li:hover{
  background: rgb(255, 255, 255);
  border: 3px solid rgba(0, 0, 0, 0.6);
}

ul.cm-small-circle li.one{
	line-height: 30px;
}

/* Icon */
ul.cm-small-circle li a{
	line-height: 5px;
	padding: 0px 10px;
	font-size: 14px;
}


ul.cm-small-circle li:hover a{
  color: rgb(80,80,80);
}

/* Big Circle Texts */
ul.cm-small-circle li .cm-description {
  width: 278px;
  height: 278px;
  padding: 15px 0;
}

ul.cm-small-circle .cm-description h2{
	font-size: 22px;
}

ul.cm-small-circle .cm-description p{
  font-size: 12px;
  padding: 0 25px;
}

/* Overall Styles For Arrow */
ul.cm-small-circle li div.arrow { 
  border-left: 40px solid rgb(255, 255, 255);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}


/* 1ST MENU LINK ARENAL Apple iPhone 5 Size: 640 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(1){ 
  top: -95px;
  left: 60px;
}

ul.cm-small-circle li:nth-child(1) div.arrow { 
  transform: rotate(90deg) translate(6px, -60px);
  -webkit-transform: rotate(90deg) translate(6px, -60px);
  -moz-transform: rotate(90deg) translate(6px, -60px);
  -ms-transform: rotate(90deg) translate(6px, -60px);
  -o-transform: rotate(90deg) translate(6px, -60px);
}

ul.cm-small-circle li:nth-child(1):hover div.arrow { 
  transform: rotate(90deg) translate(16px, -60px);
  -webkit-transform: rotate(90deg) translate(16px, -60px);
  -moz-transform: rotate(90deg) translate(16px, -60px);
  -ms-transform: rotate(90deg) translate(16px, -60px);
  -o-transform: rotate(90deg) translate(16px, -60px);
  opacity: 1;
}

ul.cm-small-circle li:nth-child(1) .cm-description {
  top: 55px;
  left: -62px;
}

ul.cm-small-circle li:nth-child(1):hover .cm-description{ 
  opacity: 1;
  background-image: url(../images/ARENAL-285.png);
}

/* 2ST MENU LINK CORCOVADO Apple iPhone 5 Size: 640 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(2){ 
  top: -35px;
  left: 268px;
}

ul.cm-small-circle li:nth-child(2) div.arrow { 
  transform: rotate(135deg) translate(13px, 14px);
  -webkit-transform: rotate(135deg) translate(13px, 14px);
  -moz-transform: rotate(135deg) translate(13px, 14px);
  -ms-transform: rotate(135deg) translate(13px, 14px);
  -o-transform: rotate(135deg) translate(13px, 14px);
}

ul.cm-small-circle li:nth-child(2):hover div.arrow { 
  transform: rotate(135deg) translate(23px, 14px);
  -webkit-transform: rotate(135deg) translate(23px, 14px);
  -moz-transform: rotate(135deg) translate(23px, 14px);
  -ms-transform: rotate(135deg) translate(23px, 14px);
  -o-transform: rotate(135deg) translate(23px, 14px);
  opacity: 1;
}

ul.cm-small-circle li:nth-child(2) .cm-description {
  left: -270px;
  top: -4px;
}

ul.cm-small-circle li:nth-child(2):hover .cm-description{ 
  opacity: 1;
  background-image: url(../images/CORCOVADO-285.png);
}

/* 3RD MENU LINK CRUISE SHIPS Apple iPhone 5 Size: 640 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(3){ 
  top: 28px;
  left: 315px;
}

ul.cm-small-circle li:nth-child(3) div.arrow { 
  transform: rotate(155deg) translate(20px, 22px);
  -webkit-transform: rotate(155deg) translate(20px, 22px);
  -moz-transform: rotate(155deg) translate(20px, 22px);
  -ms-transform: rotate(155deg) translate(20px, 22px);
  -o-transform: rotate(155deg) translate(20px, 22px);
}

ul.cm-small-circle li:nth-child(3):hover div.arrow { 
  transform: rotate(155deg) translate(30px, 22px);
  -webkit-transform: rotate(155deg) translate(30px, 22px);
  -moz-transform: rotate(155deg) translate(30px, 22px);
  -ms-transform: rotate(155deg) translate(30px, 22px);
  -o-transform: rotate(155deg) translate(30px, 22px);
  opacity: 1;
}

ul.cm-small-circle li:nth-child(3) .cm-description {
  left: -317px;
  top: -68px;
}

ul.cm-small-circle li:nth-child(3):hover .cm-description{ 
  opacity: 1;
  background-image: url(../images/CRUISE_SHIPS-285.png);
}

/* 4TH MENU LINK DOMINICAL-UVITA Apple iPhone 5 Size: 640 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(4){ 
  top: 90px;
  left: 330px;
}

ul.cm-small-circle li:nth-child(4) div.arrow { 
  transform: rotate(152deg) translate(7px, 23px);
  -webkit-transform: rotate(173deg) translate(7px, 23px);
  -moz-transform: rotate(152deg) translate(7px, 23px);
  -ms-transform: rotate(152deg) translate(7px, 23px);
  -o-transform: rotate(152deg) translate(7px, 23px);
}

ul.cm-small-circle li:nth-child(4):hover div.arrow { 
  transform: rotate(152deg) translate(32px, 23px);
  -webkit-transform: rotate(173deg) translate(32px, 23px);
  -moz-transform: rotate(152deg) translate(32px, 23px);
  -ms-transform: rotate(152deg) translate(32px, 23px);
  -o-transform: rotate(152deg) translate(32px, 23px);
  opacity: 1;
}

ul.cm-small-circle li:nth-child(4) .cm-description {
  left: -332px;
  top: -130px;
}

ul.cm-small-circle li:nth-child(4):hover .cm-description{ 
  opacity: 1;
  background-image: url(../images/DOMINICAL-285.png);
}


/* 5TH MENU LINK JACO High-end Apple iPhone 5 Size: 640 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(5){ 
  top: 153px;
  left: 330px;
}

ul.cm-small-circle li:nth-child(5) div.arrow { 
  transform: rotate(190deg) translate(30px, 20px);
  -webkit-transform: rotate(190deg) translate(30px, 20px);
  -moz-transform: rotate(190deg) translate(30px, 20px);
  -ms-transform: rotate(190deg) translate(30px, 20px);
  -o-transform: rotate(190deg) translate(30px, 20px);
}

ul.cm-small-circle li:nth-child(5):hover div.arrow { 
  transform: rotate(190deg) translate(40px, 20px);
  -webkit-transform: rotate(190deg) translate(40px, 20px);
  -moz-transform: rotate(190deg) translate(40px, 20px);
  -ms-transform: rotate(190deg) translate(40px, 20px);
  -o-transform: rotate(190deg) translate(40px, 20px);
  opacity: 1;
}

ul.cm-small-circle li:nth-child(5) .cm-description {
  left: -332px;
  top: -185px;
}

ul.cm-small-circle li:nth-child(5):hover .cm-description{ 
  opacity: 1;
  background-image: url(../images/JACO-285.png);
}

/* 6TH MENU LINK MANUEL-ANTONIO Apple iPhone 5 Size: 640 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(6){ 
  top: 215px;
  left: 310px;
}

ul.cm-small-circle li:nth-child(6) div.arrow { 
  transform: rotate(210deg) translate(39px, 20px);
  -webkit-transform: rotate(210deg) translate(39px, 20px);
  -moz-transform: rotate(210deg) translate(39px, 20px);
  -ms-transform: rotate(210deg) translate(39px, 20px);
  -o-transform: rotate(210deg) translate(39px, 20px);
}

ul.cm-small-circle li:nth-child(6):hover div.arrow { 
  transform: rotate(210deg) translate(49px, 20px);
  -webkit-transform: rotate(210deg) translate(49px, 20px);
  -moz-transform: rotate(210deg) translate(49px, 20px);
  -ms-transform: rotate(210deg) translate(49px, 20px);
  -o-transform: rotate(210deg) translate(49px, 20px);
  opacity: 1;
}

ul.cm-small-circle li:nth-child(6) .cm-description {
  top: -247px;
  left: -312px;
}

ul.cm-small-circle li:nth-child(6):hover .cm-description{ 
  opacity: 1;
  background-image: url(../images/MANUEL-ANTONIO-285.png);
}

}

/*--------------------------------------------------------------------------------------- Mobile (e.g. Apple iPhone) Size: 480x320 (Landscape) */
@media (max-width: 480px) { 
  .cm-container {
    width: 480px;
  }  

  /* Large Circle */
  .cm-large-circle {
    margin: 280px auto;
    width: 0px;
    height: 95px;
    border: 0px solid rgb(255, 255, 255);
  }

  /* Dashed Inner Border */
  .cm-large-circle:before {
    display:none
  }

  /* 11 Small Circles */
ul.cm-small-circle {
  list-style: none;
}

ul.cm-small-circle li {
  position: absolute;
  width: 290px;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid rgb(255, 255, 255);
  border-radius: 500px;
  text-align: center;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  -ms-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  -o-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
}

/* Logo */
ul.cm-small-circle li.logo{
	display:none
}

/* Hide The Logo, When Each Menu Link Is Hovered */
ul.cm-small-circle li:hover ~ li.logo{
  opacity: 0;
}

ul.cm-small-circle li:hover{
  background: rgb(255, 255, 255);
  border: 2px solid rgba(0, 0, 0, 0.6);
}

ul.cm-small-circle li.one{
	line-height: 35px;
}

/* Icon */
ul.cm-small-circle li a{
	text-decoration: none;
	color: gainsboro;
	line-height: 12px;
	padding: 0px 10px;
	font-size: 13px;
	text-align: center;
	font-family: armalite;
}


ul.cm-small-circle li:hover a{
  color: rgb(80,80,80);
}

/* Big Circle Texts */
ul.cm-small-circle li .cm-description {
  display:none
}

ul.cm-small-circle .cm-description h2{
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

ul.cm-small-circle .cm-description p{
  display:none
}

/* Overall Styles For Arrow */
ul.cm-small-circle li div.arrow { 
  display:none
}
  
  /* 1ST MENU LINK ARENAL SMALL SCREEN ==================== */
ul.cm-small-circle li:nth-child(1){ 
  top: -200px;
  left: -200px;
}

/* 2ST MENU LINK CORCOVADO SMALL SCREEN ==================== */
ul.cm-small-circle li:nth-child(2){ 
  top: -150px;
  left: -200px;
}

/* 3RD MENU LINK CRUISE SHIPS SMALL SCREEN ==================== */
ul.cm-small-circle li:nth-child(3){ 
  top: -100px;
  left: -200px;
}

/* 4TH MENU LINK DOMINICAL-UVITA SMALL SCREEN ==================== */
ul.cm-small-circle li:nth-child(4){ 
  top: -50px;
  left: -200px;
}

/* 5TH MENU LINK JACO SMALL SCREEN ==================== */
ul.cm-small-circle li:nth-child(5){ 
  top: 0px;
  left: -200px;
}

/* 6TH MENU LINK MANUEL-ANTONIO SMALL SCREEN ==================== */
ul.cm-small-circle li:nth-child(6){ 
  top: 50px;
  left: -200px;
}
}

/*--------------------------------------------------------------------------------------- Mobile (e.g. Apple iPhone) Size: 320x480 (Portrait) */
@media (max-width: 320px) { 
  /* Container */
  .cm-container {
    width: 320px;
  }  
  
/* Large Circle */
  .cm-large-circle {
    margin: 280px auto;
    width: 0px;
    height: 95px;
    border: 0px solid rgb(255, 255, 255);
  }

  /* Dashed Inner Border */
  .cm-large-circle:before {
    display:none
  }

  /* 11 Small Circles */
ul.cm-small-circle {
  list-style: none;
}

ul.cm-small-circle li {
  position: absolute;
  width: 235px;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid rgb(255, 255, 255);
  border-radius: 500px;
  text-align: center;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  -ms-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  -o-box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
}

/* Logo */
ul.cm-small-circle li.logo{
	display:none
}

/* Hide The Logo, When Each Menu Link Is Hovered */
ul.cm-small-circle li:hover ~ li.logo{
  opacity: 0;
}

ul.cm-small-circle li:hover{
  background: rgb(255, 255, 255);
  border: 2px solid rgba(0, 0, 0, 0.6);
}

ul.cm-small-circle li.one{
	line-height: 35px;
}

/* Icon */
ul.cm-small-circle li a{
	text-decoration: none;
	color: gainsboro;
	line-height: 12px;
	padding: 0px 10px;
	font-size: 13px;
	text-align: center;
	font-family: armalite;
}


ul.cm-small-circle li:hover a{
  color: rgb(80,80,80);
}

/* Big Circle Texts */
ul.cm-small-circle li .cm-description {
  display:none
}

ul.cm-small-circle .cm-description h2{
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

ul.cm-small-circle .cm-description p{
  display:none
}

/* Overall Styles For Arrow */
ul.cm-small-circle li div.arrow { 
  display:none
}
  
  /* 1ST MENU LINK ARENAL SMALL SCREEN ==================== */
ul.cm-small-circle li:nth-child(1){ 
  top: -200px;
  left: -115px;
}

/* 2ST MENU LINK CORCOVADO SMALL SCREEN ==================== */
ul.cm-small-circle li:nth-child(2){ 
  top: -150px;
  left: -115px;
}

/* 3RD MENU LINK CRUISE SHIPS SMALL SCREEN ==================== */
ul.cm-small-circle li:nth-child(3){ 
  top: -100px;
  left: -115px;
}

/* 4TH MENU LINK DOMINICAL-UVITA SMALL SCREEN ==================== */
ul.cm-small-circle li:nth-child(4){ 
  top: -50px;
  left: -115px;
}

/* 5TH MENU LINK JACO SMALL SCREEN ==================== */
ul.cm-small-circle li:nth-child(5){ 
  top: 0px;
  left: -115px;
}

/* 6TH MENU LINK MANUEL-ANTONIO SMALL SCREEN ==================== */
ul.cm-small-circle li:nth-child(6){ 
  top: 50px;
  left: -115px;
}
}