/* theme styles */

.zy-wrapper,body,html {
  height: 100%;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

small {
  font-size: 75%;
}

big {
  font-size: 120%;
}

body {
  position: relative;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  background: url(../images/printing_dark.jpg) 0 50% no-repeat fixed;
  background-size: cover;
  overflow: hidden;
}

.zy-wrapper {
  width: 100%;
  font-size: 18px;
}

.zy-inner {
  width: 90%;
  height: 94%;
  position: fixed;
  left: 0;
  bottom: 0;
  -webkit-animation: fadein 1s;
  -ms-animation: fadein 1s;
  animation: fadein 1s;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.zy-bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.zy-main {
  height: 100%;
  position: relative;
}

.zy-banner {
  position: absolute;
  width: 26.62%;
  bottom: 20%;
  left: 62.46%;
  z-index: 9999;
  color: #3d2cd3;
  font-size: 20px;
}

.home .zy-banner {
  bottom: 10%;
  font-size: 18px;
}

.zy-banner p {
  margin: 0;
  line-height: 1.4;
}

.zy-slideshow {
  position: absolute;
  z-index: 9999;
  top: 30px;
  right: 4%;
}

.zy-slideshow .slideshow {
  position: relative;
  width: 200px;
  height: 180px;
  border: 1px solid #fff;
}

.zy-slideshow .slideshow img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.zy-nav ul {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.zy-nav li {
  text-transform: uppercase;
  position: absolute;
  z-index: 99998;
  display: block;
  height: 19px;
}

.zy-nav li a {
  display: block;
  text-decoration: none;
  font-size: 1em;
  white-space: nowrap;
  font-weight: 700;
  line-height: 19px;
  padding-left: 25px;
  color: #fff;
  background: url(../images/dot-blue.png) 0 50% no-repeat;
}

.zy-item-1 {
  top: 0;
  left: 7.91%;
}

.zy-item-2 {
  top: 3.65%;
  left: 20.52%;
}

.zy-item-3 {
  top: 10.78%;
  left: 37.04%;
}

.zy-item-4 {
  top: 18.96%;
  left: 52.05%;
}

.zy-item-5 {
  top: 32.17%;
  left: 67.57%;
}

.zy-item-6 {
  top: 44.17%;
  left: 76.28%;
}

.zy-item-7 {
  top: 59.3%;
  left: 84.28%;
}

.zy-item-8 {
  top: 74.08%;
  left: 91.09%;
}

.zy-item-9 {
  top: 88.87%;
  left: 96.1%;
}

.zy-nav li a:hover,.zy-nav li.current-menu-item a {
  color: #D8D8A7;
  background: url(../images/dot-gold.png) 0 50% no-repeat;
}

.zy-holder {
  position: absolute;
  top: 20%;
  left: 2.8%;
  height: 68.3%;
  width: 58%;
}

.home .zy-holder {
  top: 25%;
  width: 45.04%;
  height: 65.3%;
}

.zy-banner-home-mobile,.zy-banner-mobile {
  display: none;
}

.logo {
  position: absolute;
  right: 45%;
  bottom: 12%;
  z-index: 99999;
}

.logo img {
  display: block;
  width: 250px;
  height: auto;
  margin: 0;
}

.home .zy-content {
  top: 47%;
  height: 42%;
}

.zy-banner-home {
  text-transform: uppercase;
  margin-bottom: 1em;
}

.zy-content p {
  margin-top: 0;
}

.zy-content .page-title {
  margin: 0;
  font-size: 2.25em;
  color: #3d2cd3;
}

.page-content {
  width: 100%;
  color: #3d2cd3;
  line-height: 1.2;
}

.page-content p {
  padding: 0;
  margin: 0 0 5px;
}

.home .page-content ul,.home .page-content ul li:last-child {
  margin-bottom: 0;
}

.page-content ul li {
  color: #3d2cd3;
  margin: 0 0 10px;
  list-style-type: disc;
  padding-left: 0;
  word-wrap: break-word;
  text-align: left;
}

.page-content ul ul {
  padding: 10px 0 0 30px;
}

.page-content ul ul li {
  list-style-type: circle;
}

.post img {
  margin: 0 0 1.5em;
}

.alignleft,img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright,img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter,img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0!important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 60px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.wpcf7-form p span input[type=email],.wpcf7-form p span input[type=text],.wpcf7-form p span textarea {
  border: 1px solid #ddd;
  height: 30px;
  padding: 0 5px;
  border-radius: 4px;
  margin-top: 4px;
  width: 44%;
}

.wpcf7-form p span textarea {
  width: 44%;
  min-height: 80px;
}

.wpcf7-form p input[type=submit] {
  background: #3d2cd3;
  border: none;
  outline: 0;
  padding: 6px 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  transition: .4s ease-in-out 0s;
}

.wpcf7-form p input[type=submit]:hover {
  background: #a79812;
}

.wpcf7-form p span input[type=email]:focus,.wpcf7-form p span input[type=text]:focus,.wpcf7-form p span textarea:focus {
  border: 1px solid #3d2cd3;
  box-shadow: 0 0 4px 0 #c1b0dd;
}

.wpcf7-form>p {
  font-size: 14px;
}

#content {
  overflow: hidden;
}

.zy-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 51px;
  line-height: 51px;
}

.zy-footer p {
  margin: 0;
  text-align: center;
  font-size: .9375em;
  font-family: "Times New Roman",Times,serif;
  font-weight: 300;
  color: #fff;
}

@media screen and (min-width:30.06em) and (max-width:60em) {
  .logo {
    width: 32%;
  }

  .logo img {
    width: 100%;
  }
}

@media screen and (max-width:47.5em) {
  .zy-banner,.zy-content,.zy-holder,.zy-inner,.zy-main,.zy-wrapper {
    height: auto;
    position: static!important;
    top: auto!important;
    right: auto!important;
    bottom: auto!important;
    left: auto!important;
  }

  .zy-banner,.zy-banner-home {
    display: none;
  }

  .zy-banner-home-mobile,.zy-banner-mobile {
    display: block;
  }

  body {
    background: #fff;
    overflow: auto;
  }

  .zy-wrapper {
    background: #fff;
    position: relative!important;
    clear: both;
  }

  .zy-bg {
    display: none;
  }

  .zy-header {
    width: 100%;
    height: 105px;
    overflow: auto;
    background: #ebebce;
    border-top: 1px solid #fff;
  }

  .zy-inner {
    width: 100%!important;
    height: auto!important;
  }

  .zy-banner-mobile {
    float: right;
    margin: 15px 20px 0 0;
    text-align: right;
  }

  .zy-banner-mobile p {
    color: #333;
    font-size: 1em;
    line-height: 1.5;
    font-family: Arial,Helvetica,sans-serif;
  }

  .zy-nav,.zy-slideshow {
    display: none;
  }

  .logo {
    width: 250px;
    display: block!important;
    position: absolute;
    top: 0!important;
    left: 0!important;
    margin: 20px;
    background: 0 0;
    padding: 0;
  }

  .logo img {
    border-radius: 0;
    padding: 0;
    margin: 0;
    background: 0 0;
  }

  .zy-main {
    width: 100%;
  }

  .zy-holder {
    width: 100%!important;
    height: auto;
  }

  .zy-content {
    padding: 1em;
  }

  .zy-content .page-title {
    font-size: 2em;
  }

  .zy-banner-home-mobile {
    width: 100%;
    top: auto;
    left: auto;
    border-top: 1px solid #ebebce;
  }

  .zy-banner-home-mobile p {
    padding: 1em;
    margin: 0;
  }

  .zy-footer {
    position: static;
    left: auto;
    top: auto;
    bottom: auto;
    background: #A79C00;
    width: 100%;
    height: auto!important;
    line-height: 1.25!important;
  }

  .zy-footer p {
    padding: 1em;
    line-height: 1.25;
  }

  a.meanmenu-reveal:before {
    content: 'MENU';
    display: block;
    width: 50px;
    position: absolute;
    left: -50px;
    z-index: 9999;
    font-size: 15px;
    text-indent: 0;
  }

  .mean-nav ul li {
    top: auto!important;
    left: auto!important;
  }
}

@media screen and (max-width:30em) {
  .zy-banner {
    display: none;
  }

  .zy-header {
    height: 160px;
  }

  .logo {
    margin: 20px 0;
    width: 100%;
  }

  .logo img {
    width: 240px!important;
    margin: 0 auto;
  }

  .zy-banner-mobile {
    text-align: center;
    margin: 99px 0 0;
    float: none;
  }
}

a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: #D8D8A7;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #6c6c4e;
  text-decoration: none;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #6c6c4e;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #ebebce;
  margin-top: 44px;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 16px 0 16px 50px;
  margin: 0;
  text-align: left;
  color: #333;
  border-top: 1px solid #fff;
  border-top: 1px solid rgba(255,255,255,.5);
  text-decoration: none;
  text-transform: uppercase;
  background: url(../images/dot-blue.png) 20px 50% no-repeat;
}

.mean-container .mean-nav ul li.crrent-menu-item a {
  background: url(../images/dot-gold.png) 20px 50% no-repeat;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(0,0,0,.25);
  opacity: .75;
  filter: alpha(opacity=75);
  text-shadow: none!important;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background-color: #D8D8A7;
  background-color: rgba(255,255,255,.1);
  background-image: url(../images/dot-gold.png);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  padding: 12px!important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255,255,255,.1);
  border: none!important;
  border-left: 1px solid rgba(255,255,255,.4)!important;
  border-bottom: 1px solid rgba(255,255,255,.2)!important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0,0,0,.9);
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.mean-container .mean-bar,.mean-container .mean-bar * {
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

/*  *
 ****
 *  */