/* 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: -94px;
  left: -197px;
}

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

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

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

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

/* 2ND MENU LINK Excursiones-Todo-Terreno FULL SCREEN + TABLET ==================== */
ul.cm-small-circle li:nth-child(2){ 
  top: -96px;
  left: 250px;
}

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

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

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

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

/* 3RD MENU LINK Paseos-en-Barco FULL SCREEN + TABLET ==================== */
ul.cm-small-circle li:nth-child(3){ 
  top: 81px;
  left: 396px;
}

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

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

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

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


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

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

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

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

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

/* 5TH MENU LINK Recorridos-Turisticos-y-Culturales FULL SCREEN + TABLET ==================== */
ul.cm-small-circle li:nth-child(5){ 
  top: 305px;
  left: -290px;
}

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

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

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

ul.cm-small-circle li:nth-child(5):hover .cm-description{ 
  opacity: 1;
  background-image: url(../monteverde/images/round-menu/Recorridos-Turisticos-y-Culturales.png);
}

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

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

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

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

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

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

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

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

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

ul.cm-small-circle li:nth-child(7):hover .cm-description{ 
  opacity: 1;
  background-image: url(../monteverde/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: 340px;
  } 
  
   /* 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: 35px 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 Apple iPhone 5 Size: 640 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(1){ 
  top: -59px;
  left: -109px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul.cm-small-circle li:nth-child(7):hover .cm-description{ 
  opacity: 1;
  background-image: url(../monteverde/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: 35px 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 Apple iPhone 5 Size: 640 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(1){ 
  top: -59px;
  left: -109px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

  /* 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_Riding_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 Sightseeing_Cultural_Tours Apple iPhone 5 Size: 640 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(6){ 
  top: -120px;
  left: 0px;
}

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

/* Mobile (e.g. Apple iPhone) Size: 320x480 (Portrait) */
@media (max-width: 320px) { 
  /* Container */
  .cm-container {
    width: 328px;
	height: 210px;
  }  
  
  /* 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 Sightseeing_Cultural_Tours Apple iPhone 5 Size: 640 (Portrait) ==================== */
  ul.cm-small-circle li:nth-child(6){ 
  top: 0px;
  left: -110px;
  }
  
  /* 7TH MENU LINK Transportacion Apple iPhone 5 Size: 640 (Portrait) ==================== */
  ul.cm-small-circle li:nth-child(7){ 
  top: 40px;
  left: -110px;
}
}

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