﻿        
        div.mybox:hover{cursor:pointer;}
        
        div.mybox
        {        
        text-align:center;
        color:White;                     
        border-radius: 0px 200px 0px 0px;
         -moz-border-radius: 0px 200px 0px 0px;
        -webkit-border-radius: 0px 200px 0px 0px;
        height: 20px;
        width: 200px;
        padding: 1px;
            font-family: ABeeZee ;
            line-height: 1em;
            color: undefined;
            font-size: 18px;
            text-shadow:0px 0px 0 rgb(219,219,219),1px 1px 0 rgb(190,190,190),2px 2px 0 rgb(161,161,161), 3px 3px 0 rgb(132,132,132),4px 4px 3px rgba(0,0,0,0.45),4px 4px 1px rgba(0,0,0,0.5),0px 0px 3px rgba(0,0,0,.2);                     
        }       
        div.mybox-body 
        {
        background:#966F33; color:black;                     
        height: 260px;
        width: 200px;
        padding: 2px;  
        margin:1px;                          
        }


        .navigation {
	        margin-top:0px;
	        margin-left:0px;
	        background: #fff;
	        overflow: hidden;
	        /* width: 440px; */
	        width: 800px; 
	        box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.2);	        
        }

        .navigation li {
	        width: 120px; border-left: 0px solid #666;
	        float: left;
	        cursor: pointer;
	        list-style-type: none;
	        border-top: 0px solid #ccc;
	
	        padding: 1px 1px 10px 15px;
	
	        -webkit-transition: all 0.3s ease-in;
	        -moz-transition: all 0.3s ease-in;
	        -o-transition: all 0.3s ease-in;
        }
        		
        .navigation li h2 {
	        font-family: georgia;
	        font-weight: normal;
	        font-style: italic;
	        font-size: 14px;
	        margin-bottom: 5px;
	        line-height: 16px;
        }

        .navigation li p{
	        font-size: 11px;
	        color: #999;
	
	        -webkit-transition: all 0.1s ease-in;
	        -moz-transition: all 0.1s ease-in;
	        -o-transition: all 0.1s ease-in;
        }

        .navigation li:hover {
	        background: green;
	        border-left: 5px solid blue;
        }

        .navigation li:hover h2 {
	        font-weight: bold;
	        color: #fff;
        }

        .navigation li:hover p {
	        color: #ccc;
	        padding-left: 5px;
        }        		


* {
  margin: 0;
  padding: 0;
  font-family: 'Chonburi', sans-serif;
  font-size: 12px;
  color: inherit;
  box-sizing: unset;
  -webkit-font-smoothing: antialiased;
}

*:focus { outline: none; }

html { box-sizing: border-box; }

h1, h2, h3, h4, h5 {
  display: block;
  font-weight: 400;
}

li, span, p, a, h1, h2, h3, h4, h5 { line-height: 1; }

p { display: block; }

a { text-decoration: none; }

a:hover { text-decoration: underline; cursor: pointer;}

a.menupath:hover
{
    font-weight:bold;
    color:Red;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;  
}


button {
  background-color: transparent;
  border: 0px;
  cursor: pointer;
}


/* Reset */


html, body { height: 100%; }

.navigation-bar, .navigation-bar .navbox-tiles, .navbox-trigger, .navbox-tiles .tile, .navbox-tiles .tile .icon .fa, .navbox-tiles .tile .title {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.navbox-tiles:after {
  content: '';
  display: table;
  clear: both;
}

/* Core Styles */


.navigation-bar 
{
  margin-left:30px;
  height: 50px;
  position: relative;
  z-index: 0;
}

.navigation-bar .bar {
  background-color: Gray;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

.navigation-bar .navbox {
  visibility: visible;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 0;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all .2s;
  transition: all .2s;
}

.navigation-bar .navbox-tiles {
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
}

.navigation-bar.navbox-open .navbox-trigger { background-color: Gray; }

.navigation-bar.navbox-open .navbox {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
}

.navigation-bar.navbox-open .navbox-tiles {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.navbox-trigger {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.navbox-trigger .fa {
  font-size: 20px;
  color: #fff;
}

.navbox-trigger:hover { background-color: #484747; }

.navbox 
{
  margin-left:20px;
  display:none;
  background-color: white;
  width: 100%;
  max-width: 800px;
  -webkit-backface-visibility: initial;
  backface-visibility: initial;
}

.navbox-tiles {
  width: 800px;
  padding: 10px;
}

.navbox-tiles .tile {
  display: block;
  background-color: Green;
  /* width: 15.3030303030303%; */
  width: 11%;
  height: 0;
  padding-bottom: 10%;
  float: left;
  border: 1px solid transparent;
  color: #fff;
  position: relative;  
  border-color:#0aeabb;
}

.navbox-tiles .tile .icon {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0; 
}

.navbox-tiles .tile .icon .fa {
  font-size: 35px;
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: initial;
  backface-visibility: initial;
}

.navbox-tiles .tile .title {
  padding: 5px;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.navbox-tiles .tile:hover {
  border-color: Yellow;
  text-decoration: none;
}
.navbox-tiles .tile:not(:nth-child(5n+16)) {
  /* margin-right: 3.54545454545455%; */
  margin-right: 1%;
}

.navbox-tiles .tile:nth-child(n+9) { margin-top: 15px; }
 /* @media screen and (max-width: 370px) { */
 @media screen and (max-width: 600px) {
     
    .navbox-tiles .tile .icon .fa { font-size: 25px; }
    .navbox-tiles .tile .title {
        padding: 3px;
        font-size: 11px;
}

div.wrapconer {
    border-radius: 25px;
    border: 2px solid #73AD21;
    padding: 20px; 
    width: 200px;
    height: 150px; 
}

hr {
    height: 0;
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0;
}
