/* 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);
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
	 border-radius: 500px;
  -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);
	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;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
	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);
  text-align: center;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
	border-radius: 500px;
  -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);
	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);
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	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;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
	border-radius: 500px;
  -moz-box-sizing:border-box; /* Firefox */
  -webkit-box-sizing:border-box; /* Safari */
	box-sizing:border-box;
  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 Ciclismo-de-Montana FULL SCREEN + TABLET ==================== */
ul.cm-small-circle li:nth-child(1){ 
  top: -112px;
  left: 203px;
}

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

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

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

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

/* 2ST MENU LINK Conexiones-Inteligentes FULL SCREEN + TABLET ==================== */
ul.cm-small-circle li:nth-child(2){ 
  top: -36px;
  left: 334px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul.cm-small-circle li:nth-child(9) div.arrow { 
  -webkit-transform: rotate(327deg) translate(219px, 100px);
  -moz-transform: rotate(295deg) translate(219px, 185px);
  -ms-transform: rotate(295deg) translate(219px, 185px);
  -o-transform: rotate(295deg) translate(219px, 185px);
	transform: rotate(295deg) translate(219px, 185px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 12TH MENU LINK Servicios-de-Spa FULL SCREEN + TABLET ==================== */
ul.cm-small-circle li:nth-child(12){ 
  top: 36px;
  left: -324px;
}

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

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

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

ul.cm-small-circle li:nth-child(12):hover .cm-description{ 
  opacity: 1;
  background-image: url(../arenal/images/round-menu/Servicios-de-Spa.png);
}

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

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

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

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

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

/* 14TH MENU LINK Volcanes-Aguas-Termales FULL SCREEN + TABLET ==================== */
ul.cm-small-circle li:nth-child(14){ 
  top: -110px;
  left: -140px;
}

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

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

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

ul.cm-small-circle li:nth-child(14):hover .cm-description{ 
  opacity: 1;
  background-image: url(../arenal/images/round-menu/Volcanes-Aguas-Termales.png);
}

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

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

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

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

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



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

/* Large desktop */
@media (min-width: 1200px) { 
  
}
 
/* Tablet (e.g. Apple iPad 2-3rd, mini) */
@media (min-width: 769px) and (max-width: 979px) {
  .cm-container {
    width: 769px;
  }
}
 
/* High-end Windows Phone Width 768 */
@media (max-width: 768px) { 
  .cm-container {
    width: 768px;
  } 
  
   /* Large Circle */
  .cm-large-circle {
    margin: 57px auto;
    width: 215px;
    height: 215px;
    border: 1px solid rgb(255, 255, 255);
  }

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

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

ul.cm-small-circle li {
  position: absolute;
  width: 175px;
  height: 30px;
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid rgb(255, 255, 255);
  text-align: center;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
	border-radius: 500px;
  -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);
	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);
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease-out;
	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;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
	border-radius: 500px;
  -moz-box-sizing:border-box; /* Firefox */
  -webkit-box-sizing:border-box; /* Safari */
	box-sizing:border-box;
  -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;
	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 Ciclismo-de-Montana Apple iPhone 5 Size: 768 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(1){ 
  top: -70px;
  left: 128px;
}

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

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

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

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

/* 2ND MENU LINK Conexiones-Inteligentes Apple iPhone 5 Size: 768 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(2){ 
  top: -22px;
  left: 204px;
}

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

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

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

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

/* 3RD MENU LINK Deportes-Acuaticos Apple iPhone 5 Size: 768 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(3){ 
  top: 23px;
  left: 235px;
}

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

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

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

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


/* 4TH MENU LINK Excursiones-de-Rafting Apple iPhone 5 Size: 768 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(4){ 
  top: 66px;
  left: 250px;
}

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

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

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

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

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

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

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

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

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

/* 6TH MENU LINK Excursiones-Ecologicas Apple iPhone 5 Size: 768 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(6){ 
  top: 158px;
  left: 233px;
}

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

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

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

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

/* 7TH MENU LINK Excursiones-Todo-Terreno Apple iPhone 5 Size: 768 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(7){ 
  top: 208px;
  left: 205px;
}

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

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

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

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

/* 8TH MENU LINK Paseos-en-Barco Apple iPhone 5 Size: 768 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(8){ 
  top: 206px;
  left: -168px;
}

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

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

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

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

/* 9TH MENU LINK Paseos-en-Caballo Apple iPhone 5 Size: 768 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(9){ 
  top: 160px;
  left: -200px;
}

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

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

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

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

/* 10TH MENU LINK Pesca-Deportiva Apple iPhone 5 Size: 768 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(10){ 
  top: 115px;
  left: -215px;
}

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

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

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

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

/* 11TH MENU LINK Recorridos-Turisticos-y-Culturales Apple iPhone 5 Size: 768 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(11){ 
  top: 70px;
  left: -212px;
}

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

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

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

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

/* 12TH MENU LINK Servicios-de-Spa Apple iPhone 5 Size: 768 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(12){ 
  top: 20px;
  left: -198px;
}

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

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

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

ul.cm-small-circle li:nth-child(12):hover .cm-description{ 
  opacity: 1;
  background-image: url(../arenal/images/round-menu/Servicios-de-Spa-210.png);
}

/* 13TH MENU LINK Excursiones-de-Tirolesa-Canyoning-Rapel Apple iPhone 5 Size: 768 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(13){ 
  top: -22px;
  left: -169px;
}

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

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

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

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

/* 14TH MENU LINK Volcanes-Aguas-Termales Apple iPhone 5 Size: 768 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(14){ 
  top: -67px;
  left: -92px;
}

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

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

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

ul.cm-small-circle li:nth-child(14):hover .cm-description{ 
  opacity: 1;
  background-image: url(../arenal/images/round-menu/Volcanes-Aguas-Termales-210.png);
} 

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

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

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

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

ul.cm-small-circle li:nth-child(15):hover .cm-description{ 
  opacity: 1;
  background-image: url(../arenal/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);
  text-align: center;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
	border-radius: 500px;
  -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);
	box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
	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);
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease-out;
	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;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
	border-radius: 500px;
  -moz-box-sizing:border-box; /* Firefox */
  -webkit-box-sizing:border-box; /* Safari */
	box-sizing:border-box;
  -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;
	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 Ciclismo-de-Montana Apple iPhone 5 Size: 768 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(1){ 
  top: -70px;
  left: 128px;
}

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

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

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

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

/* 2ND MENU LINK Conexiones-Inteligentes Apple iPhone 5 Size: 768 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(2){ 
  top: -22px;
  left: 204px;
}

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

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

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

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

/* 3RD MENU LINK Deportes-Acuaticos Apple iPhone 5 Size: 768 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(3){ 
  top: 23px;
  left: 235px;
}

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

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

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

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


/* 4TH MENU LINK Excursiones-de-Rafting Apple iPhone 5 Size: 768 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(4){ 
  top: 66px;
  left: 250px;
}

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

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

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

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

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

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

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

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

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

/* 6TH MENU LINK Excursiones-Ecologicas Apple iPhone 5 Size: 768 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(6){ 
  top: 158px;
  left: 233px;
}

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

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

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

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

/* 7TH MENU LINK Excursiones-Todo-Terreno Apple iPhone 5 Size: 768 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(7){ 
  top: 208px;
  left: 205px;
}

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

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

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

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

/* 8TH MENU LINK Paseos-en-Barco Apple iPhone 5 Size: 768 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(8){ 
  top: 206px;
  left: -168px;
}

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

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

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

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

/* 9TH MENU LINK Paseos-en-Caballo Apple iPhone 5 Size: 768 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(9){ 
  top: 160px;
  left: -200px;
}

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

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

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

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

/* 10TH MENU LINK Pesca-Deportiva Apple iPhone 5 Size: 768 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(10){ 
  top: 115px;
  left: -215px;
}

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

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

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

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

/* 11TH MENU LINK Recorridos-Turisticos-y-Culturales Apple iPhone 5 Size: 768 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(11){ 
  top: 70px;
  left: -212px;
}

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

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

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

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

/* 12TH MENU LINK Servicios-de-Spa Apple iPhone 5 Size: 768 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(12){ 
  top: 20px;
  left: -198px;
}

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

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

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

ul.cm-small-circle li:nth-child(12):hover .cm-description{ 
  opacity: 1;
  background-image: url(../arenal/images/round-menu/Servicios-de-Spa-210.png);
}

/* 13TH MENU LINK Excursiones-de-Tirolesa-Canyoning-Rapel Apple iPhone 5 Size: 768 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(13){ 
  top: -22px;
  left: -169px;
}

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

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

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

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

/* 14TH MENU LINK Volcanes-Aguas-Termales Apple iPhone 5 Size: 768 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(14){ 
  top: -67px;
  left: -92px;
}

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

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

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

ul.cm-small-circle li:nth-child(14):hover .cm-description{ 
  opacity: 1;
  background-image: url(../arenal/images/round-menu/Volcanes-Aguas-Termales-210.png);
} 

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

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

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

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

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

}

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

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

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

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

ul.cm-small-circle li {
  position: absolute;
  width: 205px;
  height: 30px;
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid rgb(255, 255, 255);
  text-align: center;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
	border-radius: 500px;
  -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);
	box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
	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 ~ div.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: 480 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(1){ 
  top: -200px;
  left: -220px;
}

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

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

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

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

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

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

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

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

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

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

/* 12TH MENU LINK Volcano & Hot Springs Apple iPhone 5 Size: 480 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(12){ 
  top: 0px;
  left: 0px;
}

/* 13TH MENU LINK Whitewater Rafting Tours Apple iPhone 5 Size: 480 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(13){ 
  top: 40px;
  left: -220px;
}

/* 14TH MENU LINK Transportation Apple iPhone 5 Size: 480 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(14){ 
  top: 40px;
  left: 0px;
}
/* 14TH MENU LINK Transportation Apple iPhone 5 Size: 480 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(15){ 
  top: 80px;
  left: -220px;
}
}

/* Mobile (e.g. Apple iPhone) Size: 320x480 (Portrait) */
@media (max-width: 320px) { 
  /* Container */
  .cm-container {
    width: 328px;
	height: 320px;
  }  
  
  /* 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);
  text-align: center;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
	border-radius: 500px;
  -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);
	box-shadow: 0 0 13px rgba(0, 0, 0, .6);
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
	transition: all 500ms;
}

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

/* Hide The Logo, When Each Menu Link Is Hovered */
ul.cm-small-circle li:hover ~ div.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: 320 (Portrait) ==================== */
  ul.cm-small-circle li:nth-child(1){ 
  top: -200px;
  left: -110px;
  }

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

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

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

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

  /* 6TH MENU LINK Nature_Eco_Tours Apple iPhone 5 Size: 320 (Portrait) ==================== */
  ul.cm-small-circle li:nth-child(6){ 
  top: 0px;
  left: -110px;
  }
  
/* 7TH MENU LINK Sightseeing_Tours Apple iPhone 5 Size: 320 (Portrait) ==================== */
  ul.cm-small-circle li:nth-child(7){ 
  top: 40px;
  left: -110px;
  }
  
 /* 8TH MENU LINK Spa_Services Apple iPhone 5 Size: 320 (Portrait) ==================== */
  ul.cm-small-circle li:nth-child(8){ 
  top: 80px;
  left: -110px;
  }
  
 /* 9TH MENU LINK Sport_Fishing_Tours Apple iPhone 5 Size: 320 (Portrait) ==================== */
  ul.cm-small-circle li:nth-child(9){ 
  top: 120px;
  left: -110px;
  }
  
 /* 10TH MENU LINK Surfing_Tours Apple iPhone 5 Size: 320 (Portrait) ==================== */
  ul.cm-small-circle li:nth-child(10){ 
  top: 160px;
  left: -110px;
  }
 
/* 11TH MENU LINK Tortuguero_Tours Apple iPhone 5 Size: 320 (Portrait) ==================== */
  ul.cm-small-circle li:nth-child(11){ 
  top: 200px;
  left: -110px;
  }
  
/* 12TH MENU LINK Volcano_Tours Apple iPhone 5 Size: 320 (Portrait) ==================== */
  ul.cm-small-circle li:nth-child(12){ 
  top: 240px;
  left: -110px;
  }

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

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

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