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

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

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

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

ul.cm-small-circle li:nth-child(1):hover .cm-description{ 
  opacity: 1;
  background-image: url(../manuel-antonio/images/round-menu/Deportes-Acuaticos.png);
}

/* 2ND MENU LINK Excursiones-de-Rafting FULL SCREEN + TABLET ==================== */
ul.cm-small-circle li:nth-child(2){ 
  top: -77px;
  left: 290px;
}

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

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

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

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

/* 3RD MENU LINK Excursiones-de-Snorkel FULL SCREEN + TABLET ==================== */
ul.cm-small-circle li:nth-child(3){ 
  top: 55px;
  left: 387px;
}

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

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

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

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


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

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

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

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

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

/* 5TH MENU LINK Excursiones-Todo-Terreno FULL SCREEN + TABLET ==================== */
ul.cm-small-circle li:nth-child(5){ 
  top: 353px;
  left: 290px;
}

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

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

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

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

/* 6TH MENU LINK Paseos-en-Barco FULL SCREEN + TABLET ==================== */
ul.cm-small-circle li:nth-child(6){ 
  top: 351px;
  left: -240px;
}

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

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

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

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

/* 7TH MENU LINK Paseos-en-Caballo FULL SCREEN + TABLET ==================== */
ul.cm-small-circle li:nth-child(7){ 
  top: 220px;
  left: -335px;
}

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

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

ul.cm-small-circle li:nth-child(7) .cm-description {
  left: 325px;
  top: -280px;
}

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

/* 8TH MENU LINK Pesca-Deportiva FULL SCREEN + TABLET ==================== */
ul.cm-small-circle li:nth-child(8){ 
  top: 58px;
  left: -335px;
}

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

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

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

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

/* 9TH MENU LINK Excursiones-de-Tirolesa-Canyoning-Rapel FULL SCREEN + TABLET ==================== */
ul.cm-small-circle li:nth-child(9){ 
  top: -76px;
  left: -237px;
}

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

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

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

ul.cm-small-circle li:nth-child(9):hover .cm-description{ 
  opacity: 1;
  background-image: url(../manuel-antonio/images/round-menu/Excursiones-de-Tirolesa-Canyoning-Rapel.png);
}

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

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

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

ul.cm-small-circle li:nth-child(10) .cm-description {
  top: -490px;
  left: -35px;
}

ul.cm-small-circle li:nth-child(10):hover .cm-description{ 
  opacity: 1;
  background-image: url(../manuel-antonio/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;
	height: 320px;
  } 
  
   /* 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 ATV_Offroad_Tours High-end Windows Phone Width 768 ==================== */
ul.cm-small-circle li:nth-child(1){ 
  top: -70px;
  left: 16px;
}

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

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

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

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

/* 2ND MENU LINK Boat_Tours High-end Windows Phone Width 768 ==================== */
ul.cm-small-circle li:nth-child(2){ 
  top: -39px;
  left: 184px;
}

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 7TH MENU LINK Sport_Fishing_Tours High-end Windows Phone Width 768 ==================== */
ul.cm-small-circle li:nth-child(7){ 
  top: 143px;
  left: -207px;
}

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

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

ul.cm-small-circle li:nth-child(7) .cm-description {
  left: 207px;
  top: -165px;
}

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

/* 8TH MENU LINK Surfing_Watersports_Tours High-end Windows Phone Width 768 ==================== */
ul.cm-small-circle li:nth-child(8){ 
  top: 44px;
  left: -208px;
}

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

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

ul.cm-small-circle li:nth-child(8) .cm-description {
  left: 207px;
  top: -66px;
}

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

/* 9TH MENU LINK Whitewater_Rafting_Tours High-end Windows Phone Width 768 ==================== */
ul.cm-small-circle li:nth-child(9){ 
  top: -36px;
  left: -147px;
}

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

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

ul.cm-small-circle li:nth-child(9) .cm-description {
  left: 146px;
  top: 14px;
}

ul.cm-small-circle li:nth-child(9):hover .cm-description{ 
  opacity: 1;
  background-image: url(../manuel-antonio/images/round-menu/Excursiones-de-Tirolesa-Canyoning-Rapel-210.png);
}

/* 10TH MENU LINK Transportacion High-end Windows Phone Width 768 ==================== */
ul.cm-small-circle li:nth-child(10){ 
  top: 260px;
  left: 18px;
}

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

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

ul.cm-small-circle li:nth-child(10) .cm-description {
  top: -282px;
  left: -19px;
}

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

}
 
/* Small Tablet Size: 600x800 (Portrait) */
@media (max-width: 640px) { 
  .cm-container {
    width: 640px;
	height: 320px;
  }  
  
   /* 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 ATV_Offroad_Tours Small Tablet Size: 600x800 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(1){ 
  top: -70px;
  left: 16px;
}

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

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

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

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

/* 2ND MENU LINK Boat_Tours Small Tablet Size: 600x800 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(2){ 
  top: -39px;
  left: 184px;
}

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

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

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

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

/* 3RD MENU LINK Canopy_Canyoning_Rappel_Tours Small Tablet Size: 600x800 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(3){ 
  top: 42px;
  left: 243px;
}

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

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

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

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


/* 4TH MENU LINK Horseback_Tours Small Tablet Size: 600x800 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(4){ 
  top: 143px;
  left: 246px;
}

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

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

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

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

/* 5TH MENU LINK Nature_Eco_Tours Small Tablet Size: 600x800 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(5){ 
  top: 227px;
  left: 185px;
}

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

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

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

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

/* 6TH MENU LINK Snorkeling_Tours Small Tablet Size: 600x800 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(6){ 
  top: 226px;
  left: -148px;
}

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

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

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

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

/* 7TH MENU LINK Sport_Fishing_Tours Small Tablet Size: 600x800 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(7){ 
  top: 143px;
  left: -207px;
}

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

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

ul.cm-small-circle li:nth-child(7) .cm-description {
  left: 207px;
  top: -165px;
}

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

/* 8TH MENU LINK Surfing_Watersports_Tours Small Tablet Size: 600x800 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(8){ 
  top: 44px;
  left: -208px;
}

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

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

ul.cm-small-circle li:nth-child(8) .cm-description {
  left: 207px;
  top: -66px;
}

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

/* 9TH MENU LINK Whitewater_Rafting_Tours Small Tablet Size: 600x800 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(9){ 
  top: -36px;
  left: -147px;
}

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

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

ul.cm-small-circle li:nth-child(9) .cm-description {
  left: 146px;
  top: 14px;
}

ul.cm-small-circle li:nth-child(9):hover .cm-description{ 
  opacity: 1;
  background-image: url(../manuel-antonio/images/round-menu/Excursiones-de-Tirolesa-Canyoning-Rapel-210.png);
}

/* 10TH MENU LINK Transportacion Small Tablet Size: 600x800 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(10){ 
  top: 260px;
  left: 18px;
}

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

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

ul.cm-small-circle li:nth-child(10) .cm-description {
  top: -282px;
  left: -19px;
}

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

}

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

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

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

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

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

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

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

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

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

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

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

/* Mobile (e.g. Apple iPhone) Size: 320x480 (Portrait) */
@media (max-width: 320px) { 
  /* Container */
  .cm-container {
    width: 328px;
	height: 280px;
  }  
  
  /* 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 ATV_Offroad_Tours Apple iPhone 5 Size: 640 (Portrait) ==================== */
  ul.cm-small-circle li:nth-child(1){ 
  top: -200px;
  left: -110px;
  }

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

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

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

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

  /* 6TH MENU LINK Snorkeling_Tours Apple iPhone 5 Size: 640 (Portrait) ==================== */
  ul.cm-small-circle li:nth-child(6){ 
  top: 0px;
  left: -110px;
  }
  
/* 7TH MENU LINK Sport_Fishing_Tours Apple iPhone 5 Size: 640 (Portrait) ==================== */
  ul.cm-small-circle li:nth-child(7){ 
  top: 40px;
  left: -110px;
  }
  
 /* 8TH MENU LINK Surfing_Watersports_Tours Apple iPhone 5 Size: 640 (Portrait) ==================== */
  ul.cm-small-circle li:nth-child(8){ 
  top: 80px;
  left: -110px;
  }
  
 /* 9TH MENU LINK Whitewater_Rafting_Tours Apple iPhone 5 Size: 640 (Portrait) ==================== */
  ul.cm-small-circle li:nth-child(9){ 
  top: 120px;
  left: -110px;
  }
  
/* 10TH MENU LINK Transportacion Apple iPhone 5 Size: 640 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(10){ 
  top: 160px;
  left: -110px;
}
}

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