article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
    display: none;
}
canvas {
    -ms-touch-action: double-tap-zoom;
}
 [hidden] {
display: none;
}
a {
    text-decoration: underline;
    color: #000;
}

#leftnavi ul{
	list-style-type: none;
}


a:hover {
    text-decoration: none;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
sup, sub {
    font-size: 75%;
    line-height: 0;
}
sup {
    vertical-align: super;
}
sub {
    vertical-align: sub;
}
pre {
    display: block;
    overflow: auto;
}
code {
    font-family: 'Alice', serif !important;
}

table {
    table-layout: auto;
    border-collapse: separate;
    border-spacing: 0;
    empty-cells: hide;
}
img {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
    overflow: hidden;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
input, textarea {
    -webkit-appearance: none;
}
button, input, select, textarea {
    vertical-align: baseline;
*vertical-align: middle;
    -webkit-border-radius: 0;
}
button, input {
    line-height: normal;
*overflow: visible;
}
table button, table input {
*overflow: auto;
}
button, input[type='button'], input[type='reset'], input[type='submit'] {
    cursor: pointer;
    -webkit-appearance: button;
    padding: 10px;
    font-size: 150%;
    margin-top: 10px;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-results-button, input[type='search']::-webkit-search-results-decoration {
display: none;
}
input[type='search'] {
    -webkit-appearance: textfield;
}
input[type='radio'] {
    -webkit-appearance: radio;
}
input[type='checkbox'] {
    -webkit-appearance: checkbox;
}
input::-ms-clear {
display: none;
}
input[type='password']::-ms-reveal {
display: none;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix {
    zoom: 1;
}
*:first-child+html .clearfix {
    zoom: 1;
}
.cleaner {
    height: 0;
    line-height: 0;
    clear: both;
}

/********** End RESET **********/

body {
    -webkit-font-smoothing: antialiased;
}
body, a, a:hover {
    color: #111;
}
a {
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
a, a:visited {
    text-decoration: underline;
    color: #000000;
}

a:hover {
    text-decoration: none;
}
/* Navigation */

#nav {
    display: block;
    background-repeat: no-repeat;
    width: 681px;
    height: 63px;
    float: right;
    margin-right: -1.77em;
    margin-top: 1.6em;
}
#nav > a {
    display: none;
}
#nav li {
    position: relative;
}
#nav li a {
    padding: 20px 25px 20px 25px;
    color: #FFF;
    font-size: 1.1em !important;
    text-decoration: none;
    font-weight: bold;
    display:block;
}
#nav li a:hover {
    background-image:url(images/hover.png);
    background-repeat: repeat-x;
}
#nav span:after {
    width: 0;
    height: 0;
    border: 0.313em solid transparent; /* 5 */
    border-bottom: none;
    border-top-color: #F81302;
    content: '';
    vertical-align: middle;
    display: inline-block;
    position: relative;
    right: -0.313em; /* 5 */
}

#nav.showNav > ul {
 display: block;
 margin-top: 80px;
}
/* first level */

#nav > ul > li {
    float: left;
    z-index:1000;
    overflow:visible;
}
#nav > ul > li > a {
    height: 100%;
    font-size: 1.1em; /* 24 */
}
 #nav > ul > li:hover > a,  #nav > ul:not( :hover ) > li.active > a {
 background-image:url(images/hover.png);
 background-repeat: repeat-x;
}
/* second level */

#nav li ul {
    display: none;
    position: absolute; 
    top: 100%;
    width:170px;
}
#nav li:hover ul {
    display: block;
    left: 0;
    right: 0;
}
 #nav li:not( :first-child ):hover ul {
 left: -1px;
}
#nav li ul a {
        border-right: medium none;
    border-bottom: 1px dashed #959595;
    line-height: 0;
    font-size: 180% !important;
    color: #898A78;
    text-decoration: none;
    font-family: 'Alice', serif !important;
    font-weight: normal;
    text-align: left;
    padding-left: 40px;
}
 #nav li ul li a:hover,  #nav li ul:not( :hover ) li.active a {
 background-image:url(images/drop-nav-bg.png);
 background-repeat: repeat-x;
}
 
 @media only screen and ( max-width: 800px ) {
 html {
 font-size: 75%; /* 12 */
}
 #nav {
    width: 100%;
    position: fixed;
    margin: 0px 0px 0px 0px;
    top: 0px;
    left: auto;
    height: 100px;
    background-size: contain;
 }
      
 #nav > a {
 width: 40px;
 height: 40px;
 text-align: left;
 text-indent: -9999px;
 background: url("../images/menu-icon.png") repeat scroll center center;
 float: right;
     margin-top: 15px;
    margin-right: 23px;
}
 #nav > a:before,  #nav > a:after {
 margin-right:40px;
 margin-top:10px;
 content: '';
}
 #nav > a:after {
 margin-top:10px;
}
 #nav:not( :target ) > a:first-of-type,  #nav:target > a:last-of-type {
 display:block;
 
 
}
 #nav > ul > li:hover > a,  #nav > ul:not( :hover ) > li.active > a {
 background-image:none;
}

/* first level */

#nav > ul {
    height: auto;
    display: none;
    left: 0;
    right: 0;
    height:auto;
    min-height: 3.75em;
    width: 100%;
    float:right;
    margin-top: 75px;
    padding-left: 0;

}
 #nav:target > ul {
 display: block;
}
 #nav > ul > li {
     background-color: rgba(0,0,0, 0.85);
     width: 100%;
     float: right;
}

 #nav > ul > li > a {
 height: auto;
 text-align: left;
 padding: 0 0.833em; /* 20 (24) */
 font-size: 1.1em; /* 24 */
 line-height: 2.5em; /* 60 (24) */
}
 #nav > ul > li > a:hover {
 background-image:url(images/drop-nav-bg.png);
 background-repeat: repeat-x;
}
 #nav > ul > li > a {
 border-right: none;
}
#nav > ul > li > a {
    border-right: medium none;
    border-bottom: 1px dashed #969696;
    font-family: 'Dosis', sans-serif;
    line-height: 1.5;
    font-size: 200% !important;
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}

/* second level */

#nav li ul {
 padding-top: 0;
 width: 100%;
 position: static; 
}
}