body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* !isotope */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none;
}
html,
body {
  height: 100%;
}
body {
  font-size: 14px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1em;
  color: #000000;
}
/* !webkit-scrollbar */
::-webkit-scrollbar {
  width: 14px;
}
::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.35);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.35);
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.7);
}
/* !jscrollpane scrollbar */
.jspTrack {
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.35);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.35);
}
.jspVerticalBar {
  background-color: transparent;
}
.jspDrag {
  background-color: rgba(0, 0, 0, 0.7);
}
/* !anchors */
a {
  color: #d4aa55;
}
a:hover {
  text-decoration: none;
}
a img {
  border-width: 0;
  display: block;
}
/* !headers */
h1 {
  font-family: 'Chivo', sans-serif;
  font-size: 21px;
  font-weight: 100;
  line-height: 28px;
  color: #d4aa55;
}
h2 {
  font-family: 'Chivo', sans-serif;
  font-size: 17.5px;
  font-weight: 100;
  line-height: 21px;
  margin-bottom: 21px;
  color: #9c7527;
}
h3 {
  font-family: 'Chivo', sans-serif;
  font-size: 13px;
  font-weight: 100;
  line-height: 21px;
  margin-bottom: 21px;
  color: #debe7e;
  text-transform: uppercase;
}
h4 {
  font-family: 'Chivo', sans-serif;
  font-size: 12px;
  font-weight: 100;
  line-height: 14px;
  color: #e9d3a6;
  text-transform: uppercase;
}
h5 {
  font-family: 'Chivo', sans-serif;
  font-size: 11.200000000000001px;
  font-weight: 100;
  line-height: 14px;
  color: #eeddbb;
  text-transform: uppercase;
}
/* !ico */
.ico {
  display: block;
  background-position: 0 0;
}
.ico-28 {
  width: 28px;
  height: 28px;
}
.ico-21 {
  width: 21px;
  height: 21px;
}
/* !wp classes */
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  margin: 0 auto;
  display: block;
}
.wp-caption img {
  display: block;
  margin-bottom: 7px;
  font-size: 1em;
  padding: .5em;
  background-color: rgba(255, 255, 255, 0.2);
}
.wp-caption .wp-caption-text {
  font-size: .85em;
}
.sticky,
.gallery-caption,
.bypostauthor {
  display: block;
}
/* !wrapper, bkg, container */
#wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
}
#container {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent url('../img/pattern_dot_15.png');
}
/* !header */
header {
  position: fixed;
  top: 7px;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 10;
}
header #header-logo {
  display: block;
  height: 100%;
/*  original width: 175px; */
  width: 200px;
  padding-left: 35px;
  overflow: hidden;
  float: left;
  background-color: rgba(0, 0, 0, 0.25);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}
header #header-select {
  display: none;
  position: relative;
  margin-top: 24.5px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}
header nav ul {
  position: relative;
  z-index: 2;
}
header nav ul > .root:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
header nav ul li {
  list-style-type: none;
  position: relative;
  float: left;
}
header nav ul li > :first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
header nav ul li a {
  display: block;
  line-height: 70px;
  float: left;
  padding: 0 14px;
  font-family: 'Chivo', sans-serif;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -ms-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
header nav ul li a:hover {
  color: #d4aa55;
}
header nav ul li a:active {
  opacity: .7 !important;
  -webkit-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -ms-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
header nav ul li a.selected {
  color: #d4aa55 !important;
  background-color: rgba(0, 0, 0, 0.25) !important;
}
header nav ul li:hover ul {
  opacity: 1;
  height: auto;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
header nav ul li ul {
  position: absolute;
  left: 0;
  top: 70px;
  width: 175px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  border-top: 1px solid transparent;
  -webkit-transform: translateX(-7px);
  -moz-transform: translateX(-7px);
  -ms-transform: translateX(-7px);
  -o-transform: translateX(-7px);
  transform: translateX(-7px);
  -webkit-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
header nav ul li ul li {
  height: 28px;
  padding-bottom: 1px;
}
header nav ul li ul li a {
  background-color: rgba(0, 0, 0, 0.75);
  line-height: 28px;
  font-size: 12px;
}
header nav ul li ul li a:active {
  opacity: .75 !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}
#header-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.95);
}
/* !footer */
footer {
  position: fixed;
  bottom: 7px;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.75);
}
footer #footer-socials {
  display: block;
  float: right;
  height: 100%;
  color: #ffffff;
  padding: 0 35px;
  position: relative;
  z-index: 1;
}
footer #footer-socials a {
  display: block;
  width: 21px;
  height: 21px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 24.5px;
  margin-left: 7px;
  opacity: .5;
  float: left;
}
footer #footer-socials a#footer-socials-rss {
  background-image: url('../img/ico/ico-21-rss.png');
}
footer #footer-socials a#footer-socials-facebook {
  background-image: url('../img/ico/ico-21-facebook.png');
}
footer #footer-socials a#footer-socials-twitter {
  background-image: url('../img/ico/ico-21-twitter.png');
}
footer #footer-socials a#footer-socials-plus {
  background-image: url('../img/ico/ico-21-plus.png');
}
footer #footer-socials a#footer-socials-dribbble {
  background-image: url('../img/ico/ico-21-dribbble.png');
}
footer #footer-socials a#footer-socials-flickr {
  background-image: url('../img/ico/ico-21-flickr.png');
}
footer #footer-socials a:hover {
  opacity: .85;
}
footer #footer-socials a:active {
  opacity: .65;
}
footer #footer-player {
  display: block;
  height: 100%;
  padding-right: 35px;
  padding-left: 35px;
  overflow: hidden;
  float: right;
  background-color: rgba(0, 0, 0, 0.25);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  z-index: 1;
  position: relative;
  width: 315px;
}
footer #footer-player audio {
  display: none;
}
footer #footer-player a {
  position: absolute;
  display: block;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-image: url('../img/ico/ico-21-player-sprite.png');
  top: 24.5px;
}
footer #footer-player a#footer-player-play {
  background-position: 0 0;
  right: 119px;
}
footer #footer-player a#footer-player-pause {
  background-position: -21px 0;
  right: 91px;
}
footer #footer-player a#footer-player-rewind {
  background-position: -42px 0;
  right: 63px;
}
footer #footer-player a#footer-player-forward {
  background-position: -63px 0;
  right: 35px;
}
footer #footer-player a:hover {
  opacity: .85;
}
footer #footer-player a:active {
  opacity: .55;
}
footer #footer-player div {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 0 17.5px;
  font-size: 10px;
  color: #ffffff;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  width: 167px;
  height: 21px;
  position: absolute;
  top: 24.5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
footer #footer-player div span {
  display: block;
  line-height: 21px;
  text-align: center;
}
footer #footer-text {
  line-height: 70px;
  color: #ffffff;
  padding-left: 35px;
  font-size: 10.5px;
  text-transform: uppercase;
  opacity: .65;
}
#footer-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.95);
}
/* !ico-fullscreen */
#ico-fullscreen {
  position: fixed;
  top: 28px;
  right: 35px;
  background-image: url('../img/ico/ico-28-plus.png');
  z-index: 11;
}
#ico-right {
  position: fixed;
  top: 28px;
  right: 70px;
  background-image: url('../img/ico/ico-28-right.png');
  z-index: 11;
  display: none;
}
#ico-right:hover {
  opacity: .8 !important;
}
#ico-right:active {
  opacity: .6 !important;
}
#ico-left {
  position: fixed;
  top: 28px;
  right: 105px;
  background-image: url('../img/ico/ico-28-left.png');
  z-index: 11;
  display: none;
}
#ico-left:hover {
  opacity: .8 !important;
}
#ico-left:active {
  opacity: .6 !important;
}
/* !content */
#content {
  position: absolute;
  left: 35px;
  right: 35px;
  top: 112px;
  bottom: 112px;
}
#section-container {
  height: 100%;
}
/* !section-page */
#section-page {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 700px;
  color: #ffffff;
  overflow: auto;
}
#section-page.section-page-width-full,
#section-page.section-page-width-100 {
  width: 100%;
}
#section-page.section-page-width-90 {
  width: 90%;
}
#section-page.section-page-width-80 {
  width: 80%;
}
#section-page.section-page-width-70 {
  width: 70%;
}
#section-page.section-page-width-60 {
  width: 60%;
}
#section-page.section-page-width-50 {
  width: 50%;
}
#section-page.section-page-width-40 {
  width: 40%;
}
#section-page.section-page-position-right {
  left: auto;
  right: 0;
}
#section-page.section-page-width-90.section-page-position-center {
  left: 5%;
}
#section-page.section-page-width-80.section-page-position-center {
  left: 10%;
}
#section-page.section-page-width-70.section-page-position-center {
  left: 15%;
}
#section-page.section-page-width-60.section-page-position-center {
  left: 20%;
}
#section-page.section-page-width-50.section-page-position-center {
  left: 25%;
}
#section-page.section-page-width-40.section-page-position-center {
  left: 30%;
}
#section-page #section-page-wrapper {
  background-color: rgba(0, 0, 0, 0.75);
  margin-right: 1px;
  min-height: 100%;
}
#section-page #section-page-wrapper #section-page-content {
  padding: 35px;
  line-height: 1.5em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*
            p:last-child
            {
                margin-bottom: 0 !important;
            }
            */

}
#section-page #section-page-wrapper #section-page-content p,
#section-page #section-page-wrapper #section-page-content ul,
#section-page #section-page-wrapper #section-page-content ol,
#section-page #section-page-wrapper #section-page-content h4 {
  margin-bottom: 1.5em;
}
#section-page #section-page-wrapper #section-page-content ul,
#section-page #section-page-wrapper #section-page-content ol {
  margin-left: 1.5em;
}
#section-page #section-page-wrapper #section-page-content blockquote {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5em;
  font-style: italic;
  line-height: 2em;
  margin-left: 1.5em;
  margin-bottom: 1em;
  display: block;
}
#section-page #section-page-wrapper #section-page-content blockquote p {
  margin-bottom: 0;
}
#section-page #section-page-wrapper #section-page-content img {
  opacity: 0;
}
#section-page #section-page-wrapper #section-page-content img.img-block {
  display: block;
  width: 100% !important;
  margin-bottom: 1.5em;
  font-size: 14px;
}
#section-page #section-page-wrapper #section-page-content #section-page-content-text {
  margin-top: 35px;
}
#section-page #section-page-wrapper #section-page-content #section-page-content-commentslist ul {
  border-top: 1px dotted rgba(255, 255, 255, 0.1);
  margin-left: 0;
}
#section-page #section-page-wrapper #section-page-content #section-page-content-commentslist ul li {
  list-style-type: none;
  display: block;
  padding: 14px 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
  *zoom: 1;
}
#section-page #section-page-wrapper #section-page-content #section-page-content-commentslist ul li:before,
#section-page #section-page-wrapper #section-page-content #section-page-content-commentslist ul li:after {
  content: "";
  display: table;
}
#section-page #section-page-wrapper #section-page-content #section-page-content-commentslist ul li:after {
  clear: both;
}
#section-page #section-page-wrapper #section-page-content #section-page-content-commentslist ul li .comment-meta {
  font-size: .8em;
  text-transform: uppercase;
  color: #b3b3b3;
}
#section-page #section-page-wrapper #section-page-content #section-page-content-commentslist ul li img {
  float: left;
  margin-right: 14px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}
#section-page #section-page-wrapper #section-page-content #section-page-content-commentslist ul li p {
  font-size: .9em;
  margin-bottom: 0;
  margin-left: 77px;
}
#section-page #section-page-wrapper #section-page-content form p.form-submit {
  padding: 7px 0 7px 105px;
}
#section-page #section-page-wrapper #section-page-content form p.form-submit input {
  height: auto;
  line-height: auto;
  opacity: .5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#section-page #section-page-wrapper #section-page-content form p.form-submit input:hover {
  opacity: 1;
}
#section-page #section-page-wrapper #section-page-content form p.form-submit input:active {
  opacity: .75;
}
#section-page #section-page-wrapper #section-page-content form p {
  padding: 7px 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
  margin-bottom: 0;
}
#section-page #section-page-wrapper #section-page-content form p span {
  display: none;
}
#section-page #section-page-wrapper #section-page-content form p label {
  display: block;
  float: left;
  width: 105px;
  line-height: 28px;
  text-transform: uppercase;
  font-size: .8em;
}
#section-page #section-page-wrapper #section-page-content form p input,
#section-page #section-page-wrapper #section-page-content form p textarea {
  border: 1px solid transparent;
  padding: 7px;
  font-size: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#section-page #section-page-wrapper #section-page-content form p input:focus,
#section-page #section-page-wrapper #section-page-content form p textarea:focus {
  background-color: rgba(255, 255, 255, 0.3);
}
#section-page #section-page-wrapper #section-page-content form p input.field-error,
#section-page #section-page-wrapper #section-page-content form p textarea.field-error {
  border-color: #b51731;
}
#section-page #section-page-wrapper #section-page-content form p input {
  height: 14px;
  line-height: 14px;
  width: 140px;
}
#section-page #section-page-wrapper #section-page-content form p textarea {
  width: 350px;
  height: 70px;
  max-width: 100%;
  min-width: 350px;
  display: block;
}
#section-page #section-page-wrapper #section-page-content .columns {
  clear: both;
  display: block;
  width: 102.16049382716051%;
  margin: 0 -1.0802469135802468%;
  *zoom: 1;
}
#section-page #section-page-wrapper #section-page-content .columns:before,
#section-page #section-page-wrapper #section-page-content .columns:after {
  content: "";
  display: table;
}
#section-page #section-page-wrapper #section-page-content .columns:after {
  clear: both;
}
#section-page #section-page-wrapper #section-page-content .columns .col-1 {
  display: inline;
  float: left;
  width: 6.172839506172839%;
  margin: 0 1.0802469135802468%;
}
#section-page #section-page-wrapper #section-page-content .columns .col-2 {
  display: inline;
  float: left;
  width: 14.506172839506174%;
  margin: 0 1.0802469135802468%;
}
#section-page #section-page-wrapper #section-page-content .columns .col-3 {
  display: inline;
  float: left;
  width: 22.839506172839506%;
  margin: 0 1.0802469135802468%;
}
#section-page #section-page-wrapper #section-page-content .columns .col-4 {
  display: inline;
  float: left;
  width: 31.17283950617284%;
  margin: 0 1.0802469135802468%;
}
#section-page #section-page-wrapper #section-page-content .columns .col-5 {
  display: inline;
  float: left;
  width: 39.50617283950617%;
  margin: 0 1.0802469135802468%;
}
#section-page #section-page-wrapper #section-page-content .columns .col-6 {
  display: inline;
  float: left;
  width: 47.839506172839506%;
  margin: 0 1.0802469135802468%;
}
#section-page #section-page-wrapper #section-page-content .columns .col-7 {
  display: inline;
  float: left;
  width: 56.17283950617284%;
  margin: 0 1.0802469135802468%;
}
#section-page #section-page-wrapper #section-page-content .columns .col-8 {
  display: inline;
  float: left;
  width: 64.50617283950618%;
  margin: 0 1.0802469135802468%;
}
#section-page #section-page-wrapper #section-page-content .columns .col-9 {
  display: inline;
  float: left;
  width: 72.8395061728395%;
  margin: 0 1.0802469135802468%;
}
#section-page #section-page-wrapper #section-page-content .columns .col-10 {
  display: inline;
  float: left;
  width: 81.17283950617285%;
  margin: 0 1.0802469135802468%;
}
#section-page #section-page-wrapper #section-page-content .columns .col-11 {
  display: inline;
  float: left;
  width: 89.50617283950618%;
  margin: 0 1.0802469135802468%;
}
#section-page #section-page-wrapper #section-page-content .columns .col-12 {
  display: inline;
  float: left;
  width: 97.8395061728395%;
  margin: 0 1.0802469135802468%;
}
#section-page #section-page-wrapper #section-page-content .columns .col-clear {
  clear: both;
}
#section-page #section-page-wrapper #section-page-content .columns .col-1,
#section-page #section-page-wrapper #section-page-content .columns .col-2,
#section-page #section-page-wrapper #section-page-content .columns .col-3,
#section-page #section-page-wrapper #section-page-content .columns .col-4,
#section-page #section-page-wrapper #section-page-content .columns .col-5,
#section-page #section-page-wrapper #section-page-content .columns .col-6,
#section-page #section-page-wrapper #section-page-content .columns .col-7,
#section-page #section-page-wrapper #section-page-content .columns .col-8,
#section-page #section-page-wrapper #section-page-content .columns .col-9,
#section-page #section-page-wrapper #section-page-content .columns .col-10,
#section-page #section-page-wrapper #section-page-content .columns .col-11,
#section-page #section-page-wrapper #section-page-content .columns .col-12 {
  position: relative;
}
#section-page #section-page-wrapper #section-page-content-image {
  opacity: 0;
  display: block;
  margin-top: 35px;
  width: 100%;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
}
.section-action {
  float: right;
  display: block;
  width: 21px;
  height: 21px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  opacity: .5;
  margin-left: 7px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.section-action:hover {
  opacity: 1;
}
.section-action:active {
  opacity: .3;
}
.section-action#section-close {
  background-image: url('../img/ico/ico-21-page-close.png');
}
.section-action#section-back {
  background-image: url('../img/ico/ico-21-page-back.png');
}
/* !section-video */
#section-video-wrapper {
  height: 50%;
  position: relative;
}
#section-video-wrapper #section-video {
  height: 553px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -280px;
  background-color: rgba(0, 0, 0, 0.75);
}
#section-video-wrapper #section-video #section-video-content {
  width: 805px;
  margin: 0 auto;
  overflow: hidden;
  padding: 21px 0;
  height: 100%;
}
#section-video-wrapper #section-video #section-video-content iframe {
  display: block;
  margin-top: 14px;
  position: relative;
}
@media screen and (max-height: 770px) {
  #section-video-wrapper #section-video {
    height: 455px;
    bottom: -227.5px;
  }
  #section-video-wrapper #section-video #section-video-content {
    padding: 0;
  }
  #section-video-wrapper #section-video #section-video-content h1,
  #section-video-wrapper #section-video #section-video-content h4 {
    display: none;
  }
  #section-video-wrapper #section-video #section-video-content iframe {
    margin-top: 0;
  }
}
@media screen and (max-height: 679px) {
  #section-video-wrapper {
    height: 100%;
  }
  #section-video-wrapper #section-video {
    height: 100%;
    bottom: 0;
  }
  #section-video-wrapper #section-video #section-video-content {
    padding: 0;
  }
  #section-video-wrapper #section-video #section-video-content h1,
  #section-video-wrapper #section-video #section-video-content h4 {
    display: none;
  }
  #section-video-wrapper #section-video #section-video-content iframe {
    height: 100%;
    margin-top: 0;
  }
}
#section-videofull-wrapper {
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
}
#section-videofull-wrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
}
/* !menu page */
#menu-page {
  position: absolute;
  left: 701px;
}
#menu-page.menu-page-position-right li a {
  float: right;
}
#menu-page.menu-page-width-40.menu-page-position-left {
  left: 40%;
  padding-left: 1px;
}
#menu-page.menu-page-width-40.menu-page-position-right {
  left: auto;
  right: 40%;
  padding-right: 1px;
}
#menu-page.menu-page-width-40.menu-page-position-center {
  left: 70%;
  padding-left: 1px;
}
#menu-page.menu-page-width-50.menu-page-position-left {
  left: 50%;
  padding-left: 1px;
}
#menu-page.menu-page-width-50.menu-page-position-right {
  left: auto;
  right: 50%;
  padding-right: 1px;
}
#menu-page.menu-page-width-50.menu-page-position-center {
  left: 75%;
  padding-left: 1px;
}
#menu-page.menu-page-width-60.menu-page-position-left {
  left: 60%;
  padding-left: 1px;
}
#menu-page.menu-page-width-60.menu-page-position-right {
  left: auto;
  right: 60%;
  padding-right: 1px;
}
#menu-page.menu-page-width-60.menu-page-position-center {
  left: 80%;
  padding-left: 1px;
}
#menu-page.menu-page-width-70.menu-page-position-left {
  left: 70%;
  padding-left: 1px;
}
#menu-page.menu-page-width-70.menu-page-position-right {
  left: auto;
  right: 70%;
  padding-right: 1px;
}
#menu-page.menu-page-width-70.menu-page-position-center {
  left: 85%;
  padding-left: 1px;
}
#menu-page.menu-page-width-80.menu-page-position-left {
  left: 80%;
  padding-left: 1px;
}
#menu-page.menu-page-width-80.menu-page-position-right {
  left: auto;
  right: 80%;
  padding-right: 1px;
}
#menu-page.menu-page-width-80.menu-page-position-center {
  left: 90%;
  padding-left: 1px;
}
#menu-page.menu-page-width-90.menu-page-position-left {
  left: 90%;
  padding-left: 1px;
}
#menu-page.menu-page-width-90.menu-page-position-right {
  left: auto;
  right: 90%;
  padding-right: 1px;
}
#menu-page.menu-page-width-90.menu-page-position-center,
#menu-page.menu-page-width-100.menu-page-position-center {
  display: none;
}
#menu-page.menu-page-width-100.menu-page-position-left,
#menu-page.menu-page-width-full.menu-page-position-left {
  display: none;
}
#menu-page.menu-page-width-100.menu-page-position-right {
  display: none;
}
#menu-page li {
  list-style-type: none;
  display: block;
  clear: left;
}
#menu-page li a {
  float: left;
  background-color: rgba(0, 0, 0, 0.75);
  display: block;
  line-height: 2em;
  padding: 0 1em;
  color: #ffffff;
  margin-bottom: 1px;
  text-decoration: none;
  white-space: nowrap;
}
#menu-page li a:hover {
  color: #d4aa55;
}
/* !section-collection */
#section-collection-container {
  height: 100%;
  overflow-y: scroll;
  font-family: 'Chivo', sans-serif;
}
#section-collection-container .collection-box {
  width: 210px;
  margin-right: 14px;
  margin-bottom: 14px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
#section-collection-container .collection-box a {
  color: #ffffff;
}
#section-collection-container .collection-box .collection-box-border {
  background-color: rgba(0, 0, 0, 0.75);
  height: 3px;
  margin-bottom: 1px;
}
#section-collection-container .collection-box .collection-box-content {
  background-color: rgba(0, 0, 0, 0.75);
}
#section-collection-container .collection-box.collection-box-transition * {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#section-collection-container .collection-box.collection-box-pagelink {
  text-transform: uppercase;
  font-size: 21px;
  line-height: 21px;
}
#section-collection-container .collection-box.collection-box-pagelink a {
  padding: 14px;
  display: block;
  text-decoration: none;
}
#section-collection-container .collection-box.collection-box-pagelink a:hover {
  color: #d4aa55;
}
#section-collection-container .collection-box.collection-box-pageimagelink .collection-box-pageimagelink-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 182px;
  padding: 14px;
  background-color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15.400000000000002px;
  line-height: 15.400000000000002px;
}
#section-collection-container .collection-box.collection-box-pageimagelink a:hover {
  color: #d4aa55;
}
#section-collection-container .collection-box.collection-box-quote .collection-box-content {
  background: rgba(0, 0, 0, 0.75) url('../img/collection_quote.png') no-repeat scroll right bottom;
}
#section-collection-container .collection-box.collection-box-quote blockquote {
  padding: 14px;
  color: #ffffff;
  font-style: italic;
  font-size: 17.5px;
  line-height: 21px;
}
#section-collection-container .collection-box.collection-box-quote span {
  display: block;
  padding: 0 14px 14px 14px;
  color: #cccccc;
  font-size: .9em;
}
#section-collection-container .collection-box.collection-box-link .collection-box-content {
  background: rgba(0, 0, 0, 0.75) url('../img/collection_link.png') no-repeat scroll right bottom;
}
#section-collection-container .collection-box.collection-box-link .collection-box-content a {
  padding: 14px;
  font-size: 17.5px;
  line-height: 17.5px;
  display: block;
  text-decoration: none;
}
#section-collection-container .collection-box.collection-box-link .collection-box-content a:hover {
  color: #d4aa55;
}
#section-collection-container .collection-box.collection-box-image {
  cursor: pointer;
}
#section-collection-container .collection-box.collection-box-image .collection-box-image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15.400000000000002px;
  line-height: 15.400000000000002px;
  z-index: 5;
  color: #ffffff;
}
#section-collection-container .collection-box.collection-box-image .collection-box-image-caption span {
  display: block;
  padding: 14px;
  background-color: rgba(0, 0, 0, 0.3);
}
#section-collection-container .collection-box:hover .collection-box-border {
  background-color: #d4aa55;
}
#section-collection-container .collection-box img {
  display: block;
  width: 100%;
  visibility: hidden;
}
/* !post-list */
.post-list {
  padding: 17.5px;
  margin-left: 17.5px;
  margin-right: 17.5px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.post-list.post-list-odd {
  background-color: rgba(0, 0, 0, 0.3);
}
.post-list.post-list-even {
  background-color: rgba(0, 0, 0, 0.2);
}
.post-list h2 {
  color: #d4aa55;
}
.post-list h4 {
  color: #e9d3a6;
}
.post-list p {
  line-height: 21px;
  margin-bottom: 21px;
}
.post-list a.post-list-readmore {
  display: inline-block;
  background: rgba(0, 0, 0, 0.35);
  padding: 2.3333333333333335px 7px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  color: #e9d3a6;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.post-list a.post-list-readmore:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
.post-list .post-list-thumb {
  width: 210px;
  float: left;
  display: block;
  width: 200px;
  opacity: 0;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.post-list .post-list-clear {
  clear: both;
  height: 0;
  display: block;
}
.post-list article.post-list-article-with-thumb {
  margin-left: 217px;
}
/* !pagination */
#pagination {
  margin: 7px 17.5px 0 17.5px;
  padding-bottom: 7px;
  *zoom: 1;
}
#pagination:before,
#pagination:after {
  content: "";
  display: table;
}
#pagination:after {
  clear: both;
}
#pagination li {
  display: inline-block;
  list-style-type: none;
  float: left;
}
#pagination li a {
  display: block;
  line-height: 21px;
  width: 21px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.25);
  margin-right: 7px;
  text-decoration: none;
  color: #ffffff;
}
#pagination li.pagination-sel a {
  color: #d4aa55;
}
/* !section-gallery */
#section-gallery {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#section-gallery #section-gallery-thumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}
#section-gallery #section-gallery-thumbs #section-gallery-thumbs-bar {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 500%;
}
#section-gallery #section-gallery-thumbs #section-gallery-thumbs-bar img {
  display: block;
  float: left;
  height: 56px;
  margin: 7px 0 7px 7px;
  cursor: pointer;
  opacity: 0;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.55);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.55);
  -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.55);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.55);
}
#section-gallery #section-gallery-thumbs #section-gallery-thumbs-bar img:hover {
  opacity: .8 !important;
}
#section-gallery #section-gallery-thumbs #section-gallery-thumbs-bar img:active,
#section-gallery #section-gallery-thumbs #section-gallery-thumbs-bar img.section-gallery-thumbs-sel {
  opacity: .5 !important;
}
#section-gallery #section-gallery-image {
  position: absolute;
  bottom: 71px;
  left: 0;
  width: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.85);
}
#section-gallery #section-gallery-image #section-gallery-image-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: transparent url('../img/preloader.gif') no-repeat scroll center center;
}
#section-gallery #section-gallery-image #section-gallery-image-content img {
  display: block;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  border: 14px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* !home-claim */
#home-claim {
  position: absolute;
  z-index: 10;
  left: 35px;
  bottom: 113px;
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  line-height: 56px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.25);
  opacity: 0;
  display: none;
}
#home-claim span {
  display: inline-block;
  padding: 0 14px;
  background-color: rgba(255, 255, 255, 0.75);
  margin-bottom: 1px;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
/* !form */
.form {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 14px;
  padding-bottom: 0;
}
.form .form-input {
  padding-bottom: 14px;
}
.form .form-input label {
  display: block;
  color: #e9d3a6;
  font-size: .95em;
}
.form .form-input input,
.form .form-input textarea {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12.25px;
  color: #ffffff;
  border-width: 0;
}
.form .form-input.form-input-text input {
  background-color: rgba(255, 255, 255, 0.25);
  padding: 7px;
  width: 35%;
}
.form .form-input.form-input-textarea textarea {
  background-color: rgba(255, 255, 255, 0.25);
  padding: 7px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 105px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form .form-input.form-input-submit input {
  opacity: .5;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.form .form-input.form-input-submit input:hover {
  opacity: .75;
}
.form .form-input.form-input-submit input:active {
  opacity: .25;
}
.form-message {
  line-height: 28px;
  padding: 0 7px;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: none;
}
