@import url(http://netdna.bootstrapcdn.com/font-awesome/2.0/css/font-awesome.css);
.csstransforms ul{position: relative;display: table-cell;
    vertical-align: middle;
    height: 100vh;}
.csstransforms .cn-wrapper {
    display: none;
  font-size: 1em;
    width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 1001;
  bottom: 0;
  left: 0;
        background: rgba(0, 0, 0, 0.89);
    padding-bottom: 56px;
  margin-left: 0;
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -moz-transform: scale(0.1);
  transform: scale(0.1);
  pointer-events: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.csstransforms .opened-nav {
  pointer-events: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.cn-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 997;
}

.cn-overlay.on-overlay {
  visibility: visible;
  opacity: 10001;
}

.cn-button {
    border: none;
    background: none;
    color: #000000;
    text-align: center;
    font-size: 21px;
    padding-bottom: 47px;
    height: 100px;
    width: 100px;
    background-color: #E1FF00;
    position: fixed;
    /* line-height: 4px; */
    left: 0;
    margin-left: -10px;
    bottom: -50px;
    border-radius: 0 30px;
    cursor: pointer;
    z-index: 1002;
    outline: none;
}
button#bookonline {
    position: fixed;
    bottom: 0;
    left: 70px;
    background-color: #05c700;
    border: 0;
    color: #fff;
    padding: 13px 25px 11px 35px;
    border-radius: 0 30px 0 0;
    font-size: 18px;
	z-index: 999;
}
.cn-button:hover,
.cn-button:active,
.cn-button:focus {
	color: #000;
}

.csstransforms .cn-wrapper li {
  font-size: 1.5em;
    width: 100%;  
  overflow: hidden;
    float: left;
    text-align: center;
    margin: 5px;
}

.csstransforms .cn-wrapper li a {
    display: block;
    width: 100%;
    float: left;
    padding: 5px 0;
    font-size: 17px;
    color: white;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;

}

.csstransforms .cn-wrapper li a span {
	font-size: 1.1em;
	opacity: 0.7;
}


/* active style */
.csstransforms .cn-wrapper li.active a {
  background-color: #19AEFF;
}


/* hover style */
.csstransforms .cn-wrapper li:not(.active) a:hover,
.csstransforms .cn-wrapper li:not(.active) a:active,
.csstransforms .cn-wrapper li:not(.active) a:focus {
  background-color: #E1FF00;
    color:#000;
}

/* fallback */
.no-csstransforms .cn-button {
  display: none;
}

.no-csstransforms .cn-wrapper li {
  position: static;
  float: left;
  font-size: 1em;
  height: 5em;
  width: 5em;
  background-color: #eee;
  text-align: center;
  line-height: 5em;
}

.no-csstransforms .cn-wrapper li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  font-size: 1.3em;
  border-right: 1px solid #ddd;
}

.no-csstransforms .cn-wrapper li a:last-child {
  border: none;
}

.no-csstransforms .cn-wrapper li a:hover,
.no-csstransforms .cn-wrapper li a:active,
.no-csstransforms .cn-wrapper li a:focus {
  background-color: white;
}

.no-csstransforms .cn-wrapper li.active a {
  background-color: #6F325C;
  color: #fff;
}

.no-csstransforms .cn-wrapper {
  font-size: 1em;
  height: 5em;
  width: 25.15em;
  bottom: 0;
  margin-left: -12.5em;
  overflow: hidden;
  position: fixed;
  z-index: 10010;
  left: 50%;
  border: 1px solid #ddd;
}

@media screen and (max-width:480px) {
  .csstransforms .cn-wrapper {
    font-size: .68em;
  }



  .csstransforms .cn-wrapper li {
    font-size: 1.52em;
  }
}

@media screen and (max-width:320px) {
  .no-csstransforms .cn-wrapper {
    width: 15.15px;
    margin-left: -7.5em;
  }

  .no-csstransforms .cn-wrapper li {
    height: 3em;
    width: 3em;
  }
}
