/* 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 500ms ease-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-image: url(../images/Costa_Rica.png);
	width: 342px;
	background-repeat: no-repeat;
	background-position: -6px -8px;
	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.png);
	background-position: -9px -6px;
	border: 3px solid rgba(0, 0, 0, 0.6);
}

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

ul.cm-small-circle li.one{
	line-height: 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 Tortuguero-Tours FULL SCREEN + TABLET ==================== */
ul.cm-small-circle li:nth-child(1){ 
  top: -121px;
  left: 33px;
}

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

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

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

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




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

/* Large desktop */
@media (min-width: 1200px) { 
  
}
 
/* Tablet (e.g. Apple iPad 2-3rd, mini) */
@media (max-width: 768px) { 
  .cm-container {
    width: 768px;
  }
  
  /* Large Circle */
  .cm-large-circle {
    margin: 57px auto;
    width: 220px;
    height: 220px;
    border: 4px 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 div.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 500ms ease-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-image: url(../images/Costa_Rica-210.png);
	width: 218px;
	background-repeat: no-repeat;
	background-position: -2px 0px;
	height: 218px;
}

/* 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: 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: 25px 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 Tortuguero_Tours Apple iPhone 5 Size: 768 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(1){ 
  top: -75px;
  left: 18px;
}

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

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

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

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

/* Apple iPhone 5 Size: 320x568 (Portrait) */
@media(max-width: 640px) { 
  .cm-container {
    width: 640px;
  }  
  
   /* Large Circle */
  .cm-large-circle {
    margin: 57px auto;
    width: 220px;
    height: 220px;
    border: 4px 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 div.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 500ms ease-out;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	background-image: url(../images/Costa_Rica-210.png);
	width: 218px;
	background-repeat: no-repeat;
	background-position: -2px 0px;
	height: 218px;
}

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

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

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

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

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

}

/* Mobile (e.g. Apple iPhone) Size: 480x320 (Landscape) */
@media (max-width: 480px) { 
  .cm-container {
    width: 480px;
  }  
  /* Large Circle */
  .cm-large-circle {
    margin: 157px auto;
    width: 0px;
    height: 0px;
    border: 0px solid rgb(255, 255, 255);
  }

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

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

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

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

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

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