#myMenu .description{
    line-height:40px;
  }
  #myMenu a {
      color: #b5a4fb;
      text-decoration: none;
  }
  
  #myMenu a:hover, #myMenu a:focus {
      color: #000;
  }
  
  #myMenu *, #myMenu *:after, #myMenu *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
  
  #myMenu a, #myMenu button {
      outline: none;
  }
  #myMenu .clearfix:before,
  #myMenu .clearfix:after {
      content: " ";
      display: table;
  }
   
  #myMenu .clearfix:after {
      clear: both;
  }
  
  
  #myMenu .header{
    background: #004050;
    color: #fff;
  
    text-align: center;
  }
  
  /* To Navigation Style */
  #myMenu .cctop {
      background:#056c86;	
      width: 100%;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 0.75em;
      line-height: 3.2;
  }
  
  #myMenu .cctop a {
      display: inline-block;
      padding: 0 1.5em;
      text-decoration: none;
      letter-spacing: 1px;
  }
  
  #myMenu .cctop span.right {
      float: right;
  }
  
  #myMenu .cctop span.right a {
      display: block;
      float: left;
  }
  
  /* Header Style */
  
  #myMenu .ccheader {
      margin: 0 auto;
      padding: 2em;
      text-align: center;
  }
  
  #myMenu .ccheader h1 {
      font-size: 2.625em;
      font-weight: 300;
      line-height: 1.3;
      margin: 0;
  }
  
  #myMenu .ccheader h1 span {
      display: block;
      padding: 0 0 0.6em 0.1em;
      font-size: 60%;
      opacity: 0.7;
  }
  
  
  
  /* Demo Buttons Style */
  #myMenu .codeconvey-demo {
      padding-top: 1em;
      font-size: 0.8em;
  }
  
  #myMenu .codeconvey-demo a {
      display: inline-block;
      margin: 0.5em;
      padding: 0.7em 1.1em;
      outline: none;
      border: 2px solid #fff;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 700;
  }
  
  #myMenu .codeconvey-demo a:hover,
  #myMenu .codeconvey-demo a.current-demo,
  #myMenu .codeconvey-demo a.current-demo:hover {
      border-color: #333;
      color: #333;
  }
  
  /* Wrapper Style */
  
  #myMenu .wrapper{
      margin:0 auto;	
      /* padding-left:12%;
      padding-right:12%; */
  }
  #myMenu .heading{
    font-size: 4em;
    font-weight: 300;
    margin-bottom: .5em;
  }
  
  #myMenu .wrap{
  width: 100%;
  height: auto;
  margin: 0px 0px;
  float: left;
  }
  #myMenu .fa{
  color:#FFFFFF;
  }
  #myMenu div[class^="btn"]{
  float: left;
  margin: 0 10px 10px 0;
  height: 130px;
  position: relative;
  cursor: pointer;
  transition: all .4s ease;
  user-drag: element;
  border: solid 2px transparent;
  text-align:center;
  line-height:130px;
  }
  #myMenu div[class^="btn"]:hover{
      opacity: 0.7;
  }
  #myMenu div[class^="btn"]:active{
      transform: scale(.98,.98);
  }
  #myMenu .btn-big{width: 250px;}
  #myMenu .btn-small{width: 125px;}
  #myMenu .last{margin-right: 0 !important;}
  #myMenu .Start{
  color: white;
  font: normal 50px 'Yanone Kaffeesatz', sans-serif;
  margin-bottom: 20px;
  cursor: pointer;
  user-select: none;
  transition: all .3s ease;
  }
  #myMenu .Start:hover{
    text-shadow: 0 0 4px white;
  }
  #myMenu .space{
      margin-bottom: 110px;
  }
  #myMenu .label{
      position: absolute;
      color: white;
      font: 500 12px sans-serif;
      left: 10px;
    user-select: none;
  }
  #myMenu .bottom{bottom: 5px;}
  #myMenu .top{top: 5px;}
  
  #myMenu .red{background: #df0024;}
  #myMenu .blue{ background: #00a9ec;}
  #myMenu .orange{background: #ff9000;}
  #myMenu .green{background: #0e5d30;}
  #myMenu .purple{background: #8b0189;}
  #myMenu .red-light{background: #ce4e4e;}
  #myMenu .photo{
    background: url('http://lorempixel.com/200/95/people');
    background-position: -2px -2px;
  }
  #myMenu .gray{
    background: #5f5f5f;
    animation: flip 6s linear infinite;
    transform: rotateX(0deg);
  }
  #myMenu .green-bright{background: #78d204;}
  #myMenu .blue-nav{background: #25478e;}
  #myMenu .redish{background: #fe0000;}
  #myMenu .yellow{background: #d0d204;}
  
  
  #myMenu div[class^="icon"]{
      width: 45px;
      height: 45px;
      margin: 20px auto;
      background-size: 45px 45px;
  }
  
  #myMenu ::-webkit-scrollbar{
    width: 10px;
      height: 10px;
      cursor: pointer;	
  }
  #myMenu ::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px 2px rgba(0,0,0,0.3);
      background: #007491;
  }
  #myMenu ::-webkit-scrollbar-thumb {
      background: #002f3b; 
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
      cursor: pointer;
  }
  #myMenu ::selection{
      background: mintcream; 
  }
  
  @keyframes flip{
    0%{
      transform: rotateX(0deg);
    }
    15%{
      transform: rotateX(360deg);  
    }
    100%{
      transform: rotateX(360deg); 
    }
  }
  
  #myMenu .photo img{
    /* top: -4px;
    left: -4px; */
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    animation: fade 8s ease-in-out infinite 8s;
    z-index: 0;
    border: solid 2px transparent;
    transition: all .3s ease;

    width: 100%;
    height: 100%;
  }
  
  #myMenu .photo img:hover{
    border: solid 2px mintcream;
    width: 100%;
    top: 0;
    left: 0;
  }
  
  @keyframes fade{
    0%{
      opacity: 0; 
    }
    10%{
      opacity: 1;
    }
    50%{
      opacity: 1;
    }
    60%{
      opacity: 0;
    }
  }