/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Removes default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}
/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
#logos {
  position: relative;
  display: inline-block;
  clear: both;
  margin: 0;
  width: 256px;
  height: 128px;
  color: #fff;
}
#logos img {
  padding-top: 17px;
  padding-left: 52px;
}
/* main nav */
.header {
  position: fixed;
  z-index: 1000;
  margin: 0;
  padding: 4px 4px 4px 0;
  width: 1008px;
  height: 128px;
  border-top: 1px dashed #fff;
  border-right: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  background-color: transparent;
  top: 10px;
  left: 0;
}
#navi {
  position: relative;
  display: inline-block;
  float: left;
  width: 985px;
  height: 128px;
  background: url('../images/bg-75.png');
}
#menu-button {
  position: relative;
  display: inline-block;
  float: right;
  clear: right;
  width: 20px;
  height: 128px;
  background: rgba(0, 0, 0, 0.75) url('../images/bg-handle.png') no-repeat 3px center;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  zoom: 1;
  *display: inline;
}
#menu-top-navi {
  position: relative;
  z-index: 1000;
  z-index: 100;
  display: inline-block;
  /* display: none; */
  float: right;
  /* clear: right; */
  margin: 0;
  padding: 0 0 5px;
  width: 661px;
  height: 123px;
  /* background: rgba(255, 0, 0, .35); */
}
#menu-top-navi > li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0 5px 17px;
  width: 149px;
  height: 50px;
  border: none !important;
  border-left: 1px dashed #ba8748!important;
  list-style: none;
  text-transform: uppercase;
}
/* main level link */
#menu-top-navi > li > a {
  display: block;
  margin: 0;
  padding: 43px 15px 15px 5px!important;
  border-top: 3px solid trasnparent!important;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 14px !important;
}
/* main level link :hover */
#menu-top-navi > li > a:hover {
  padding-top: 40px !important;
  border-top: 3px solid #ba8748!important;
  background-color: rgba(255, 255, 255, 0.15);
}
/* current link */
#menu-top-navi > li.current_page_item > a,
#menu-top-navi > li.current-menu-item > a,
#menu-top-navi > li.current-menu-ancestor > a {
  border-top: 3px solid #ba8748;
  /* background: url('images/bg-75.png'); */
}
/* current link :hover */
#menu-top-navi > li.current_page_item a:hover,
#menu-top-navi > li.current-menu-item a:hover {
  padding-top: 43px !important;
  border-top: 3px solid #ba8748!important;
  background-color: rgba(255, 255, 255, 0.15);
}
#menu-top-navi > li.current-menu-ancestor > a {
  padding-top: 43px !important;
}
/* sub-levels link */
#menu-top-navi ul a,
#menu-top-navi .current_page_item ul a,
#menu-top-navi ul .current_page_item a,
#menu-top-navi .current-menu-item ul a,
#menu-top-navi ul .current-menu-item a,
#menu-top-navi li:hover > ul a {
  display: block;
  margin: 0;
  padding: 6px 6px 6px 15px;
  width: 160px;
  background: rgba(0, 0, 0, 0.65);
  color: #ba8748;
  text-transform: none;
  font-weight: normal;
  font-size: 100%;
  line-height: 140%;
}
/* sub-levels link :hover */
#menu-top-navi ul a:hover,
#menu-top-navi .current_page_item ul a:hover,
#menu-top-navi ul .current_page_item a:hover,
#menu-top-navi .current-menu-item ul a:hover,
#menu-top-navi ul .current-menu-item a:hover,
#menu-top-navi li:hover > ul a:hover {
  background: url('../images/bg-75.png');
}
/* dropdown ul */
#menu-top-navi ul {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 100;
  display: none;
  margin: 0;
  padding: 0 !important;
  width: 181px;
  border: 1px solid rgba(227, 227, 227, 0.25);
  /* background: rgba(0, 200, 0, .55); */
  list-style: none;
}
#menu-top-navi ul li {
  display: block;
  float: none;
  margin: 0 !important;
  padding: 0px 12px 0 0;
  border-bottom: 1px dashed #ba8748!important;
  border-left: none !important;
  background: none;
  /* background: rgba(0, 200, 0, .55); */
}
#menu-top-navi ul li a:hover {
  background-color: rgba(255, 255, 255, 0.15) !important;
  color: #fff;
  text-decoration: none;
}
/* sub-levels dropdown */
#menu-top-navi ul ul {
  position: absolute;
  top: auto;
  /* left: 181px; */
  left: 181px;
  z-index: 500;
  display: none;
  margin: -30px 0 0 0;
  /* margin-top: 5px; */
  padding: 1em;
  /* border-top: 2px solid blue; */
}
/* show dropdown ul */
#menu-top-navi li:hover > ul {
  display: block;
}
#menu-top-navi.active {
  display: block;
}
.wpcf7 p {
  text-transform: uppercase;
  line-height: 1.2em;
}
.wpcf7 form div + p {
  padding-top: 4px;
}
.wpcf7 .contact-span {
  position: relative;
  display: block;
  margin-bottom: 0 !important;
  padding-top: 11px;
  padding-bottom: 0;
  line-height: 1.9em;
}
.wpcf7 p:nth-child(2) .contact-span {
  padding-top: 0 !important;
  background: url('../images/bg-contact-arrow.png') no-repeat 50px 6px !important;
}
.wpcf7 p:nth-child(3) .contact-span {
  background: url('../images/bg-contact-arrow.png') no-repeat 50px 15px !important;
}
.wpcf7 input[type="email"],
.wpcf7 input[type="text"],
.wpcf7 textarea,
.wpcf7-not-valid-tip {
  padding: 10px;
  width: 252px !important;
  text-transform: none !important;
  font-size: 14px !important;
}
.wpcf7 textarea {
  height: 95px !important;
}
.wpcf7 .wpcf7-submit {
  position: relative;
  display: inline-block;
  z-index: 999;
  /*margin-right: 22px;*/
  float: right;
  background-color: #ba8748 !important;
  background-image: none;
  color: #fff;
  font-weight: 300;
  clear: both;
  margin-top: 20px;
  border: 1px solid #ba8748;
  padding: 6px 11px;
  text-transform: uppercase;
  font-size: 12px;
}
.wpcf7 .wpcf7-submit:hover {
  background-image: none;
}
.wpcf7-not-valid-tip {
  top: -10px !important;
  left: 0 !important;
  padding: 10px !important;
  background-color: pink;
  color: #333;
}
.wpcf7-response-output {
  position: absolute;
  bottom: 0px;
  left: 13px;
  padding: 5px 10px!important;
  width: 252px !important;
  border-width: 1px !important;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.45);
  color: #444 !important;
}
.etabs {
  margin: 0;
  padding: 0;
}
/*#tib {
	margin: 0;
	padding: 0;
	height: 0px!important;
	overflow: hidden!important;
	}*/
#tib {
  position: absolute;
  top: -60px;
}
.tab {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: rgba(0, 0, 0, 0.45);
}
.tab a {
  font-size: 30px;
  line-height: 2em;
  display: block;
  padding: 0 40px;
  outline: none;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 100;
}
.tib a {
  padding-left: 75px;
}
.tab a:hover {
  text-decoration: none;
}
.tab.active {
  background: rgba(0, 0, 0, 0.75);
  position: relative;
}
.tab-container .panel-container {
  background: rgba(0, 0, 0, 0.75);
  padding-bottom: 20px;
}
.panel-container {
  margin-bottom: 10px;
}
#associates #left-cont {
  width: 340px !important;
}
body {
  background-color: #888;
  color: #fff;
  font: 14px/1.7em "proxima-nova", Arial, sans-serif;
  font-weight: 300 !important;
}
a {
  text-decoration: none;
  outline: none;
  color: #ba8748;
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4em;
  margin: 20px 0 .4em;
  color: #ba8748;
  font-weight: 300;
}
#container {
  max-width: 1013px;
  width: 1013px;
  position: relative;
  display: block;
  clear: both;
  padding-bottom: 42px;
}
#content {
  margin-top: 235px;
}
#inner-content #main section,
#inner-footer {
  background: url('../images/bg-75.png');
  padding-left: 75px;
  position: relative;
  z-index: 3;
}
#inner-content #main section {
  padding-bottom: 20px;
  padding-right: 20px;
  /*padding-top: 20px;*/
}
.page-id-2 #inner-content #main section {
  padding-top: 0;
}
.page-id-2 #inner-content #main section > div {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  padding-right: 20px;
}
.page-id-2 #inner-content #main section div.contact-form-address {
  border-right: 1px dashed #ba8748;
  padding-top: 55px;
}
.page-id-2 #inner-content #main section div + div {
  padding-top: 0;
}
.page-id-2 #inner-content #main section div.contact-page-form {
  margin-right: 0;
}
.page-id-2 #inner-content #main section div.contact-page-form h2 {
  margin-bottom: 0;
}
.page-id-2 #inner-content #main section div.contact-form-map {
  margin-right: 0;
  padding: 0;
  margin-top: 60px;
}
#main {
  position: relative;
  z-index: 9;
}
#layout {
  position: relative;
}
#inner-main {
  width: 1008px;
}
#inner-main article {
  width: 985px;
}
.page-id-19 #inner-main article .panel-container {
  padding-top: 2px;
}
#inner-footer {
  position: relative;
  display: block;
  margin-top: 20px;
  background-image: none;
  width: 933px;
  padding-left: 0;
}
h1.page-title {
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  display: block;
  width: 960px;
  margin-top: 27px;
  font-size: 30px;
  background-color: red !important;
}
.h1-solo {
  position: relative;
  display: inline-block;
  margin: 0 !important;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 9px;
  padding-left: 75px;
  background: url('../images/bg-75.png') !important;
  font-weight: 100 !important;
  position: absolute;
  bottom: 0;
}
#handle,
#handle-b {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 !important;
  padding: 0 !important;
  width: 20px;
  height: 100%;
  background: rgba(0, 0, 0, 0.75) url('../images/bg-handle.png') no-repeat 3px center;
  cursor: pointer;
}
#uno {
  position: relative;
  display: inline-block;
  width: 180px;
  float: left;
  border-right: 1px dashed #ba8748;
  padding-right: 20px;
  padding-top: 35px;
  padding-bottom: 60px;
}
#uno span {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 5px;
}
#dos {
  position: relative;
  display: inline-block;
  width: 295px;
  padding-left: 20px;
}
#dos h2 {
  font-size: 18px;
  margin-top: 0;
}
#tre {
  position: relative;
  display: inline-block;
  width: 367px;
  float: right;
  clear: right;
  padding-top: 40px;
}
.contact-form-address .socials {
  margin-top: 8px;
}
.socials {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.socials li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.socials li a {
  display: block;
  width: 44px;
  height: 45px;
}
.socials li a img {
  width: 45px;
  height: 45px;
  opacity: 0.75;
}
.socials li a:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
#progress-back {
  bottom: -4px !important;
  z-index: 10 !important;
}
#progress-bar {
  background-color: #ba8748 !important;
  height: 4px !important;
  background-image: none !important;
}
#controls-wrapper {
  bottom: -42px;
  z-index: 9 !important;
  display: none !important;
}
#prevslide,
#nextslide {
  height: 135px;
  width: 61px;
  opacity: .05;
}
#prevslide {
  background: url('../images/controller-prev.png') no-repeat center center;
}
#nextslide {
  background: url('../images/controller-next.png') no-repeat center center;
}
/*ideology*/
#left-cont,
#right-cont {
  position: relative;
  display: inline-block;
  width: 260px;
}
#left-cont {
  width: 385px;
  padding-right: 35px;
  padding-bottom: 60px;
  float: left;
  border-right: 1px dashed #ba8748;
}
.page-id-23 #right-cont {
  padding-right: 0;
  padding-left: 22px;
  padding-top: 25px;
  width: 435px;
  color: #ba8748;
  font-size: 17px;
  line-height: 1.4em;
}
.page-id-23 #right-cont p {
  padding-right: 40px;
}
.page-id-23 #right-cont p:last-child {
  margin-top: 57px;
}
span.principals-quote {
  position: relative;
  bottom: -5px;
  right: -30px;
  display: block;
  margin-bottom: 10px;
  text-align: right;
  white-space: nowrap;
  font-size: 14px;
  font-style: italic;
}
span.principals-quote.sec {
  margin-top: 10px;
}
/*aim*/
.page-id-21 #left-cont,
.page-id-21 #right-cont {
  position: relative;
  display: inline-block;
  width: 260px;
  padding-top: 20px;
}
.page-id-21 #left-cont {
  position: relative;
  display: inline-block;
  width: 390px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 0;
}
.page-id-21 #right-cont {
  padding-left: 20px;
}
/*aim*/
.page-id-19 #left-cont,
.page-id-19 #right-cont {
  position: relative;
  display: inline-block;
  width: 260px;
  padding-top: 20px;
}
.page-id-19 #left-cont {
  position: relative;
  display: inline-block;
  width: 300px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.page-id-19 #left-cont h3 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  letter-spacing: 0;
  font-size: 21px;
  line-height: 1.2em;
}
.page-id-19 #right-cont {
  padding-left: 20px;
}
#container {
  position: static;
  bottom: 0;
}
/*works*/
.parent-pageid-7 #container,
.parent-pageid-13 #container,
.parent-pageid-15 #container,
.parent-pageid-17 #container {
  position: absolute;
  bottom: 42px;
  left: 0;
}
.parent-pageid-7 .page-title,
.parent-pageid-13 .page-title,
.parent-pageid-15 .page-title,
.parent-pageid-17 .page-title {
  position: absolute;
  display: block;
  width: 960px;
  bottom: 76px;
}
.parent-pageid-7 #layout,
.parent-pageid-13 #layout,
.parent-pageid-15 #layout,
.parent-pageid-17 #layout {
  display: none;
}
.page-id-11 .page-title {
  bottom: 179px;
}
.moz .page-id-11 .page-title {
  bottom: 181px;
}
.page-id-11 #layout {
  display: block;
  position: relative;
  bottom: 76px;
}
.parent-pageid-7 #inner-footer,
.parent-pageid-13 #inner-footer,
.parent-pageid-15 #inner-footer,
.parent-pageid-17 #inner-footer {
  position: absolute;
  bottom: 0;
  left: 0;
}
.parent-pageid-7 #controls-wrapper,
.parent-pageid-13 #controls-wrapper,
.parent-pageid-15 #controls-wrapper,
.parent-pageid-17 #controls-wrapper {
  display: block !important;
}
.parent-pageid-7 .overlay,
.parent-pageid-13 .overlay,
.parent-pageid-15 .overlay,
.parent-pageid-17 .overlay {
  display: none;
}
.parent-pageid-7 #thumb-tray,
.parent-pageid-13 #thumb-tray,
.parent-pageid-15 #thumb-tray,
.parent-pageid-17 #thumb-tray {
  padding-top: 10px;
  box-shadow: none;
  display: none;
}
/*footer*/
.footer-text {
  position: relative;
  display: inline-block;
  margin-right: 4px;
  padding-left: 70px;
  width: 380px;
  height: 20px;
  background: url('../images/bg-75.png');
  color: #ba8748;
  text-transform: uppercase;
  font-size: 10px;
  vertical-align: middle;
}
.footer-text .lic {
  padding-right: 5px;
}
.footer-text a {
  color: #ba8748;
}
#footer-navi {
  margin-left: 60px;
}
#footer-navi a {
  padding: 0 12px 0 5px;
}
.welcome {
  width: 455px !important;
}
.home #container {
  position: fixed;
  display: block;
  bottom: 5%;
}
.home #layout {
  width: 478px !important;
  overflow: hidden;
}
.home #layout article {
  background: url('../images/bg-75.png');
  width: 455px !important;
  overflow: hidden;
  display: block;
}
.home #layout article h1 {
  padding-left: 70px;
}
.home #layout article section {
  background-image: none !important;
}
/*news*/
.page-id-5 #container,
.page-id-2 #container {
  position: relative !important;
  padding-top: 65px !important;
}
.page-id-5 #layout {
  width: 1008px !important;
}
.page-id-5 #layout article {
  background: url('../images/bg-75.png');
  width: 965px !important;
  display: block;
  padding-right: 20px;
}
.page-id-5 #layout article section {
  background-image: none !important;
  width: 890px;
}
.news-intro {
  margin-bottom: 20px;
  padding-top: 20px;
  width: 580px;
  font-size: 15px;
  line-height: 1.6em;
  padding-left: 70px;
}
#news-content-header {
  padding-left: 70px;
  font-size: 12px;
  position: relative;
  display: block;
  clear: both;
  width: 900px;
  height: 70px;
  margin-top: 60px;
}
#news-content-header-left {
  position: absolute;
  display: inline-block;
  width: 700px;
  height: 70px;
  left: 70px;
  top: 0;
}
#news-content-header h2.news-title {
  position: absolute;
  display: block;
  top: -20px !important;
  clear: left;
  float: left;
  text-align: left;
  font-size: 21px !important;
}
#news-content-header-right {
  position: absolute;
  right: 0;
  width: 500px;
  text-align: right;
}
#news-left,
#news-right {
  position: relative;
  display: inline-block;
}
#news-left {
  width: 325px;
  border-right: 1px dashed #ba8748;
  padding-right: 20px;
}
#news-left p {
  margin: 10px 0px;
}
#news-right {
  width: 519px;
  float: right;
  margin-right: 10px;
}
#news-right img {
  width: 519px;
  height: auto;
}
.posted-by,
.post-date {
  color: #ba8748;
  text-transform: uppercase;
}
.posted-by {
  position: relative;
  display: block;
  margin-top: 25px;
}
.post-author {
  color: #fff;
}
.posted-issue {
  display: block;
  text-align: right;
  font-size: 18px;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: url('../images/pattern.png');
}
.home .overlay {
  background: none !important;
}
.swipe-target {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: transparent;
  z-index: -1;
  cursor: move;
}
/*#supersized{
	background-color: rgba(0,255,0,.1);
	border: 1px solid red !important;
	height:
}*/
@media only screen and (min-width: 768px) {
  #tray-button:before {
    content: 'Gallery';
    display: inline-block;
    position: relative;
    line-height: 42px;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 5px;
  }
}
#mobile {
  opacity: 1;
}
.menu-mob {
  display: none;
}
#dl-menu {
  display: none;
}
@media only screen and (min-width: 768px) {
  .footer #socs {
    vertical-align: bottom;
  }
  .footer .socials,
  .footer .socials li {
    margin: 0;
    padding: 0;
  }
  .footer .socials li a {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    top: 1px;
    line-height: 20px;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .footer .socials li a img {
    width: 20px;
    height: 20px;
  }
  .footer .socials li a:hover {
    background-color: rgba(0, 0, 0, 0.96) !important;
  }
}
@media only screen and (max-width: 768px) {
  #content,
  #inner-content,
  #main {
    width: 100%;
  }
  .page-id-5 #inner-main {
    width: 100% !important;
    box-sizing: border-box;
  }
  .page-id-5 #layout {
    width: 100% !important;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .page-id-5 #layout article {
    width: 100% !important;
  }
  .page-id-5 #layout section.entry-content {
    padding-left: 20px !important;
    width: 100% !important;
    box-sizing: border-box;
  }
  .page-id-5 #layout #handle {
    display: none;
  }
  .page-id-5 #layout #news-right,
  .page-id-5 #layout #news-left {
    width: 344px !important;
  }
  .page-id-5 #layout #news-right {
    overflow-x: hidden;
  }
  .parent-pageid-7 .page-title,
  .parent-pageid-13 .page-title,
  .parent-pageid-15 .page-title,
  .parent-pageid-17 .page-title {
    bottom: 160px;
  }
  div#menu-button,
  ul#menu-top-navi {
    display: none;
    border-top: 1px dashed red !important;
  }
  .header {
    width: 665px;
  }
  #navi {
    width: 665px;
    position: relative;
  }
  #container,
  #inner-main,
  .page .page-title,
  #inner-main article,
  #inner-footer {
    width: 100%;
  }
  #container {
    padding-bottom: 0;
    bottom: 0 !important;
  }
  #dl-menu {
    display: inline-block;
    height: 0;
    float: right;
    width: 100% !important;
    position: relative;
    top: 87px;
    right: 0;
  }
  #dl-menu .dl-trigger {
    background-color: transparent;
    position: absolute;
    right: 20px;
    top: -45px;
  }
  #dl-menu .dl-trigger.dl-active {
    background-color: #ba8748;
  }
  #dl-menu .dl-trigger + .dl-menu {
    position: absolute;
    right: 0;
    top: 45px;
  }
  #dl-menu .dl-trigger + .dl-menu a {
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px dashed #ba8748;
  }
  #dl-menu .dl-trigger + .dl-menu li:last-of-type a {
    border-bottom: none;
  }
  #dl-menu .dl-trigger + .dl-menu > li > a {
    border-bottom: 1px dashed #ba8748;
    width: 65%;
  }
  #dl-menu .dl-trigger + .dl-menu > li > a:after {
    right: -20%;
    color: #595959;
  }
  #dl-menu .dl-trigger + .dl-menu .dl-back {
    background-color: #2f2921;
  }
  #dl-menu .dl-trigger + .dl-menu .dl-back a {
    border-bottom: none;
    box-shadow: inset 0 -2px 0 0 #ba8748;
  }
}
@media only screen and (max-width: 767px) {
  #slide-list {
    display: none;
  }
  #logos {
    max-height: 80px;
    position: relative;
    z-index: 2;
    width: 200px;
  }
  #logos img {
    padding-top: 5px;
    padding-left: 30px;
    max-width: 135px;
    height: auto;
  }
  #container {
    left: 0;
  }
  .header {
    max-width: 290px;
    max-height: 80px;
  }
  #navi {
    max-width: 290px;
    max-height: 80px;
  }
  #dl-menu {
    top: -40px;
  }
  #dl-menu .dl-trigger {
    top: -20px;
  }
  .home #layout article {
    max-width: 290px;
  }
  .home #layout article h1 {
    padding-left: 30px;
  }
  .home #layout article section {
    padding-left: 30px !important;
  }
  .home #layout #handle-b {
    display: none;
  }
  #inner-footer {
    z-index: 99999;
  }
  .footer-text,
  #socs {
    vertical-align: top;
    margin-right: 0;
  }
  .footer-text {
    width: 145px;
    height: 45px;
    position: relative;
    background-color: rgba(0, 0, 255, 0.05);
  }
  .footer-text #footer-copy,
  .footer-text #footer-navi {
    position: absolute;
    left: 20px;
    top: 20px;
    margin-left: 0;
  }
  .footer-text #footer-navi {
    display: block;
    width: 100%;
    top: 2px;
  }
  .footer-text #footer-navi a:first-of-type {
    padding-left: 5px;
  }
  #socs {
    height: 50px !important;
    width: 100px !important;
  }
  #socs li {
    margin-right: 1px;
  }
  #socs a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: relative;
    top: 0;
    margin-top: 0;
    overflow: hidden;
    background-image: none !important;
    text-indent: 0;
    background-color: rgba(0, 0, 0, 0.75);
  }
  #socs a img {
    width: 45px;
    height: 45px;
    opacity: 0.75;
  }
  #handle {
    display: none !important;
  }
  #inner-content #main section {
    padding-left: 20px !important;
  }
  #left-cont,
  #right-cont {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #left-cont {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px dashed #ba8748;
  }
  #right-cont img {
    max-width: 100%;
  }
  .page-id-19 #inner-main article .panel-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #associates #left-cont {
    width: 100% !important;
  }
  #tib {
    top: -44px;
  }
  #tib a {
    padding: 6px 12px !important;
    line-height: 1.6em;
    font-size: 20px;
  }
  .contact-form-address,
  .contact-page-form,
  .contact-form-map {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-right: none !important;
    position: relative;
    box-sizing: border-box;
  }
  .contact-form-address iframe,
  .contact-page-form iframe,
  .contact-form-map iframe {
    width: 100% !important;
  }
  .contact-form-address .wpcf7 input[type="text"],
  .contact-page-form .wpcf7 input[type="text"],
  .contact-form-map .wpcf7 input[type="text"],
  .contact-form-address .wpcf7 input[type="email"],
  .contact-page-form .wpcf7 input[type="email"],
  .contact-form-map .wpcf7 input[type="email"],
  .contact-form-address .wpcf7 textarea,
  .contact-page-form .wpcf7 textarea,
  .contact-form-map .wpcf7 textarea {
    width: 100% !important;
    box-sizing: border-box;
  }
  .contact-form-address {
    border-bottom: 1px dashed #ba8748;
    padding-bottom: 15px;
  }
  .page-id-5 #layout {
    width: 100% !important;
  }
  .page-id-5 #layout article {
    width: 100% !important;
    padding-right: 0 !important;
    box-sizing: border-box;
  }
  .page-id-5 #layout article section {
    width: 100% !important;
    box-sizing: border-box;
  }
  .news-intro {
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box;
  }
  #news-content-header {
    width: 100% !important;
    padding-left: 20px !important;
    box-sizing: border-box;
    height: auto !important;
    margin-top: 20px;
  }
  #news-content-header #news-content-header-left {
    width: 100% !important;
    left: 0;
    position: relative;
    height: auto;
  }
  #news-content-header #news-content-header-left .news-title {
    position: relative;
    top: 0 !important;
    margin-bottom: 0;
  }
  #news-content-header #news-content-header-left .posted-by {
    margin-top: 4.2em !important;
    display: none;
  }
  #news-content-header #news-content-header-right {
    top: 2.2em;
    display: none;
  }
  #news-left,
  #news-right {
    width: 100% !important;
  }
  #news-left img,
  #news-right img {
    max-width: 100% !important;
    height: auto !important;
  }
  #news-right {
    margin-right: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ba8748;
  }
  .h1-solo {
    padding-left: 18px !important;
    font-size: 20px !important;
    line-height: 1.05em !important;
  }
  .home #layout article h1 {
    margin-bottom: 5px;
    padding-left: 20px !important;
  }
  p.home-copy {
    line-height: 1.18em;
  }
  #prevslide,
  #nextslide {
    display: none !important;
  }
  .info-email,
  #thumb-tray {
    display: none !important;
  }
  #controls-wrapper {
    background-image: none !important;
  }
  #controls-wrapper #controls {
    overflow: visible !important;
  }
  #controls-wrapper #play-button {
    display: none;
  }
  #controls-wrapper #slidecounter {
    position: relative;
    float: right !important;
    color: #ba8748;
    background-color: rgba(0, 0, 0, 0.75);
    padding-top: 0px !important;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -75px !important;
    line-height: 40px;
    top: 0;
    padding-top: 10px;
    z-index: 9999999;
  }
  * {
    margin: 0;
    padding: 0;
  }
  user agent stylesheetdiv {
    display: block;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Common styles of menus */
.dl-menuwrapper {
  width: 100%;
  max-width: 300px;
  float: left;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
}
.dl-menuwrapper:first-child {
  margin-right: 100px;
}
.dl-menuwrapper button {
  background: rgba(0, 0, 0, 0.75);
  border: none;
  width: 48px;
  height: 45px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
}
.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active {
  background: rgba(0, 0, 0, 0.75);
}
.dl-menuwrapper ul {
  background: rgba(0, 0, 0, 0.65);
}
.dl-menuwrapper button:after {
  content: '';
  position: absolute;
  width: 68%;
  height: 5px;
  background: #fff;
  top: 10px;
  left: 16%;
  box-shadow: 0 10px 0 #fff,
		0 20px 0 #fff;
}
.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.dl-menuwrapper li {
  position: relative;
}
.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  outline: none;
}
.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255, 248, 213, 0.1);
  text-decoration: none;
}
.dl-menuwrapper li.dl-back > a {
  padding-left: 30px;
  background: rgba(0, 0, 0, 0.1);
}
.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 50px;
  font-family: 'icomoon';
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\e000";
}
.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: #ba8748;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dl-menuwrapper li > a:after {
  right: 10px;
  color: #ba8748;
}
.dl-menuwrapper .dl-menu {
  margin: 5px 0 0 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease;
}
.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none;
}
.dl-menuwrapper li .dl-submenu li a {
  color: #ba8748;
}
.dl-menuwrapper li .dl-submenu li a:hover {
  color: white;
  text-decoration: none;
}
/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}
.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}
/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0;
}
/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s;
}
.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}
.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease;
}
.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease;
}
.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease;
}
@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
}
.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s;
}
.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}
.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease;
}
.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease;
}
.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease;
}
@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease;
}
@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease;
}
@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
}
/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}
.no-js .dl-menuwrapper li.dl-back {
  display: none;
}
.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}
.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: '';
}
/* Colors for demos */
/* Demo 1 */
.demo-1 .dl-menuwrapper button {
  background: #c62860;
}
.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
  background: #9e1847;
}
/* Demo 2 */
.demo-2 .dl-menuwrapper button {
  background: #e86814;
}
.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
  background: #D35400;
}
/* Demo 3 */
.demo-3 .dl-menuwrapper button {
  background: #08cbc4;
}
.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
  background: #00b4ae;
}
/* Demo 4 */
.demo-4 .dl-menuwrapper button {
  background: #90b912;
}
.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
  background: #79a002;
}
/* Demo 5 */
.demo-5 .dl-menuwrapper button {
  background: #744783;
}
.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
  background: #643771;
}
