﻿body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form > nav,
body > nav {
  display: none;
}
header.template {
  position: relative;
  z-index: 1000;
  height: 107px;
  overflow: visible;
  background: url('../img/verto/header.png') repeat-x center top;
  cursor: default;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  header.template {
    background: url('../img/verto/header@2X.png') repeat-x center top;
    background-size: cover;
  }
}
header.template .inner {
  max-width: 1000px;
  padding: 0 15px;
  margin: auto;
  height: inherit;
  overflow: inherit;
}
header.template .inner .logo {
  position: absolute;
  left: 50%;
  margin: 16px 0 0 -85px;
  width: 170px;
}
header.template .inner .left {
  width: 50%;
  float: left;
  text-align: left;
}
header.template .inner .left img {
  margin-top: 18px;
}
header.template .inner .right {
  width: 50%;
  float: right;
  text-align: right;
}
header.template .inner .right input {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.35);
  border: none;
  padding: 0 6px;
  height: 24px;
  line-height: 24px;
  margin-top: 15px;
  width: 100%;
  max-width: 160px;
  text-align: left;
  color: #FFF;
  font-size: 12px;
  font-family: "Source Sans Pro", sans-serif;
}
@media screen and (max-width: 640px) {
  header.template .inner .right input {
    visibility: hidden;
  }
}
header.template .inner a.link {
  color: #FFF;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  margin: 15px 0 0;
}
@media screen and (max-width: 1024px) {
  header.template .inner a.link {
    display: none;
  }
}
header.template .inner a.menu-link {
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 52px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  header.template .inner a.menu-link {
    position: absolute;
    font-size: 0;
  }
}
header.template .inner a.menu-link .fa-navicon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -2px;
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  header.template .inner a:first-child {
    display: none;
  }
}
header.template .inner .link-gap {
  display: inline-block;
  height: 10px;
  vertical-align: top;
  width: 20px;
}
@media screen and (max-width: 640px) {
  header.template .inner .left,
  header.template .inner .right {
    width: 20%;
  }
}

#ep-window-nav {
  width: 90%;
  max-width: 400px;
  top: 130px !important;
  margin-top: 0 !important;
  box-shadow: none;
  border: none;
}
#ep-window-nav .ep-close {
  border-radius: 2px;
  background-color: #999;
  opacity: .9;
  width: 24px;
  height: 24px;
  margin-top: -8px;
  -webkit-transition: background ease-out 150ms, opacity ease-out 150ms;
  -moz-transition: background ease-out 150ms, opacity ease-out 150ms;
  -o-transition: background ease-out 150ms, opacity ease-out 150ms;
  transition: background ease-out 150ms, opacity ease-out 150ms;
}
#ep-window-nav .ep-close:hover {
  opacity: 1;
  background-color: #777;
}
#ep-window-nav .ep-content {
  background-color: transparent;
}
#ep-window-nav .ep-content a {
  display: block;
  width: 100%;
  max-width: 400px;
  height: 50px;
  line-height: 50px;
  color: #FFF;
  font-size: 24px;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
  padding: 0 0 0 26px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAARCAMAAAAi9pZaAAAAPFBMVEUAAAD////////////////////////////////////////////////////////////////////////////YSWgTAAAAFHRSTlMAAAIJFR0lLztFXnuUn6u0urzCw6qlOH4AAAA6SURBVAgdBcELAkAgFACwPemjSLj/XW0iIsJK0Ads3w7HCe4CdYKrQX4gP3A11Al3wXFie3f0ASvhB0J5AVsn1FpjAAAAAElFTkSuQmCC') /*/images/nav-arrow.png*/ no-repeat left center;
  border-bottom: 1px solid #FFF;
  text-transform: uppercase;
  text-align: left;
  -webkit-transition: background ease-out 150ms, color ease-out 150ms;
  -moz-transition: background ease-out 150ms, color ease-out 150ms;
  -o-transition: background ease-out 150ms, color ease-out 150ms;
  transition: background ease-out 150ms, color ease-out 150ms;
}
#ep-window-nav .ep-content a:hover,
#ep-window-nav .ep-content a:active {
  color: #ee482e;
  background-position: 10px center;
}
@media screen and (max-width: 640px) {
  #ep-window-nav .ep-content a {
    padding-left: 0;
    font-size: 22px;
    background: none;
  }
}