 --- program.scss --- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }


  /* Import Fonts */
  @font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothic-Italic.eot');
    src: url('../fonts/CenturyGothic-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic-Italic.woff2') format('woff2'),
        url('../fonts/CenturyGothic-Italic.woff') format('woff'),
        url('../fonts/CenturyGothic-Italic.ttf') format('truetype'),
        url('../fonts/CenturyGothic-Italic.svg#CenturyGothic-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}


@font-face {
    font-family: 'DreamOrphans';
    src: url('../fonts/DreamOrphans-Bold.eot');
    src: url('../fonts/DreamOrphans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DreamOrphans-Bold.woff2') format('woff2'),
        url('../fonts/DreamOrphans-Bold.woff') format('woff'),
        url('../fonts/DreamOrphans-Bold.ttf') format('truetype'),
        url('../fonts/DreamOrphans-Bold.svg#DreamOrphans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}



ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ------------ Annimations ------------ */
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes slideInUp {
  from {
    top: 90vh;
    opacity: 0; }
  to {
    top: 83vh;
    opacity: 1; } }
@keyframes slideOutDown {
  from {
    top: 83vh;
    opacity: 1; }
  to {
    top: 90vh;
    opacity: 0; } }
@keyframes blackRightStart {
  from {
    transform: translate3d(95%, 0, 0);
    opacity: 0; }
  to {
    transform: translate3d(68%, 0, 0);
    opacity: 1; } }
@keyframes blackRightFinish {
  from {
    transform: translate3d(68%, 0, 0);
    opacity: 1; }
  to {
    transform: translate3d(95%, 0, 0);
    opacity: 0; } }
@keyframes blackLeftStart {
  from {
    transform: translate3d(-80%, 0, 0);
    opacity: 0; }
  to {
    transform: translate3d(-49%, 0, 0);
    opacity: 1; } }
@keyframes blackLeftFinish {
  from {
    transform: translate3d(-49%, 0, 0);
    opacity: 1; }
  to {
    transform: translate3d(-80%, 0, 0);
    opacity: 0; } }
@keyframes zoomIn {
  from {
    transform: scale(1); }
  to {
    transform: scale(1.1); } }
@keyframes zoomOut {
  from {
    transform: scale(1.1); }
  to {
    transform: scale(1); } }
@keyframes fadeInDown {
  from {
    transform: translate3d(155px, -120%, 0);
    opacity: 0; }
  to {
    transform: translate3d(155px, -60%, 0);
    opacity: 1; } }
@keyframes fadeOutUp {
  from {
    transform: translate3d(155px, -60%, 0);
    opacity: 1; }
  to {
    transform: translate3d(155px, 100%, 0);
    opacity: 0; } }
@keyframes fadeInDownMobile {
  from {
    transform: translate3d(30px, -60%, 0);
    opacity: 0; }
  to {
    transform: translate3d(30px, 0%, 0);
    opacity: 1; } }
@keyframes fadeOutUpMobile {
  from {
    transform: translate3d(30px, 0%, 0);
    opacity: 1; }
  to {
    transform: translate3d(30px, 60%, 0);
    opacity: 0; } }
@keyframes leftMenuIn {
  from {
    transform: translate3d(-50%, 0, 0);
    opacity: 0; }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes leftMenuOut {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  to {
    transform: translate3d(-50%, 0, 0);
    opacity: 0; } }
.scene {
  animation: .38s ease-in both;
  -o-animation: .38s ease-in both;
  -moz-animation: .38s ease-in both;
  -webkit-animation: .38s ease-in both; }

.scene.scene-fade {
  animation-name: fadeIn; }

#wrap.is-exiting .scene.scene-fade,
#wrap.is-exiting .scene.arrow-box {
  animation-name: fadeOut; }

.middle-section.scene-fade {
  animation-name: fadeIn;
  -webkit-animation-delay: .38s;
  animation-delay: .38s; }

#wrap.is-exiting .middle-section.scene-fade {
  animation-name: fadeOut;
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.project-arrow.scene {
  animation-name: fadeInDown;
  animation-duration: .5s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

#wrap.is-exiting .project-arrow.scene {
  animation-name: fadeOutUp;
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

@media (max-width: 768px) {
	.logo{
		left: 0!important;
	}
	.content-holder .content-info.active{
		padding-right: 10px;
		padding-left: 10px;
	}
	.contact_us_page strong{
		  color: #a68e5d;
	}
	.contact_us_page .col-lg-5 p a{
		color: #fff;
	}
	.contact_us_page .col-lg-5 p span{
		margin-bottom: 15px;
		display: block;
	}
  .project-arrow.scene {
    animation-name: fadeInDownMobile;
    animation-duration: .5s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s; }

  #wrap.is-exiting .project-arrow.scene {
    animation-name: fadeOutUpMobile;
    -webkit-animation-delay: 0s;
    animation-delay: 0s; } }
.scene.left-menu {
  animation-name: leftMenuIn; }

#wrap.is-exiting .scene.left-menu {
  animation-name: leftMenuOut; }

.black-back-right {
  animation-name: blackRightStart; }

#wrap.is-exiting .black-back-right {
  animation-name: blackRightFinish; }

.black-back-left {
  animation-name: blackLeftStart; }

#wrap.is-exiting .black-back-left {
  animation-name: blackLeftFinish; }

.scene-zoom {
  animation-name: zoomIn; }

#wrap.is-exiting .scene-zoom {
  animation-name: zoomOut; }

.scene-slideUp {
  animation-name: slideInUp; }

#wrap.is-exiting .scene-slideUp {
  animation-name: slideOutDown; }

#wrap.is-exiting.from-bottom .scene-slideUp {
  display: none; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  overflow-x: hidden;
  /* font-family: 'DreamOrphans'; */
  background: #fefefe; 
  font-family: 'DreamOrphans';
}

a {
  color: #BB8868; }
  a:hover, a:focus, a:active {
    color: #BB8868;
    text-decoration: underline; }

h1 {
  font-family: 'DreamOrphans';
  font-size: 3.5em;
  letter-spacing: 0.045em; }

h2 {
  font-family: 'DreamOrphans';
  font-size: 1.8em;
  letter-spacing: 2.5px; }

h3 {
  font-family: 'DreamOrphans';
  font-size: 1em;
  letter-spacing: 1.75px;
  text-transform: uppercase; }

h4 {
  font-family: 'DreamOrphans';
  font-size: 1em;
  letter-spacing: 1.75px;
  text-transform: uppercase; }

body.open {
  overflow: hidden; }

.body.index {
  min-height: 100vh !important; 
  background-color: #202e39;
}

.st0, .st1 {
  transition: all 0.25s ease; }

.nav-up {
  top: -20px;
  opacity: 0; }

.vertical-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

.btn {
  padding: 10px 36px;
  border: 1px solid #a88d63;
  color: #E9E8E6;
  background: transparent;
  border-radius: 0;
  font-family: 'DreamOrphans';
  text-transform: uppercase;
  letter-spacing: 4px;
  position: relative;
  overflow: hidden;
  z-index: 20; }

.btn:hover,
.btn:active,
.btn:focus,
.btn:hover:active {
  background: transparent;
  color: #E9E8E6;
  border: 1px solid #BB8868;
  outline: none; }

.btn-hover {
  z-index: -1;
  position: absolute;
  background: #a88d63;
  height: 50px;
  width: 150%;
  transition: all 0.25s ease;
  transform: translate3d(-150%, -30px, 0); }

.btn:hover .btn-hover,
.arrow-left-box:hover .btn-hover,
.arrow-right-box:hover .btn-hover {
  transform: translate3d(-20%, -30px, 0); }

.cover-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute; }

.tan {
  color: #BB8868; }

.black {
  color: #2F2F2F; }

.container-fluid {
  position: relative;
  z-index: 20;
  padding: 0; }

.clear {
  clear: both; }

.open .container-fluid {
  z-index: initial; }

.relative-row {
  display: table; }

.vertical-col {
  float: none;
  display: table-cell;
  vertical-align: middle; }
  .vertical-col img {
    margin: 0 auto; }

header {
  position: fixed;
  z-index: 101;
  top: 0;
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 111px;
  opacity: 1; }

header.light .menu-hr {
  background-color: #a88d63; 
}
header.light .logo svg .st0 {
  fill: #2F2F2F; }

footer .hr {
  background-color: #DEDFDF;
  width: 100%;
  height: 1px;
  margin: 10px auto 50px; }
footer .footer-links {
  padding: 0 115px;
  margin-bottom: 50px; }
  footer .footer-links img {
    width: 20px;
    margin-right: 60px;
    position: relative;
    top: -2px; }
  footer .footer-links ul li {
    display: inline-block; }
    footer .footer-links ul li a {
      color: #2F2F2F;
      font-style: italic;
      font-weight: 800; }
      footer .footer-links ul li a:hover, footer .footer-links ul li a:active, footer .footer-links ul li a:focus {
        color: #BB8868;
        text-decoration: none;
        cursor: pointer; }
  footer .footer-links p.pull-right {
    color: #BB8868;
    font-family: 'DreamOrphans';
    letter-spacing: 2.5px; }

footer.white .hr {
  background-color: #E9E8E6;
  opacity: 0.5; }
footer.white .footer-links ul li {
  color: #E9E8E6; }
  footer.white .footer-links ul li a {
    color: #E9E8E6; }
    footer.white .footer-links ul li a:hover, footer.white .footer-links ul li a:active, footer.white .footer-links ul li a:focus {
      color: #BB8868; }

@media (max-width: 768px) {
  footer .footer-links {
    padding: 15px; }

  footer .footer-links img {
    margin-right: 30px; }

  header {
    height: 70px; }

  footer .footer-links p.pull-right {
    display: none; } }


    @media (max-width: 320px) {
      .swipe-icon{
            bottom: -70px;
      }
    }


@media (max-width: 520px) {
  footer .footer-links {
    padding: 0; }

  footer .footer-links img {
    margin-right: 15px; } }
@media (max-width: 460px) {
  footer .footer-links img {
    margin-bottom: 15px; } }
.contact {
  background: #384653 no-repeat bottom center;
  height: auto;
  width: 100%;
  position: absolute; }
  .contact .intro {
    position: relative;
    margin-top: 110px;
    left: 0px;
    height: 800px;
    padding: 0 120px 40px 40px; }
    .contact .intro .model-shot {
      background: url(/images/petts-waterfall.jpg) center right no-repeat;
      background-size: cover;
      height: 750px;
      position: absolute;
      width: 50%;
      z-index: -1; }
    .contact .intro .intro-copy p {
      color: #E9E8E6; }
    .contact .intro .intro-copy h2 {
      margin-bottom: 40px;
      color: #E9E8E6;
      text-transform: none; }
  .contact .right-pad {
    margin-left: 44.666667%; }
  .contact .mid-hr {
    height: 1px;
    background-color: #E9E8E6;
    opacity: 0.5;
    width: 100%;
    position: absolute; }
  .contact .contact-headline {
    padding: 60px 40px 80px; }
    .contact .contact-headline .short-vr {
      top: 7px;
      position: relative;
      left: 160px;
      width: 10px;
      background-color: #E9E8E6;
      opacity: 0.5; }
    .contact .contact-headline h2 {
      color: #E9E8E6;
      position: relative;
      float: left;
      font-size: 1em;
      color: #BB8868;
      text-transform: uppercase;
      margin-left: 175px;
      letter-spacing: 3px; }
  .contact .container-fluid.content .contact-headline {
    position: absolute;
    padding-top: 122px; }
    .contact .container-fluid.content .contact-headline .form-headline {
      padding-top: 142px; }
    .contact .container-fluid.content .contact-headline .exp-headline {
      padding-top: 117px; }
  .contact .container-fluid.content .weird-padding {
    position: relative;
    padding: 110px 120px 110px 40px;
    color: #E9E8E6;
    font-size: 19px;
    line-height: 1.7em; }
    .contact .container-fluid.content .weird-padding .exp {
      margin-bottom: 40px;
      line-height: 1.6em; }
  .contact .client-list {
    line-height: 2.1em;
    font-size: 19px; }
  .contact .clients .line-box {
    position: absolute;
    border: 1px solid #E9E8E6;
    opacity: 0.5;
    left: -1px; }
  .contact .clients .container {
    max-width: 850px; }
  .contact .clients .client-image-row {
    padding-top: 75px; }
    .contact .clients .client-image-row > div {
      height: 85px;
      margin-bottom: 75px; }
      .contact .clients .client-image-row > div img {
        object-fit: contain;
        display: block;
        margin: 0 auto;
        max-height: 85px;
        width: auto; }
  .contact .tree-background {
    background: url(/images/tree-background.jpg) no-repeat center bottom;
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    opacity: 0.5;
    height: 800px;
    z-index: 0;
    background-size: cover; }
  .contact .higher-z-index {
    z-index: 10;
    position: relative; }

form {
  /* active state */ }
  form textarea {  
    background-color: transparent;
    width: 100%;  
    height: 132px;  
    padding: 5px;  
    resize: none;      
  }
  form textarea:focus,
  form textarea:valid {
    border: 1px solid #BB8868;
    outline: none; }
    form input::-webkit-input-placeholder,
  form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #E9E8E6; }
  form textarea::-moz-placeholder
  form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #E9E8E6; }
    form input:-ms-input-placeholder,
  form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #E9E8E6; }
    form input:-moz-placeholder,
  form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #E9E8E6; }
  form .group {
    position: relative;
    width: 100%;
    margin: 0 0 30px; }
  form .inputMaterial {
    font-size: 1em;
    display: block;
    height: 65px;
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(180, 137, 108, 0.25);
    padding: 30px 0px 5px;
    color: #E9E8E6; }

  form .message-label {
    position: relative;
    transform: none;
    top: auto;
    display: block;
    margin: 10px 0; }
  form .inputMaterial:focus,
  form .inputMaterial:valid {
    padding: 30px 0px 5px;
    border-bottom: 1px solid #BB8868;
    outline: none !important; }
  form .inputMaterial:-webkit-autofill {
    -webkit-box-shadow: 1px 0 0 500px #394652 inset;
    box-shadow: 1px 0 0 500px #394652 inset;
    border-bottom: 1px solid #BB8868;
    opacity: 1; }
  form .inputMaterial:-webkit-autofill {
    -webkit-text-fill-color: #E9E8E6 !important; }
  form .inputMaterial:focus ~ label,
  form .inputMaterial:valid ~ label {
    top: 0px;
    transform: translateY(0);
    font-size: 0.875em;
    color: #E9E8E6; }

@media (max-width: 1199px) {
  .contact .intro {
    height: 675px; }
    .contact .intro .model-shot {
      height: 650px; } }
@media (max-width: 991px) {
  .contact .left-menu {
    display: none; }
  .contact .right-menu .vb-8 {
    display: none; }    
  .contact .intro {
    height: 600px;
    padding-right: 40px; }
    .contact .intro .model-shot {
      height: 580px; }
  .contact .contact-headline .short-vr {
    display: none; }
  .contact .contact-headline h2 {
    margin-left: 0; }
  .contact .line-box {
    display: none; }
  .contact .mid-hr {
    width: 100% !important;
    margin-top: 55px; }
  .contact .right-pad {
    margin-left: 35%;
    width: 60%; }
  .contact .container-fluid.content .weird-padding {
    padding-right: 40px; } }
@media (max-width: 768px) {
  .contact .short-vr {
    margin-bottom: 40px; }
  .contact .contact-headline {
    padding: 40px 20px; }
  .contact .clients .client-image-row > div img {
    width: 100%; }
  .contact .intro {
    padding: 0 20px 40px 20px; }
    .contact .intro .model-shot {
      position: relative;
      width: 100%;
      max-width: 400px;
      height: 400px;
      margin-bottom: 55px; }
    .contact .intro .vertical-align {
      height: auto;
      top: 0;
      transform: none; }
  .contact .right-pad {
    margin-left: 0%;
    width: 100%; }
  .contact .container-fluid.content .weird-padding {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-top: 140px; }
    .contact .container-fluid.content .weird-padding .exp.last {
      margin-bottom: 0; }
  .contact .container-fluid.content .contact-headline {
    position: absolute;
    padding-top: 110px; } }
@media (max-width: 550px) {
  .contact .intro {
    margin-top: 70px; }
    .contact .intro .model-shot {
      height: 300px; }
  .contact .client-list, .contact .exp, .contact .tiny-full {
    width: 100%; } }


body.open header.light .st0 {
  fill: #E9E8E6 !important; }

.starting-overlay {
  z-index: 10;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  position: absolute;
  transition: 1s ease all; }

.gradient {
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 99%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 99%, rgba(0, 0, 0, 0.4) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 99%, rgba(0, 0, 0, 0.4) 100%); }

.body {
  position: absolute;
  min-height: 100% !important;
  width: 100%;
  z-index: 0;
  overflow: hidden; }
  .body .bg {
    position: fixed;
    right: 0;
    background-image: url(../images/cocktail/cocktail-1.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover !important;
    min-height: 100% !important;
    width: 0%;
    z-index: 0;
    transition: width 0.25s ease-in-out, opacity 0.1s ease-in-out; }
  .body .bg.right {
    right: initial; }
  .body .bg.active {
    right: initial;
    width: 100%;
    z-index: 1;
    background-size: cover !important; }
  .body .bg.activeRight {
    right: 0;
    width: 100%;
    z-index: 1;
    background-size: cover !important; }
  .body .bg.show {
    transition: none !important;
    width: 100%; }
    .body .bg{
      background-position: center center;
      background-repeat: no-repeat;
      background-attachment: fixed;
    }
  .body .bg.cocktail {
    background: url(../images/slide1.jpg) center center no-repeat fixed; }
  .body .bg.poster {
    background: url(../images/slide2.jpg) center center no-repeat fixed; }
  .body .bg.pine {
    background: url(../images/slide3.jpg) center center no-repeat fixed; }
  .body .bg.caribou {
    background: url(../images/slide4.jpg) center center no-repeat fixed; }
  .body .bg.indeed {
    background: url(../images/slide5.jpg) center center no-repeat fixed; }
  .body .bg.atlas {
    background: url(../images/slide6.jpg) center center no-repeat fixed; }
  .body .bg.un-fixed.poster,
  .body .bg.un-fixed.pine,
  .body .bg.un-fixed.cocktail,
  .body .bg.un-fixed.indeed,
  .body .bg.un-fixed.caribou,
  .body .bg.un-fixed.atlas {
    background-attachment: initial !important; }
  .body .project {
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    background-size: cover !important;
    position: absolute;
    z-index: 15; }
  .body .project.noScale {
    transform: scale(1) !important; }

.ibg-bg {
  position: absolute; }

.bar-box {
  width: 125px;
  position: absolute;
  left: 40%;
  height: 100%;
  min-height: 100vh;
  transition: all 1.5s ease; }

.v-bars {
  height: 100%;
  min-height: 100vh;
  width: 1px;
  background-color: #EBEBEB;
  position: absolute;
  left: 0;
  z-index: 2; }

  .left-menu .v-bars {  
    right: 0;
    left: auto;
  }


.vb-7 {
  left: auto;
  right: 0px;
  transition: all 1.25s ease;
  background-color: #E9E8E6;
  opacity: 0.5; }

.vb-8 {
  transition: all 1.25s ease;
  background-color: #E9E8E6;
  opacity: 0.5; }

.mobile-menu {
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  position: absolute;
  height: 100vh;
  width: 100%;
  z-index: 100;
  background-color: rgba(32 ,46, 57, 0.9);
  transition: 0.25s ease all; }

.open .mobile-menu {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  padding-bottom: 30px;
  background-image: url('../images/menu.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
 }

.black-back-left {
  width: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  min-height: 100vh;
  z-index: 1; }
  .black-back-left .black-back-left-border {
    height: 100%;
    width: 1px;
    position: absolute;
    right: -30px;
    background-color: #E9E8E6; }

.black-back-right {
  width: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  min-height: 100vh;
  z-index: 1; }

.left-menu {
  height: 100%;
  width: 107px;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  min-height: 100vh;
  transition: transform ease 1.25s; 
}

.right-menu {
  height: 100%;
  width: 107px;
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  min-height: 100vh;
  transition: transform ease 1.25s; 
  z-index: 999999;
}

.new-menu-menu {
  position: absolute;
  width: 962px;
  left: 200px;
  height: 100%;
  padding: 0;
  color: #E9E8E6; }
  .new-menu-menu .half {
    width: 50%;
    left: 0;
    padding-left: 25px;
    height: 100%;
    position: absolute;
    padding-top: 150px; }
    .new-menu-menu .half h4 {
      font-weight: bold;
      letter-spacing: 3px;
      color: #968565;
      position: relative; 
      font-size: 24px;
        font-family: 'DreamOrphans';
    }
      .new-menu-menu .half h4:before {
        width: 13px;
        height: 1px;
        content: '';
        opacity: 0.5;
        position: absolute;
        left: -25px;
        top: 7px;
        display: block;
        background-color: #E9E8E6; }
    .new-menu-menu .half ul {
      list-style: none;
      padding: 0;
      position: relative;
      margin: 10px 0 30px; }
      .new-menu-menu .half ul li a {
        font-size: 22px;
        font-family: 'DreamOrphans', serif;
        color: #E9E8E6;
        line-height: 2em;
        display: block;
        text-decoration: none; }
        .new-menu-menu .half ul li a span {
          width: 0px;
          opacity: 0;
          display: inline-block;
          transition: 0.15s ease all; }
        .new-menu-menu .half ul li a:hover {
          color: #968565; }
          .new-menu-menu .half ul li a:hover span {
            width: 14px;
            opacity: 1; }
    .new-menu-menu .half:last-child {
      /* border-left: 1px solid rgba(230, 230, 230, 0.5); */
      right: 0;
      left: auto; }

.menu-menu {
  position: absolute;
  width: 962px;
  left: 200px;
  top: 30vh;
  padding: 30px;
  color: #E9E8E6;
  font-family: 'DreamOrphans', sans-serif;
  font-size: 3.5em;
  line-height: 1.25em; }
  .menu-menu ul {
    list-style: 0;
    padding: 0;
    margin: 0; }
    .menu-menu ul li {
      display: block; }
      .menu-menu ul li a {
        color: #E9E8E6;
        letter-spacing: 1.5px;
        cursor: pointer; }
      .menu-menu ul li a:hover,
      .menu-menu ul li a:focus,
      .menu-menu ul li a:active,
      .menu-menu ul li a.active {
        color: #2F2F2F;
        text-decoration: none;
        cursor: pointer; }
      .menu-menu ul li a.active .active-bar {
        width: 70px;
        height: 1px;
        background: black;
        display: block;
        position: relative;
        left: -140px;
        top: -17px; }
      .menu-menu ul li .active-bar {
        display: none; }

.logo {
  position: fixed;
  width: auto;
  padding: 40px 20px 40px 40px;
  z-index: 110; }
@media (max-width: 991px) {
  .logo{
    position: relative;
  }
}


  .logo a {
    display: block;
    width: 55px; }
  .logo img {
    width: 160px; }


body.open .logo svg .st1 {
  fill: #2F2F2F; }

.list-container {
  position: absolute;
  align-items: center;
  top: 0;
  height: 100%;
  width: 200px; }
  .list-container .list-sort {
    font-family: 'DreamOrphans', serif;
    font-style: italic;
    font-size: 1.25em;
    height: 180px;
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-30%);
    -webkit-transform: translateY(-30%); }
    .list-container .list-sort .test-list {
      position: absolute;
      height: 180px;
      overflow: hidden;
      width: 60px;
      left: 20px; }
      .list-container .list-sort .test-list li {
        position: absolute;
        display: block;
        height: 16px;
        transition: all 0.25s ease;
        cursor: pointer;
        color: rgba(0, 0, 0, 0);
        letter-spacing: 1px; }

.list-bar {
    display: block;
    position: absolute;
    height: 1px;
    background-color: #B48B72;
    width: 50px;
    right: 55px;
    top: 93px;
    transition: all ease 1.25s;
}

.nav-box ul li.active {
  color: #EBEBEB !important; }

.menu-box {
  margin: 40px;
  z-index: 110;
  width: 27px;
  right: 0;
  color: #EBEBEB;
  cursor: pointer;
  position: absolute; }

.menu-text {
  /* font-family: 'DreamOrphans', sans-serif; */
  letter-spacing: 4px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  margin-top: 60px; 
  font-size: 20px;
}

.menu-hr {
  width: 27px;
  height: 2px;
  top: 0px;
  left: 0px;
  position: relative;
  background-color: #a88d63;
  margin: 6px auto 0;
  transition: all 0.25s ease; }

body.open header .menu-box.exit .menu-hr:nth-child(2),
body.open .menu-box.exit .menu-hr:nth-child(2) {
  background: transparent !important; }

.menu-box.exit .menu-hr:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  top: 7px;
  left: 0px; }

.menu-box.exit .menu-hr:nth-child(3) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  top: -9px;
  left: 0px; }

.arrow-box {
  width: 200px;
  position: relative;
  top: 190px;
 }
  .arrow-box .arrow-left-box,
  .arrow-box .arrow-right-box {
    color: white;
    font-size: 1em;
    text-transform: uppercase;
    font-family: 'DreamOrphans', sans-serif;
    font-weight: bold;
    width: 49%;
    letter-spacing: 0.2em;
    padding-top: 2px; }
    .arrow-box .arrow-left-box:hover, .arrow-box .arrow-left-box:active, .arrow-box .arrow-left-box:focus,
    .arrow-box .arrow-right-box:hover,
    .arrow-box .arrow-right-box:active,
    .arrow-box .arrow-right-box:focus {
      color: #a88d63; }
  .arrow-box .mid-line {
    width: 1px;
    height: 20px;
    background: #BB8868;
    float: left; }
  .arrow-box .arrow-left-box {
    float: left; }
  .arrow-box .arrow-right-box {
    float: right;
    text-align: right; }
  .arrow-box .arrow-left-box:hover,
  .arrow-box .arrow-right-box:hover {
    cursor: pointer; }

.middle-section {
  left: 180px;
  height: 100vh;
  position: relative; }

.content-holder {
  position: relative;
  color: #E9E8E6;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); 
    max-width: 720px;
  }
  .content-holder .content-info {
    position: absolute;
    opacity: 0;
    top: 20px;
    transition: all 0.5s ease; }
    .content-holder .content-info  h1, .content-holder .content-info p{
      /*color: #b3b1af;*/
      text-shadow: 2px 1px #000;
    }
   
    .content-holder .content-info .sub_title{
      margin-top: 5px;
      margin-bottom: 25px;
      font-size: 20px;
      letter-spacing: 8px;
    }
    .content-holder .content-info p {
      font-size: 1.25em;
      margin: 15px 0 30px;
      letter-spacing: 1px; 
        line-height: 25px;
    margin-top: 0;
    height: auto;overflow: hidden}

  .content-holder .content-info.active,
  .content-holder .content-info.activeRight {
    opacity: 1;
    top: 0px; }

.copyright {
  padding: 75px 20px 100px;
  bottom: 0px;
  position: absolute;
  color: #EBEBEB;
  z-index: 110; }
  .copyright span {
    font-family: 'DreamOrphans', sans-serif;
    letter-spacing: 4px;
    display: block;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg); }

@media (max-width: 991px) {
  .body > .gradient {
    background: rgba(0, 0, 0, 0.4); }

  .v-bars, .black-back-left, .black-back-right {
    display: none; }

  .middle-section {
    position: relative;
    left: 40px;
    height: 300px;
    top: 100px;
    width: 85%; }
    .middle-section .content-holder {
      height: 250px; }

  .left-menu {
    height: auto;
    width: 100%;
    min-height: 260px;
    position: relative;
    top: 40px; }
    .left-menu .list-box {
      position: relative;
      width: 100%;
      height: auto;
      min-height: 260px !important;
      display: block; }
      .left-menu .list-box .list-bar {
        display: none; }

  .mobile-menu .left-menu {
    display: none; }
  .mobile-menu .new-menu-menu {
    padding: 0;
    left: 40px;
    height: 100%;
    position: absolute;
    border-top: 0;
    width: 88%; 
    overflow-y: scroll;
}

  .list-container {
    display: none; } }
@media (max-width: 768px) {
  .footer-links img {
    display: none; }

  .footer-links ul {
    text-align: center;
    float: none !important;
    width: 100%; }
    .footer-links ul li a {
      font-size: 14px; }

  .container {
    padding: 0 15px; }

  h1 {
    font-size: 2.5em; }

  .content-info {
    text-align: center;
    width: 100%; }

  .swipe-icon {
    display: block;
    margin: 0 auto;
    width: 75px;
    opacity: 0.75;
    position: absolute;
    bottom: -150px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }

  .middle-section {
    width: 70%;
    height: 380px;
    z-index: 10; }

  .arrow-box {
    width: 200px;
    position: relative;
    top: 200px;
    /*transform: translateX(-50%);
    -webkit-transform: translateX(-50%);*/
    }

  .copyright {
    padding: 20px;
    width: 100%;
    position: fixed;
    left: 0px;
    text-align: center;
  display: none; }
    .copyright span {
      transform: none;
      -webkit-transform: none;
      font-size: 80%; }

  .logo {
    padding: 30px 20px 20px 20px; }
    .logo a svg {
      width: 45px !important;
      height: 23px !important; }

  .menu-box {
    margin: 20px;
    width: 22px;
    margin-top: 40px; }
    .menu-box .menu-hr {
      width: 23px;
      margin-top: 4px; }
    .menu-box .menu-text {
      display: none; }

  .right-menu {
    background: transparent; }

  .menu-box.exit .menu-hr:nth-child(1) {
    top: 4px; }

  .menu-box.exit .menu-hr:nth-child(3) {
    top: -8px; }

  .middle-section {
    left: 0px;
    width: 100%; }
    .content-holder{
      margin: 0 auto;
    }

  .list-box {
    padding: 20px; }

  .left-menu {
    display: none; }

  .mobile-menu .new-menu-menu {
    left: 0px; }

  .new-menu-menu {
    width: 100% !important;
    overflow: hidden; }
    .new-menu-menu .half {
      padding-left: 0;
      border-left: 0 !important;
      width: 100%;
      padding-top: 90px;
      position: relative;
      height: auto;
      padding-left: 0px;
      text-align: center; }
      .new-menu-menu .half:last-child {
        padding-top: 20px;
        padding-left: 0px; }
      .new-menu-menu .half ul {
        margin-bottom: 0; }
      .new-menu-menu .half ul.show-mobile {
        display: block !important; }
        .new-menu-menu .half ul.show-mobile li {
          display: inline-block;
          margin: 0 5px; }
          .new-menu-menu .half ul.show-mobile li a {
            font-size: 18px;
            line-height: normal; }

      .new-menu-menu .half h4.bottom-one {
        margin-top: 20px;
        display: none; } }
.main-cont {
  background: #fefefe;
  position: relative;
  padding: 135px 155px;
  z-index: 11; }
  .main-cont h2 {
    margin-bottom: 40px; }

.main-cont.first {
  padding: 115px 155px 135px; }

.project .top-space.container {
  max-width: 1640px;
  margin: 0 auto; }

.top-space {
  top: 83vh;
  position: relative; }

.project-details h3 {
  color: #BB8868;
  margin: 20px 0 28px; }
  .project-details h3 span {
    font-family: 'DreamOrphans', serif;
    color: #2e2e2e;
    text-transform: none;
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.825em; }
.project-details .col-xs-12.col-sm-8 {
  padding-right: 50px; }
.project-details .col-xs-12.col-sm-4 {
  padding-left: 50px;
  padding-top: 6px; }
.project-details .hidden-xs.col-sm-4.pull-right {
  padding-left: 50px; }
.project-details p.skills-used {
  color: #BB8868;
  margin: 20px 0 30px;
  letter-spacing: 0.5px; }

.project-title p {
  color: #BB8868;
  margin: 20px 0 30px;
  letter-spacing: 0.5px; }

.project-copy {
  font-size: 1.063em;
  letter-spacing: 0.5px;
  line-height: 1.8em; }

.short-hr {
  height: 50px;
  width: 1px;
  background-color: #BB8868;
  position: absolute;
  float: right;
  top: 73px;
  right: 0px; }

.short-vr {
  width: 60px;
  height: 1px;
  background-color: #BB8868;
  margin-bottom: 50px; }

.short-vr.center {
  margin: 0 auto; }

.half-left {
  position: relative;
  width: 49%;
  height: 680px;
  overflow: hidden; }

.half-right {
  position: relative;
  width: 51%;
  padding-left: 10px;
  height: 680px;
  overflow: hidden; }

.third-left {
  position: relative;
  width: 32%;
  height: 680px;
  overflow: hidden; }

.third-mid,
.third-right {
  position: relative;
  width: 34%;
  padding-left: 10px;
  height: 680px;
  overflow: hidden; }

.top-right-trio, .bottom-trio-img, .top-left-trio {
  float: left;
  height: 340px; }

.top-left-trio {
  width: 49%;
  padding-bottom: 10px; }

.top-right-trio {
  width: 51%;
  padding-left: 10px;
  padding-bottom: 10px; }

.bottom-trio-img {
  width: 100%; }

.skinny-left {
  position: relative;
  width: 44%;
  height: 680px;
  overflow: hidden; }

.wide-right {
  position: relative;
  width: 56%;
  padding-left: 10px;
  height: 680px;
  overflow: hidden; }

.can-block .third-left, .can-block .third-mid, .can-block .third-right {
  height: auto;
  width: 33.33%;
  padding: 0 5px; }
  .can-block .third-left img, .can-block .third-mid img, .can-block .third-right img {
    object-fit: initial;
    width: 100%;
    height: auto;
    top: 0;
    transform: none; }

.image-block .col-xs-12 {
  margin-bottom: 10px; }

.full-img {
  width: 100%;
  height: 680px; }

.skinny-left img, .wide-right img, .full-img img, .half-left img, .half-right img, .third-left img, .third-right img, .third-mid img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  transform: translateY(-50%); }

.bottom-cont {
  margin-bottom: 80px; }

.image-block {
  position: relative; }

.project-arrow {
  position: absolute;
  z-index: 50; }
  .project-arrow .shaft {
    width: 1px;
    height: 90px;
    background-color: #BB8868; }

.testimonial {
  padding: 135px 15px; }
  .testimonial h3 {
    color: #BB8868;
    font-size: 1.25em;
    letter-spacing: 3px;
    margin: 50px 0 40px; }
  .testimonial h4 {
    color: #BB8868;
    font-size: 1.125em;
    letter-spacing: 3px;
    margin: 50px 0 20px; }
  .testimonial p {
    font-size: 1.5em;
    font-family: 'DreamOrphans', serif;
    color: #2F2F2F;
    letter-spacing: 0.05em;
    line-height: 2em;
    margin-bottom: 40px; }
  .testimonial span.author {
    font-size: 15px;
    font-family: 'DreamOrphans', serif;
    font-style: italic;
    display: block;
    font-weight: bold; }

.page-select {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 40px; }
  .page-select .col-xs-12.col-sm-6 {
    padding: 0 5px; }
    .page-select .col-xs-12.col-sm-6 > div {
      height: 0;
      padding-bottom: 56.25%;
      overflow: hidden;
      position: relative; }
      .page-select .col-xs-12.col-sm-6 > div .hover {
        position: absolute;
        padding: 0 75px;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        transition: all 0.25s ease; }
        .page-select .col-xs-12.col-sm-6 > div .hover .short-vr {
          margin-bottom: 33px; }
        .page-select .col-xs-12.col-sm-6 > div .hover h4 {
          font-family: 'DreamOrphans', sans-serif;
          font-size: 2.125em;
          letter-spacing: 0.09em;
          color: #E9E8E6;
          font-weight: 200;
          text-transform: none; }
      .page-select .col-xs-12.col-sm-6 > div .hover.open {
        transform: translate3d(100%, 0, 0); }
    .page-select .col-xs-12.col-sm-6 .next-project.test {
      position: fixed;
      height: 100vh;
      width: 100%;
      z-index: 9999;
      left: 0;
      top: 0; }

.image-block.row {
  margin: 0 -6px; }
  .image-block.row .col-xs-12, .image-block.row .col-sm-6, .image-block.row .col-sm-4 {
    padding: 0 6px; }
  .image-block.row .col-sm-4 {
    margin-bottom: 12px; }
  .image-block.row img {
    width: 100%; }

.pine-wide {
  width: 69.07%;
  position: relative;
  padding-right: 10px;
  float: left; }
  .pine-wide > div {
    width: 100%;
    overflow: hidden;
    height: 0;
    padding-bottom: 63.7%; }

.pine-narrow {
  width: 30.93%;
  position: relative;
  float: left; }
  .pine-narrow > div {
    width: 100%;
    overflow: hidden;
    height: 0;
    padding-bottom: 141%; }

.pine-wide.first {
  padding: 0;
  padding-left: 10px; }

.small-half-left, .small-half-right {
  width: 50%;
  float: left; }

.small-half-left {
  padding-right: 6px;
  margin-bottom: 12px; }

.small-half-right {
  padding-left: 6px;
  margin-bottom: 12px; }

@media (max-width: 1199px) {
  .skinny-left, .wide-right, .full-img, .half-left, .half-right, .third-left, .third-right, .third-mid {
    height: 570px; }

  .top-left-trio, .top-right-trio, .bottom-trio-img {
    height: 285px; }

  .pine-wide > div {
    padding-bottom: 63.9%; } }
@media (max-width: 991px) {
  .skinny-left, .wide-right, .full-img, .half-left, .half-right, .third-left, .third-right, .third-mid {
    height: 412px; }

  .top-left-trio, .top-right-trio, .bottom-trio-img {
    height: 206px; }

  .page-select .col-xs-12.col-sm-6 .next-project {
    height: 250px; }
    .page-select .col-xs-12.col-sm-6 .next-project .hover {
      padding: 75px 50px 0; }

  .project .left-menu {
    display: none; }

  .main-cont,
  .main-cont.first {
    padding: 120px 30px; } }
@media (max-width: 880px) {
  .pine-wide > div {
    padding-bottom: 64%; }

  .pine-narrow > div {
    padding-bottom: 140.52%; } }
@media (max-width: 768px) {
  .page-select .col-xs-12.col-sm-6:first-child {
    margin-bottom: 15px; }
  .page-select .col-xs-12.col-sm-6 .next-project .hover {
    padding: 30px; }
    .page-select .col-xs-12.col-sm-6 .next-project .hover .short-vr {
      margin-bottom: 15px; }
    .page-select .col-xs-12.col-sm-6 .next-project .hover h4 {
      font-size: 1.5em; }

  .project-details .col-xs-12.col-sm-8 {
    padding-right: 15px; }
    .project-details .col-xs-12.col-sm-8 .short-hr {
      display: none; }

  .project-details .col-xs-12.col-sm-4 {
    padding-left: 15px; }

  body .project .body {
    height: 100%; }

  body .project .top-space {
    top: 75vh; }

  .pine-wide,
  .pine-wide.first {
    width: 100%;
    padding-right: 0;
    padding-left: 0; }

  #poster-page .pine-narrow {
    display: block;
    width: 100%; }

  .pine-narrow {
    display: none; }

  .mobile-bottom {
    margin-bottom: 10px; }

  .testimonial p {
    font-size: 1.125em;
    line-height: 1.75em; } }
@media (max-width: 550px) {
  .skinny-left, .wide-right, .full-img, .half-left, .half-right, .third-left, .third-right, .third-mid {
    height: 220px; }

  .top-left-trio, .top-right-trio, .bottom-trio-img {
    height: 110px; }

  .page-select .col-xs-12.col-sm-6 .next-project .hover {
    padding: 30px 15px; } }

/* Ahmed Ramadan */

.inner_page_header{
    height: 100px;
    border-bottom: 1px solid #808080;
}
.page_data{
  padding-top: 30px;
  color: #fff;
/*   background-image: url('../images/innerbg.jpg');
  background-position: left 0px top 30px;
  background-repeat: no-repeat; */
  width: 80%;
  padding-bottom: 30px;
  min-height: 630px;  
  background-repeat: no-repeat;
  margin-bottom: 30px;
  position: relative;
}
.page_data_bg{
  position: absolute;
  width: 100%;
  height: calc(100% - 50px);
  z-index: -1;
  left: 0;
  opacity: .2;
  background-repeat: no-repeat;
}
.ineer_title{
  margin-bottom: 40px;
  margin-top: 30px;
}
.ineer_title h1{
  font-family: 'DreamOrphans' !important;
}
.ineer_title span{
  font-family: 'DreamOrphans' !important;
  text-transform: uppercase;
  letter-spacing: 10px;
}

.inner_data_body p{
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    font-family: 'CenturyGothic',arial;
}
.inner_data_body .col-lg-5 p{
	text-align: left;
}
.inner_data_body ul{
  list-style: disc;
  list-style-position: inside;
}
.inner_data_body ul li{
  margin-bottom: 30px;
  font-size: 18px;
  font-family: 'CenturyGothic',arial;
}
.endors_data_con{
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.endors_details{
  margin-top: 20px;
}
.endors_details span{
  display: block;
  text-align: right;
  color: #a88d63;
  margin-bottom: 10px;
  font-family: 'CenturyGothic',arial;
}
.logo_inner{
  position: relative;
}
.project_data{
  background: none;
}
.project_view{
  width: 100%;
  height: 263px;
  position: relative;
  margin-bottom: 30px;
}
.project_view img{
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
}
.img_title{
  color: #fff;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

/*.contact_us_page strong ,.contact_us_page span {  
  float: left;
}*/
.contact_us_page strong{
 width: 110px;
}
/*.contact_us_page strong{
  
}*/
/*.wpcf7-form{
  margin-bottom: 50px;
}*/
.wpcf7-form input{
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #a88d63;
    height: 50px;
    color: #ffffff;
    /*margin: 10px 0;*/
    width: 100%;
    padding: 5px;
}

.wpcf7-form label {
    width: 100%;
    font-size: 16px;
  /*  color: #e3e3e3;
    font-size: 1em;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all; */
  }

.wpcf7-form input[type=submit]{
  margin-top: 15px;
  border:1px solid #a88d63;
}

.wpcf7-form input[type=submit]:hover{
  background-color: #a88d63;
  color: #202e39!important;
}

.contact_map{

}

.contact_map iframe{
  width: 100%;
  height: 350px;
}


.list-container .list-sort .test-list li{
  font-size: 15px;
}

.work-block {
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  width: 100%;
  position: relative;
  display: inline-block;
  background-color: #dddddd;
  font-size: 16px;
  will-change: opacity;
}
.rsp-image-module.fill-space {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.rsp-image-module {
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
  width: 100%;
}
.rsp-image-module.fill-space .image-sizer {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.rsp-image-module .image-sizer {
  -webkit-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
  transition: opacity .6s ease;
  position: relative;
  overflow: hidden;
}
.project_data img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: filter .4s;
  transition: filter .4s;
}
.rsp-image-module .image-sizer>* {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.block-wrap {
  width: 100%;;
  margin-bottom: 26px;
  padding: 0;
  font-size: 0;
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 0;
}
.work-block + .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -ms-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
  mix-blend-mode: multiply;
  transition: transform 0.4s;
}
.block-wrap:hover .overlay, .block-wrap:focus .overlay {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
svg:not(:root), symbol, image, marker, pattern, foreignObject {
  overflow: hidden;
}
.block-wrap .meta {
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
  color: #fff;
  padding: 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-wrap .meta {
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
  color: #fff;
  padding: 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-wrap .meta h2 {
  margin: 0;
}
.block-wrap .meta h2 span {
  display: block;
  font-size: 30px;
  margin-bottom: 4px;
}
.block-wrap .meta h2 span:nth-child(2) {
  font-size: 16px;
}
.block-wrap .terms {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 16px;
}
.block-wrap .terms span + span:before {
  content: '\2022';
  padding: 0 5px;
}
.block-wrap:focus img, .block-wrap:hover img, .image-sizer:hover img, .single img, .thumbnail:focus img, .thumbnail:hover img, img:hover {
  -webkit-filter: none;
  filter: none;
}
.inner_logo{
  width: 80%;
  margin: 0 auto;
}
.inner_logo .logo{
  padding-left: 0;
  position: relative;
  padding-top: 25px;
}

.content-info .btn{
  width: 200px;
}

.alm-btn-wrap .alm-load-more-btn{

    /*width: 100%!important;
    height: 50px!important;
    background: #a88d63!important;
    font-size: 18px!important;*/

    background: transparent!important;
    border: none!important;
    outline: none!important;
    border: 1px solid #a88d63!important;
    height: 50px!important;
    color: #ffffff!important;  
    width: 100%!important;
    padding: 5px!important;

}

.alm-btn-wrap .alm-load-more-btn:hover
{
    background-color: #a88d63!important;
    color: #202e39!important;
}

.alm-btn-wrap .alm-load-more-btn.loading:before{
  background:transparent!important;
}
/*
#lightgallery {
  list-style: none;
  text-align: center;
}

#lightgallery li{
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    cursor: pointer;
    margin: 10px;
}

#lightgallery li img{
  width: 100%;
}*/

/*.center-thumbs .lslide {
    margin: 0 auto;
}*/
.grid {
  margin: 0 auto;
}
.grid .grid-item{
  width: 200px;
  margin: 2px;
  cursor: pointer;
}

/*.grid-sizer{*/
	/*width:20%;*/
/*}*/

/*
.grid .grid-item a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}*/

.grid .grid-item a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.grid .grid-item a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.grid .grid-item a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.grid .grid-item a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.bazooka-pagination a,span.current{
  font-size: 18px;
  margin: 0 5px;
}

/*
.lslide.active img{
  display: block;
  margin: 0 auto;
}
*/