body {
	background: gray;
	margin:0;
}

@media only screen 
and (min-width : 1224px) {
body{
overflow:hidden;
}
}

*{
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
img{
border:0;}


.cn-wrapper {
-moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow:hidden;
  font-size:1em;
  background:transparent;
  width: 600px;
  height: 550px;
  overflow: hidden;
  position: fixed;
  z-index: 10;
  bottom:-284px;
  left:46%;
  border-radius: 100%;
  margin-left: -13em;
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -moz-transform: scale(0.1);
  transform: scale(0.1);
	-webkit-transition: all  .4s ease  .4s;
	-moz-transition: all .4s ease .4s;
	transition: all .4s ease .4s;
}
.cn-button {
-moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  background: none;
  color: #f06060;
  text-align: center;
  font-size: 1.8em;
  padding-bottom: 1em;
  height: 3.5em;
  width: 3.5em;
  background-color: #fff;
  position: fixed;
  left: 46.2%;
  margin-left: 0px;
  bottom: -1.75em;
  border-radius: 50%;
  cursor: pointer;
  z-index: 15;
  outline:none;
}

.opened-nav {
	overflow:hidden;
    border-radius: 100%;
	opacity: 1;
	-webkit-transition: all  .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
    
}

.opened-nav li {
	-webkit-transition: all .4s ease .4s;
	-moz-transition: all .4s ease .4s;
	transition: all .4s ease .4s;
	-moz-box-sizing: border-box;
  box-sizing: border-box;
}

 .cn-wrapper li {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 10px;
	left: 23%;
	overflow: hidden;
	margin-top: -9.1em;
	margin-left: -15em;
	width: 20em;/*10em*/
	height: 20em;
	font-size: 1.5em;
	-webkit-transition: all .4s ease .4s;
	-moz-transition: all .4s ease .4s;
	transition: all .3s ease .3s;
	-webkit-transform: rotate(80deg) skew(67.5deg);
	-moz-transform: rotate(22d.5eg) skew(67.5deg);
	-ms-transform: rotate(22.5deg) skew(67.5deg);
	transform: rotate(80deg) skew(67.5deg);
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
  
}

.cn-wrapper li a{
 overflow:hidden;
  position: absolute;
  display: block;
  font-size: 1.18em;
  height: 15.5em;/*14.5em;*/
  width: 15.5em;
  bottom: -7.85em;
  right: -7.65em;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  padding-top: 1.8em;
  text-align: center;
  -webkit-transform: skew(-67.5deg) rotate(-89deg) scale(1);
  -ms-transform: skew(-67.5deg) rotate(-89deg) scale(1);
  -moz-transform: skew(-67.5deg) rotate(-89deg) scale(1);
  transform: skew(-67.5deg) rotate(-89deg) scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all  .3s ease 0.3s;
  -moz-transition: all .4s ease 0.2s;
  transition: all .3s ease 0.3s;
}
.cn-wrapper li a :not(.hover)
{

}

.cn-wrapper li span {
 position: relative;
	top: 220px;
	left:610px;
	display: block;
	font-size: 9pt;
	font-weight: 700;
	text-transform: none;
	-webkit-transform: skew(-67.5deg) rotate(-89deg) scale(1);
  -ms-transform: skew(-67.5deg) rotate(-89deg) scale(1);
  -moz-transform: skew(-67.5deg) rotate(-89deg) scale(1);
  transform: skew(-67.5deg) rotate(-89deg) scale(1);
  background-color: hsla(0, 88%, 65%, 1);
}

 .opened-nav li:first-child {
 -webkit-transform: rotate(0deg) skew(67.5deg);
	-moz-transform: rotate(0deg) skew(67.5deg);
	-o-transform: rotate(0deg) skew(67.5deg);
	-ms-transform: rotate(0deg) skew(67.5deg);
	transform: rotate(0deg) skew(67.5deg);
}

 .opened-nav li:nth-child(2) {
 -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(22.5deg) skew(67.5deg);
  -ms-transform: rotate(22.5deg) skew(67.5deg);
  -moz-transform: rotate(22.5deg) skew(67.5deg);
  transform: rotate(22.5deg) skew(67.5deg);
}

 .opened-nav li:nth-child(3) {
 -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg) skew(67.5deg);
  -ms-transform: rotate(45deg) skew(67.5deg);
  -moz-transform: rotate(45deg) skew(67.5deg);
  transform: rotate(45deg) skew(67.5deg)
}

 .opened-nav li:nth-child(4) {
 
  -webkit-transform: rotate(67.5deg) skew(67.5deg);
  -ms-transform: rotate(67.5deg) skew(67.5deg);
  -moz-transform: rotate(67.5deg) skew(67.5deg);
  transform: rotate(67.5deg) skew(67.5deg);
}

 .opened-nav li:nth-child(5) {
 
  -webkit-transform: rotate(90deg) skew(67.5deg);
  -ms-transform: rotate(90deg) skew(67.5deg);
  -moz-transform: rotate(90deg) skew(67.5deg);
  transform: rotate(90deg) skew(67.5deg);
}
.opened-nav li:nth-child(6) {
 
  -webkit-transform: rotate(112.5deg) skew(67.5deg);
  -ms-transform: rotate(112.5deg) skew(67.5deg);
  -moz-transform: rotate(112.5deg) skew(67.5deg);
  transform: rotate(112.5deg) skew(67.5deg);
}
.opened-nav li:nth-child(7) {
 
  -webkit-transform: rotate(135deg) skew(67.5deg);
  -ms-transform: rotate(135deg) skew(67.5deg);
  -moz-transform: rotate(135deg) skew(67.5deg);
  transform: rotate(135deg) skew(67.5deg);
}
.opened-nav li:nth-child(8) {
 
  -webkit-transform: rotate(157.5deg) skew(67.5deg);
  -ms-transform: rotate(157.5deg) skew(67.5deg);
  -moz-transform: rotate(157.5deg) skew(67.5deg);
  transform: rotate(157.5deg) skew(67.5deg);
}
 .opened-nav li:nth-child(odd) a ,.opened-nav li:nth-child(odd) a:hover:after {
  background-color: #a11313;/*#555;/*rgba(64,63,65,1);/*#a11313;*/
  background-color: rgba(0,0,0,0.8);
  -webkit-transition: background-color  0s linear -0.4s;
  -moz-transition: background-color 0s linear -0.4s;
  transition: background-color 0s linear -0.4s;
}

 .opened-nav li:nth-child(even) a ,.opened-nav li:nth-child(even) a:hover:after{
  background-color: #a61414;/*#666666;/*rgba(64,63,65,1);/*#a61414;*/
  background-color: rgba(0,0,0,0.8);
  -webkit-transition: background-color  0s linear -0.4s;
  -moz-transition: background-color 0s linear -0.4s;
  transition: background-color 0s linear -0.4s;
}

.cn-wrapper li:not(.active) a:hover,
.cn-wrapper li:not(.active) a:active,
.cn-wrapper li:not(.active) a:focus {
  background-color: #b31515;
  background-color: rgba(0,0,0,1);
  -webkit-transition: background-color  0s linear -0.4s;
  -moz-transition: background-color 0s linear -0.4s;
  transition: background-color 0s linear -0.4s;
}

li img
{
position:relative;
top: -20px;
right:-30px;
height:60px;
width:60px;
}
.add_middle{
border-radius:100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
overflow:auto;
}

.tooltip {
	display:none;
	position:absolute;
	z-index:100;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
	color: red;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
}
#about img{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
#jmun13 img{
	-webkit-transform: rotate(67.5deg);
	-moz-transform: rotate(67.5deg);
	-o-transform: rotate(67.5deg);
	-ms-transform: rotate(67.5deg);
	transform: rotate(67.5deg);
}
#contact img{
	-webkit-transform: rotate(67.5deg);
	-moz-transform: rotate(67.5deg);
	-o-transform: rotate(67.5deg);
	-ms-transform: rotate(67.5deg);
	transform: rotate(67.5deg);
}
#eb img{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right:-40px;
}
#sponsors img{
	-webkit-transform: rotate(22.5deg);
	-moz-transform: rotate(22.5deg);
	-o-transform: rotate(22.5deg);
	-ms-transform: rotate(22.5deg);
	transform: rotate(22.5deg);
}
#venue img{
	-webkit-transform: rotate(-22.5deg);
	-moz-transform: rotate(-22.5deg);
	-o-transform: rotate(-22.5deg);
	-ms-transform: rotate(-22.5deg);
	transform: rotate(-22.5deg);
}
#downloads img{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#contact img{
	-webkit-transform: rotate(-67.5deg);
	-moz-transform: rotate(-67.5deg);
	-o-transform: rotate(-67.5deg);
	-ms-transform: rotate(-67.5deg);
	transform: rotate(-67.5deg);
}

#pulse_fanout{
	width:150px;
	height:150px;
	display: block;
	position: absolute;
	bottom:-70px;
	left:44.5%;
	border: 7px solid #0080FF;
	border-radius: 1000px;
	box-shadow: 0 0 5px #66FFFF;
	z-index:1;
	/* Animate */

	-webkit-animation-name: pulse;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-out;

	-moz-animation-name: pulse;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-out;

	-o-animation-name: pulse;
	-o-animation-duration: 1s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: ease-out;

	animation-name: pulse;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-out;
}

@-webkit-keyframes pulse {

	0% {
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
		opacity: 0.5;
	}
	
	80% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: scale(2.5);
		transform: scale(2.5);
		opacity: 0;
	}	
}

/* Gecko/Firefox */

@-moz-keyframes pulse {

	0% {
		-moz-transform: scale(0.3);
		transform: scale(0.3);
		opacity: 0.5;
	}
	
	80% {
		-moz-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
	
	100% {
		-moz-transform: scale(2.5);
		transform: scale(2.5);
		opacity: 0;
	}	
}

/* Presto/Opera */

@-o-keyframes pulse {

	0% {
		-o-transform: scale(0.3);
		transform: scale(0.3);
		opacity: 0.5;
	}
	
	80% {
		-o-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
	
	100% {
		-o-transform: scale(2.5);
		transform: scale(2.5);
		opacity: 0;
	}	
}

/* Standard */

@keyframes pulse {

	0% {
		transform: scale(0.3);
		opacity: 0.5;
	}
	
	80% {
		transform: scale(1.5);
		opacity: 0;
	}
	
	100% {
		transform: scale(2.5);
		opacity: 0;
	}	
}
#routeForm{
position:absolute;
margin-top:10%;
margin-left:5%;
}
#routeStart{
border:0; 
padding:10px; 
font-size:15pt; 
font-family:Arial, sans-serif; 
color:#aaa; 
border:solid 1px #ccc; 
width:300px;
height:40px;
-webkit-border-radius: 5px; 
-moz-border-radius: 5px; 
border-radius: 5px;
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2); 
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); 
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}
#map_submit,#close_overlay{
-webkit-border-radius: 5px; 
-moz-border-radius: 5px; 
border-radius: 5px;
width:250px;
height:50px;
font-size: 17pt;
font-weight: bold;
color: white;
font-family: sans-serif,'Open Sans';
outline:none;
border-width:0px;
cursor:pointer;
}
#link_venue,#map_submit,#close_overlay{
background:rgb(255,0,0);
background: transparent\9;
background:rgba(255,0,0,0.7);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2ff0000,endColorstr=#b2ff0000);
zoom: 1;
box-shadow:0px 3px rgba(220,0,0,0.7);
}
#link_venue:hover,#map_submit:hover,#close_overlay:hover{
	background:rgb(255,0,0);
	background: transparent\9;
	background:rgba(255,0,0,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff0000,endColorstr=#ccff0000);
	zoom: 1;
}
#link_venue:active,#map_submit:active,#close_overlay:active{
	background:rgb(255,0,0);
	background: transparent\9;
	background:rgba(255,0,0,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccff0000,endColorstr=#ccff0000);
	zoom: 1;
	box-shadow: 0px 0px black;
	margin-top:3px;
}
#close_overlay:active{
margin-top:1.3%;
margin-bottom:0.7%;
}
#close_overlay{
margin:1%;
margin-left:5%;
}
#directionsPanel{
height:42.7%;
overflow-y:scroll;
width:90%;
margin-left:5%;
}
.aboutus_link{
position: absolute;
top: 48%;
left: 10%;
color: #08c;
text-decoration: none;
font-size: 20pt;
font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
display: block;
/*background:rgb(0,0,0);
background: transparent\9;
background:rgba(0,0,0,0.7);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000);
zoom: 1;*/
padding: 12px;
border-radius: 5px;
}
#link2{left:67%;}
.aboutus_link:hover{
/*background:rgb(255,0,0);
background: transparent\9;
background:rgba(255,0,0,0.7);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2ff0000,endColorstr=#b2ff0000);
zoom: 1;*/
text-decoration:underline;
}
#cover_fan{
border: none;
background: none;
color: white;
text-align: center;
font-size: 1.8em;
padding-bottom: 0.9em;
height: 3.6em;
width: 3.7em;
position: fixed;
left: 46.0%;
margin-left: 0px;
bottom: -1.76em;
border-radius: 50%;
cursor: pointer;
z-index: 11;
outline: none;
background-color: #f06060;
}
#nav_logo{
background-image:url('images/JMUN_LOGO.png');
height:42px;
width:30%;
float:left;
margin-left:3%;
background-size:contain;
background-repeat:no-repeat;
}

.eb_buttons{
background-color: rgb(20, 118, 207);
padding: 19px;
position: relative;
width: 19%;
text-align: right;
font-family: sans-serif;
color: white;
font-size: 25px;
font-weight: bold;
background-repeat: no-repeat;
background-position: 10px 3px;
box-shadow:4px 4px rgba(0,0,0,0.7);
border-radius:5px;
cursor: pointer;

background-color: #7db9e8; /* Old browsers */
background: -moz-linear-gradient(top, #7db9e8 0%, #2989d8 46%, #1e5799 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(46%,#2989d8), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #7db9e8 0%,#2989d8 46%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7db9e8 0%,#2989d8 46%,#1e5799 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #7db9e8 0%,#2989d8 46%,#1e5799 100%); /* IE10+ */
background: linear-gradient(to bottom, #7db9e8 0%,#2989d8 46%,#1e5799 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
background-repeat:no-repeat;
}
#unga_button{
top: -70%;
left: 4%;
}
#unga_button:active{
top: -69.4%;
left: 4.6%;
box-shadow: 0px 0px black;
}
#unesco_button{
left:76%;
top:-80%;
padding-right: 40px;
}
#unesco_button:active{
left:76.6%;
top:-79.4%;
box-shadow: 0px 0px black;
}
#hrc_button{
top:-70%;
left:4%;
padding-right: 50px;
}
#hrc_button:active{
top:-69.4%;
left:4.6%;
box-shadow: 0px 0px black;
}
#au_button{
top:-80%;
left:76%;
font-size:19px;
padding:23px;
}
#au_button:active{
top:-79.4%;
left:76.6%;
box-shadow: 0px 0px black;
}
#uncopuos_button{
top:-70%;
left:4%;
}
#uncopuos_button:active{
top:-69.4%;
left:4.6%;
box-shadow: 0px 0px black;
}
#mbplan_button{
top:-80%;
left:76%;
width:19%;
font-size:17px;
padding-left:64px;
}
#mbplan_button:active{
top:-79.4%;
left:76.6%;
box-shadow: 0px 0px black;
}
.inside {
position: relative;
width: 29%;
height: 9%;
float: left;
top: -15;
left: -10;
background-repeat: no-repeat;
}
#vid_overlay img{
position:relative;
top:5%;
left:11%;
}
#updates{
position: absolute;
top: 10%;
left: 3%;
font-family:sans-serif;
font-size: 14px;
background-color: #08c;
color: white;
width: 100%;
margin-top: -24px;
margin-left: -41px;
/*border-bottom: 2px dashed white;*/
padding:6px;
padding-left:30px;
background-color: #7db9e8; /* Old browsers */
background: -moz-linear-gradient(top, #7db9e8 0%, #2989d8 46%, #1e5799 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(46%,#2989d8), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #7db9e8 0%,#2989d8 46%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7db9e8 0%,#2989d8 46%,#1e5799 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #7db9e8 0%,#2989d8 46%,#1e5799 100%); /* IE10+ */
background: linear-gradient(to bottom, #7db9e8 0%,#2989d8 46%,#1e5799 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
background-repeat:no-repeat;
}