@font-face {
  font-family: 'sassy_off_canvas_nav';
  src: url("../fonts/sassy_off_canvas_nav.eot?2816505");
  src: url("../fonts/sassy_off_canvas_nav.eot?2816505#iefix") format("embedded-opentype"), url("../fonts/sassy_off_canvas_nav.woff?2816505") format("woff"), url("../fonts/sassy_off_canvas_nav.ttf?2816505") format("truetype"), url("../fonts/sassy_off_canvas_nav.svg?2816505#sassy_off_canvas_nav") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'sassy_off_canvas_nav';
    src: url('../font/sassy_off_canvas_nav.svg?2816505#sassy_off_canvas_nav') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "sassy_off_canvas_nav";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em; }

.icon-menu:before {
  content: '\e802'; }

.icon-left:before {
  content: '\e801'; }

.icon-right:before {
  content: '\e800'; }

.icon-cancel:before {
  content: '\e803'; }

body {
  font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 16px;
  color: #222; }

header.content_animate {
	z-index:9;
  /*position: fixed;*/
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
}

nav.dropdown > ul {
  width: 100%;
  text-align: center; }
  nav.dropdown > ul > li {
    display: inline-block;
    margin-left: -4px; }
    nav.dropdown > ul > li > a {
      padding: 0.5em 0.45em;
      text-transform: uppercase;
      font-size: .9em; }
  nav.dropdown > ul > li:first-child {
    margin-left: 0; }
nav.dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0; }
nav.dropdown li {
  position: relative; }
nav.dropdown a, nav.dropdown a:link, nav.dropdown a:visited {
  display: block;
  text-decoration: none;
  color: #eeeeee;
  background: #222222; }
nav.dropdown li:hover > a {
  color: #eeeeee;
  background: #555555; }
nav.dropdown > ul ul {
  display: none;
  position: absolute;
  width: 125px;
  text-align: left; }
  nav.dropdown > ul ul a {
    padding: 0.5em 0 0.5em 0.75em;
    font-size: .8em; }
  nav.dropdown > ul ul ul {
    left: 125px;
    top: 0px; }
nav.dropdown li:hover > ul {
  display: block; }

@media screen and (max-width: 64em) {
  nav.dropdown {
    display: none; }

/*  header {
    height: 3em; }*/ }

.nav_toggle {
  font-size: 2em;
  color: #008191; }

.nav_toggle:hover {
  color: #333; }

.off_canvas_top_menu {
  background: #008191; }

.nav_close_btn {
  font-size: 1.25em;
  padding: 0.5em;
  color: #fff; }

.nav_prev_btn {
  font-size: 1em;
  padding: 0.75em;
  color: #fff;
  text-transform: uppercase; }

.nav_prev_btn i {
  font-size: 1.25em; }

.nav_close_btn:hover, .nav_prev_btn:hover {
  color: #ccc; }

nav.off_canvas a, nav.off_canvas a:link, nav.off_canvas a:visited {
  color: white !important;
  text-decoration: none;
  padding: 0.5em 1em;
  font-size:14px;
  text-transform: uppercase;
  line-height:30px;
}
nav.off_canvas li:hover > a {
  color: white; }
nav.off_canvas li:hover {
  background: #ccc; }
nav.off_canvas span.nav_next_btn {
  padding: 0 0.5em;
  font-weight: bold; }
nav.off_canvas li:hover span.nav_next_btn {
  color: black; }
nav.off_canvas li:hover span.nav_next_btn:hover {
  color: white; }
.content_animate.close, .content_animate.close:hover, .content_animate.close:focus{
	opacity:0;
}
nav.off_canvas a{
	font-size:12px;
}
.icon-right{font-size:20px;}