/*@import url('reshape_font.css');*/
@font-face {
  font-family: "npa";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/SpaceGrotesk-Regular.ttf) format("woff2"),
    url(../fonts/SpaceGrotesk-Regular.ttf) format("woff");
}

@font-face {
  font-family: "npa";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/SpaceGrotesk-SemiBold.ttf) format("woff2"),
    url(../fonts/SpaceGrotesk-SemiBold.ttf) format("woff");
}

@font-face {
  font-family: "npa";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/SpaceGrotesk-Bold.ttf") format("woff2"),
    url("../fonts/SpaceGrotesk-Bold.ttf") format("woff");
}
/*----------------------------------------------/
    [1] Body & start css & section
-----------------------------------------------*/
body {
  min-width: 100%;
  -ms-overflow-style: scrollbar;
  max-width: 100%;
  min-height: 100%;
  float: left;
  background: #1e1e1c;
  position: relative;
  overflow-x: hidden;
  font-family: "npa";
  font-size: 18px;
  color: #858583;
  padding-right: 0px !important;
}

@-ms-viewport {
  width: device-width;
}

a {
  outline: 0;
}
a:focus {
  outline: 0;
  text-decoration: none;
  border: 0;
}
a:hover {
  outline: 0 !important;
}
a:active {
  outline: 0 !important;
}
button:focus {
  outline: 0 !important;
}
button:active {
  outline: 0 !important;
}
button:hover {
  outline: 0 !important;
}

/*li { clear: left; }*/ /*chrome ul list error*/

img {
  max-width: 100%;
}
img.img-max {
  width: 100%;
}
img.img-opacity {
  opacity: 0.6;
}

.thumbnail {
}
a.thumbnail:hover {
}

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
}
/*iframe { height:450px; width:100%; border:0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
	  -webkit-filter: grayscale(99%);
	  -webkit-backface-visibility: hidden;
  }*/

/*iframe {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
            opacity: 0.7;
}*/

.show-xss {
  display: none;
}

.container {
  width: 100%;
  padding: 0 0 0 0;
  background: #1e1e1c;
}

.show-xs {
  display: none;
}

.wrapper {
  width: 100%;
  float: left;
  padding-right: 60px;
  position: relative;
}
.wrapper-left {
  padding-left: 60px;
}
.wrapper-reset {
  padding-right: 0px;
  padding-left: 0px;
}

.dotted {
  position: fixed;
  right: 0;
  width: 60px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 1000;
}
.dotted ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: 100%;
  float: left;
}
.dotted ul > li {
  width: 100%;
  float: left;
}

.dotted ul > li > a {
  display: inline-block;
  cursor: pointer;
  width: 18px;
  height: 18px;
  position: relative;
  border-radius: 50%;
  padding: 0;
}
.dotted ul > li > a span {
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c5a568;
  left: 50%;
  margin-left: -4px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.dotted ul > li > a:hover span {
  width: 2px;
  height: 2px;
  margin-left: -1px;
}
.dotted ul > li > a:hover {
  border: 2px solid #c5a568;
}
.dotted ul > li.current > a span {
  width: 2px;
  height: 2px;
  margin-left: -1px;
}
.dotted ul > li.current > a {
  border: 2px solid #c5a568;
}
/*
.dotted ul > li > div { display: inline-block;  width: 18px; height: 18px; position: relative; border-radius: 50%; padding: 0; }
.dotted ul > li > div span { display: block; position: absolute; width: 8px; height: 8px; border-radius: 50%; background-color: #c5a568; left: 50%; margin-left: -4px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.dotted ul > li > div:hover span { width: 2px; height:2px; margin-left: -1px; }
.dotted ul > li > div:hover { border:2px solid #c5a568; }
.dotted ul > li.current > div span { width: 2px; height:2px; margin-left: -1px; }
.dotted ul > li.current > div { border:2px solid #c5a568; }
*/
.nav-down {
  position: fixed;
  right: 0;
  width: 60px;
  text-align: center;
  bottom: 60px;
  z-index: 1;
}

.sect-header {
  position: absolute;
  left: 0;
  width: 60px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: center;
  text-transform: uppercase;
  color: #b49a5f;
  font-weight: 600;
}

.resh-left-sidebar {
  width: 75%;
  float: left;
}
.resh-right-sidebar {
  width: 25%;
  float: left;
}
.resh-de-margin {
  width: calc(100% + 60px);
  margin-left: -60px;
}
.resh-de-margin-zone {
  overflow: hidden;
  max-height: 50vh;
}
.resh-de-margin-zone img {
  vertical-align: top;
}

header {
  width: 100%;
  float: left;
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
}
header .container {
  position: relative;
  background: none;
}
header.affix .container {
  background: #1e1e1c !important;
}
header.affl .container {
  background: #1e1e1c !important;
}

.sep-line {
  width: 100%;
  float: left;
  height: 1px;
  background: #4a4a48;
}

section {
  overflow: hidden;
}

.section-animation {
  width: 100%;
  float: left;
  position: relative;
}
.section-animation .animation-wrapper {
  width: 100%;
  float: left;
  position: relative;
}
.section-animation .resh-left-sidebar {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.resh-btn {
  position: absolute;
  display: block;
  width: 100%;
  height: 50%;
  left: 0;
  overflow: hidden;
}
.resh-btn:first-child {
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.resh-btn:last-child {
  bottom: 0;
}
.resh-btn a {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-weight: 600;
  font-size: 24px;
  transition: all 0.5s;
}
.resh-btn a .title {
  position: absolute;
  z-index: 2;
  display: block;
  color: #fff;
  padding: 120px 40px 40px 40px;
  left: 0;
  bottom: 0;
  width: 100%;
}
.resh-btn a .subtitle {
  display: block;
  width: 100%;
  float: left;
  margin-top: 20px;
  color: #c4a562;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
}
/*.resh-btn a:hover .title { background:url('../images/triangle.png') left top no-repeat;color: #1e1e1c !important; }
.resh-btn a:hover .title .text-color-gold {color: #1e1e1c !important; }
.resh-btn a:hover .subtitle { color: #fff; background-image: url('../images/nav-next-white.png'); background-position: right center; background-repeat: no-repeat; transition: background-image 1s ease-in-out; transition-delay:1s; }
.resh-btn a:hover .subtitle span { background-color: #ffc03f; }
*/
.resh-btn .subtitle span.text {
  display: block;
  float: left;
}
.resh-btn .subtitle span.arrow {
  position: absolute;
  right: 0;
  height: 10px;
  top: 50%;
  margin-top: -5px;
}
.resh-btn a:hover .subtitle span.arrow {
  background-image: url("../images/nav-next-white.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.resh-btn a:hover {
  text-decoration: none !important;
  transition: all 1s ease 0s;
}
.resh-btn a:hover .title {
  color: #1e1e1c !important;
}
.resh-btn a:hover .title .text-color-gold {
  color: #1e1e1c !important;
}
.resh-btn a:hover .subtitle {
  color: #fff; /*background-image: url('../images/nav-next-white.png'); background-position: right center; background-repeat: no-repeat;*/
  transition: background-image 1s ease-in-out;
  transition-delay: 1s;
}
.resh-btn a:hover .subtitle span {
  /*background-color: #ffc03f;*/
}
.resh-btn a:hover .subtitle span.text {
  display: block;
  float: left;
}
.resh-btn a:hover .subtitle span.arrow {
  display: block;
  float: left;
}
.resh-btn a:before {
  position: absolute;
  left: -200%;
  bottom: -25%;
  background-color: #ffc03f;
  height: 0%;
  width: 400%;
  z-index: 1;
  content: " ";
  transition: all 1s ease 0s;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  transform: rotate(25deg);
}
.resh-btn a:hover:before {
  height: 100%;
}
/*.resh-btn a:hover:before { background-color: #ffc03f; }*/
.resh-buttons {
  position: absolute;
  width: 25%;
  right: 0;
  top: 0;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.resh-buttons a {
  cursor: pointer;
}

.resh-buttons-zone {
  height: 100%;
  position: fixed;
  right: 60px;
  top: 0;
  width: calc(((100% - 120px) / 4) + 1px);
  z-index: 100;
  background: #1e1e1c;
}
.resh-btn-zone {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.resh-btn-zone:first-child {
  top: 1px;
}
.resh-btn-zone:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.section-offer {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 70px; /*margin-top: -70px;*/
}
.section-offer a {
  display: block;
  position: relative;
  width: 50%;
  float: left;
  overflow: hidden;
}
.section-offer a img {
  width: 100%;
}
.section-offer a .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}
.section-offer a .top {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.section-offer a .top .title {
  display: block;
  margin-bottom: 10px;
  font-size: 65px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.section-offer a .top .title span {
  color: #c5a761;
}
.section-offer a .top .icon {
  display: inline-block;
  width: 65px;
  height: 64px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #c5a761;
  border-radius: 50%;
  color: #fff;
  font-size: 40px;
  text-align: center;
}
.section-offer a .caption {
  display: block;
  position: absolute;
  text-align: center;
  padding: 40px;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 50%;
}
.section-offer a .caption .body {
  position: absolute;
  z-index: 20;
  display: block;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.section-offer a:hover .top .icon {
  border-color: #ffc03f;
  background-color: #ffc03f;
  color: #201c1d;
}
.section-offer a .caption .description {
  display: block;
  color: #fff;
  font-size: 20px;
  margin-top: 30px;
  opacity: 0;
  transition: all 2s ease 0s;
}
.section-offer a .caption .more {
  display: block;
  color: #fff; /*position: absolute; left: 0px; width: 100%; bottom: 80px; z-index: 20;*/
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 30px;
  letter-spacing: 2px;
  opacity: 0;
  transition: all 2s ease 0s;
}
.section-offer a .triangle {
  position: absolute;
  left: -50%;
  bottom: calc(-50% - 60px);
  height: 0;
  opacity: 0.65;
  width: 200%;
  z-index: 1;
  transition: all 1s ease 0s;
  background-color: #000;
  content: " ";
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  transform: rotate(15deg);
}
.section-offer a:hover .triangle {
  height: 100%;
}
.section-offer a:hover .caption .description {
  opacity: 1;
}
.section-offer a:hover .caption .more {
  opacity: 1;
}
.section-offer a:hover .mask {
  display: none;
}

.section-about-us {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 70px; /*margin-top: -70px;*/
  overflow: visible;
}

.section-steps {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 70px; /*margin-top: -70px;*/
}
.section-steps .step {
  display: block;
  position: relative;
  width: calc(25% + 1px);
  float: left;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: -1px 0 0 -1px;
  cursor: pointer;
}
.section-steps .step img {
  width: 100%;
}
.section-steps .step img.mobile {
  display: none;
}
.section-steps .step .mask {
  width: 100%;
  height: 100%;
  min-height: 670px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}
.section-steps .step .title {
  position: absolute;
  top: 0px;
  padding: 40px 40px 0 40px;
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
.section-steps .step .title .counter {
  color: #c6a965;
}
.section-steps .step .caption {
  display: block;
  margin-bottom: -100%;
  height: 25%;
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 0;
  width: 100%;
}
.section-steps .step .caption .triangle {
  position: absolute;
  display: none;
  left: -40%;
  bottom: -50%;
  height: 200%;
  width: 200%;
  z-index: 1;
  background-color: #1e1e1c;
  content: " ";
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  transform: rotate(15deg);
}
.section-steps .step .caption .body {
  position: relative;
  z-index: 20;
  display: block;
  padding: 0 40px 0 40px;
}
.section-steps .step .caption .description {
  display: block;
  color: #fff;
  font-size: 16px;
  margin-top: 30px;
}
.section-steps .step .caption .more {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  letter-spacing: 2px;
  transition: all 2s ease 0s;
}
.section-steps .step .caption .more a {
  color: #fff;
}
.section-steps .step .caption .more a:hover {
  color: #fff;
  text-decoration: none;
}
.section-steps .step:hover .caption {
  margin-bottom: 0px;
  transition: all 1s ease 0s;
}
.section-steps .step:hover .caption .triangle {
  display: block;
}
.section-steps .step:hover .mask {
  display: none;
}

.section-steps .step .mobile-more {
  display: none;
  color: #fff;
  margin-bottom: 10px;
  margin-top: -5px;
}

.section-steps .box {
  padding-bottom: 70px;
}
.section-steps .box-text {
  text-align: center !important;
}

.section-blog {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 70px; /*margin-top: -70px;*/
}

.section-blog-content {
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.section-header {
  width: 100%;
  float: left;
}

.section-normal {
  width: 100%;
  float: left;
}

.section-page {
  width: 100%;
  float: left;
  padding-top: 70px;
}

#about-us-motto .img-header {
  display: none;
}

footer {
  width: 100%;
  float: left;
  position: relative;
  z-index: 101;
}

.middle-box {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.border-radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.transitions-box {
  transition: all 1s ease 0s;
}
.line-height {
  line-height: 1.42857;
}

.has-arrow,
.has-arrow-bottom {
  position: relative;
}
.has-arrow::before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #f9f3ed;
  content: " ";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -6px;
}
.has-arrow::before {
  position: absolute;
  top: 0;
  width: 0;
  z-index: 2;
}
.has-arrow-bottom::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top-color: inherit;
  border-top-style: solid;
  border-top-width: 6px;
  bottom: -6px;
  content: " ";
}
.has-arrow-bottom::after {
  display: block;
  height: 0;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  width: 0;
  z-index: 2;
}
/*----------------------------------------------/
    [0] loader
-----------------------------------------------*/
#page-loader.active {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../admin/images/loader64x64px_white.png") center center fixed
    no-repeat;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.6);
}

.loader {
  float: left;
  padding: 0 22px;
}
.loader-min {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

.load-m128 {
  background: url("../admin/images/loader128x128px.png") center center no-repeat;
  height: 128px;
  min-width: 128px;
}
.load-m64 {
  background: url("../admin/images/loader64x64px.png") center center no-repeat;
  height: 64px;
  min-width: 64px;
}
.load-m32 {
  background: url("../admin/images/loader32x32px.png") center center no-repeat;
  height: 32px;
  min-width: 32px;
}
.load-m16 {
  background: url("../admin/images/loader16x16px.png") center center no-repeat;
  height: 16px;
  min-width: 16px;
}
/*----------------------------------------------/
    [1] Sidebar
-----------------------------------------------*/
.left-sidebar {
  width: 20%;
  float: left;
  min-height: 1px;
  padding: 0 15px 0 15px;
}
.center-sidebar {
  width: 100%;
  float: left;
  min-height: 1px;
  padding: 0 15px 0 15px;
}
.right-sidebar {
  width: 20%;
  float: left;
  min-height: 1px;
  padding: 0 15px 0 15px;
}
.center-sidebar-mini {
  width: 80%;
  float: left;
  min-height: 1px;
  padding: 0 15px 0 15px;
}
.center-sidebar-micro {
  width: 60%;
  float: left;
  min-height: 1px;
  padding: 0 15px 0 15px;
}

/*----------------------------------------------/
    [2] Article & album & recommend & grid(reccomend list type)
-----------------------------------------------*/
.holder {
  /*height: auto !important;*/
}

.article {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
}
.article-max {
  font-size: 18px;
  line-height: 1.7;
}
.article.article-subpage {
  color: #fff;
  font-size: 18px;
}
body.page-contact .article.article-subpage {
  color: #878785;
  font-size: 18px;
}
body.page-blog .article.article-subpage {
  color: #878785;
  font-size: 18px;
}
.zone-border-right .article {
  padding-right: 40px;
  padding-left: 40px;
}
.article.is-featured {
}
.article .article-main-image {
}
.article .article-main-image.format-2 {
  padding-left: 0px;
  text-align: center;
}
.article .article-main-image.format-3 {
  padding-right: 0px;
  text-align: center;
}
.article .article-main-image .thumbnail {
  margin-bottom: 15px;
  display: inline-block;
}
.article .article-main-image-page {
  padding-right: 15px;
  padding-left: 0px;
}
.article .article-main-image-pag .thumbnail {
  margin-bottom: 15px;
}
.article .format-1 {
}
.article .format-2 {
}
.article .format-3 {
}
.article .article-text-content {
}
.article .article-text {
  width: 100%;
  margin-bottom: 30px;
}
.article .article-text a {
  color: #c6a965;
}
.article .article-text ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.article .article-text ul > li {
  position: relative;
  padding-left: 25px;
}
.article .article-text ul > li:before {
  content: "\2014";
  left: 0;
  top: 0px;
  position: absolute;
  color: #c6a965;
}
.article .article-text a:hover {
  color: #ffc03f;
  text-decoration: none;
}
.article .article-text h2 {
  color: #c6a965;
  font-weight: 600;
}
.article .article-text h3 {
  color: #fff;
  font-weight: 600;
}
.page-goals_path .article .article-text h3 {
  font-size: 40px;
}
.page-goals_path .gaols-line {
  font-size: 16px;
  color: #c6a965;
}
.article .article-text h4 {
  color: #c6a965;
  font-weight: 600;
}
.article .article-text blockquote {
  border: 1px solid #c6a965;
  padding: 35px 41px 41px 41px;
  position: relative;
  color: #c6a965;
}
.article .article-text blockquote:before {
  content: " ";
  width: 41px;
  height: 41px;
  left: -1px;
  top: -1px;
  background: url("../images/block.jpg") 0 0 no-repeat;
  position: absolute;
  z-index: 1;
}
.article .article-title {
}
.article .article-title a:hover {
  text-decoration: none;
}
.article .article-date {
  display: block;
  margin-top: 5px;
  font-size: small;
  font-weight: normal;
  color: #aaaaaa;
}
.article .article-date .article-data-header {
  display: inline;
}
.article .article-file-list {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.article .article-file-list ul {
  width: 100%;
  float: left;
  margin-bottom: 0px;
}
.article .article-file-list ul li {
  width: 100%;
  float: left;
}
.article .article-file-list ul li.is-featured-file a {
}
.article .article-file-list .icon {
  display: block;
  width: 20px;
  text-align: center;
  margin-right: 5px;
  float: left;
}
.article .article-file-list .title {
  display: block;
  width: calc(100% - 25px);
  float: left;
  overflow: hidden;
}
.article .article-file-list-header {
  margin-top: 0px;
}
.article .article-gallery-list {
  width: 100%;
  float: left;
}
.article .article-gallery-list-header {
  display: none;
  margin-top: 0px;
}
.article .article-gallery-list .photo-item {
}
.article .article-gallery-list .thumbnail:hover {
}
.article .article-buttons {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.article .article-date-bottom {
  display: block;
  margin-top: 5px;
  color: #aaaaaa;
  font-size: small;
  font-weight: normal;
  float: left;
}
.article .article-date-bottom .article-data-header {
  display: inline;
}
.article .article-link-content {
}
.article .article-link-button {
  float: right;
}
.article .article-badge-content {
}
.article .article-badge-content .badge {
}
.article .article-map {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.article .article-map iframe {
  border: 0px;
  width: 100% !important;
  float: left;
  margin-bottom: 40px;
  display: block;
}
.article .article-map h3.map-header {
  margin-top: 0px;
}
.article .article-line {
  width: 100%;
  float: left;
  margin-bottom: 40px;
  margin-top: 10px;
  height: 1px;
  background-color: #f4f4f4;
}
.article:last-of-type .article-line {
}
.article img {
  height: auto !important;
  max-width: 100%;
}
.article .article-author {
  width: 100%;
  float: left;
  color: #333;
}
.article .author-title {
  margin-bottom: 20px;
  font-size: 16px;
}
.article .author-text {
  font-size: 16px;
  color: #666666;
}
.article .author-thumb {
  padding-left: 0px;
  width: 150px;
}

.bg-fa {
  width: 30px;
  height: 30px;
  background-color: #868684;
  color: #1e1e1c;
  border-radius: 50%;
  line-height: 30px;
}

.blog-wrapper {
  width: 100%;
  float: left;
  position: relative;
}
.blog-wrapper .resh-blog-sidebar {
  position: absolute;
  width: 23.88059701492537%;
  right: 0;
  top: 0;
  height: 100%;
}
.article-info-content {
  width: 100%;
  padding: 0 40px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.article-date {
  width: 100%;
  float: left;
  font-weight: 600;
}
.article-date .title {
  color: #c6a965;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
}
.article-date .text {
  color: #c6a965;
  text-transform: uppercase;
  font-size: 25px;
}
.article-info {
  width: 100%;
  float: left;
  margin-top: 30px;
  font-weight: 600;
}
.article-info .title {
  color: #c6a965;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
}
.article-info .text {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
.article-info-content a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-top: 70px;
  display: block;
  float: left;
  background: url("../images/nav-next.png") right center no-repeat;
  padding-right: 42px;
}
.article-info-content a:hover {
  color: #ffc03f;
  text-decoration: none;
  background: url("../images/nav-next-hover.png") right center no-repeat;
}

.article-slider {
}
.article-slider.is-featured {
}
.article-slider .article-slider-click-title {
  cursor: pointer;
}
.article-slider .article-slider-click-title:hover {
  color: #848383;
}
.article-slider .article-slider-click-title.active {
  color: #848383;
}
.article-slider .article-slider-stats {
  font-weight: normal;
  float: right;
  font-size: 20px;
  margin-top: 5px;
}
.article-slider .article-slider-body {
  width: 100%;
  float: left;
}

.album {
  width: 100%;
  float: left;
}
.album .album-item {
}
.album .album-item.is-featured {
}
.album .thumbnail {
  margin-bottom: 30px;
}
.album .thumbnail:hover {
  border-color: #337ab7;
}
.album .thumbnail img.picture {
}
.album .thumbnail span.caption {
  text-align: center;
  margin-top: 4px;
  display: block;
  position: relative;
  height: 58px;
  padding: 0px;
}
.album .thumbnail span.caption span {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.album .thumbnail a:hover {
  text-decoration: none;
}

.page-contact .article-map {
  margin-top: 40px;
}

.disqus-thread-content {
  width: 100%;
  float: left;
  padding-top: 40px;
  background-color: #1e1e1c;
  position: relative;
  z-index: 10;
}
#disqus_thread {
  width: 100%;
  float: left; /*background-color: #262624;*/
  background-color: #262624;
  padding: 40px 40px 40px 40px;
  position: relative;
}
#disqus_thread:before {
  content: " ";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #262624;
  position: absolute;
  left: 12.5%;
  top: -20px;
  z-index: 100;
}

#disqus_thread iframe {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all 0.6s ease; /* Fade to color for Chrome and Safari */
  -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

/*----------------------------------------------/
    [3] Forms & buttons
-----------------------------------------------*/
.form-content {
  width: 100%;
  float: left;
}
.form-content .form-content-header {
}
.form-content textarea {
  height: 255px;
}
.form-content textarea.textarea-scrollbar {
  width: 100%;
  height: 255px !;
}
.form-content .control-label {
  font-weight: normal;
}
.form-content .form-recaptcha {
  display: table;
  margin: auto;
  margin-bottom: 15px;
}
.form-content .form-recaptcha div {
  float: left;
  width: 100%;
}
.form-content .form-recaptcha iframe {
  float: left;
}
.form-content .alert-bottom {
  padding-bottom: 20px;
}
.form-content .submit-bottom {
  text-align: right;
}
.form-content .control-label {
  padding-left: 25px;
}

.form-2 {
  width: 50%;
  margin: auto;
  display: table;
  font-size: 16px;
}
.form-2 .checkbox {
  text-align: center;
}

.form-group {
  margin-bottom: 25px;
}

.form-control {
  border: 2px solid #868684 !important;
  border-radius: 22px;
  background: #333331;
  color: #fff;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.form-content textarea.form-control {
  padding: 15px 25px !important;
}
input.form-control {
  height: 45px;
}
select.form-control {
  height: 45px;
}
.form-control:focus {
  border-color: #fabf3d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(255, 204, 94, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(255, 204, 94, 0.6);
}

.has-danger .checkbox {
  padding: 5px;
  border: 1px solid #a94442;
}

.row-divider {
  position: relative;
}
.row-divider .divider {
  left: 50%;
  margin-left: -3px;
  top: 50%;
  position: absolute;
  width: 6px;
  height: 1px;
  background: #000;
}

.btn-primary {
  background: none;
  border: 2px solid #cba95f;
  color: #fff;
  border-radius: 15px;
  padding: 10px 35px;
  transition: all 1s ease 0s;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.btn-primary.focus,
.btn-primary:focus {
  background: #ffc03f;
  border-color: #ffc03f;
}
.btn-primary:hover {
  background: #ffc03f;
  border-color: #ffc03f;
}
.btn-primary:active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background: #ffc03f;
  border-color: #ffc03f;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background: #ffc03f;
  border-color: #ffc03f;
  box-shadow: none;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary.focus[disabled],
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background: #ffc03f;
  border-color: #ffc03f;
}

.btn-special {
  background: none;
  border-radius: 15px;
  border: 2px solid #cba95f;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 65px;
  letter-spacing: 3px;
  transition: all 1s ease 0s;
}
.btn-special:hover {
  background: #ffc03f;
  border-color: #ffc03f;
}

/*
.btn-up-page { opacity: 0; width: 50px; height: 50px; line-height: 50px; color: #fff; background: #ff890a; }
.btn-up-page { position: fixed; right: 25px; bottom: 25px; text-align: center; cursor: pointer;  transition: all 1s ease 0s; }
.btn-up-page:hover { background: #fea546; transition: all 1s ease 0s; }
*/
/*----------------------------------------------/
    [4] Items
-----------------------------------------------*/
.item-content {
  width: 100%;
  float: left;
}
.item-content .item-text {
  width: 100%;
}
.item-content .panel .panel.panel-info {
  margin-bottom: 0px;
  margin-top: 20px;
}
/*----------------------------------------------/
    [5] Alertbar
-----------------------------------------------*/
.alert-bar {
  width: 100%;
  float: left;
}
.alert-bar .alert {
  text-align: center;
  margin-bottom: 40px;
}
.alert-default {
  background: #f7f7f7;
  border-color: #f4f4f4;
}
.alert {
  border-radius: 22px;
  font-size: 16px;
}
.alert-warning {
  color: #fff;
  background-color: #3a3a37;
  border-color: #3a3a37;
}
.alert-success {
  color: #fff;
  background-color: #3a3a37;
  border-color: #3a3a37;
}
.alert-danger {
  color: #fff;
  background-color: #3a3a37;
  border-color: #3a3a37;
}
.alert-info {
  color: #fff;
  background-color: #3a3a37;
  border-color: #3a3a37;
}

.page-blog-no-article .alert-bar {
  margin-top: 100px;
}

.alert-special {
  width: 100%;
  float: left;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.alert-special .woman img {
  padding: 10px;
  background-color: #1e1e1c;
  border-radius: 50%;
}
.alert-special .woman {
  margin-bottom: 20px;
}
.alert-special .title {
  font-weight: 600;
  font-size: 25px;
  color: #fff;
}
.alert-special .text {
  margin-top: 0px;
}
/*----------------------------------------------/
    [5] OWL Carousel
-----------------------------------------------*/
.owl-item {
  position: relative;
}
.owl-item.active {
}

.owl-nav {
}
.owl-prev {
}
.owl-next {
}

.owl-dots {
}
.owl-dot {
}
.owl-dot.active {
}

.owl-products {
  width: 100%;
  float: left;
}

.box-zone-poroducts {
  width: 100%;
  float: left;
  position: relative;
  background: #6d6d6d;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 0px;
  border-bottom: 0px;
}
.box-zone-poroducts .item {
  margin-left: -1px;
}
.owl-products .owl-item:last-child .box-zone-poroducts {
  border-right: 0px;
}
.box-zone-poroducts .quantity {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #c6a965;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 600;
}
.box-zone-poroducts .title {
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 600;
}
.sum-quantity {
  position: absolute;
  width: calc(100% - 15px);
  left: 15px;
  right: 0;
  margin: auto;
  bottom: 0;
  text-align: center;
  color: #c6a965;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 600;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
}
.owl-products {
  padding-bottom: 55px;
}
.owl-products .owl-nav {
  display: block;
  width: 100%;
  float: left;
  height: 55px;
  margin: 0px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.owl-products .owl-nav [class*="owl-"] {
  width: 55px;
  height: 55px;
  opacity: 1;
  background: none;
  display: block;
  border-radius: 0px;
  position: absolute;
  top: 0;
  padding: 0px;
  margin: 0px;
}
.owl-products .owl-nav .owl-prev {
  left: 0;
  background: url("../images/nav-prev-w.png") center center no-repeat;
  z-index: 100;
}
.owl-products .owl-nav .owl-next {
  right: 0;
  background: url("../images/nav-next-w.png") center center no-repeat;
  z-index: 100;
}
.owl-products .owl-nav .owl-prev:hover {
  left: 0;
  background: url("../images/nav-prev-hover.png") center center no-repeat;
}
.owl-products .owl-nav .owl-next:hover {
  right: 0;
  background: url("../images/nav-next-hover.png") center center no-repeat;
}

#passes_owl .owl-nav {
  display: block;
  width: 100%;
  float: left;
  height: 55px;
  margin: 0px;
  position: relative;
}
#passes_owl .owl-nav [class*="owl-"] {
  width: 55px;
  height: 55px;
  opacity: 1;
  background: none;
  display: block;
  border-radius: 0px;
  position: absolute;
  top: 0;
  padding: 0px;
  margin: 0px;
}
#passes_owl .owl-nav .owl-prev {
  left: 0;
  background: url("../images/nav-prev-w.png") center center no-repeat;
  z-index: 100;
}
#passes_owl .owl-nav .owl-next {
  right: 0;
  background: url("../images/nav-next-w.png") center center no-repeat;
  z-index: 100;
}
#passes_owl .owl-nav .owl-prev:hover {
  left: 0;
  background: url("../images/nav-prev-hover.png") center center no-repeat;
}
#passes_owl .owl-nav .owl-next:hover {
  right: 0;
  background: url("../images/nav-next-hover.png") center center no-repeat;
}
#passes_owl.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none !important;
}

#section-animation .owl-item .owl-mask {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
#section-animation .owl-carousel .owl-item .owl-mask img {
  opacity: 0.6;
}
#section-animation .owl-carousel .caption {
  position: absolute;
  left: 100px;
  bottom: 8%;
}
#section-animation .owl-carousel .caption h3 {
  color: #fff;
  font-size: 65px;
  font-weight: 700;
}
#section-animation .owl-carousel .caption h4 {
  color: #fff;
  font-size: 65px;
  font-weight: 700;
}
#section-animation .owl-carousel .caption h4 span {
  color: #c6a965;
}
#section-animation .owl-carousel .caption a {
  margin-top: 30px;
}
#section-animation .owl-carousel .owl-image {
  opacity: 0.5;
}

.full-gallery {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.full-gallery .owl-nav {
  background: #1e1e1c;
  width: 50%;
  left: 25%;
  height: 60px;
  position: absolute;
  bottom: 0;
  margin-top: 0px;
  margin-bottom: 0;
}
.full-gallery .owl-nav [class*="owl-"] {
  width: 60px;
  height: 60px;
  background: none;
  display: block;
  border-radius: 0px;
  position: absolute;
  top: 0;
  padding: 0px;
  margin: 0px;
}
.full-gallery .owl-nav .owl-prev {
  left: 0;
  background: url("../images/nav-prev.png") center center no-repeat;
  z-index: 100;
}
.full-gallery .owl-nav .owl-next {
  right: 0;
  background: url("../images/nav-next.png") center center no-repeat;
  z-index: 100;
}
.full-gallery .owl-nav .owl-prev:hover {
  left: 0;
  background: url("../images/nav-prev-hover.png") center center no-repeat;
}
.full-gallery .owl-nav .owl-next:hover {
  right: 0;
  background: url("../images/nav-next-hover.png") center center no-repeat;
}
.full-gallery .owl-carousel .owl-dots {
  width: auto;
  left: 0;
  right: 0;
  height: 60px;
  position: absolute;
  bottom: 0;
  height: 60px;
  line-height: 80px;
}
.full-gallery .owl-carousel .owl-dot {
  border: 2px solid #1e1e1c;
  border-radius: 50%;
  margin: 3px;
}
.full-gallery .owl-carousel .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #c6a965;
  margin: 0px;
  padding: 0px;
  display: block;
}
.full-gallery .owl-carousel .owl-dot.active {
  border-color: #c6a965;
}
.full-gallery .owl-carousel .owl-dot.active span {
  background-color: #1e1e1c;
}
.full-gallery .owl-carousel .owl-dot:hover {
  border-color: #c6a965;
}
.full-gallery .owl-carousel .owl-dot:hover span {
  background-color: #1e1e1c;
}

.zone-border-right .full-gallery {
  border-bottom: 0px;
}
.zone-border-right .full-gallery .owl-nav {
  width: 75%;
  left: 12.5%;
}

#about-us-gallery .full-gallery {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#gallery_owl .caption {
  padding: 40px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
}
#gallery_owl .caption .title {
  color: #c6a965;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
#gallery_owl .caption .description {
  color: #fff;
  font-size: 18px;
}
#gallery_owl .owl-nav {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid #1e1e1c;
  bottom: -2px;
}

#goals_owl .title {
  font-size: 60px;
  color: #c6a965;
  font-weight: 700;
  text-align: center;
  margin: 70px 0 0 0;
}
#goals_owl .description {
  text-align: center;
  color: #fff;
  padding: 40px 60px;
  max-width: 1020px;
  display: table;
  margin: auto;
  font-size: 18px;
}
#goals_owl .owl-nav {
  width: 100%;
  position: static;
  height: 0px;
  margin: 0px;
}
#goals_owl .owl-nav [class*="owl-"] {
  width: 60px;
  height: 60px;
  background: none;
  display: block;
  z-index: 1;
  border-radius: 0px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  padding: 0px;
  margin: 0px;
}
#goals_owl .owl-nav .owl-prev {
  left: 0;
  background: url("../images/nav-prev.png") center center no-repeat;
  z-index: 100;
}
#goals_owl .owl-nav .owl-next {
  right: 0;
  background: url("../images/nav-next.png") center center no-repeat;
  z-index: 100;
}
#goals_owl .owl-nav .owl-prev:hover {
  left: 0;
  background: url("../images/nav-prev-hover.png") center center no-repeat;
}
#goals_owl .owl-nav .owl-next:hover {
  right: 0;
  background: url("../images/nav-next-hover.png") center center no-repeat;
}

/*----------------------------------------------/
    [6] Menu - Navbar-horizontal
-----------------------------------------------*/
.menu {
  width: 100%;
  float: left;
  padding-left: 60px;
}
.menu .resh-left-sidebar {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 40px 0 0;
  line-height: 70px;
  height: 70px;
  text-align: right;
}
.menu .resh-right-sidebar {
  padding: 0 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  height: 70px;
}

.page-zone .menu .resh-left-sidebar {
  border-right: 1px solid rgba(255, 255, 255, 0);
}
.page-zone .menu .resh-right-sidebar {
  border-right: 1px solid rgba(255, 255, 255, 0);
}
.page-zone header.affix .menu .resh-left-sidebar {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.page-zone header.affix .menu .resh-right-sidebar {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.page-start .menu .resh-left-sidebar {
  border-right: 1px solid rgba(255, 255, 255, 0);
}
.page-start .menu .resh-right-sidebar {
  border-right: 1px solid rgba(255, 255, 255, 0);
}
.page-start header.affix .menu .resh-left-sidebar {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.page-start header.affix .menu .resh-right-sidebar {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.menu .resh-abs {
  width: 100%;
  float: left;
  background-color: #1e1e1c;
  display: none;
  z-index: 300;
}
.menu .resh-abs .resh-right-sidebar {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px 40px;
  height: auto;
}
.menu .resh-abs .resh-left-sidebar {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px 40px;
  height: auto;
}
.menu .resh-toggle {
  background: none;
  border: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0px;
  float: right;
}
.menu .resh-toggle:hover {
  color: #fabf3d;
}
.menu .resh-toggle .title {
  margin-top: 20px;
  display: inline-block;
  line-height: 1.5 !important;
  vertical-align: top;
}
header.affl .menu .resh-toggle {
  color: #fabf3d;
}
header.affix .menu {
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
}
header.affix .menu .resh-right-sidebar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header.affix .menu .resh-left-sidebar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header.affl {
  position: fixed !important;
  z-index: 300;
}
header.affl .menu .resh-right-sidebar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
header.affl .menu .resh-left-sidebar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
header.affl .menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header.affl .menu .resh-abs {
  border-top: 0px solid rgba(255, 255, 255, 0.2);
}
.menu .resh-abs:before {
  content: " ";
  position: absolute;
  left: 0px;
  width: 60px;
  top: 70px;
  height: 1px;
  background-color: #1e1e1c;
}
.menu .resh-abs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}
.menu .resh-abs ul > li {
  width: 100%;
  float: left;
  margin: 5px 0;
}
.menu .resh-abs ul > li > a {
  color: #fff;
  display: block;
  font-size: 30px;
  font-weight: 600;
}
.menu .resh-abs ul > li > a:hover {
  color: #fabf3d;
  text-decoration: none;
}
.menu .resh-abs ul > li.active > a {
  color: #fabf3d;
}
.menu .resh-abs ul > li.nav-menu-item > a {
  cursor: pointer;
}
.menu .resh-abs ul > li.nav-menu-item > a img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 20px;
}
.menu .resh-abs ul > li.nav-menu-item > a img.hover {
  display: none;
}
.menu .resh-abs ul > li.nav-menu-item > a:hover img {
  display: none;
}
.menu .resh-abs ul > li.nav-menu-item > a:hover img.hover {
  display: inline-block;
}
.menu .resh-abs ul > li.nav-menu-item.active > a img {
  display: none;
}
.menu .resh-abs ul > li.nav-menu-item.active > a img.hover {
  display: inline-block;
}
.menu .resh-abs ul.nav-menu-secondary {
  display: none;
}
.menu .resh-abs ul.nav-menu-secondary > li > a {
  font-size: 18px;
}
.menu .resh-abs ul.nav-menu-secondary > li.back > a {
  cursor: pointer;
  color: #c6a965;
  font-size: 20px;
}
.menu .resh-abs ul.nav-menu-secondary > li.back > a:hover {
  color: #fabf3d;
}
.menu .resh-abs ul.nav-menu-secondary > li.back > a img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 20px;
}
.menu .resh-abs ul.nav-menu-secondary > li.back > a img.hover {
  display: none;
}
.menu .resh-abs ul.nav-menu-secondary > li.back > a:hover img {
  display: none;
}
.menu .resh-abs ul.nav-menu-secondary > li.back > a:hover img.hover {
  display: inline-block;
}
.resp-menu-icon {
  display: inline-block;
  vertical-align: top;
  margin-top: 22px;
  margin-right: 10px;
  line-height: 1.5;
}
.resp-menu-icon .bar1 {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 4px 0;
  transition: 0.4s;
}
.resp-menu-icon .bar2 {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 4px 0;
  transition: 0.4s;
}
.resp-menu-icon .bar3 {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 4px 0;
  transition: 0.4s;
}
.resp-menu-icon.rotate .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
  transform: rotate(-45deg) translate(-5px, 5px);
}
.resp-menu-icon.rotate .bar2 {
  opacity: 0;
}
.resp-menu-icon.rotate .bar3 {
  -webkit-transform: rotate(45deg) translate(-3px, -4px);
  transform: rotate(45deg) translate(-3px, -4px);
}
.menu .resh-abs .menu-modal-info {
  width: 100%;
  float: left;
  margin-top: 130px;
}
.menu .resh-abs .menu-modal-info a {
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  margin-bottom: 10px;
  display: block;
  float: left;
  width: 100%;
}
.menu .resh-abs .menu-modal-info a:last-child {
  margin-bottom: 0px;
}
/*.menu .resh-abs .menu-mobile-icon { display: none; position: absolute; right: 0px; top: 0; height: 100%; border-left: 1px solid rgba(255, 255, 255, 0.2); }*/
/*.menu .resh-abs .menu-mobile-icon .item { position: absolute; left: 0; top:0; height: 33.33333333%; width: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.2); text-align: center; }*/
/*.menu .resh-abs .menu-mobile-icon .item img { margin-top: 15px;}*/
/*.menu .resh-abs .menu-mobile-icon .item a { cursor: pointer; }*/
.menu .resh-abs .menu-mobile-icon {
  display: none;
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.menu .resh-abs .menu-mobile-icon .item {
  position: absolute;
  left: 0;
  top: 0;
  height: 33.33333333%;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
.menu .resh-abs .menu-mobile-icon .item img {
  margin-top: 15px;
}
.menu .resh-abs .menu-mobile-icon .item a {
  cursor: pointer;
}
.menu .resh-abs .menu-mobile-icon .item.t2 {
  top: 33.3333333%;
}
.menu .resh-abs .menu-mobile-icon .item.t3 {
  top: 66.666666%;
}

.box-menu-harm-log {
  width: 100%;
  float: left;
  line-height: 70px;
}
.box-menu-harm-log a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  float: left;
}
.box-menu-harm-log a:hover {
  color: #fabf3d;
  text-decoration: none;
}
.box-menu-harm-log a:last-child {
  float: right;
}

body.page-goals_path .menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body.page-goals_path .menu:before {
  content: " ";
  position: absolute;
  left: 0px;
  width: 60px;
  top: 70px;
  height: 1px;
  background-color: #1e1e1c;
}
body.page-blog-no-article .menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body.page-blog-no-article .menu:before {
  content: " ";
  position: absolute;
  left: 0px;
  width: 60px;
  top: 70px;
  height: 1px;
  background-color: #1e1e1c;
}
body.page-error404 .menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body.page-error404 .menu:before {
  content: " ";
  position: absolute;
  left: 0px;
  width: 60px;
  top: 70px;
  height: 1px;
  background-color: #1e1e1c;
}
body.page-offer_page .menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body.page-offer_page .menu:before {
  content: " ";
  position: absolute;
  left: 0px;
  width: 60px;
  top: 70px;
  height: 1px;
  background-color: #1e1e1c;
}
body.page-newsletter .menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body.page-newsletter .menu:before {
  content: " ";
  position: absolute;
  left: 0px;
  width: 60px;
  top: 70px;
  height: 1px;
  background-color: #1e1e1c;
}
body.page-newsletter_active .menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body.page-newsletter_active .menu:before {
  content: " ";
  position: absolute;
  left: 0px;
  width: 60px;
  top: 70px;
  height: 1px;
  background-color: #1e1e1c;
}
body.page-shop_page_client_remember .menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body.page-shop_page_client_remember .menu:before {
  content: " ";
  position: absolute;
  left: 0px;
  width: 60px;
  top: 70px;
  height: 1px;
  background-color: #1e1e1c;
}
body.page-shop_page_client_login .menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body.page-shop_page_client_login .menu:before {
  content: " ";
  position: absolute;
  left: 0px;
  width: 60px;
  top: 70px;
  height: 1px;
  background-color: #1e1e1c;
}
body.page-shop_page_client_registration .menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body.page-shop_page_client_registration .menu:before {
  content: " ";
  position: absolute;
  left: 0px;
  width: 60px;
  top: 70px;
  height: 1px;
  background-color: #1e1e1c;
}
body.page-shop_page_client_accepted .menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body.page-shop_page_client_accepted .menu:before {
  content: " ";
  position: absolute;
  left: 0px;
  width: 60px;
  top: 70px;
  height: 1px;
  background-color: #1e1e1c;
}
body.page-shop_page_client_account .menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body.page-shop_page_client_account .menu:before {
  content: " ";
  position: absolute;
  left: 0px;
  width: 60px;
  top: 70px;
  height: 1px;
  background-color: #1e1e1c;
}
body.page-timetable_page .menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body.page-timetable_page .menu:before {
  content: " ";
  position: absolute;
  left: 0px;
  width: 60px;
  top: 70px;
  height: 1px;
  background-color: #1e1e1c;
}
body.page-zone_passes_order .menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body.page-zone_passes_order .menu:before {
  content: " ";
  position: absolute;
  left: 0px;
  width: 60px;
  top: 70px;
  height: 1px;
  background-color: #1e1e1c;
}
body.page-zone_passes_page .menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body.page-zone_passes_page .menu:before {
  content: " ";
  position: absolute;
  left: 0px;
  width: 60px;
  top: 70px;
  height: 1px;
  background-color: #1e1e1c;
}
/*
.menu .navbar-horizontal { margin-bottom: 0px; background: none; border: 0px; }
.menu .navbar-horizontal .navbar-brand { display: none; }
.menu .navbar-horizontal .dropdown-toggle .caret { display: none; }
.menu .navbar-horizontal .navbar-collapse { padding: 0px; }
.menu .navbar-horizontal .navbar-nav { float: right; }
.menu .navbar-horizontal .navbar-nav > li > a { color: #fff; text-transform: uppercase; font-size: 16px; position: relative; z-index: 2; padding: 15px 17px; }
.menu .navbar-horizontal .navbar-nav > li.active > a { background: #ae4c4c; }
.menu .navbar-horizontal .navbar-nav > li.active > a:hover { color: #fff; }
.menu .navbar-horizontal .navbar-nav > li > a:hover { background: #ae4c4c; }
.menu .navbar-horizontal .navbar-nav > li.open > a { background: #494b58; color: #fff; }
.menu .navbar-horizontal .dropdown-menu { background: #494b58; border-color: #494b58; border-radius: 0; box-shadow: none;  }
.menu .navbar-horizontal .dropdown-menu > li > a { color: #fff; font-size: 16px; }
.menu .navbar-horizontal .dropdown-menu > li > a:hover { background: none; color: #f7f2d9; }
.menu .navbar-horizontal .dropdown-menu > li.active > a { background:#ae4c4c; color: #fff; }
.menu .navbar-horizontal .dropdown-menu > li.active > a:hover { background:#ae4c4c; color: #fff; }
.menu .navbar-horizontal .dropdown-menu > li.active > a:focus { background: #ae4c4c; color: #fff; }
*/
.menu-category {
  width: 100%;
  float: left;
  margin: 15px 0;
}
.menu-category ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.menu-category ul > li {
  width: 100%;
  float: left;
}
.menu-category ul > li.is-featured a {
  color: #ffc03f;
}
.menu-category ul > li > a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 7px 0;
  display: block;
}
.menu-category ul > li > a:hover {
  color: #c6a965;
  text-decoration: none;
}
.menu-category ul > li.active > a {
  color: #c6a965;
}
.menu-category .menu-category-header {
  display: none;
}
/*
.dropdown-menu.multi-column { min-width: 200px; }
.dropdown-menu.multi-column.columns-2 { min-width: 400px; }
.dropdown-menu.multi-column.columns-3 { min-width: 600px; }
.dropdown-menu.multi-column li a { padding: 5px 15px; font-weight: 300; }
.dropdown-menu.multi-column .multi-column-dropdown { list-style: none; }
.dropdown-menu.multi-column .multi-column-dropdown li a { display: block; clear: both; line-height: 1.428571429; color: #333; white-space: normal; }
.dropdown-menu.multi-column .multi-column-dropdown li a:hover { text-decoration: none; color: #262626; background-color: #f5f5f5; }
*/
/*----------------------------------------------/
    [7] WELL
-----------------------------------------------*/
.well hr {
  margin: 5px 0 5px 0;
  border-color: #ccc;
}
.well.well-probe {
}
.well.well-probe h4 {
  margin-top: 0px;
}
.well.well-probe .radio:last-child {
  margin-bottom: 0px;
}
/*----------------------------------------------/
    [9] Boxs - html tekst contents - in CMS module -> boxs
-----------------------------------------------*/
.box-menu-harm-log a img {
  display: none;
}

.box-goals-zone {
  line-height: 1.5;
}
.box-goals-zone .title {
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
  color: #c6a965;
  letter-spacing: 1px;
  padding: 0 40px;
}
.box-goals-zone .row {
  margin: 0 -40px;
}
.box-goals-zone .lm {
  padding: 0 40px;
}
.box-goals-zone .rm {
  padding: 0 40px;
}
.box-goals-zone ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: 100%;
  float: left;
  margin-top: -8px;
}
.box-goals-zone ol > li {
  width: 100%;
  float: left;
  text-align: left;
  padding: 8px 0;
}
.box-goals-zone ol > li > a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}
.box-goals-zone ol > li > a:hover {
  color: #ffc03f;
  text-decoration: none;
}
.box-goals-zone ol > li.active > a {
  color: #ffc03f;
}
.box-goals-zone:first-child {
  margin-bottom: 40px;
}

.box {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 18px;
}
.box .box-main-image {
  padding-left: 0px;
}
.box .box-main-image .thumbnail {
  margin-bottom: 15px;
}
.box .box-title {
}
.box .box-text {
  width: 100%;
}
.box .box-file-list {
  width: 100%;
  float: left;
}
.box .box-file-list ul li.is-featured-file a {
}
.box .box-gallery-list {
  width: 100%;
  float: left;
}
.box .box-buttons {
  width: 100%;
  float: left;
  text-align: right;
}

.box-our-team {
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.box-our-team a {
  display: block;
  width: 50%;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 70px 40px;
}
.box-our-team a:last-child {
  border: 0px;
}
.box-our-team a .title {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  float: left;
  width: 100%;
}
.box-our-team a .subtitle {
  display: block;
  color: #c6a965;
  font-weight: 600;
  font-size: 25px;
  float: left;
  width: 100%;
  margin-top: -5px;
}
.box-our-team a .smalltitle {
  display: block;
  color: #c6a965;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 20px;
  background: url("../images/icon-btn-active.jpg") right center no-repeat;
  float: left;
  width: 100%;
}
.box-our-team a .smalltitle span {
  background: #1e1e1c;
  display: block;
  width: 75%;
  float: left;
}
.box-our-team a:hover {
  text-decoration: none;
  background-color: #ffc03f;
}
.box-our-team a:hover .title {
  color: #1a1e1f;
}
.box-our-team a:hover .subtitle {
  color: #1a1e1f;
}
.box-our-team a:hover .smalltitle {
  color: #fff;
  background: url("../images/icon-btn-hover.jpg") right center no-repeat;
}
.box-our-team a:hover .smalltitle span {
  background: #ffc03f;
  padding-right: 15px;
  width: auto;
}

.box-support {
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: url("../images/thegym-3.png") center top no-repeat;
  background-size: cover;
}
.box-support .picture img {
  display: none;
}
.box-support .title {
  text-align: center;
  padding: 110px 0 70px 0;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}
.box-support .items {
  display: table;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.4);
  margin-bottom: 110px;
  width: 100%;
  max-width: 960px;
}
.box-support .items .item {
  float: left;
  padding: 40px;
  text-align: center;
}
.box-support .items .item .item-icon {
  margin-bottom: 20px;
}
.box-support .items .item .item-icon img {
  opacity: 0.8;
}
.box-support .items .item .item-title {
  text-transform: uppercase;
  color: #c6a965;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.box-support .items .item .item-description {
  color: #fff;
}
.box-support .items .item .item-icon img:hover {
  opacity: 1;
}

.box-blog {
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.box-blog .items {
  width: 100%;
  float: left; /*margin-left: 2px;*/
  margin-bottom: 0px;
}
.box-blog .item {
  width: 50%;
  float: left; /*border: 0px solid #1e1e1c;*/ /*margin: -1px 0 0 -1px;*/ /*-webkit-box-shadow:inset 0px 0px 0px 10px #f00; -moz-box-shadow:inset 0px 0px 0px 10px #f00; box-shadow:inset 0px 0px 0px 10px #f00;*/
}
.box-blog .item-start {
  width: 100%;
  float: left;
  position: relative;
}
.box-blog .item-start .title {
  position: absolute;
  left: 0;
  top: 0;
  padding: 40px 0 0 40px;
  color: #fff;
  font-weight: 600;
  font-size: 60px;
}
.box-blog .item-start .other {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0 40px 40px;
}
.box-blog .item-start .text {
  color: #858583;
  margin-bottom: 20px;
  font-size: 18px;
}
.box-blog .item-start .more {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 45px;
  letter-spacing: 1px;
  background: url("../images/nav-next.png") right center no-repeat;
}
.box-blog .item-start .more:hover {
  text-decoration: none;
  color: #ffbf41;
  background: url("../images/nav-next-hover.png") right center no-repeat;
}

.page-blog .box-blog .items {
  margin: 0px;
}
.page-blog .box-blog .item {
  margin: 0px;
  border: 0px;
  border-bottom: 1px solid #1e1e1c;
}
.page-blog .box-blog .item:last-child {
  border: 0px;
}

.box-blog-article {
  width: 100%;
  float: left;
  position: relative;
}
.box-blog-article-right {
  width: 87.5%;
  margin-left: 12.5%;
  float: left;
}
.box-blog-article-left {
  width: 12.5%;
  position: absolute;
  left: 0;
  top: 0;
}

.box-blog-sidebar {
  width: 100%;
  float: left;
}
.box-blog-sidebar .items {
  width: 100%;
  float: left;
}
.box-blog-sidebar .item {
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 30px;
  margin-top: 30px;
}
.box-blog-sidebar a .picture {
  position: relative;
  display: block;
}
.box-blog-sidebar a .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.box-blog-sidebar a .date {
  display: block;
  padding: 15px;
  color: #c3a660;
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.box-blog-sidebar a .title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  color: #c6a965;
  text-transform: uppercase;
  margin: 10px 0;
}
.box-blog-sidebar a .text {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
}
.box-blog-sidebar a:hover {
  text-decoration: none;
}
.box-blog-sidebar a:hover .title {
  color: #ffbf41;
}
.box-blog-sidebar a:hover .mask {
  background-color: rgba(0, 0, 0, 0.3);
}
.box-blog-sidebar .more {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 40px;
  width: 100%;
  float: left;
}
.box-blog-sidebar .more a {
  display: block;
  padding: 15px 0;
  color: #c6a965;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  background: url("../images/nav-next.png") right center no-repeat;
}
.box-blog-sidebar .more a:hover {
  color: #ffbf41;
  background: url("../images/nav-next-hover.png") right center no-repeat;
}

.box-like {
  width: 100%;
  float: left;
}
.box-like .title {
  float: left;
  text-transform: uppercase;
  color: #b49a5f;
  font-weight: 600;
  text-align: center;
}
.box-like .icons {
  float: left;
  padding-left: 10px;
}
.box-like .icons span {
  display: block;
  width: 64px;
  height: 64px;
  color: #b49a5f;
  font-size: 30px;
  text-align: center;
  line-height: 64px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 1s ease 0s;
}
.box-like .icons span:last-child {
  border-bottom: 0px;
}
.box-like .icons span:hover {
  color: #ffc03f;
}

.box-blog .item-article {
  display: block;
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.box-blog .item-article .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  top: 0;
}
.box-blog .item-article img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.box-blog .item-article .caption {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 40px 40px 0 40px;
  z-index: 2;
}
.box-blog .item-article .triangle {
  position: absolute;
  display: none;
  left: -35%;
  bottom: -60px;
  height: 200px;
  width: 200%;
  z-index: 1;
  background-color: #1e1e1c;
  content: " ";
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  transform: rotate(4deg);
}
.box-blog .item-article .title {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 15px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  width: 100%;
  float: left;
}
.box-blog .item-article .date {
  display: block;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 15px 15px 0;
  width: 60px;
  color: #c6a965;
  font-size: 18px;
  font-weight: 600;
  float: left;
}
.box-blog .item-article .category {
  display: block;
  padding: 15px;
  color: #c6a965;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  float: left;
}
.box-blog .item-article:hover .mask {
  display: none;
}
.box-blog .item-article:hover .triangle {
  display: block;
}
.box-blog .item-article:hover .title {
  color: #ffc03f;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.box-blog .item-article:hover .date {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.box-blog .item-rotate:hover .item-article img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.box-blog .item-max {
  width: 100%;
  margin-bottom: 1px;
}

.box-logo {
  position: absolute;
  top: 45px;
  left: 60px;
  padding-left: 40px;
}
.box-logo img {
  height: 61px;
}
.box-logo a {
  display: inline-block;
}
.box-logo a img.hover {
  display: none;
}
.box-logo a:hover img {
  display: none;
}
.box-logo a:hover img.hover {
  display: inline;
}
header.affix .box-logo {
  position: static;
  float: left;
  line-height: 35px;
}
header.affix .box-logo img {
  height: 35px;
  margin-top: 16px;
}
header.affl .box-logo {
  position: static;
  float: left;
  line-height: 35px;
}
header.affl .box-logo img {
  height: 35px;
  margin-top: 16px;
}

body.page-goals_path .box-logo {
  position: static;
  float: left;
}
body.page-goals_path .box-logo img {
  height: 45px;
}

body.page-error404 .box-logo {
  position: static;
  float: left;
}
body.page-error404 .box-logo img {
  height: 45px;
}

body.page-newsletter .box-logo {
  position: static;
  float: left;
}
body.page-newsletter .box-logo img {
  height: 45px;
}

body.page-shop_page_client_remember .box-logo {
  position: static;
  float: left;
}
body.page-shop_page_client_remember .box-logo img {
  height: 45px;
}

body.page-shop_page_client_login .box-logo {
  position: static;
  float: left;
}
body.page-shop_page_client_login .box-logo img {
  height: 45px;
}

body.page-shop_page_client_registration .box-logo {
  position: static;
  float: left;
}
body.page-shop_page_client_registration .box-logo img {
  height: 45px;
}

body.page-newsletter_active .box-logo {
  position: static;
  float: left;
}
body.page-newsletter_active .box-logo img {
  height: 45px;
}

body.page-offer_page .box-logo {
  position: static;
  float: left;
}
body.page-offer_page .box-logo img {
  height: 45px;
}

body.page-shop_page_client_accepted .box-logo {
  position: static;
  float: left;
}
body.page-shop_page_client_accepted .box-logo img {
  height: 45px;
}

body.page-blog-no-article .box-logo {
  position: static;
  float: left;
}
body.page-blog-no-article .box-logo img {
  height: 45px;
}

body.page-shop_page_client_account .box-logo {
  position: static;
  float: left;
}
body.page-shop_page_client_account .box-logo img {
  height: 45px;
}

body.page-timetable_page .box-logo {
  position: static;
  float: left;
}
body.page-timetable_page .box-logo img {
  height: 45px;
}

body.page-zone_passes_order .box-logo {
  position: static;
  float: left;
}
body.page-zone_passes_order .box-logo img {
  height: 45px;
}

body.page-zone_passes_page .box-logo {
  position: static;
  float: left;
}
body.page-zone_passes_page .box-logo img {
  height: 45px;
}

.box-footer {
  padding-top: 70px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 70px 40px 0 40px;
  height: 280px;
}
.box-footer h4 {
  color: #c6a965;
  text-transform: uppercase;
  margin-top: 0px;
  font-size: 16px;
  letter-spacing: 2px;
}
.box-footer:last-child {
  border: 0px;
}

.box-footer-bottom {
  width: 100%;
  float: left;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px 0;
}

.icon-down {
  text-align: center;
  padding-bottom: 70px;
}

.box-counter {
}

.box-copyright {
  color: #7b7b79;
}
.box-copyright h4 {
  text-transform: none;
  margin-bottom: 30px;
}
.box-copyright a {
  color: #fff;
  cursor: pointer;
}
.box-copyright a:hover {
  text-decoration: none;
  color: #ffc03f;
}

.box-socials {
}

.box-social-icons {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.box-social-icons a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 5px;
  border: 2px solid #c6a45c;
  color: #c6a45c;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  font-size: 25px;
  transition: all 1s ease 0s;
}
.box-social-icons a:hover {
  background-color: #ffc03f;
  border-color: #ffc03f;
  color: #1e1e1c;
}
.box-social-icons .row {
  margin: 0 -5px;
}

.box-powered a {
  color: #fff;
  margin-bottom: 30px;
  display: inline-block;
}
.box-powered h4 {
  margin-bottom: 10px;
}
.box-powered a:hover {
  text-decoration: none;
  color: #ffc03f;
}

.box-powered-2 {
  text-transform: uppercase;
  color: #c6a965;
  letter-spacing: 2px;
}
.box-powered-2 a {
  color: #fff;
  display: inline-block;
  letter-spacing: normal;
}
.box-powered-2 a:hover {
  text-decoration: none;
  color: #ffc03f;
}

.box-powered-3 {
  text-transform: uppercase;
  color: #c6a965;
  text-align: right;
}
.box-powered-3 a {
  color: #fff;
  display: inline-block;
  cursor: pointer;
}
.box-powered-3 a:hover {
  text-decoration: none;
  color: #ffc03f;
}

.box-partners h4 {
  margin-bottom: 40px;
}
.box-partners a img {
  opacity: 0.5;
}
.box-partners a:hover img {
  opacity: 1;
}

.col-footer-min {
  width: 25%;
  float: left;
}
.col-footer-max {
  width: 50%;
  float: left;
}

.box-contact-elements {
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  float: left;
  padding: 40px 40px 20px 40px;
}
.box-contact-elements h3 {
  text-align: center;
  margin: 30px 0 10px 0;
  color: #fff;
  font-size: 65px;
  font-weight: bold;
}
.box-contact-elements h4 {
  text-align: center;
  margin: 30px 0 20px 0;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
}
.box-contact-elements.only-bottom {
  border: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #333331;
}
.box-contact-elements .article-text {
  margin-bottom: 70px;
}

.resh-nav-tab {
  width: 100%;
  float: left;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 40px;
}
.resh-nav-buttons {
  padding: 60px 0 40px 0;
}
.resh-nav-buttons a {
  padding: 0 15px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.resh-nav-buttons a.active {
  color: #c6a965;
}
.resh-nav-buttons a:hover {
  color: #c6a965;
  text-decoration: none;
}
.resh-nav-head {
  display: none;
  cursor: pointer;
  padding: 20px 15px 0 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  color: #c6a965;
  font-weight: 600;
}
.resh-nav-head i.fa {
  float: right;
  margin-top: 5px;
}
.resh-nav-contents {
  width: 100%;
  float: left; /*border-bottom:1px solid rgba(255, 255, 255, 0.2);*/
  margin-bottom: 40px;
}
.resh-nav-item {
  width: 100%;
  float: left;
  margin-bottom: 40px;
  margin-top: 20px;
}
.resh-row {
  margin: 0px;
}
.resh-col {
  padding: 0px;
  border: 1px solid #4b4b49;
  margin: -1px 0 0 -1px;
  width: calc(25% + 1px);
}
.resh-box {
  position: relative;
  width: 100%;
  background: #6d6d6d;
  float: left;
  cursor: pointer;
}
.resh-box:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.resh-box .content {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.resh-box .bar-trinagle {
  position: absolute;
  left: -25%;
  bottom: -23%;
  height: 200px;
  width: 200%;
  z-index: 1;
  background-color: #1e1e1c;
  content: " ";
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  transform: rotate(15deg);
}
.resh-box .bar-caption {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 30px 15px 30px;
  z-index: 1;
}
.resh-box .bar-caption .title {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
}
.resh-box .bar-caption .quantity {
  text-transform: uppercase;
  font-weight: 600;
  color: #c6a965;
  font-size: 16px;
  margin-top: 10px;
  letter-spacing: 2px;
}
.resh-product:hover {
  background-color: #1e1e1c;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.resh-box .bar-product-header {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 15px 30px;
  width: 100%;
}
.resh-box .bar-product-header .count {
  color: #c6a965;
  font-weight: 600;
  letter-spacing: 2px;
}
.resh-box .bar-product-header .title {
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  padding-top: 15px;
}
.resh-box .bar-product-footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 15px 30px;
  width: 100%;
}
.resh-box .bar-product-footer .description {
  color: #fff;
}
.resh-box .bar-product-footer .other {
  padding-top: 15px;
  color: #c6a965;
  font-weight: 600;
  font-size: 20px;
}
.resh-box .bar-product-footer .more {
  color: #fff;
  display: none;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 15px;
}
.resh-box:hover .bar-product-header .title {
  color: #ffc03f;
}
.resh-box:hover .bar-product-footer .other {
  color: #ffc03f;
}
.resh-box:hover .bar-product-footer .more {
  display: block;
}

.resh-nav-offer-item {
  margin-left: 1px;
}

.sp-line-second {
  width: 100%;
  float: left;
  margin-top: -1px;
  height: 1px;
  background-color: #4b4b49;
}

.box-goals-steps {
  width: 100%;
  float: left;
}
.box-goals-steps h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin: 40px 0;
}
.box-goals-steps h4 span {
  color: #c6a965;
}

.resh-nav-persons {
  margin: 20px 0 0 0;
}
.resh-nav-persons .resh-nav-item {
  margin: 0px;
}

.resh-box .person-trinagle {
  position: absolute;
  left: -25%;
  bottom: -23%;
  height: 200px;
  width: 200%;
  z-index: 1;
  background-color: #1e1e1c;
  content: " ";
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  transform: rotate(15deg);
}
.resh-box .person-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 30px 15px 30px;
  z-index: 1;
}
.resh-box .person-bottom .title {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.resh-box .person-bottom .other {
  text-transform: uppercase;
  font-weight: 600;
  color: #c6a965;
  font-size: 16px;
  margin-top: 10px;
  letter-spacing: 2px;
}
.resh-box:hover .person-trinagle {
  background-color: #ffc03f;
}
.resh-box:hover .person-bottom {
}
.resh-box:hover .person-bottom .title {
  color: #1e1e1c;
}
.resh-box:hover .person-bottom .other {
  color: #fff;
}
.resh-box:hover .person-bottom .other span {
  color: #c6a965;
}

.resh-nav-offer {
  margin: 0 0 0 0;
  width: 100%;
}
.resh-nav-offer .resh-nav-item {
  margin: 0px;
}
.resh-offer img {
  opacity: 0.6;
  width: 100%;
}
.resh-offer {
  position: relative;
  width: 100%;
  background: #6d6d6d;
  float: left;
  cursor: pointer;
  overflow: hidden;
}
.resh-offer .trinagle {
  display: block;
  position: absolute;
  background-color: #1e1e1c;
  left: -15%;
  bottom: -50%;
  height: 200px;
  width: 200%;
  z-index: 1;
  content: " ";
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  transform: rotate(15deg);
}
.resh-offer .trinagle {
  width: 200%;
  left: -50%;
  height: 65%;
  bottom: -25%;
}
.resh-offer .bottom {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 30px 15px 30px;
  z-index: 1;
}
.resh-offer .bottom .title {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.resh-offer .bottom .title span {
  display: block;
}
.resh-offer:hover .trinagle {
  background-color: #1e1e1c;
}
.resh-offer:hover .bottom {
}
.resh-offer:hover .bottom .title {
  color: #ffc03f;
}
.resh-offer:hover {
  background: #ffc03f;
}
.resh-offer:hover img {
  opacity: 1;
}

.box-re-team {
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.box-re-team img {
  width: 100%;
}
.box-re-team .caption {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.box-re-team .caption .title {
  color: #fff;
  font-size: 65px;
  font-weight: 700;
}
.box-re-team .caption .description {
  color: #fff;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 35px;
}

.box-centrum-step {
  border: 1px solid #4a4a48;
  width: 100%;
  float: left;
  position: relative;
}
.box-centrum-step .article {
  padding: 40px;
}
.box-centrum-step .box-centrum-picture img {
  width: 100%;
}
.box-centrum-count {
  position: absolute;
  width: 55px;
  height: 54px;
  line-height: 50px;
  border: 2px solid #4b4c46;
  color: #4b4c46;
  background-color: #1e1e1c;
  font-size: 25px;
  border-radius: 50%;
  left: 50%;
  margin-left: -27px;
  top: 40px;
  text-align: center;
}
.box-centrum-count.active {
  color: #fff;
  border-color: #c6a965;
}
.box-centrum-stop {
  position: absolute;
  width: 55px;
  height: 54px;
  line-height: 50px;
  border: 2px solid #4b4c46;
  color: #4b4c46;
  background-color: #1e1e1c;
  font-size: 25px;
  border-radius: 50%;
  left: 50%;
  margin-left: -27px;
  bottom: 40px;
  text-align: center;
}
.box-centrum-stop.active {
  color: #fff;
  border-color: #c6a965;
}
.box-centrum-content {
  width: 50%;
  position: absolute;
  right: 0;
  height: 100%;
}
.box-centrum-caption {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
}
.box-centrum-caption .article {
  font-size: 16px;
}
.box-centrum-caption .article hr {
  border-color: #4b4b49;
}
.box-centrum-loader {
  position: absolute;
  width: 3px;
  left: 50%;
  margin-left: -1px;
  top: 105px;
  height: calc(100% - 210px);
  background: #4a4b46;
  overflow: hidden;
}
.box-centrum-loader .load {
  position: absolute !important;
  width: 100%;
  padding: 0px;
  height: 0;
  top: 0;
  background-color: #c5a960;
}

.box-sidebar {
  padding-left: 40px !important;
  padding-top: 90px !important;
}
.box-sidebar h4 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin-top: 40px;
}

.zone-border-right {
  /*border-right: 1px solid rgba(255, 255, 255, 0.2);*/
}
.section-normal-zone .zone-border-right {
  padding-top: 70px;
}

.box-amienities {
  width: 100%;
  float: left;
  padding: 0 20px;
}
.box-amienities .picture {
  text-align: center;
  padding: 20px 0;
}
.box-amienities .title {
  color: #c6a965;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  height: 50px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.box-amienities .description {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.box-passes-content {
  position: relative;
  z-index: 101;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  float: left;
  padding: 70px 40px;
  background: url("../images/thegym-4.png") right top no-repeat;
  background-size: cover;
}
.box-passes {
  width: 100%;
  float: left;
  background-color: #1e1e1c;
  position: relative;
  padding: 25px 40px 100px 40px;
  border-left: 1px solid #1e1e1c;
  border-bottom: 0px;
  border-top: 0px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.box-passes.is-special {
    font-size: 20px;
  border: 2px solid #ffc03f !important;
}
.box-passes.is-special .special-title {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #ffc03f;
  padding-bottom: 2px;
  text-transform: uppercase;
}
.box-passes .title {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
  width: 100%;
  float: left;
  padding: 50px 10px;
}
.box-passes .price {
  color: #c2a563;
  /* margin-bottom: 15px; */
  /* padding-bottom: 15px; */
  /* border-bottom: 1px solid #9e9e9c; */
  /* font-size: 32px; */
  width: 100%;
  /* float: left; */
}
.box-passes .price span {
  font-size: 18px;
}
.box-passes .description {
  color: #fff;
  width: 100%;
  float: left;
}
.box-passes .more {
  position: absolute;
  left: 0;
  bottom: 40px;
  text-align: center;
  width: 100%;
  display: none;
}
.box-passes:hover .more {
  display: block;
}
.box-passes:hover {
  background-color: #1e1e1c;
  border-left: 1px solid #1e1e1c;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.box-passes-content .item {
  width: 100%;
  float: left;
}
.box-passes-content .owl-item {
  overflow: visible;
}
.box-passes:hover .price {
  color: #ffbe41;
}
.box-passes-content .page-header h2 {
  margin: 0 0 70px 0;
}

.box-honor-content {
  width: 100%;
  float: left;
  text-align: center;
}
.box-honor {
  display: inline-block;
}
.box-honor img {
  opacity: 0.5;
}
.box-honor a {
  display: block;
}
.box-honor:hover img {
  opacity: 1;
}

.tooltip-inner {
  background-color: #ffc03f;
  color: #1e1e1c;
  border-radius: 0px;
  padding: 15px;
  opacity: 1;
  font-weight: 600;
}
.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #ffc03f;
}

.nav-tabs {
  border-bottom: 0px;
}
.nav-tabs > li {
  width: 50%;
}
.nav-tabs > li > a {
  color: #c2a563;
  margin: 0px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 30px 40px;
  text-align: center;
  width: 100%;
  border-radius: 0px;
  border: 0px;
}
.nav-tabs > li > a:hover {
  background-color: #6d6d6d;
  color: #fff;
  border: 0px;
}
.nav-tabs > li.active > a {
  background-color: #6d6d6d;
  color: #fff;
  border: 0px;
}
.nav-tabs > li.active > a:hover {
  background-color: #6d6d6d;
  color: #fff;
  border: 0px;
}
.nav-tabs > li.active > a:focus {
  background-color: #6d6d6d;
  color: #fff;
  border: 0px;
}

.box-blog-more {
  text-align: right;
}
.box-blog-more a {
  color: #fff;
  font-size: 18px;
  background: url("../images/nav-next.png") right center no-repeat;
  padding-right: 42px;
}
.box-blog-more a:hover {
  color: #ffc03f;
  text-decoration: none;
  background: url("../images/nav-next-hover.png") right center no-repeat;
}

.box-zone-accessories-content {
  width: 100%;
  float: left;
}
.box-zone-accessories {
  width: 100%;
  float: left;
}
.box-zone-accessories .content {
  width: 100%;
  float: left;
  padding: 0 0 40px 0;
}
.box-zone-accessories .content .title {
  text-align: center;
  padding: 0 40px;
  color: #c6a965;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 20px;
  text-transform: uppercase;
}
.box-zone-accessories .content .description {
  text-align: center;
  padding: 0 40px;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
}
.box-zone-accessories .content .more {
  text-align: center;
  padding: 0 40px;
  margin-top: 20px;
}
.box-zone-accessories .content .picture img {
  width: 100%;
}

.box-zone-information-content {
  width: 100%;
  float: left;
  position: relative;
  background: #6d6d6d;
}
.box-zone-information-content .box-zone-information:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.box-zone-information-content .box-zone-information {
  width: 100%;
  float: left;
  position: relative;
  background-color: #6d6d6d;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.box-zone-information-content .box-zone-information .content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  padding: 40px 0 40px 60px;
  width: 50%;
}
.box-zone-information-content .box-zone-information .content .description {
  color: #fff;
  font-size: 18px;
}
.box-zone-information-content .box-zone-information .content .description ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.box-zone-information-content
  .box-zone-information
  .content
  .description
  ul
  > li {
  position: relative;
  padding-left: 25px;
}
.box-zone-information-content
  .box-zone-information
  .content
  .description
  ul
  > li:before {
  content: "\2014";
  left: 0;
  top: 0px;
  position: absolute;
  color: #c6a965;
}
.box-zone-information-content .box-zone-information .content .description h1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}
.box-zone-information-content .box-zone-information .content .description h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}
.box-zone-information-content .box-zone-information .content .description h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}
.box-zone-information-content .box-zone-information .content .description h4 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
.box-zone-information-content .box-zone-information .picture img {
  width: 100%;
}

.box-login {
  width: 100%;
  float: left;
  background: url("../images/bg-login.jpg") center top no-repeat;
  background-size: cover;
  color: #fff;
  line-height: 1.5;
}
.box-login .col-login {
  padding: 120px 120px;
  background-color: rgba(0, 0, 0, 0.7);
  min-height: 700px;
}
.box-login .col-login:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.box-login h4 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 600;
}
.box-login h4 span {
  font-size: 30px;
}
.box-login a {
  color: #fff;
}
.box-login .btn-primary {
  width: 100%;
  margin-top: 20px;
}
.border-bottom {
  width: 100%;
  float: left;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.box-login-text {
  height: 300px;
}

.box-registration {
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  line-height: 1.5;
  padding: 0 40px;
}

.box-feed {
  width: 100%;
  float: left;
  padding-bottom: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.box-feed a {
  color: #c6a965;
}

.fb-like iframe body {
  color: #fff !important;
}
/*----------------------------------------------/
    [9] Typography & links
-----------------------------------------------*/
.page-header {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
.page-header h1 {
  color: #c5a761;
  font-size: 50px;
  font-weight: 600;
  margin: 0 0 40px 0;
}
.page-header h1.title2 {
  color: #fff;
}
.page-header h1.title2 span {
  color: #c5a761;
}
.page-header h1.title2 span span {
  color: #fff;
}
.page-header h2 {
  color: #c5a761;
  font-size: 50px;
  font-weight: 600;
  margin: 0 0 40px 0;
}
.page-header h3 {
  color: #c5a761;
  font-size: 60px;
  font-weight: 600;
  margin: 0 0 40px 0;
}
.page-header h4 {
  color: #c5a761;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  margin: 70px 0 40px 0;
  text-transform: uppercase;
}
.page-header h2.blog {
  color: #c5a761;
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 40px 0;
}

body.page-zone .page-header h1 {
  font-size: 60px;
  font-weight: 700;
}

.text-color-gold {
  color: #c4a562;
}
.text-color-white {
  color: #fff;
}

.text-size-xs {
  font-size: 16px;
}
.text-size-sm {
  font-size: 16px;
}
.text-size-lg {
  font-size: 18px;
}
.text-size-lg2 {
  font-size: 19px;
}
.text-size-max {
  font-size: 24px;
}

.text-upper {
  text-transform: uppercase;
}
.text-lower {
  text-transform: lowercase;
}

.text-normal {
  font-weight: normal;
}
.text-thin {
  font-weight: 300;
}
.text-small {
  font-weight: 400;
}
.text-semibold {
  font-weight: 600;
}
.text-bold {
  font-weight: 700;
}

.text-line-height-0-5 {
  line-height: 0.5;
}
.text-line-height-1-0 {
  line-height: 1;
}
.text-line-height-1-5 {
  line-height: 1.5;
}
.text-line-height-2-0 {
  line-height: 2;
}
.text-line-height-2-5 {
  line-height: 2.5;
}
.text-line-height-3-0 {
  line-height: 3;
}

.text-paragraph {
  margin-left: 30px;
}

.row-reset {
  margin: 0px;
}
.col-reset {
  padding: 0px;
}
.col-padding-left {
  padding-left: 55px;
}
.row-amenities {
  text-align: center;
  font-size: 0;
}
.col-amenities {
  display: inline-block;
  float: none;
  font-size: 18px;
}
/*----------------------------------------------/
    [10] Paddings & margins
-----------------------------------------------*/
.mb40 {
  margin-bottom: 40px;
}
.mb0 {
  margin-bottom: 0px;
}
/*----------------------------------------------/
    [11] Pagination
-----------------------------------------------*/
.pagination {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  margin: 0px;
  height: 90px;
  line-height: 90px;
  overflow: hidden;
}
.pagination a.btn-primary {
  padding: 0px;
  margin: 5px 5px;
  border: 0px;
  color: #ffc03f;
  font-size: 18px;
  font-weight: 600;
  background: none;
}
.pagination a.btn-default {
  padding: 0px;
  margin: 5px 5px;
  border: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background: none;
}
.pagination a.btn-default:hover {
  color: #ffc03f;
  background-color: #1e1e1c;
}
.pagination a.btn-default:focus {
  background-color: #1e1e1c;
}
.pagination a.btn-primary:hover {
  background-color: #1e1e1c;
}
.pagination a.btn-primary:focus {
  background-color: #1e1e1c;
}
.pagination a.prev {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background: url("../images/nav-prev.png") 40px center no-repeat;
  float: left;
  width: 100px;
  height: 90px;
  border-radius: 0px;
  margin: 0px;
  position: absolute;
  left: 0;
  top: 0px;
  text-indent: -99999px;
}
.pagination a.next {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  background: url("../images/nav-next.png") 30px center no-repeat;
  width: 90px;
  height: 100px;
  border-radius: 0px;
  margin: 0px;
  position: absolute;
  right: 0;
  top: 0px;
  text-indent: -99999px;
}
.pagination a.prev:focus {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.pagination a.next:focus {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.pagination a.prev:hover {
  background: url("../images/nav-prev-hover.png") 40px center no-repeat;
}
.pagination a.next:hover {
  background: url("../images/nav-next-hover.png") 30px center no-repeat;
}
/*----------------------------------------------/
    [12] social slider
-----------------------------------------------*/
.social-slider {
  position: fixed;
  top: 10px;
}
.social-slider-content {
  width: 320px;
  top: 0px;
  position: absolute;
  z-index: 200;
  padding: 10px;
}
.social-slider-button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 30px;
  background: #000;
  text-align: center;
}

.social-slider-content + .social-slider-content {
  top: 55px;
  z-index: 199;
}
.social-slider-content + .social-slider-content + .social-slider-content {
  top: 110px;
  z-index: 198;
}

.social-slider-left {
  left: 0px;
}
.social-slider-left .social-slider-content {
  left: -320px;
}
.social-slider-left .social-slider-button {
  right: -50px;
}

.social-slider-right {
  right: 0px;
}
.social-slider-right .social-slider-content {
  right: -320px;
}
.social-slider-right .social-slider-button {
  left: -50px;
}

.social-bg-facebook {
  background: #3b5998;
}
.social-bg-twitter {
  background: #659fcb;
}
.social-bg-google {
  background: #df4b38;
}
.social-bg-youtube {
  background: #ee1c1b;
}
.social-bg-instagram {
  background: #7d39b0;
}
/*----------------------------------------------/
    [12] language
-----------------------------------------------*/
.language {
  float: right;
  position: absolute;
  right: 0;
  width: 60px;
  text-align: center;
  line-height: 70px;
  height: 70px;
}
.language a {
  text-decoration: none !important;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}
.language a:hover {
  text-decoration: none !important;
  color: #ffba3e;
}

/*----------------------------------------------/
    [13] breadcrumb
----------------------------------------------*/
.breadcrumb-content {
  width: 100%;
  float: left;
  margin: 30px 0 50px 0;
  padding-left: 40px;
}
.breadcrumb-content ul.breadcrumb {
  padding: 0px;
  background: none;
  margin: 0px;
}
.breadcrumb-content ul.breadcrumb > li + li::before {
  content: "\2014";
}
.breadcrumb-content ul.breadcrumb > li > a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 16px;
}
.breadcrumb-content ul.breadcrumb > li > a:hover {
  color: #ffc03f;
  text-decoration: none;
}
.breadcrumb-content ul.breadcrumb > li:last-child > a {
  color: #c5a761;
}
.page-about_us_page .breadcrumb-content {
  margin-bottom: 100px;
}

#about-us-motto .breadcrumb-content {
  padding-top: 150px;
}
#goal-path .breadcrumb-content {
  padding-top: 150px;
}
.page-subpage.page-subpage .breadcrumb-content {
  padding-top: 150px;
}
.margin-breadcrumb {
  margin-top: 150px;
}
/*-----------------------------------------------------------------------------------/
    [14] Cookie policy
/*-----------------------------------------------------------------------------------*/
#cookiePolicyWrap {
  width: 100% !important;
}
#cookiePolicyText {
  padding: 0 60px 0 15px;
}
#cookiePolicyMore {
  padding: 10px 60px 0 15px !important;
  width: auto !important;
}
#cookiePolicyClose {
  margin-right: 15px !important;
  margin-left: 0px;
}
/*-----------------------------------------------------------------------------------/
    [15] table
/*-----------------------------------------------------------------------------------*/
.table .table-controls {
  font-size: 16px;
}
.table .table-controls a {
  cursor: pointer;
  display: inline-block;
  color: #919191;
  padding: 0 3px 0 3px;
}
.table .table-controls a.disabled {
  color: #d1d1d1;
  cursor: not-allowed;
}
.table .table-controls a:hover {
  color: #12904a;
}
.table .vert-align {
  vertical-align: middle;
}
.table tfoot {
  border-top: 2px solid #ddd;
}
.table-responsive {
  float: left;
  width: 100%;
}
.table th {
  color: #c5a761;
  text-align: center;
}
.table > thead > tr > th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/*-----------------------------------------------------------------------------------/
    [16] popup
/*-----------------------------------------------------------------------------------*/

#popup-modal .modal-header {
  border-bottom: 0px;
  height: 0;
  padding: 0px;
}
#popup-modal .modal-body {
  text-align: center;
  padding: 10px;
}
#popup-modal .modal-body p:last-of-type {
  margin-bottom: 0;
}
#popup-modal .close {
  background: #000;
  opacity: 1;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 20;
  font-size: 25px;
}
#popup-modal .close span {
  color: #fff;
}
#popup-modal .close:hover span {
  color: #fff;
}

.modal-backdrop.in {
  opacity: 0.6;
  background-color: #868684;
}
.modal-content {
  border-radius: 0px;
}

.modal-lgx {
  width: calc(100% - 118px);
}

@media only screen and (max-width: 1023px) {
  .modal-lgx {
    width: inherit;
  }
}

.modal-header {
  background-color: #1e1e1c;
  padding: 40px;
  border: 0px;
}
.modal-header .box {
  margin-top: 15px;
}
.modal-header button.close {
  opacity: 1;
  color: #fff;
  margin-right: -20px;
  margin-top: -20px;
  font-size: 40px;
}

.modal-title {
  font-weight: 600;
  font-size: 25px;
  color: #fff;
  display: block;
}

.modal-woman {
  position: absolute;
  left: 50%;
  margin: -48px;
  top: 0;
  padding: 5px;
  background-color: #1e1e1c;
  border-radius: 50%;
}
.modal-woman + .modal-title {
  margin-top: 20px;
}

.modal-text {
  color: #fff;
}

.modal-body {
  background-color: #333331;
  padding: 40px;
  border: 0px;
}
.modal-body .form-content {
  color: #777777;
  font-size: 16px;
}
.modal-body .form-content a {
  color: #ccc;
}
.modal-body .form-content a:hover {
  color: #ffc03f;
}
.modal-footer .btn-special {
}

.modal-footer {
  background-color: #333331;
  padding: 40px;
  border: 0px;
}

.modal {
  text-align: center;
  padding: 0 !important;
}
.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-bar .modal-header {
  padding: 0px;
}
.modal-bar .modal-row-reset {
  margin: 0px;
}
.modal-bar .modal-col-reset {
  padding: 0px;
}
.modal-bar .modal-header button.close {
  right: 40px;
  top: 40px;
  font-size: 40px;
  z-index: 100;
  position: absolute;
}
.modal-bar-components {
  position: relative;
  z-index: 99;
}
.modal-bar-values {
  width: 100%;
  float: left;
  padding: 40px 40px 100px 40px;
}
.modal-bar-values .title {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
}
.modal-bar-values .special {
  padding-top: 15px;
  color: #c6a965;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
}
.modal-bar-values .description {
  color: #fff;
  padding-top: 15px;
}
.modal-bar-values .other {
  padding-top: 15px;
  color: #c6a965;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
}
.modal-bar-values .other span {
  display: block;
  color: #c6a965;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: normal;
}
.modal-bar-values .other-second {
  padding-top: 15px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.modal-bar-values .other-second span {
  color: #c6a965;
}
.modal-bar-values .buttons {
  padding-top: 15px;
  width: calc(100% - 80px);
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.modal-bar-values .buttons a {
  display: block;
  width: 50%;
  float: left;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 30px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
}
.modal-bar-values .buttons a:hover {
  text-decoration: none;
  color: #ffc03f;
}
.modal-bar-values .buttons a:last-child {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.modal-bar-values .buttons a.next {
  background: url("../images/nav-next.png") right center no-repeat;
}
.modal-bar-values .buttons a.next:hover {
  background: url("../images/nav-next-hover.png") right center no-repeat;
}
.modal-bar-values .buttons a.prev {
  background: url("../images/nav-prev.png") left center no-repeat;
  text-align: right;
}
.modal-bar-values .buttons a.prev:hover {
  background: url("../images/nav-prev-hover.png") left center no-repeat;
}
.modal-bar-values .buttons a.disabled {
  cursor: default;
  color: #3a3a39 !important;
}

.modal-video .modal-header button.close {
  top: -20px;
  right: 20px;
}

.modal-timetable .modal-header button.close {
  right: 40px;
  top: 40px;
  font-size: 40px;
  z-index: 100;
  position: absolute;
}
.modal-timetable .modal-header .title {
  text-align: center;
}
.modal-timetable .modal-header .description {
  margin-top: 30px;
}

/*-----------------------------------------------------------------------------------/
    [16] audio file
/*-----------------------------------------------------------------------------------*/
.playa {
  margin-bottom: 5px;
}
.playa .primary-row {
  padding: 0px;
}
.playa .btn {
  height: 40px;
  position: relative;
  overflow: hidden;
}
.playa input[type="range"] {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0px;
  bottom: 0px;
  width: 90%;
}

.button-registry {
  font-size: 16px;
  float: left;
  padding-top: 10px;
}
.button-registry a {
  color: #494949;
  margin-right: 5px;
}
.button-registry a:last-child {
  margin-right: 0px;
}

.account-menu {
  width: 100%;
  float: left;
  margin: 15px 0;
}
.account-menu ul {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.account-menu ul li {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.account-menu ul li a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 18px;
  position: relative;
  padding-left: 25px;
}
.account-menu ul li a:hover {
  text-decoration: none;
  color: #c6a965;
}
.account-menu ul li.active a {
  color: #c6a965;
}
.account-menu ul li a i {
  /*text-align: center;*/
  position: absolute;
  left: 0;
  top: 7px;
}

.account {
  width: 100%;
  float: left;
}
.account h3 {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 15px;
}
.account .account-title {
  margin-top: 0px;
  margin-bottom: 20px;
}
.account .account-shipping {
  margin-top: 20px;
}
.account .account-shipping .tabs-left {
  float: left;
}
.account .account-shipping .tabs-left > li {
  float: none;
  margin: 0 -1px -1px 0;
}
.account .account-shipping .tabs-left > li > a {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #aaa;
  font-weight: 600;
  padding: 14px 16px;
}
.account .account-shipping .tabs-left > li.active > a {
  background: #fff none repeat scroll 0 0;
  border-color: #ddd #fff #ddd #ddd;
  color: #555;
  cursor: default;
  position: relative;
  z-index: 12;
}
.account .account-shipping .tabs-left > li.active > a:hover {
  background: #fff none repeat scroll 0 0;
  border-color: #ddd #fff #ddd #ddd;
  color: #555;
  cursor: default;
  position: relative;
  z-index: 12;
}
.account .account-shipping .tabs-left > li.active > a:focus {
  background: #fff none repeat scroll 0 0;
  border-color: #ddd #fff #ddd #ddd;
  color: #555;
  cursor: default;
  position: relative;
  z-index: 12;
}
.account .account-shipping .tab-content-left {
  padding-left: 20px;
  border-left: 1px solid #e2e2e2;
  border-top: 0px;
  overflow: auto;
}
.account .account-shipping .tab-content-left .mt20 {
  margin-top: 5px;
}
.account .account-shipping .tab-content-left .tab-pane {
  overflow: hidden;
}
.account .account-shipping .tabs-left > li.add > a {
  cursor: pointer;
}
.account .account-shipping .tabs-left > li > a i.click {
  cursor: pointer;
}
.account .account-shipping .tabs-left > li > a i.click:hover {
  color: #000;
}

.cart-process-buttons {
}
.cart-process-buttons-left {
}
.cart-process-buttons-right {
  text-align: right;
}
.cart-process-login-buttons {
}
.cart-process-buttons-fv {
}
.cart-process-buttons-adress {
}

.video-js .vjs-big-play-button {
  top: 50% !important;
  margin-top: -22px;
  left: 50%;
  margin-left: -45px;
}

.timetable {
  width: 100%;
  float: left;
  margin-top: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.timetable-menu {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.timetable-menu > li {
  width: 50%;
  display: block;
  float: left;
}
.timetable-menu > li > a {
  display: block;
  color: #c2a563;
  cursor: pointer;
  margin: 0px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 30px 40px;
  text-align: center;
  width: 100%;
  border-radius: 0px;
  border: 0px;
}
.timetable-menu > li > a:hover {
  background-color: #6d6d6d;
  color: #fff;
  border: 0px;
  text-decoration: none;
}
.timetable-menu > li.active > a {
  background-color: #6d6d6d;
  color: #fff;
  border: 0px;
}
.timetable-menu > li.active > a:hover {
  background-color: #6d6d6d;
  color: #fff;
  border: 0px;
}
.timetable-menu > li.active > a:focus {
  background-color: #6d6d6d;
  color: #fff;
  border: 0px;
}

.timetable-menu-zone {
  width: 100%;
  float: left;
  padding: 0 15px 15px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
  margin-top: -10px;
}
.timetable-menu-zone ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: table;
  margin: auto;
}
.timetable-menu-zone ul > li {
  float: left;
}
.timetable-menu-zone ul > li > a {
  padding: 15px 15px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.timetable-menu-zone ul > li.active > a {
  color: #c6a965;
}
.timetable-menu-zone ul > li > a:hover {
  color: #c6a965;
  text-decoration: none;
}
.timetable-menu-zone ul > li + li:before {
  content: " / ";
}

.active-var {
  width: 100%;
  float: left;
  background-color: #6d6d6d;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px 0;
  position: relative;
}
.active-var a.navi {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #7f7e7e;
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  cursor: pointer;
}
.active-var a.navi:hover {
  background-color: #c5a762;
  border-color: #c5a762;
}
.active-var .now {
  position: relative;
  height: 70px;
  width: 100%;
  float: left;
  text-align: center;
}

.active-var a.show {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -35px;
  z-index: 100;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #6d6d6d;
  border: 2px solid #7f7e7e;
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 70px;
  cursor: pointer;
}
.active-var a.show:hover {
  background-color: #c5a762;
  border-color: #c5a762;
}

.now .title {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.now .title .small-title {
  color: #c5a762;
  font-weight: 600;
  font-size: 18px;
  display: block;
}
.now .title .hight-title {
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  display: block;
}

.calendar {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.calendar th {
  text-align: center;
  padding: 10px;
  font-weight: normal;
  color: #c5a762;
  font-size: 20px;
}
.calendar td {
  text-align: center;
  padding: 10px;
}
.calendar a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  cursor: pointer;
}
.calendar a:hover {
  background-color: #000;
  color: #c5a762;
  border-radius: 50%;
  text-decoration: none;
}
.calendar td.today-active a {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
}
.calendar td.active a {
  background-color: #000;
  color: #c5a762;
  border-radius: 50%;
}

.timetable-content {
  width: 100%;
  float: left;
  padding: 60px 0 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #6d6d6d;
}
.table-timetable th {
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  padding: 15px 30px !important;
}
.table-timetable td {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  padding: 15px 30px !important;
  vertical-align: middle !important;
}
.table-timetable td.td-text {
  font-size: 18px;
}
.table-timetable td.td-cursor {
  cursor: pointer;
}
.table-timetable tr.tr-hover:hover td {
  background-color: #000;
}
.table-timetable td.td-desc {
  font-size: 18px;
  color: #fff;
}
.table-timetable td.td-cursor {
  cursor: pointer;
}
.table-timetable tr.tr-active td {
  background-color: #000;
}
.table-timetable .mobile-desc {
  display: none;
}
.table-timetable .mobile-desc .items {
  margin-top: 30px;
}
.table-timetable .mobile-desc .item {
  margin-top: 20px;
  display: block;
}
.table-timetable .mobile-desc .button {
  margin-top: 20px;
}
