.menu-gold {
  margin-top: 40.5%;
}

@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.link:active,
.onMenu ul li a:active,
.link:focus,
.onMenu ul li a:focus,
.link:hover,
.onMenu ul li a:hover {
  color: #d4af61;
  opacity: 0.8;
  text-decoration: none;
}

.noLink:active,
.noLink:focus,
.noLink:hover {
  text-decoration: none;
}

.linkWhite:active,
.linkWhite:focus,
.linkWhite:hover {
  color: white;
  text-decoration: none;
}

.linkBlack:active,
.linkBlack:focus,
.linkBlack:hover {
  color: black;
  text-decoration: none;
}

.reset,
.sidebar {
  margin: 0;
  padding: 0;
}

.fullImage {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

.shadow {
  -webkit-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
  -o-box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 0px 60px 30px rgba(0, 0, 0, 0.19);
}

.middleCenter,
.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  -o-box-pack: center;
  box-pack: center;
  -webkit-flex-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -o-flex-pack: center;
  flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
  box-align: center;
  -webkit-flex-align: center;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -o-flex-align: center;
  flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}

.animatedDuration {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
}

.animateDelay {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.loading {
  -webkit-animation-name: loading;
  -moz-animation-name: loading;
  -ms-animation-name: loading;
  -o-animation-name: loading;
  animation-name: loading;
  -webkit-animation-duration: 3.1s;
  -moz-animation-duration: 3.1s;
  -ms-animation-duration: 3.1s;
  -o-animation-duration: 3.1s;
  animation-duration: 3.1s;
}
@-webkit-keyframes loading {
  0% {
    top: 50%;
    height: 2px;
    width: 0;
  }
  50% {
    top: 50%;
    height: 2px;
    width: 100%;
  }
  100% {
    top: 0;
    height: 100vh;
    width: 100%;
  }
}
@-moz-keyframes loading {
  0% {
    top: 50%;
    height: 2px;
    width: 0;
  }
  50% {
    top: 50%;
    height: 2px;
    width: 100%;
  }
  100% {
    top: 0;
    height: 100vh;
    width: 100%;
  }
}
@-ms-keyframes loading {
  0% {
    top: 50%;
    height: 2px;
    width: 0;
  }
  50% {
    top: 50%;
    height: 2px;
    width: 100%;
  }
  100% {
    top: 0;
    height: 100vh;
    width: 100%;
  }
}
@keyframes loading {
  0% {
    top: 50%;
    height: 2px;
    width: 0;
  }
  50% {
    top: 50%;
    height: 2px;
    width: 100%;
  }
  100% {
    top: 0;
    height: 100vh;
    width: 100%;
  }
}
.transformSection {
  -webkit-animation-name: transformSection;
  -moz-animation-name: transformSection;
  -ms-animation-name: transformSection;
  -o-animation-name: transformSection;
  animation-name: transformSection;
  -webkit-animation-direction: initial;
  -moz-animation-direction: initial;
  -ms-animation-direction: initial;
  -o-animation-direction: initial;
  animation-direction: initial;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -ms-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
}
@-webkit-keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-ms-keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes transformSection {
  from {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.moveTop {
  margin-bottom: 36px;
  -webkit-animation: moveTop 0.7s;
  -moz-animation: moveTop 0.7s;
  -ms-animation: moveTop 0.7s;
  -o-animation: moveTop 0.7s;
  animation: moveTop 0.7s;
}
@-webkit-keyframes moveTop {
  from {
    margin-bottom: 0;
  }
  to {
    margin-bottom: 36px;
  }
}
@-moz-keyframes moveTop {
  from {
    margin-bottom: 0;
  }
  to {
    margin-bottom: 36px;
  }
}
@-ms-keyframes moveTop {
  from {
    margin-bottom: 0;
  }
  to {
    margin-bottom: 36px;
  }
}
@keyframes moveTop {
  from {
    margin-bottom: 0;
  }
  to {
    margin-bottom: 36px;
  }
}
.linkUnderline {
  display: inline-block;
  color: #d6b161;
  text-decoration: none;
}
.linkUnderline::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: white;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.linkUnderline:hover::after {
  background: white;
  width: 100%;
}

.mouseTransform {
  -webkit-transform: perspective(600px) rotateY(0deg) rotateX(0deg);
  -moz-transform: perspective(600px) rotateY(0deg) rotateX(0deg);
  -ms-transform: perspective(600px) rotateY(0deg) rotateX(0deg);
  -o-transform: perspective(600px) rotateY(0deg) rotateX(0deg);
  transform: perspective(600px) rotateY(0deg) rotateX(0deg);
}

.hideShow {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation-name: hideShow;
  -moz-animation-name: hideShow;
  -ms-animation-name: hideShow;
  -o-animation-name: hideShow;
  animation-name: hideShow;
  -webkit-animation-direction: initial;
  -moz-animation-direction: initial;
  -ms-animation-direction: initial;
  -o-animation-direction: initial;
  animation-direction: initial;
  -webkit-animation-duration: 0.9s;
  -moz-animation-duration: 0.9s;
  -ms-animation-duration: 0.9s;
  -o-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-iteration-count: alternate;
  -moz-animation-iteration-count: alternate;
  -ms-animation-iteration-count: alternate;
  -o-animation-iteration-count: alternate;
  animation-iteration-count: alternate;
}
@-webkit-keyframes hideShow {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes hideShow {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-ms-keyframes hideShow {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes hideShow {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.showHide {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation-name: showHide;
  -moz-animation-name: showHide;
  -ms-animation-name: showHide;
  -o-animation-name: showHide;
  animation-name: showHide;
  -webkit-animation-direction: initial;
  -moz-animation-direction: initial;
  -ms-animation-direction: initial;
  -o-animation-direction: initial;
  animation-direction: initial;
  -webkit-animation-duration: 0.9s;
  -moz-animation-duration: 0.9s;
  -ms-animation-duration: 0.9s;
  -o-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-iteration-count: alternate;
  -moz-animation-iteration-count: alternate;
  -ms-animation-iteration-count: alternate;
  -o-animation-iteration-count: alternate;
  animation-iteration-count: alternate;
}
@-webkit-keyframes showHide {
  from {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes showHide {
  from {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-ms-keyframes showHide {
  from {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes showHide {
  from {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  to {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.hoverHide {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.4s linear;
  -moz-transition: opacity 1.4s linear;
  -ms-transition: opacity 1.4s linear;
  -o-transition: opacity 1.4s linear;
  transition: opacity 1.4s linear;
}
.hoverHide:active,
.hoverHide:focus,
.hoverHide:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 1.4s linear;
  -moz-transition: opacity 1.4s linear;
  -ms-transition: opacity 1.4s linear;
  -o-transition: opacity 1.4s linear;
  transition: opacity 1.4s linear;
}

.hoverShow {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: opacity 1.4s linear;
  -moz-transition: opacity 1.4s linear;
  -ms-transition: opacity 1.4s linear;
  -o-transition: opacity 1.4s linear;
  transition: opacity 1.4s linear;
}
.hoverShow:active,
.hoverShow:focus,
.hoverShow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.4s linear;
  -moz-transition: opacity 1.4s linear;
  -ms-transition: opacity 1.4s linear;
  -o-transition: opacity 1.4s linear;
  transition: opacity 1.4s linear;
}

.rotate90degLeft {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  -o-transform-origin: left top 0;
  transform-origin: left top 0;
}

.rotate90degRight {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  -ms-transform-origin: right top 0;
  -o-transform-origin: right top 0;
  transform-origin: right top 0;
}

.bounce {
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -ms-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.effect1 {
  -webkit-box-shadow: 0 10px 6px -6px #010101;
  -moz-box-shadow: 0 10px 6px -6px #010101;
  -ms-box-shadow: 0 10px 6px -6px #010101;
  -o-box-shadow: 0 10px 6px -6px #010101;
  box-shadow: 0 10px 6px -6px #010101;
}

.effect2 {
  position: relative;
}
.effect2:before,
.effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #010101;
  -webkit-box-shadow: 0 15px 10px #010101;
  -moz-box-shadow: 0 15px 10px #010101;
  -ms-box-shadow: 0 15px 10px #010101;
  -o-box-shadow: 0 15px 10px #010101;
  box-shadow: 0 15px 10px #010101;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.effect3 {
  position: relative;
}
.effect3:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #010101;
  -webkit-box-shadow: 0 15px 10px #010101;
  -moz-box-shadow: 0 15px 10px #010101;
  -ms-box-shadow: 0 15px 10px #010101;
  -o-box-shadow: 0 15px 10px #010101;
  box-shadow: 0 15px 10px #010101;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.effect4 {
  position: relative;
}
.effect4:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #010101;
  -webkit-box-shadow: 0 15px 10px #010101;
  -moz-box-shadow: 0 15px 10px #010101;
  -ms-box-shadow: 0 15px 10px #010101;
  -o-box-shadow: 0 15px 10px #010101;
  box-shadow: 0 15px 10px #010101;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}

.effect5 {
  position: relative;
}
.effect5:before,
.effect5:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #010101;
  -webkit-box-shadow: 0 35px 20px #010101;
  -moz-box-shadow: 0 35px 20px #010101;
  -ms-box-shadow: 0 35px 20px #010101;
  -o-box-shadow: 0 35px 20px #010101;
  box-shadow: 0 35px 20px #010101;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.effect5:after {
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}

.effect6 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before,
.effect6:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  -ms-border-radius: 10;
  -o-border-radius: 10;
  border-radius: 10;
}
.effect6:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

.effect7 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before,
.effect7:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  -ms-border-radius: 10;
  -o-border-radius: 10;
  border-radius: 10;
}
.effect7:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

.effect8 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect8:before,
.effect8:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  -ms-border-radius: 10;
  -o-border-radius: 10;
  border-radius: 10;
}
.effect8:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 31, 2018, 7:43:59 AM
    Author     : Adnan lopa
*/
@font-face {
  font-family: "VolteRounded-Regular";
  src: url("https://anwaresidence.com/assets/front/fonts/VolteRounded-Regular.eot");
  src: url("https://anwaresidence.com/assets/front/fonts/VolteRounded-Regular.eot?#iefix")
      format("embedded-open_cardtype"),
    url("https://anwaresidence.com/assets/front/fonts/VolteRounded-Regular.woff")
      format("woff"),
    url("https://anwaresidence.com/assets/front/fonts/VolteRounded-Regular.ttf")
      format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.sidebar {
  background: #26235c;
  border-right: 1px solid #010101;
  min-width: 60px;
  max-width: 60px;
  min-height: 100%;
  max-height: 100%;
  text-align: center;
  transition: all 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1024;
}
@media (max-width: 768px) {
  .sidebar {
    text-align: initial;
    border: none;
    padding: 0;
    margin: 0;
    min-width: 100% !important;
    max-width: 100% !important;
    min-height: 60px !important;
    max-height: 60px !important;
  }
}
.sidebar .sidebar-header {
  display: block;
  position: absolute;
  top: 21px;
}
@media (max-width: 768px) {
  .sidebar .sidebar-header {
    top: 11px;
    left: 28px;
  }
}
.sidebar .sidebar-header .logo-small {
  display: inline;
  width: 120px;
}
@media (max-width: 768px) {
  .sidebar #sidebarCollapse {
    display: none;
  }
}
.sidebar #sidebarCollapse img {
  width: 21px;
}
.sidebar #openNav {
  display: none;
}
@media (max-width: 768px) {
  .sidebar #openNav {
    color: white;
    position: absolute;
    top: 16px;
    right: 28px;
    display: block;
  }
  .sidebar #openNav:hover {
    color: #d4af61;
    padding: 0;
    margin: 0;
  }
  .sidebar #openNav .fa-bars {
    font-size: 24px;
  }
}
.sidebar .components {
  display: none;
}
.sidebar .sidebar-footer {
  position: absolute;
  bottom: 21px;
}

.sidebar {
  border-right: 1px solid #d4af61;
}
.sidebar .sidebar-header {
}
@media (max-width: 768px) {
  .sidebar .sidebar-header {
    display: block;
  }
}
@media (max-width: 768px) {
  .sidebar {
    border: none;
  }
}
.sidebar .components {
  background-color: #252360;
  background-image: url("../../../../assets/patternbar.png") !important;
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0px;
  min-width: 250px;
  max-width: 500px;
  display: inline;
  color: white;
  z-index: 1024;
}
.sidebar .components li:hover a {
  color: #d6b161;
}
.sidebar .components .components-logo {
  margin-bottom: 72px;
  width: 100%;
}
.sidebar .components .components-logo .logo-big {
  float: left;
  width: 1200px !important;
}
.sidebar .components .components-bahasa {
  position: absolute;
  bottom: 21px;
  left: 0;
  display: inline-block;
  width: 100%;
}
.sidebar .components .components-bahasa:hover a {
  color: white;
}
.sidebar .components .components-bahasa div {
  display: inline-block !important;
}
.sidebar .components .components-bahasa div:hover a {
  color: #d6b161;
}
.sidebar .components .components-bahasa div a {
  text-transform: capitalize;
  font-size: 12px;
}
.sidebar .components .components-bahasa div a:hover {
  color: #d6b161;
}
.sidebar .components .components-bahasa div a.active {
  font-size: 12px;
  color: #d6b161;
}
.sidebar .components .components1 {
  background: #15143a !important ;
}
.sidebar .components .components1 li:hover a {
  color: white !important;
}
.sidebar .components .components1 li a {
  color: #f7f7f7 !important;
}
.sidebar .components .components1 li .components2 {
  /*background: white !important;*/
  /*z-index: 1048; */

  background: #15143a !important;
  z-index: 1048;
  position: absolute;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  top: auto;
  margin-top: -70px;
}

.sidebar .components .components1 li .components2 .menu-gold {
  display: none;
}
.sidebar .components .components1 li .components2 li:hover a {
  color: #d6b161 !important;
}
.sidebar .components .components1 li .components2 li a {
  color: #fcfcfc !important;
}
.sidebar ul {
  height: 100%;
  z-index: 1024;
}
.sidebar ul li {
  padding: 20px 20px 0 20px;
  width: 100%;
  color: white;
  text-align: left;
}
.sidebar ul li a {
  font-family: Cormorant;
  font-weight: 400;
  color: white;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  padding: 0px 0px 20px 0px;
  width: 100%;
  height: 100%;
}
.sidebar ul li a span {
  margin: 0 0 0 21px;
}
.sidebar ul li a img {
  float: right;
  width: 12px;
}

.sidebar .sidebar > ul {
  width: 275px;
  position: relative;
  overflow: visible;
}

.sidebar > ul > li > ul {
  display: none;
  position: absolute;
  right: -275px;
  top: 0;
  width: 275px;
}

.sidebar > ul > li:hover > ul {
  display: block;
}

.sidebar > ul > li > ul > li > ul {
  display: none;
  position: absolute;
  right: -275px;
  top: 0;
  width: 275px;
}

.sidebar > ul > li > ul > li:hover ul {
  display: block;
}

.sidebar > ul > li > ul > li ul li ul li {
  padding: 20px;
}

.offMenu {
  display: none;
}

.offMenu-delay {
  opacity: 0 !important;
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -ms-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
  -webkit-transition: opacity 1.4s linear;
  -moz-transition: opacity 1.4s linear;
  -ms-transition: opacity 1.4s linear;
  -o-transition: opacity 1.4s linear;
  transition: opacity 1.4s linear;
}

.onMenu {
  background: #26235c;
  color: #05364a;
  display: block;
  padding: 42px 14px;
  overflow-x: hidden;
  overflow-y: scroll;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
  -webkit-animation-name: moveVisible;
  -moz-animation-name: moveVisible;
  -ms-animation-name: moveVisible;
  -o-animation-name: moveVisible;
  animation-name: moveVisible;
  -webkit-animation-direction: initial;
  -moz-animation-direction: initial;
  -ms-animation-direction: initial;
  -o-animation-direction: initial;
  animation-direction: initial;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -ms-animation-duration: 0.7s;
  -o-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-iteration-count: alternate;
  -moz-animation-iteration-count: alternate;
  -ms-animation-iteration-count: alternate;
  -o-animation-iteration-count: alternate;
  animation-iteration-count: alternate;
}
@-webkit-keyframes moveVisible {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes moveVisible {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-ms-keyframes moveVisible {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes moveVisible {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.onMenu ul li {
  font-size: 18px !important;
  margin: 21px 0;
  text-transform: uppercase;
}
.onMenu ul li a {
  color: white;
}
.onMenu ul li a .logo-big {
  width: 240px;
  margin-bottom: 35px;
}
.onMenu ul li a .arrow {
  margin-top: -3px;
  width: 18px;
}
.onMenu ul li .parent li {
  padding-left: 20px !important;
}
.onMenu ul li .parent li .child li {
  margin-left: 40px !important;
}
.onMenu ul .components-bahasa {
  color: white !important;
  display: inline-block !important;
  margin: 21px 0 35px 0;
  width: 100%;
}
.onMenu ul .components-bahasa div {
  display: inline-block;
}
.onMenu ul .components-bahasa div a {
  color: white;
  font-size: 16px;
  text-transform: capitalize;
}
.onMenu ul .components-bahasa div .active {
  font-size: 16px;
}

.onMenu .tutup {
  color: white;
  cursor: pointer;
  font-size: 28px;
  position: absolute;
  right: 56px;
  top: 42px;
  z-index: 999;
  -webkit-animation-name: movebottom;
  -moz-animation-name: movebottom;
  -ms-animation-name: movebottom;
  -o-animation-name: movebottom;
  animation-name: movebottom;
  -webkit-animation-direction: initial;
  -moz-animation-direction: initial;
  -ms-animation-direction: initial;
  -o-animation-direction: initial;
  animation-direction: initial;
  -webkit-animation-duration: 1.4s;
  -moz-animation-duration: 1.4s;
  -ms-animation-duration: 1.4s;
  -o-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-iteration-count: alternate;
  -moz-animation-iteration-count: alternate;
  -ms-animation-iteration-count: alternate;
  -o-animation-iteration-count: alternate;
  animation-iteration-count: alternate;
}
@-webkit-keyframes movebottom {
  0% {
    right: 56px;
    top: -21px;
  }
  100% {
    right: 56px;
    top: 42px;
  }
}
@-moz-keyframes movebottom {
  0% {
    right: 56px;
    top: -21px;
  }
  100% {
    right: 56px;
    top: 42px;
  }
}
@-ms-keyframes movebottom {
  0% {
    right: 56px;
    top: -21px;
  }
  100% {
    right: 56px;
    top: 42px;
  }
}
@keyframes movebottom {
  0% {
    right: 56px;
    top: -21px;
  }
  100% {
    right: 56px;
    top: 42px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .onMenu .tutup {
    right: 28px;
    top: 28px;
  }
  @-webkit-keyframes movebottom {
    0% {
      right: 28px;
      top: -28px;
    }
    100% {
      right: 28px;
      top: 28px;
    }
  }
  @-moz-keyframes movebottom {
    0% {
      right: 28px;
      top: -28px;
    }
    100% {
      right: 28px;
      top: 28px;
    }
  }
  @-ms-keyframes movebottom {
    0% {
      right: 28px;
      top: -28px;
    }
    100% {
      right: 28px;
      top: 28px;
    }
  }
  @keyframes movebottom {
    0% {
      right: 28px;
      top: -28px;
    }
    100% {
      right: 28px;
      top: 28px;
    }
  }
}
@media (max-width: 768px) {
  .onMenu .tutup {
    right: 21px;
    top: 14px;
  }
  @-webkit-keyframes movebottom {
    0% {
      right: 21px;
      top: -21px;
    }
    100% {
      right: 21px;
      top: 14px;
    }
  }
  @-moz-keyframes movebottom {
    0% {
      right: 21px;
      top: -21px;
    }
    100% {
      right: 21px;
      top: 14px;
    }
  }
  @-ms-keyframes movebottom {
    0% {
      right: 21px;
      top: -21px;
    }
    100% {
      right: 21px;
      top: 14px;
    }
  }
  @keyframes movebottom {
    0% {
      right: 21px;
      top: -21px;
    }
    100% {
      right: 21px;
      top: 14px;
    }
  }
}

/* SOCIAL MEDIA */
.components-social {
  position: absolute;
  bottom: 20px;
  left: 0;
  display: inline-block;
  width: 100%;
}
.components-social a {
  display: inline-block !important;
  margin-right: 10px;
  width: 25px !important;
}
.components-social i {
  font-size: 35px;
  margin-left: 40px;
  color: #ffffff;
}

@media (max-width: 768px) {
  .onMenu ul li {
    font-size: 25px !important;
  }
}
