/* CSS Document */
.crossfade-mexico-home > figure {
  animation: imageAnimation 30s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: -2;
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) { 
.crossfade-mexico-home > figure:nth-child(1) { background-image: url('https://www.mexico.tcct-test.com/images/backgrounds/background_00-575.jpg'); }
.crossfade-mexico-home > figure:nth-child(2) { animation-delay: 6s; background-image: url('https://www.mexico.tcct-test.com/images/backgrounds/background_01-575.jpg');}
.crossfade-mexico-home > figure:nth-child(3) { animation-delay: 12s; background-image: url('https://www.mexico.tcct-test.com/images/backgrounds/background_02-575.jpg');}
.crossfade-mexico-home > figure:nth-child(4) { animation-delay: 18s; background-image: url('https://www.mexico.tcct-test.com/images/backgrounds/background_00-575.jpg');}
.crossfade-mexico-home > figure:nth-child(5) { animation-delay: 24s; background-image: url('https://www.mexico.tcct-test.com/images/backgrounds/background_02-575.jpg');}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
.crossfade-mexico-home > figure:nth-child(1) { background-image: url('https://www.mexico.tcct-test.com/images/backgrounds/background_00-768.jpg'); }
.crossfade-mexico-home > figure:nth-child(2) { animation-delay: 6s; background-image: url('https://www.mexico.tcct-test.com/images/backgrounds/background_01-768.jpg');}
.crossfade-mexico-home > figure:nth-child(3) { animation-delay: 12s; background-image: url('https://www.mexico.tcct-test.com/images/backgrounds/background_02-768.jpg');}
.crossfade-mexico-home > figure:nth-child(4) { animation-delay: 18s; background-image: url('https://www.mexico.tcct-test.com/images/backgrounds/background_00-768.jpg');}
.crossfade-mexico-home > figure:nth-child(5) { animation-delay: 24s; background-image: url('https://www.mexico.tcct-test.com/images/backgrounds/background_02-768.jpg');}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
.crossfade-mexico-home > figure:nth-child(1) { background-image: url('https://www.mexico.tcct-test.com/images/backgrounds/background_00-991.jpg'); }
.crossfade-mexico-home > figure:nth-child(2) { animation-delay: 6s; background-image: url('https://www.mexico.tcct-test.com/images/backgrounds/background_01-991.jpg');}
.crossfade-mexico-home > figure:nth-child(3) { animation-delay: 12s; background-image: url('https://www.mexico.tcct-test.com/images/backgrounds/background_02-991.jpg');}
.crossfade-mexico-home > figure:nth-child(4) { animation-delay: 18s; background-image: url('https://www.mexico.tcct-test.com/images/backgrounds/background_00-991.jpg');}
.crossfade-mexico-home > figure:nth-child(5) { animation-delay: 24s; background-image: url('https://www.mexico.tcct-test.com/images/backgrounds/background_02-991.jpg');}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
.crossfade-mexico-home > figure:nth-child(1) { background-image: url('https://www.mexico.tcct-test.com/images/backgrounds/background_00-1191.jpg'); }
.crossfade-mexico-home > figure:nth-child(2) { animation-delay: 6s; background-image: url('https://www.mexico.tcct-test.com/images/backgrounds/background_01-1191.jpg');}
.crossfade-mexico-home > figure:nth-child(3) { animation-delay: 12s; background-image: url('https://www.mexico.tcct-test.com/images/backgrounds/background_02-1191.jpg');}
.crossfade-mexico-home > figure:nth-child(4) { animation-delay: 18s; background-image: url('https://www.mexico.tcct-test.com/images/backgrounds/background_00-1191.jpg');}
.crossfade-mexico-home > figure:nth-child(5) { animation-delay: 24s; background-image: url('https://www.mexico.tcct-test.com/images/backgrounds/background_02-1191.jpg');}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.crossfade-mexico-home > figure:nth-child(1) { background-image: url('https://www.mexico.tcct-test.com/images/backgrounds/background_00.jpg'); }
.crossfade-mexico-home > figure:nth-child(2) { animation-delay: 6s; background-image: url('https://www.mexico.tcct-test.com/images/backgrounds/background_01.jpg');}
.crossfade-mexico-home > figure:nth-child(3) { animation-delay: 12s; background-image: url('https://www.mexico.tcct-test.com/images/backgrounds/background_02.jpg');}
.crossfade-mexico-home > figure:nth-child(4) { animation-delay: 18s; background-image: url('https://www.mexico.tcct-test.com/images/backgrounds/background_03.jpg');}
.crossfade-mexico-home > figure:nth-child(5) { animation-delay: 24s; background-image: url('https://www.mexico.tcct-test.com/images/backgrounds/background_01.jpg');}	
}

 @keyframes 
imageAnimation {  0% {animation-timing-function: ease-in; opacity: 0;}
 8% {animation-timing-function: ease-out; opacity: 1;}
 17% { opacity: 1}
 25% { opacity: 0}
 100% { opacity: 0}
}

/* Large desktop min-width: 1200px* 402  /

.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: 2;
	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/mexico2.png);
	width: 342px;
	background-repeat: no-repeat;
	background-position: -5px 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: 26px;
	text-align: center;
	font-family: armalite;
}


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 Cabo-San-Lucas FULL SCREEN + TABLET ==================== */
ul.cm-small-circle li:nth-child(1){ 
  top: -117px;
  left: 30px;
}

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

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

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

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


/* 2nd MENU LINK Cozumel FULL SCREEN + TABLET ==================== */
ul.cm-small-circle li:nth-child(2){ 
  top: 10px;
  left: 365px;
}

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul.cm-small-circle li:nth-child(6):hover .cm-description{ 
  opacity: 1;
  background-image: url(../images/round-menu/Puerto_Vallarta.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: 979px;
  }
}
 
/* 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/Mexico_Tours-m-210.png);
	width: 205px;
	background-repeat: no-repeat;
	background-position: -3px -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: -65px;
  left: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}
 
/* Small Tablet Size: 600x800 (Portrait) */
@media (max-width: 640px) { 
  .cm-container {
    width: 100%!important;
  } 
	.search {
		margin: 10px;
	}
  
   /* 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: 160px;
  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/Mexico_Tours-m-210.png);
	width: 205px;
	background-repeat: no-repeat;
	background-position: -3px -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: -65px;
  left: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

  /* Large Circle */
  .cm-large-circle {
    margin: 10px 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: 170px;
  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: -180px;
}

/* 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: -180px;
}

/* 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: -180px;
}

/* 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: -180px;
}
	
/* 8TH MENU LINK Transportacion Apple iPhone 5 Size: 640 (Portrait) ==================== */
ul.cm-small-circle li:nth-child(8){ 
  top: -80px;
  left: 0px;
}
}

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

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

}

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