/* 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: 50px;
  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: 599;
	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/Costa_Rica2.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: 18px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}


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 Excursiones-Ecologicas FULL SCREEN + TABLET ==================== */
ul.cm-small-circle li:nth-child(1){ 
  top: -70px;
  left: 295px;
}

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

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

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

ul.cm-small-circle li:nth-child(1):hover .cm-description{ 
  opacity: 1;
  background-image: url(../corcovado/images/round-menu/Excursiones-Ecologicas.png);
}

/* 2ST MENU LINK Excursiones-de-Snorkel FULL SCREEN + TABLET ==================== */
ul.cm-small-circle li:nth-child(2){ 
  top: 225px;
  left: 390px;
}

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

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

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

ul.cm-small-circle li:nth-child(2):hover .cm-description{ 
  opacity: 1;
  background-image: url(../corcovado/images/round-menu/Excursiones-de-Snorkel.png);
}

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

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

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

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

ul.cm-small-circle li:nth-child(3):hover .cm-description{ 
  opacity: 1;
  background-image: url(../corcovado/images/round-menu/Paseos-en-Barco.png);
}

/* 4TH MENU LINK Sport_Fishing FULL SCREEN + TABLET ==================== */
ul.cm-small-circle li:nth-child(4){ 
  top: -70px;
  left: -237px;
}

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

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

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

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

/* 5TH MENU LINK Transportacion FULL SCREEN + TABLET ==================== */
ul.cm-small-circle li:nth-child(5){ 
  top: 410px;
  left: 30px;
}

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

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

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

ul.cm-small-circle li:nth-child(5):hover .cm-description{ 
  opacity: 1;
  background-image: url(../corcovado/images/round-menu/Transportacion.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 {
    margin: 57px auto;
    width: 215px;
    height: 215px;
    border: 1px solid rgb(255, 255, 255);
  }

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

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

ul.cm-small-circle li {
  position: absolute;
  width: 175px;
  height: 30px;
  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{
	position: absolute;
	text-align: center;
	top: 3px;
	left: 4px;
	padding: 52px 50px 54px 50px;
	font-size: 25px;
	color: #fff;
	z-index: 599;
	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/Costa_Rica2-210.png);
	width: 205px;
	background-repeat: no-repeat;
	background-position: -5px -5px;
	height: 205px;
}

/* Hide The Logo, When Each Menu Link Is Hovered */
ul.cm-small-circle li:hover ~ div.logo{
  opacity: 0;
}
ul.cm-small-circle li.logo:hover{
	background-image: url(../images/logo_menu-220.jpg);
	background-position: -11px -11px;
	border: 3px solid rgba(0, 0, 0, 0.6);
}

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: 16px;
}

/* Icon */
ul.cm-small-circle li a{
	text-decoration: none;
	color: gainsboro;
	line-height: 22px;
	padding: 0px 10px;
	font-size: 11px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}


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: 210px;
  height: 210px;
  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: 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 { 
  position: absolute;
  top: 8px;
  width: 0;
  height: 0;
  z-index: -1;
  opacity: 0;
  border-left: 30px solid rgb(255, 255, 255);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  transition: all 800ms;
  -webkit-transition: all 800ms;
  -moz-transition: all 800ms;
  -ms-transition: all 800ms;
  -o-transition: all 800ms;
}
  
/* 1ST MENU LINK Boat_Tours Apple iPhone 5 Size: 640 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(1){ 
  top: -24px;
  left: -155px;
}

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

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

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

ul.cm-small-circle li:nth-child(1):hover .cm-description{ 
  opacity: 1;
  background-image: url(../corcovado/images/round-menu/Excursiones-Ecologicas-210.png);
}

/* 2ND MENU LINK Nature_Eco_Tours Apple iPhone 5 Size: 640 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(2){ 
  top: -24px;
  left: 188px;
}

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

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

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

ul.cm-small-circle li:nth-child(2):hover .cm-description{ 
  opacity: 1;
  background-image: url(../corcovado/images/round-menu/Excursiones-de-Snorkel-210.png);
}

/* 3RD MENU LINK Paseos-en-Barco Apple iPhone 5 Size: 640 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(3){ 
  top: 151px;
  left: 233px;
}

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

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

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

ul.cm-small-circle li:nth-child(3):hover .cm-description{ 
  opacity: 1;
  background-image: url(../corcovado/images/round-menu/Paseos-en-Barco-210.png);
}


/* 4TH MENU LINK Pesca-Deportiva Apple iPhone 5 Size: 640 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(4){ 
  top: 151px;
  left: -195px;
}

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

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

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

ul.cm-small-circle li:nth-child(4):hover .cm-description{ 
  opacity: 1;
  background-image: url(../corcovado/images/round-menu/Pesca-Deportiva-210.png);
}

/* 5TH MENU LINK Transportacion Apple iPhone 5 Size: 640 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(5){ 
  top: 250px;
  left: 15px;
}

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

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

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

ul.cm-small-circle li:nth-child(5):hover .cm-description{ 
  opacity: 1;
  background-image: url(../corcovado/images/round-menu/Transportacion-210.png);
}
}
 
/* Small Tablet Size: 600x800 (Portrait) */
@media (max-width: 640px) { 
  .cm-container {
    width: 640px;
  } 
  
    /* Large Circle */
  .cm-large-circle {
    margin: 57px auto;
    width: 215px;
    height: 215px;
    border: 1px solid rgb(255, 255, 255);
  }

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

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

ul.cm-small-circle li {
  position: absolute;
  width: 175px;
  height: 30px;
  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{
	position: absolute;
	text-align: center;
	top: 3px;
	left: 4px;
	padding: 52px 50px 54px 50px;
	font-size: 25px;
	color: #fff;
	z-index: 599;
	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/Costa_Rica2-210.png);
	width: 205px;
	background-repeat: no-repeat;
	background-position: -5px -5px;
	height: 205px;
}

/* Hide The Logo, When Each Menu Link Is Hovered */
ul.cm-small-circle li:hover ~ div.logo{
  opacity: 0;
}
ul.cm-small-circle li.logo:hover{
	background-image: url(../images/logo_menu-220.jpg);
	background-position: -11px -11px;
	border: 3px solid rgba(0, 0, 0, 0.6);
}

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: 16px;
}

/* Icon */
ul.cm-small-circle li a{
	text-decoration: none;
	color: gainsboro;
	line-height: 22px;
	padding: 0px 10px;
	font-size: 11px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}


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: 210px;
  height: 210px;
  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: 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 { 
  position: absolute;
  top: 8px;
  width: 0;
  height: 0;
  z-index: -1;
  opacity: 0;
  border-left: 30px solid rgb(255, 255, 255);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  transition: all 800ms;
  -webkit-transition: all 800ms;
  -moz-transition: all 800ms;
  -ms-transition: all 800ms;
  -o-transition: all 800ms;
}
  
/* 1ST MENU LINK Boat_Tours Apple iPhone 5 Size: 640 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(1){ 
  top: -24px;
  left: -155px;
}

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

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

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

ul.cm-small-circle li:nth-child(1):hover .cm-description{ 
  opacity: 1;
  background-image: url(../corcovado/images/round-menu/Excursiones-Ecologicas-210.png);
}

/* 2ND MENU LINK Nature_Eco_Tours Apple iPhone 5 Size: 640 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(2){ 
  top: -24px;
  left: 188px;
}

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

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

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

ul.cm-small-circle li:nth-child(2):hover .cm-description{ 
  opacity: 1;
  background-image: url(../corcovado/images/round-menu/Excursiones-de-Snorkel-210.png);
}

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

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

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

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

ul.cm-small-circle li:nth-child(3):hover .cm-description{ 
  opacity: 1;
  background-image: url(../corcovado/images/round-menu/Paseos-en-Barco-210.png);
}


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

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

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

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

ul.cm-small-circle li:nth-child(4):hover .cm-description{ 
  opacity: 1;
  background-image: url(../corcovado/images/round-menu/Pesca-Deportiva-210.png);
}

/* 5TH MENU LINK Transportacion Apple iPhone 5 Size: 640 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(5){ 
  top: 250px;
  left: 15px;
}

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

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

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

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

/* Apple iPhone 5 Size: 320x568 (Portrait) */
@media(max-width: 480px) { 
  .cm-container {
    width: 480px;
  }  

  /* Large Circle */
  .cm-large-circle {
    margin: 157px auto;
    width: 0px;
    height: 0px;
    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: 205px;
  height: 30px;
  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: 16px;
}

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


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 Boat_Tours Apple iPhone 5 Size: 640 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(1){ 
  top: -200px;
  left: -220px;
}

/* 2ND MENU LINK Nature_Eco_Tours Apple iPhone 5 Size: 640 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(2){ 
  top: -200px;
  left: 0px;
}

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

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

/* 5TH MENU LINK Transportatin Apple iPhone 5 Size: 640 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(5){ 
  top: -120px;
  left: -220px;
}
}

/* Mobile (e.g. Apple iPhone) Size: 320x480 (Portrait) */
@media (max-width: 320px) { 
  /* Container */
  .cm-container {
    width: 328px;
	height: 50px;
  }  
  
  /* Large Circle */
  .cm-large-circle {
    margin: 107px auto;
    width: 0px;
    height: 0px;
    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: 205px;
  height: 30px;
  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: 16px;
}

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


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 Boat_Tours Apple iPhone 5 Size: 640 (Portrait) ==================== */
  ul.cm-small-circle li:nth-child(1){ 
  top: -200px;
  left: -110px;
  }

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

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

  /* 4TH MENU LINK Sport_Fishing_Tours Apple iPhone 5 Size: 640 (Portrait) ==================== */
  ul.cm-small-circle li:nth-child(4){ 
  top: -80px;
  left: -110px;
  }
  
  /* 5TH MENU LINK Transportacion Apple iPhone 5 Size: 640 (Portrait) ==================== */
  ul.cm-small-circle li:nth-child(5){ 
  top: -40px;
  left: -110px;
  }
}

background-image: url(../images/logo_menu-m.png);
	background-repeat: no-repeat;
	
	
