.angled-top-left {
  width: 100%;
  position: relative;
  background: linear-gradient(to right, #f1e767 0%, #feb645 100%); }
  .angled-top-left::before, .angled-top-left::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    transition: ease all .5s; }
  .angled-top-left::before {
    top: 0;
    transform-origin: right top;
    transform: skewY(3deg); }

.angled-top-right {
  width: 100%;
  position: relative;
  background: linear-gradient(to right, #f1e767 0%, #feb645 100%); }
  .angled-top-right::before, .angled-top-right::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    transition: ease all .5s; }
  .angled-top-right::before {
    top: 0;
    transform-origin: left top;
    transform: skewY(-3deg); }

.angled-bottom-left {
  width: 100%;
  position: relative;
  background: linear-gradient(to right, #f1e767 0%, #feb645 100%); }
  .angled-bottom-left::before, .angled-bottom-left::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    transition: ease all .5s; }
  .angled-bottom-left::after {
    bottom: 0;
    transform-origin: right bottom;
    transform: skewY(-3deg); }

.angled-bottom-right {
  width: 100%;
  position: relative;
  background: linear-gradient(to right, #f1e767 0%, #feb645 100%); }
  .angled-bottom-right::before, .angled-bottom-right::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    transition: ease all .5s; }
  .angled-bottom-right::after {
    bottom: 0;
    transform-origin: left bottom;
    transform: skewY(3deg); }

.angled-both-left {
  width: 100%;
  position: relative;
  background: linear-gradient(to right, #f1e767 0%, #feb645 100%); }
  .angled-both-left::before, .angled-both-left::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    transition: ease all .5s; }
  .angled-both-left::before {
    top: 0;
    transform-origin: right top;
    transform: skewY(3deg); }
  .angled-both-left::after {
    bottom: 0;
    transform-origin: right bottom;
    transform: skewY(-3deg); }

.angled-both-right {
  width: 100%;
  position: relative;
  background: linear-gradient(to right, #f1e767 0%, #feb645 100%); }
  .angled-both-right::before, .angled-both-right::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    transition: ease all .5s; }
  .angled-both-right::before {
    top: 0;
    transform-origin: left top;
    transform: skewY(-3deg); }
  .angled-both-right::after {
    bottom: 0;
    transform-origin: left bottom;
    transform: skewY(3deg); }

.angled-both-left-right {
  width: 100%;
  position: relative;
  background: linear-gradient(to right, #f1e767 0%, #feb645 100%); }
  .angled-both-left-right::before, .angled-both-left-right::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    transition: ease all .5s; }
  .angled-both-left-right::before {
    top: 0;
    transform-origin: right top;
    transform: skewY(3deg); }
  .angled-both-left-right::after {
    bottom: 0;
    transform-origin: left bottom;
    transform: skewY(3deg); }

.angled-both-right-left {
  width: 100%;
  position: relative;
  background: linear-gradient(to right, #f1e767 0%, #feb645 100%); }
  .angled-both-right-left::before, .angled-both-right-left::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    transition: ease all .5s; }
  .angled-both-right-left::before {
    top: 0;
    transform-origin: left top;
    transform: skewY(-3deg); }
  .angled-both-right-left::after {
    bottom: 0;
    transform-origin: right bottom;
    transform: skewY(-3deg); }

/* ==========================================================================
Reset - http://meyerweb.com/eric/tools/css/reset/ 
========================================================================== */
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%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* ==========================================================================
Universal Box Sizing with Inheritance + Vendor Prefixes
========================================================================== */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/* ==========================================================================
Clearfix
========================================================================== */
.clearfix:before,
.clearfix:after {
  display: table;
  content: ' '; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
Forms
========================================================================== */
input[type='button'],
input[type='reset'],
input[type='submit'],
button {
  font-family: "Kalisher Regular";
  width: 100%;
  cursor: pointer;
  color: #fff;
  border: 1px solid #eee;
  background-color: #000;
  cursor: pointer; }

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  opacity: .9; }

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
input[type='submit'],
select,
textarea {
  font-size: 160pxpx;
  font-size: 16pxrem;
  font-family: "Kalisher Regular";
  width: 100%;
  padding: 10px 15px;
  color: #000;
  border: 1px solid #eee; }

input[type='submit'],
button {
  color: #fff;
  font-family: "Kalisher Regular"; }

button {
  border: none; }

::-webkit-input-placeholder {
  color: #000; }

:-moz-placeholder {
  color: #000; }

::-moz-placeholder {
  color: #000; }

:-ms-input-placeholder {
  color: #000; }

/* ==========================================================================
Embeds
========================================================================== */
embed,
iframe,
object,
img {
  max-width: 100%; }

/* ==========================================================================
Text Styles
========================================================================== */
em {
  font-style: italic; }

strong {
  font-weight: bold; }

/* ==========================================================================
   Layout
   ========================================================================== */
html {
  font-size: 62.5%;
  overflow-x: hidden; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  direction: rtl;
  font-family: "Kalisher Regular";
  font-weight: 400;
  overflow-x: hidden;
  padding-top: 139px;
  color: #000;
  -webkit-appearance: none; }

body.home {
  padding-top: 128px; }

section {
  overflow-x: hidden; }

.container {
  width: 1200px;
  max-width: 100%; }

#site-wrap {
  min-height: 100%; }

.triangle-bottom-left {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 1920px solid transparent;
  border-bottom: 100px solid #fff; }

.triangle-top-left {
  position: absolute;
  z-index: 5;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-top: 100px solid #fff;
  border-right: 1920px solid transparent; }

.triangle-top-right {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 100px solid #fff;
  border-left: 1920px solid transparent; }

/* ==========================================================================
   Helpers and Misc
   ========================================================================== */
.loader {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: auto;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  animation: spin 2s linear infinite; }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
.map-canvas {
  width: 100%;
  height: 230px; }

.entry-image img,
.post-thumbnail img {
  display: block;
  width: 100%;
  height: auto; }

.mobile-only {
  display: none !important; }

.mobile-only-l {
  display: none !important; }

.desktop-only {
  display: block !important; }

.desktop-only-l {
  display: block !important; }

.fade-in {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0; }

/* ==========================================================================
   Titles
   ========================================================================== */
h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
  margin-bottom: 20px;
  color: #000; }

h1 {
  font-size: 36px;
  font-size: 3.6rem; }

h2 {
  font-size: 28px;
  font-size: 2.8rem; }

h3 {
  font-size: 24px;
  font-size: 2.4rem; }

h4 {
  font-size: 20px;
  font-size: 2rem; }

h5 {
  font-size: 18px;
  font-size: 1.8rem; }

/* ==========================================================================
   Alignments
   ========================================================================== */
.alignleft {
  display: inline;
  float: left;
  margin-right: 20px; }

.alignright {
  display: inline;
  float: right;
  margin-left: 20px; }

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

/* ==========================================================================
   Text Styles
   ========================================================================== */
.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.underline {
  text-decoration: underline; }

/* ==========================================================================
   Links
   ========================================================================== */
a {
  text-decoration: none;
  color: inherit; }

/* ==========================================================================
   Entry Content
   ========================================================================== */
.entry-content {
  line-height: 29px; }
  .entry-content p,
  .entry-content ul,
  .entry-content ol {
    margin-bottom: 20px; }
  .entry-content ul,
  .entry-content ol {
    padding-right: 40px;
    list-style-position: outside; }
  .entry-content ul {
    list-style-type: disc; }
  .entry-content ol {
    list-style-type: decimal; }
  .entry-content a {
    color: #428bca; }
    .entry-content a:hover {
      text-decoration: underline; }
  .entry-content img {
    height: auto; }

/* ==========================================================================
   Icons
   ========================================================================== */
.icon {
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat; }
  .icon.icon-phone {
    width: 36px;
    height: 34px;
    background-position: -5px -21px; }
  .icon.icon-marker {
    width: 30px;
    height: 39px;
    background-position: -5px -62px; }
  .icon.icon-360 {
    width: 40px;
    height: 15px;
    background-position: -5px -109px; }
  .icon.icon-camera {
    width: 37px;
    height: 33px;
    background-position: -4px -134px; }
  .icon.icon-arrow-left-large {
    width: 39px;
    height: 64px;
    background-position: -47px 0; }
  .icon.icon-diag {
    width: 35px;
    height: 120px;
    background-position: -4px -173px; }
  .icon.icon-arrow-down {
    width: 64px;
    height: 33px;
    background-position: -54px -82px; }

/* ==========================================================================
   Skiplinks
   ========================================================================== */
.skiplinks a {
  font-weight: bold;
  position: absolute;
  top: -3em;
  color: #fff; }
  .skiplinks a:focus {
    font-size: 46px;
    font-size: 4.6rem;
    font-weight: bold;
    line-height: 150px;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 75%;
    max-width: 550px;
    height: 150px;
    margin: auto;
    padding: 0 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8); }

/* ==========================================================================
   Header
   ========================================================================== */
.page-template-contact .site-header .header-image {
  height: 525px; }

.site-header {
  position: relative; }
  .site-header .header-in {
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    padding: 23px 25px 20px;
    background: #2e1e32; }
  .site-header .triangle-top-left {
    border-top-color: #2e1e32; }
  .site-header .header-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    position: relative;
    height: 320px;
    margin-bottom: 50px;
    background-position: center center;
    background-size: cover; }
    .site-header .header-image .entry-title {
      margin-bottom: 0;
      color: #ecf0f1; }
    .site-header .header-image .triangle-top-left {
      top: 0; }
  .site-header .site-logo {
    float: left;
    margin-top: -47px; }
    .site-header .site-logo img {
      max-width: 225px;
      height: auto; }
  .site-header .row-header-top {
    margin-top: 20px;
    margin-bottom: 20px; }
    .site-header .row-header-top .top-navigation {
      float: right;
      margin-left: 15px; }
      .site-header .row-header-top .top-navigation ul:not(.sub-menu) > li a {
        color: #fff; }
      .site-header .row-header-top .top-navigation ul:not(.sub-menu) > li.current-post-ancestor a, .site-header .row-header-top .top-navigation ul:not(.sub-menu) > li.current-menu-parent a, .site-header .row-header-top .top-navigation ul:not(.sub-menu) > li.current-menu-item a,
      .site-header .row-header-top .top-navigation ul:not(.sub-menu) > li a:hover {
        color: #83786b; }
    .site-header .row-header-top .header-phone {
      font-size: 35px;
      float: right;
      margin: -15px 75px 0;
      color: #fff; }
      .site-header .row-header-top .header-phone a .fa {
        font-size: 40px;
        position: relative;
        top: 5px; }
  .site-header nav ul:not(.sub-menu) > li {
    line-height: 1;
    position: relative;
    float: right; }
    .site-header nav ul:not(.sub-menu) > li:after {
      font-size: 28px;
      content: '//';
      color: #fff; }
    .site-header nav ul:not(.sub-menu) > li:last-child {
      margin-left: 0; }
      .site-header nav ul:not(.sub-menu) > li:last-child:after {
        right: 0;
        visibility: hidden; }
    .site-header nav ul:not(.sub-menu) > li > a {
      font-size: 27px;
      position: relative;
      z-index: 100;
      padding: 0 25px;
      color: #fff; }
    .site-header nav ul:not(.sub-menu) > li.current-post-ancestor a, .site-header nav ul:not(.sub-menu) > li.current-menu-parent a, .site-header nav ul:not(.sub-menu) > li.current-menu-item a, .site-header nav ul:not(.sub-menu) > li:hover a {
      color: #83786b; }
    .site-header nav ul:not(.sub-menu) > li:hover ul.sub-menu {
      z-index: 99;
      visibility: visible;
      opacity: 1; }
    .site-header nav ul:not(.sub-menu) > li ul.sub-menu {
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;
      position: fixed;
      z-index: -1;
      right: 0;
      visibility: hidden;
      width: 100%;
      margin: 0 auto;
      padding: 20px 60px;
      white-space: nowrap;
      opacity: 0;
      background: rgba(46, 30, 50, 0.9); }
      .site-header nav ul:not(.sub-menu) > li ul.sub-menu li {
        position: relative;
        z-index: 10; }
        .site-header nav ul:not(.sub-menu) > li ul.sub-menu li a {
          -webkit-transition: all 150ms ease;
          -moz-transition: all 150ms ease;
          -ms-transition: all 150ms ease;
          -o-transition: all 150ms ease;
          transition: all 150ms ease;
          font-size: 26px;
          font-weight: 300;
          line-height: 1.3;
          color: #fff; }
          .site-header nav ul:not(.sub-menu) > li ul.sub-menu li a:before {
            margin-left: 6px;
            content: '//'; }
          .site-header nav ul:not(.sub-menu) > li ul.sub-menu li a:hover {
            color: #847a6e; }
        .site-header nav ul:not(.sub-menu) > li ul.sub-menu li.current-menu-item a {
          color: #847a6e; }

/* ==========================================================================
   Mobile Navigation
   ========================================================================== */
#mn-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: fixed;
  z-index: 9999;
  top: 14px;
  right: 15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 5px; }
  #mn-trigger #mn-icon {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer; }
    #mn-trigger #mn-icon .mn-line {
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
      position: absolute;
      left: 0;
      display: block;
      width: 100%;
      height: 4px;
      opacity: 1;
      background: #fff; }
      #mn-trigger #mn-icon .mn-line:nth-child(1) {
        top: 7px; }
      #mn-trigger #mn-icon .mn-line:nth-child(2), #mn-trigger #mn-icon .mn-line:nth-child(3) {
        top: 18px; }
      #mn-trigger #mn-icon .mn-line:nth-child(4) {
        top: 29px; }

#mn-menu {
  position: fixed;
  z-index: 9999;
  top: 175px;
  right: 0;
  display: none;
  width: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9); }
  #mn-menu .top-diag {
    position: absolute;
    z-index: 5;
    top: -100px;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    content: '';
    border-bottom: 100px solid rgba(255, 255, 255, 0.9);
    border-left: 1920px solid transparent; }
  #mn-menu .bottom-diag {
    position: absolute;
    z-index: 5;
    top: 100%;
    right: 0;
    width: 0;
    height: 0;
    border-top: 100px solid rgba(255, 255, 255, 0.9);
    border-left: 1920px solid transparent; }
  #mn-menu ul:not(.sub-menu) {
    position: relative;
    z-index: 10;
    margin-top: -100px; }
    #mn-menu ul:not(.sub-menu) > li {
      margin-bottom: 10px;
      padding-bottom: 10px; }
      #mn-menu ul:not(.sub-menu) > li:last-child {
        border-bottom: none; }
      #mn-menu ul:not(.sub-menu) > li > a {
        font-size: 21px;
        display: block;
        color: #83786b; }
        #mn-menu ul:not(.sub-menu) > li > a:before {
          margin-left: 10px;
          content: '//'; }
      #mn-menu ul:not(.sub-menu) > li.menu-item-has-children > a:after {
        font-family: "FontAwesome";
        float: left;
        content: '\f107'; }
    #mn-menu ul:not(.sub-menu) ul.sub-menu {
      display: none; }
      #mn-menu ul:not(.sub-menu) ul.sub-menu li a {
        font-size: 18px;
        display: block;
        padding: 5px 0;
        color: #83786b; }

#mn-overlay {
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  opacity: 0; }

body.mn-active {
  overflow: hidden; }
  body.mn-active #site-wrap {
    overflow: hidden; }
  body.mn-active #mn-trigger #mn-icon span:nth-child(1), body.mn-active #mn-trigger #mn-icon span:nth-child(4) {
    top: 16px;
    left: 50%;
    width: 0; }
  body.mn-active #mn-trigger #mn-icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  body.mn-active #mn-trigger #mn-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  body.mn-active #mn-menu {
    display: block; }

/* ==========================================================================
   Contact Forms
   ========================================================================== */
.wpcf7 .wpcf7-response-output {
  clear: both;
  margin: 0;
  padding: 0;
  border: none; }
.wpcf7 .wpcf7-not-valid {
  border: 1px solid red !important; }
.wpcf7 .wpcf7-not-valid-tip {
  display: none; }
.wpcf7 .wpcf7-validation-errors {
  color: red; }
.wpcf7 .wpcf7-mail-sent-ok {
  color: green; }
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 5px; }
.wpcf7 span.wpcf7-list-item {
  margin-right: 0; }
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  padding: 10px; }
.wpcf7 [type='checkbox'] {
  position: relative;
  top: 2px;
  width: 18px;
  height: 18px;
  margin: 0 0 0 10px;
  padding: 0; }
.wpcf7 [type='submit'] {
  color: #fff;
  border: none;
  background: #2e1e32; }

/* ==========================================================================
   Home Slider
   ========================================================================== */
.intro-title {
  position: relative;
  top: 360px;
  display: inline-block;
  text-align: center; }
  .intro-title a:focus {
    outline: none; }

.entry-title-intro {
  font-size: 101px;
  font-weight: 400;
  color: #fff; }

.entry-slider-home {
  position: relative;
  clear: both;
  overflow-x: hidden;
  /* .triangle-tl {
      position: relative;
      width: 100%;
      height: 200px;
      margin-top: -95px;
      background: #fff;
      @include skew(0, 5);
  } */ }
  .entry-slider-home .triangle-top-left {
    top: 0; }
  .entry-slider-home ul.slider li {
    overflow: hidden; }
    .entry-slider-home ul.slider li .slide {
      overflow: hidden;
      height: 100vh !important;
      text-align: center;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: center;
      background-size: cover; }
      .entry-slider-home ul.slider li .slide .categories {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        position: relative;
        top: 45%;
        width: 350px;
        margin: auto; }
        .entry-slider-home ul.slider li .slide .categories.cat-private .cat.private {
          color: #2e1e32;
          background-image: url(../img/btn-right-full.png); }
        .entry-slider-home ul.slider li .slide .categories.cat-business .cat.business {
          color: #2e1e32;
          background-image: url(../img/btn-left-full.png); }
        .entry-slider-home ul.slider li .slide .categories .cat {
          font-size: 36px;
          line-height: 60px;
          width: 175px;
          height: 60px;
          text-align: center;
          color: #fff;
          background-size: 100% 100%; }
          .entry-slider-home ul.slider li .slide .categories .cat.private {
            background-image: url(../img/btn-right.png); }
          .entry-slider-home ul.slider li .slide .categories .cat.business {
            background-image: url(../img/../img/btn-left.png); }
  .entry-slider-home .slick-arrow {
    font-size: 80px;
    font-size: 8rem;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    background: none; }
    .entry-slider-home .slick-arrow:focus {
      outline: none; }
    .entry-slider-home .slick-arrow.slick-prev {
      right: 0; }
    .entry-slider-home .slick-arrow.slick-next {
      left: 0; }

.slick-dots {
  position: absolute;
  top: 475px;
  right: 60px;
  width: 12px; }
  .slick-dots li {
    margin-bottom: 14px; }
    .slick-dots li button {
      width: 12px;
      height: 12px;
      padding: 0;
      text-indent: -9999px;
      border-radius: 50%;
      background: #fff; }
    .slick-dots li.slick-active button {
      border: 2px solid #fff;
      background: black; }

/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
.breadcrumbs {
  font-size: 22px;
  padding: 10px 33px 60px; }
  .breadcrumbs a span {
    color: #83796d; }
  .breadcrumbs span {
    color: #83796d; }

.row-title .entry-title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 25px;
  text-align: center;
  color: #2e1e32; }

.section-content {
  position: relative;
  z-index: 1;
  width: 1060px;
  max-width: 100%;
  margin: 100px auto 80px;
  text-align: center; }
  .section-content .entry-content {
    font-size: 29px;
    margin-bottom: 30px;
    color: #83786b; }
    .section-content .entry-content p {
      margin-bottom: 40px; }

/* .entry-btn {
    a {
        @include flexbox;
        @include justify-content(center);
        @include align-items(center);
        @include transition(150ms);
        font-size: 29px;
        width: 243px;
        height: 58px;
        margin: auto;
        padding: 10px 30px;
        color: #342e37;
        background: url(../img/bg-btn-purple.png);
        &:hover {
            text-decoration: none;
            color: #fff;
            background: url(../img/bg-btn-purple-hover.png);
        }
        .arrows {
            margin-right: 8px;
        }
    }
} */
.entry-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  font-size: 29px;
  width: 243px;
  height: 58px;
  margin: auto;
  padding: 10px 30px;
  color: #342e37;
  border: 1px solid #2e1e32; }
  .entry-btn a:hover {
    text-decoration: none;
    color: #fff;
    background: #2e1e32; }
  .entry-btn a .arrows {
    margin-right: 8px; }

.section-services {
  margin-bottom: 100px; }
  .section-services .item {
    overflow: hidden; }
    .section-services .item .entry-header {
      padding: 25px 0;
      background: #2e1e32; }
      .section-services .item .entry-header .entry-icon {
        height: 45px;
        margin-bottom: 25px; }
        .section-services .item .entry-header .entry-icon img {
          display: block;
          margin: auto; }
      .section-services .item .entry-header .entry-title {
        font-size: 35px;
        font-weight: 400;
        margin-bottom: 0;
        text-align: center;
        color: #fff; }
    .section-services .item .entry-image {
      position: relative;
      width: 100%;
      height: auto;
      margin-bottom: 20px; }
      .section-services .item .entry-image .triangle-top-left {
        top: 0; }
    .section-services .item .entry-footer .entry-text,
    .section-services .item .entry-footer .read-more {
      font-size: 25px;
      line-height: 25px;
      margin-bottom: 20px;
      padding: 0 5px;
      text-align: center;
      color: #83786b; }
    .section-services .item .entry-footer .read-more {
      font-weight: 600; }
      .section-services .item .entry-footer .read-more:hover {
        text-decoration: underline; }
  .section-services .triangle-top-left {
    border-top-color: #2e1e32; }

.section-suntech {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
  background: #2e1e32; }
  .section-suntech .triangle-top-left {
    display: none; }
  .section-suntech .row-item {
    height: 530px; }
    .section-suntech .row-item .col-content {
      padding: 0 40px; }
      .section-suntech .row-item .col-content .entry-content {
        width: 680px;
        max-width: 100%;
        height: 100%;
        margin: 70px auto 0;
        color: #fff; }
        .section-suntech .row-item .col-content .entry-content .entry-title {
          font-size: 75px;
          margin-bottom: 40px;
          color: #fff; }
        .section-suntech .row-item .col-content .entry-content .entry-text {
          font-size: 25px;
          margin-bottom: 20px; }
        .section-suntech .row-item .col-content .entry-content .entry-btn a {
          position: relative;
          z-index: 6;
          margin: 0;
          color: #fff;
          border: 1px solid #fff; }
    .section-suntech .row-item .col-image {
      height: 100%;
      background-position: center center;
      background-size: cover; }
  .section-suntech .container-fluid:nth-child(3) .row-item .col-content {
    float: left; }

.sec-clients {
  overflow-x: hidden;
  margin-bottom: 80px; }
  .sec-clients .row-slider {
    position: relative;
    max-width: 1700px;
    margin: auto; }
    .sec-clients .row-slider .slider-clients .slide {
      margin: 15px; }
      .sec-clients .row-slider .slider-clients .slide .entry-image img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: 90px;
        margin: auto; }
    .sec-clients .row-slider .slick-arrow {
      font-size: 62px;
      position: absolute;
      z-index: 1;
      top: 20px;
      width: 50px;
      color: #2e1e32;
      background: none; }
      .sec-clients .row-slider .slick-arrow.slick-prev {
        right: -70px; }
      .sec-clients .row-slider .slick-arrow.slick-next {
        left: -70px; }

.sec-contact {
  position: relative;
  overflow: hidden;
  height: 140px;
  margin-bottom: 120px;
  padding: 0 70px 0 0;
  background: #83796c; }
  .sec-contact .entry-title {
    font-size: 31px;
    font-weight: 400;
    float: right;
    clear: both;
    margin: 10px 0 5px;
    color: #fff; }
  .sec-contact .triangle-top-right {
    display: none; }
  .sec-contact .cf-wrap {
    float: right;
    clear: both; }
    .sec-contact .cf-wrap .fields-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      width: 860px;
      max-width: 100%; }
      .sec-contact .cf-wrap .fields-wrap .wpcf7-form-control-wrap {
        flex: 0 1 285px;
        -webkit-flex: 0 1 285px;
        -ms-flex: 0 1 285px;
        -webkit-box-flex: 0 1 285px;
        -moz-box-flex: 0 1 285px;
        -moz-flex: 0 1 285px;
        margin: 0 0 10px 20px;
        margin-left: 8px; }
        .sec-contact .cf-wrap .fields-wrap .wpcf7-form-control-wrap ::-webkit-input-placeholder {
          color: #82786b; }
        .sec-contact .cf-wrap .fields-wrap .wpcf7-form-control-wrap :-moz-placeholder {
          color: #82786b; }
        .sec-contact .cf-wrap .fields-wrap .wpcf7-form-control-wrap ::-moz-placeholder {
          color: #82786b; }
        .sec-contact .cf-wrap .fields-wrap .wpcf7-form-control-wrap :-ms-input-placeholder {
          color: #82786b; }
    .sec-contact .cf-wrap .checkbox-wrap .wpcf7-form-control-wrap {
      width: auto; }
    .sec-contact .cf-wrap input,
    .sec-contact .cf-wrap select,
    .sec-contact .cf-wrap textarea {
      font-size: 27px;
      height: 46px;
      padding: 0 15px;
      color: #82786b;
      border: none; }
    .sec-contact .cf-wrap [type='checkbox'] {
      position: relative;
      top: 2px;
      width: 18px;
      height: 18px;
      margin: 0 0 0 10px;
      padding: 0; }
    .sec-contact .cf-wrap span.wpcf7-list-item {
      margin-right: 0; }
    .sec-contact .cf-wrap .wpcf7-response-output {
      font-size: 20px;
      float: left;
      margin-top: -25px;
      color: #fff !important; }
    .sec-contact .cf-wrap .wpcf7-list-item-label {
      font-size: 22px;
      color: #fff; }
    .sec-contact .cf-wrap .submit-wrap {
      position: absolute;
      top: 0;
      left: 0;
      width: 310px;
      height: 140px;
      padding: 45px 0;
      background: #2e1e32; }
      .sec-contact .cf-wrap .submit-wrap:before {
        position: absolute;
        top: 0;
        display: block;
        width: 100px;
        height: 140px;
        content: '';
        background-image: url(../img/contact-diag.png);
        background-size: 100% 100%; }
      .sec-contact .cf-wrap .submit-wrap:after {
        position: absolute;
        top: 0;
        left: -9999px;
        display: block;
        width: 9999px;
        height: 100%;
        content: '';
        background: #2e1e32; }
      .sec-contact .cf-wrap .submit-wrap input {
        font-size: 31px;
        float: left;
        width: auto;
        color: #fff;
        background: none; }

.sec-gallery {
  position: relative; }
  .sec-gallery .col-md-8 .entry-title {
    text-align: initial; }

.home .sec-gallery .row-title .entry-title {
  float: right; }

/* Css for Essential Grid Plugin */
.filter-container {
  float: left; }
  .filter-container .text {
    font-size: 33px;
    float: right;
    margin: 3px 0 0 20px;
    color: #83796c; }
  .filter-container .esg-filter-wrapper {
    z-index: 50 !important;
    float: left;
    margin: 0 !important;
    color: #fff;
    background: #83796c; }
    .filter-container .esg-filter-wrapper .esg-selected-filterbutton {
      font-family: 'Kalisher Regular';
      font-size: 21px;
      font-weight: 400;
      width: 210px;
      padding: 8px 12px 5px;
      color: #fff; }
      .filter-container .esg-filter-wrapper .esg-selected-filterbutton .eg-icon-down-open {
        width: 19px;
        height: 10px;
        margin-right: 15px;
        background-image: url(../img/sprite.png);
        background-position: -5px -5px; }
        .filter-container .esg-filter-wrapper .esg-selected-filterbutton .eg-icon-down-open:before {
          display: none; }
    .filter-container .esg-filter-wrapper .eg-icon-ok-1 {
      display: none; }
    .filter-container .esg-filter-wrapper [class^='eg-icon-']:before,
    .filter-container .esg-filter-wrapper [class*=' eg-icon-']:before {
      color: #fff; }
    .filter-container .esg-filter-wrapper .esg-dropdown-wrapper {
      line-height: 1.4;
      width: 100%;
      padding: 10px 12px;
      background: #83796c; }
    .filter-container .esg-filter-wrapper .esg-filterbutton {
      padding: 3px 10px; }
      .filter-container .esg-filter-wrapper .esg-filterbutton:hover {
        background: #b1a28f; }

.esg-media-cover-wrapper .esg-entry-media:after {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: absolute;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, 0.5); }
.esg-media-cover-wrapper:hover .esg-entry-media:after {
  opacity: 0; }

.esg-media-cover-wrapper .esg-entry-media:after {
  display: none !important; }

.esgbox-clone:before {
  display: block;
  width: 50px;
  height: 50px;
  margin: auto auto 10px;
  content: '';
  background-image: url(../img/gallery-hover-plus.png); }

.esgbox,
.esgbox-clone {
  font-family: "Kalisher Regular" !important;
  font-size: 46px !important;
  font-weight: 600 !important;
  padding: 20px 0 !important; }

.eg-henryharrison-element-6 {
  display: none !important; }

div[class^='eg-suntech-vid-element'] .esgbox-clone:before,
div[class*='eg-suntech-vid-element'] .esgbox-clone:before {
  display: none !important;
  background: none; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
  font-size: 21px;
  position: relative;
  overflow: hidden;
  padding: 50px 0 50px;
  color: #fff;
  background: #2e1e32; }
  .site-footer .copyright {
    line-height: 29px;
    width: 1010px;
    max-width: 100%;
    margin: 20px auto auto; }
  .site-footer .footer-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify; }
    .site-footer .footer-items .item .entry-title {
      font-size: 41px;
      margin-bottom: 25px;
      color: #fff; }
    .site-footer .footer-items .item-menu {
      flex: 0 0 310px;
      -webkit-flex: 0 0 310px;
      -ms-flex: 0 0 310px;
      -webkit-box-flex: 0 0 310px;
      -moz-box-flex: 0 0 310px;
      -moz-flex: 0 0 310px; }
      .site-footer .footer-items .item-menu .footer-nav ul li {
        float: right;
        width: 50%;
        margin-bottom: 7px;
        padding-left: 20px; }
        .site-footer .footer-items .item-menu .footer-nav ul li a {
          font-size: 21px; }
          .site-footer .footer-items .item-menu .footer-nav ul li a:hover {
            text-decoration: underline; }
    .site-footer .footer-items .item-map {
      flex: 0 0 275px;
      -webkit-flex: 0 0 275px;
      -ms-flex: 0 0 275px;
      -webkit-box-flex: 0 0 275px;
      -moz-box-flex: 0 0 275px;
      -moz-flex: 0 0 275px; }
      .site-footer .footer-items .item-map .socials {
        font-size: 34px;
        margin-bottom: 20px; }
        .site-footer .footer-items .item-map .socials a {
          margin-left: 28px; }
          .site-footer .footer-items .item-map .socials a:hover {
            opacity: .7; }
    .site-footer .footer-items .item-contact-form {
      flex: 0 0 300px;
      -webkit-flex: 0 0 300px;
      -ms-flex: 0 0 300px;
      -webkit-box-flex: 0 0 300px;
      -moz-box-flex: 0 0 300px;
      -moz-flex: 0 0 300px; }
      .site-footer .footer-items .item-contact-form .contact-form-wrap {
        padding: 45px 50px 15px;
        background: #83796c; }
        .site-footer .footer-items .item-contact-form .contact-form-wrap .entry-title {
          font-size: 25px;
          font-weight: 400;
          margin-bottom: 17px;
          text-align: center; }
        .site-footer .footer-items .item-contact-form .contact-form-wrap .wpcf7 ::-webkit-input-placeholder {
          color: #82786b; }
        .site-footer .footer-items .item-contact-form .contact-form-wrap .wpcf7 :-moz-placeholder {
          color: #82786b; }
        .site-footer .footer-items .item-contact-form .contact-form-wrap .wpcf7 ::-moz-placeholder {
          color: #82786b; }
        .site-footer .footer-items .item-contact-form .contact-form-wrap .wpcf7 :-ms-input-placeholder {
          color: #82786b; }
        .site-footer .footer-items .item-contact-form .contact-form-wrap .wpcf7 .wpcf7-form-control-wrap {
          margin-bottom: 12px; }
        .site-footer .footer-items .item-contact-form .contact-form-wrap .wpcf7 input {
          font-size: 21px;
          height: 36px;
          padding: 0 10px; }
        .site-footer .footer-items .item-contact-form .contact-form-wrap .wpcf7 span.wpcf7-list-item {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          font-size: 21px;
          margin: 20px 0; }
        .site-footer .footer-items .item-contact-form .contact-form-wrap .wpcf7 [type='checkbox'] {
          flex: 0 0 16px;
          -webkit-flex: 0 0 16px;
          -ms-flex: 0 0 16px;
          -webkit-box-flex: 0 0 16px;
          -moz-box-flex: 0 0 16px;
          -moz-flex: 0 0 16px;
          position: relative;
          top: 2px;
          height: 16px;
          margin: 0 0 0 8px; }
        .site-footer .footer-items .item-contact-form .contact-form-wrap .wpcf7 [type='submit'] {
          font-size: 25px;
          height: 53px; }
        .site-footer .footer-items .item-contact-form .contact-form-wrap .wpcf7 .wpcf7-mail-sent-ok {
          color: #fff; }
      .site-footer .footer-items .item-contact-form .footer-phone {
        margin: 20px 20px 30px 0; }
        .site-footer .footer-items .item-contact-form .footer-phone .fa {
          -webkit-transform: rotate(270deg);
          -moz-transform: rotate(270deg);
          -ms-transform: rotate(270deg);
          -o-transform: rotate(270deg);
          transform: rotate(270deg);
          font-size: 40px;
          float: right;
          margin: 4px 0 0 10px;
          color: #82786b; }
        .site-footer .footer-items .item-contact-form .footer-phone .entry-text {
          font-size: 33px; }

.side-buttons {
  position: fixed;
  z-index: 50;
  top: 280px;
  left: 10px; }
  .side-buttons .buttons {
    width: 99px;
    height: 317px; }
    .side-buttons .buttons .btn-span {
      display: block;
      width: 99px;
      height: 92px;
      cursor: pointer; }
      .side-buttons .buttons .btn-span .fa-whatsapp {
        font-size: 40px;
        position: relative;
        top: 5px; }
      .side-buttons .buttons .btn-span:nth-child(1), .side-buttons .buttons .btn-span:nth-child(3) {
        margin-top: -7px;
        background-image: url(../img/side-btn-1.png); }
        .side-buttons .buttons .btn-span:nth-child(1).active, .side-buttons .buttons .btn-span:nth-child(1):hover, .side-buttons .buttons .btn-span:nth-child(3).active, .side-buttons .buttons .btn-span:nth-child(3):hover {
          background-image: url(../img/side-btn-1-hover.png); }
      .side-buttons .buttons .btn-span:nth-child(2), .side-buttons .buttons .btn-span:nth-child(4) {
        margin-top: -22px;
        background-image: url(../img/side-btn-2.png); }
        .side-buttons .buttons .btn-span:nth-child(2).active, .side-buttons .buttons .btn-span:nth-child(2):hover, .side-buttons .buttons .btn-span:nth-child(4).active, .side-buttons .buttons .btn-span:nth-child(4):hover {
          background-image: url(../img/side-btn-2-hover.png); }
      .side-buttons .buttons .btn-span .btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        width: 86px;
        height: 66px;
        margin: auto; }
        .side-buttons .buttons .btn-span .btn.btn-contact .icon {
          position: relative;
          top: 5px; }
        .side-buttons .buttons .btn-span .btn.btn-map .icon {
          position: relative;
          top: 19px; }
        .side-buttons .buttons .btn-span .btn.btn-tour .icon {
          position: relative;
          top: 5px; }
        .side-buttons .buttons .btn-span .btn.btn-projects .icon {
          position: relative;
          top: 19px; }
        .side-buttons .buttons .btn-span .btn .box {
          -webkit-transform: translate(-50px, 0);
          -moz-transform: translate(-50px, 0);
          -ms-transform: translate(-50px, 0);
          -o-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
          -webkit-transition: all 300ms ease;
          -moz-transition: all 300ms ease;
          -ms-transition: all 300ms ease;
          -o-transition: all 300ms ease;
          transition: all 300ms ease;
          position: absolute;
          z-index: -1;
          top: -2px;
          left: calc(100% + 2px);
          visibility: hidden;
          width: 380px;
          /* height: 305px; */
          height: auto;
          padding: 17px 43px 24px;
          opacity: 0;
          background: #fff; }
          .side-buttons .buttons .btn-span .btn .box.show {
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0);
            z-index: 1;
            visibility: visible;
            opacity: 1; }
          .side-buttons .buttons .btn-span .btn .box .entry-title {
            font-size: 25px;
            margin-bottom: 10px;
            text-align: center;
            color: #2e1e32; }
          .side-buttons .buttons .btn-span .btn .box .subtitle {
            font-size: 25px;
            display: block;
            margin: 10px 0 13px;
            color: #83786b; }
          .side-buttons .buttons .btn-span .btn .box .entry-image img {
            width: 100%;
            height: 135px; }
          .side-buttons .buttons .btn-span .btn .box [type='submit'],
          .side-buttons .buttons .btn-span .btn .box .btn {
            font-size: 25px;
            line-height: 46px;
            display: block;
            width: 100%;
            height: 46px;
            padding: 0;
            text-align: center;
            color: #fff;
            border: none;
            background: #2e1e32; }
            .side-buttons .buttons .btn-span .btn .box [type='submit']:hover,
            .side-buttons .buttons .btn-span .btn .box .btn:hover {
              opacity: .8; }
        .side-buttons .buttons .btn-span .btn .box-contact {
          padding-bottom: 18px; }
          .side-buttons .buttons .btn-span .btn .box-contact .entry-title a {
            text-decoration: underline; }
          .side-buttons .buttons .btn-span .btn .box-contact .wpcf7 ::-webkit-input-placeholder {
            color: #82786b; }
          .side-buttons .buttons .btn-span .btn .box-contact .wpcf7 :-moz-placeholder {
            color: #82786b; }
          .side-buttons .buttons .btn-span .btn .box-contact .wpcf7 ::-moz-placeholder {
            color: #82786b; }
          .side-buttons .buttons .btn-span .btn .box-contact .wpcf7 :-ms-input-placeholder {
            color: #82786b; }
          .side-buttons .buttons .btn-span .btn .box-contact .wpcf7 .wpcf7-form-control-wrap {
            margin-bottom: 14px; }
          .side-buttons .buttons .btn-span .btn .box-contact .wpcf7 .wpcf7-list-item-label {
            font-size: 21px;
            font-weight: 400;
            float: right;
            color: #83796c; }
          .side-buttons .buttons .btn-span .btn .box-contact .wpcf7 [type='text'],
          .side-buttons .buttons .btn-span .btn .box-contact .wpcf7 [type='tel'],
          .side-buttons .buttons .btn-span .btn .box-contact .wpcf7 [type='email'] {
            font-size: 25px;
            height: 36px;
            padding: 0 10px;
            border: 1px solid #2e1e32; }
          .side-buttons .buttons .btn-span .btn .box-contact .wpcf7 [type='checkbox'] {
            float: right;
            margin-left: 5px; }
          .side-buttons .buttons .btn-span .btn .box-contact .wpcf7-response-output {
            font-size: 20px;
            position: relative;
            margin-top: 10px; }
          .side-buttons .buttons .btn-span .btn .box-contact .ajax-loader {
            position: absolute;
            bottom: 0;
            left: 0; }
        .side-buttons .buttons .btn-span .btn .box-map .map-canvas {
          height: 135px; }

.sec-content {
  margin-bottom: 50px; }
  .sec-content .entry-content {
    font-size: 29px;
    line-height: 1;
    width: 720px;
    max-width: 100%;
    margin: auto;
    color: #83786b; }
    .sec-content .entry-content h1,
    .sec-content .entry-content h2 {
      font-size: 41px;
      color: #2e1e32; }

.sec-icons {
  margin-bottom: 55px; }
  .sec-icons .container {
    width: 1400px; }
  .sec-icons .icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap; }
    .sec-icons .icons .item {
      width: 220px;
      margin-bottom: 40px; }
      .sec-icons .icons .item .entry-image {
        height: 75px;
        margin-bottom: 20px; }
        .sec-icons .icons .item .entry-image img {
          width: auto;
          height: auto;
          margin: auto; }
      .sec-icons .icons .item .entry-footer {
        font-size: 34px;
        line-height: 1;
        text-align: center;
        color: #2e1e32; }

.page-template-about .sec-contact {
  margin-bottom: 135px; }
.page-template-about .sec-clients {
  margin-top: 70px; }

.tax-projects_cat .sec-accordion {
  margin-bottom: 0; }

.sec-accordion {
  position: relative;
  margin-bottom: 15px; }
  .sec-accordion .container {
    width: 1100px; }
  .sec-accordion .triangle-top-left {
    top: 0; }
  .sec-accordion .triangle-top-left {
    bottom: 0; }
  .sec-accordion .accordion-item.active .icon-arrow-left-large {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .sec-accordion .accordion-item .btn-accordion-item {
    display: block; }
    .sec-accordion .accordion-item .btn-accordion-item .entry-header {
      height: 305px;
      padding: 0 80px;
      padding-top: 70px;
      background-position: center center;
      background-size: cover; }
      .sec-accordion .accordion-item .btn-accordion-item .entry-header .entry-title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        font-size: 83px;
        font-weight: 400;
        width: 400px;
        color: #fff; }
        .sec-accordion .accordion-item .btn-accordion-item .entry-header .entry-title .text {
          padding-left: 20px; }
        .sec-accordion .accordion-item .btn-accordion-item .entry-header .entry-title .icon-arrow-left-large {
          -webkit-transition: all 300ms ease;
          -moz-transition: all 300ms ease;
          -ms-transition: all 300ms ease;
          -o-transition: all 300ms ease;
          transition: all 300ms ease;
          flex: 0 0 39px;
          -webkit-flex: 0 0 39px;
          -ms-flex: 0 0 39px;
          -webkit-box-flex: 0 0 39px;
          -moz-box-flex: 0 0 39px;
          -moz-flex: 0 0 39px; }
    .sec-accordion .accordion-item .btn-accordion-item:hover {
      opacity: .9; }
  .sec-accordion .accordion-item .accordion-content {
    display: none; }
    .sec-accordion .accordion-item .accordion-content .cols {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      padding: 50px 0; }
      .sec-accordion .accordion-item .accordion-content .cols .col-title {
        flex: 0 0 550px;
        -webkit-flex: 0 0 550px;
        -ms-flex: 0 0 550px;
        -webkit-box-flex: 0 0 550px;
        -moz-box-flex: 0 0 550px;
        -moz-flex: 0 0 550px; }
        .sec-accordion .accordion-item .accordion-content .cols .col-title .entry-title {
          font-size: 85px;
          font-weight: 400;
          line-height: 62.5px;
          padding-left: 40px;
          color: #2e1e32; }
      .sec-accordion .accordion-item .accordion-content .cols .col-content {
        flex: 0 0 520px;
        -webkit-flex: 0 0 520px;
        -ms-flex: 0 0 520px;
        -webkit-box-flex: 0 0 520px;
        -moz-box-flex: 0 0 520px;
        -moz-flex: 0 0 520px;
        margin-top: 25px; }
        .sec-accordion .accordion-item .accordion-content .cols .col-content .entry-content {
          font-size: 29px;
          line-height: 1;
          color: #83786b; }
      .sec-accordion .accordion-item .accordion-content .cols .entry-btn {
        margin-top: 40px; }
        .sec-accordion .accordion-item .accordion-content .cols .entry-btn .btn {
          margin: 0; }

.tax-projects_cat .entry-content {
  width: 100%; }
.tax-projects_cat .sec-gallery {
  margin-bottom: 150px; }
.tax-projects_cat .sec-contact {
  margin-bottom: 40px; }
.tax-projects_cat .row-title .entry-title {
  margin-bottom: 40px; }
.tax-projects_cat .sec-content .container {
  width: 800px; }

.category .header-image .entry-title,
.single .header-image .entry-title,
.error404 .header-image .entry-title {
  font-size: 83px;
  font-weight: 400;
  width: 360px;
  max-width: 100%; }

.sec-articles {
  margin-bottom: 60px; }
  .sec-articles .article-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    overflow: hidden;
    width: 1070px;
    max-width: 100%;
    height: 120px;
    margin: auto auto 60px; }
    .sec-articles .article-item .details {
      flex: 0 1 770px;
      -webkit-flex: 0 1 770px;
      -ms-flex: 0 1 770px;
      -webkit-box-flex: 0 1 770px;
      -moz-box-flex: 0 1 770px;
      -moz-flex: 0 1 770px;
      padding-left: 20px; }
      .sec-articles .article-item .details .entry-title {
        font-size: 41px;
        font-weight: 600;
        margin-bottom: 0;
        color: #2e1e32; }
        .sec-articles .article-item .details .entry-title:hover {
          text-decoration: underline; }
      .sec-articles .article-item .details .entry-excerpt {
        font-size: 29px;
        line-height: 27px;
        color: #83786b; }
    .sec-articles .article-item .entry-btn-more {
      flex: 0 0 300px;
      -webkit-flex: 0 0 300px;
      -ms-flex: 0 0 300px;
      -webkit-box-flex: 0 0 300px;
      -moz-box-flex: 0 0 300px;
      -moz-flex: 0 0 300px;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      align-items: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .sec-articles .article-item .entry-btn-more .read-more {
        font-size: 62px;
        color: #2e1e32; }

.post-type-archive-models .sec-content .entry-content {
  width: 1030px; }
  .post-type-archive-models .sec-content .entry-content p,
  .post-type-archive-models .sec-content .entry-content ul,
  .post-type-archive-models .sec-content .entry-content ol {
    padding: 0 10%; }
.post-type-archive-models .accordion-content .model-item .col-image {
  flex: 0 1 220px;
  -webkit-flex: 0 1 220px;
  -ms-flex: 0 1 220px;
  -webkit-box-flex: 0 1 220px;
  -moz-box-flex: 0 1 220px;
  -moz-flex: 0 1 220px; }
  .post-type-archive-models .accordion-content .model-item .col-image .entry-image {
    margin-left: 25px; }
    .post-type-archive-models .accordion-content .model-item .col-image .entry-image img {
      width: auto;
      height: auto; }
.post-type-archive-models .accordion-content .model-item .col-details {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1; }
  .post-type-archive-models .accordion-content .model-item .col-details .entry-title {
    font-size: 29px;
    margin-bottom: 5px;
    color: #2e1e32; }
  .post-type-archive-models .accordion-content .model-item .col-details .entry-content {
    font-size: 29px;
    line-height: 1;
    padding-left: 25px;
    color: #83786b; }
    .post-type-archive-models .accordion-content .model-item .col-details .entry-content p {
      margin-bottom: 20px; }
  .post-type-archive-models .accordion-content .model-item .col-details .permalink {
    font-size: 29px;
    color: #2e1e32; }
    .post-type-archive-models .accordion-content .model-item .col-details .permalink:hover {
      text-decoration: underline; }
.post-type-archive-models .sec-accordion {
  margin-bottom: 40px; }

.page-template-contact .row-contact {
  margin-bottom: 125px; }
  .page-template-contact .row-contact .form-wrap {
    position: relative;
    float: right;
    width: 420px;
    max-width: 100%;
    height: 550px;
    margin-left: 225px;
    padding: 30px 0 20px;
    background: #82786b; }
    .page-template-contact .row-contact .form-wrap ::-webkit-input-placeholder {
      color: #82786b; }
    .page-template-contact .row-contact .form-wrap :-moz-placeholder {
      color: #82786b; }
    .page-template-contact .row-contact .form-wrap ::-moz-placeholder {
      color: #82786b; }
    .page-template-contact .row-contact .form-wrap :-ms-input-placeholder {
      color: #82786b; }
    .page-template-contact .row-contact .form-wrap .triangle-bottom-right {
      position: absolute;
      top: 0;
      right: 100%;
      width: 0;
      height: 0;
      border-top: 275px solid transparent;
      border-right: 77px solid #82786b;
      border-bottom: 275px solid #82786b;
      border-left: 77px solid transparent !important; }
    .page-template-contact .row-contact .form-wrap:after {
      position: absolute;
      top: 0;
      right: -9999px;
      display: block;
      width: 9999px;
      height: 100%;
      content: '';
      background: inherit; }
    .page-template-contact .row-contact .form-wrap .entry-title {
      font-size: 41px;
      font-weight: 400;
      margin-bottom: 15px;
      color: #fff; }
    .page-template-contact .row-contact .form-wrap .form-in {
      width: 330px;
      max-width: 100%; }
      .page-template-contact .row-contact .form-wrap .form-in .fields-wrap {
        padding-left: 40px; }
      .page-template-contact .row-contact .form-wrap .form-in .wpcf7-form-control-wrap {
        margin-bottom: 12px; }
        .page-template-contact .row-contact .form-wrap .form-in .wpcf7-form-control-wrap.approve {
          margin: 20px 0; }
      .page-template-contact .row-contact .form-wrap .form-in [type='text'],
      .page-template-contact .row-contact .form-wrap .form-in [type='email'],
      .page-template-contact .row-contact .form-wrap .form-in [type='tel'],
      .page-template-contact .row-contact .form-wrap .form-in textarea {
        font-size: 21px;
        display: block;
        height: 36px;
        padding: 0 10px; }
      .page-template-contact .row-contact .form-wrap .form-in textarea {
        padding: 10px; }
      .page-template-contact .row-contact .form-wrap .form-in span.wpcf7-list-item {
        margin-right: 0; }
      .page-template-contact .row-contact .form-wrap .form-in .wpcf7-list-item-label {
        font-size: 21px;
        color: #fff; }
      .page-template-contact .row-contact .form-wrap .form-in textarea {
        height: 143px; }
      .page-template-contact .row-contact .form-wrap .form-in [type='checkbox'] {
        position: relative;
        top: 4px;
        margin-left: 4px; }
      .page-template-contact .row-contact .form-wrap .form-in .submit-wrap {
        padding-left: 40px; }
        .page-template-contact .row-contact .form-wrap .form-in .submit-wrap [type='submit'] {
          font-size: 31px;
          height: 68px;
          background: #2e1e32; }
      .page-template-contact .row-contact .form-wrap .form-in .wpcf7-mail-sent-ok {
        font-size: 19px;
        color: #fff; }
      .page-template-contact .row-contact .form-wrap .form-in .wpcf7-validation-errors {
        font-size: 19px; }
  .page-template-contact .row-contact .entry-text {
    font-size: 41px;
    font-weight: 600;
    float: right;
    width: 280px;
    max-width: 100%;
    margin-top: 104px;
    color: #2e1e32; }
    .page-template-contact .row-contact .entry-text a:hover {
      text-decoration: underline; }
  .page-template-contact .row-contact .socials {
    float: left;
    margin-top: 114px; }
    .page-template-contact .row-contact .socials a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      align-items: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      font-size: 36px;
      float: right;
      width: 65px;
      height: 65px;
      margin-right: 13px;
      color: #fff;
      border-radius: 10px;
      background: #2e1e32; }
      .page-template-contact .row-contact .socials a:hover {
        opacity: .8; }
.page-template-contact .row-map {
  margin-bottom: 40px; }
  .page-template-contact .row-map .map-canvas {
    height: 390px; }
.page-template-contact .row-content {
  margin-bottom: 15px; }
  .page-template-contact .row-content .entry-content {
    font-size: 29px;
    color: #83786b; }
    .page-template-contact .row-content .entry-content a {
      color: #83786b; }
      .page-template-contact .row-content .entry-content a:hover {
        text-decoration: underline; }

.single .sec-content .entry-title {
  font-size: 85px;
  font-weight: 400;
  line-height: 62.5px;
  color: #2e1e32; }
.single .sec-content .entry-content {
  float: left;
  width: 515px;
  max-width: 100%; }
.single .sec-content.fullwidth .entry-content {
  float: none;
  width: 100%; }
.single .sec-gallery {
  margin-bottom: 60px; }

.sec-content-cols {
  margin-bottom: 60px; }
  .sec-content-cols .cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    font-size: 29px;
    width: 1150px;
    max-width: 100%;
    color: #83786b; }
    .sec-content-cols .cols .col {
      flex: 0 1 515px;
      -webkit-flex: 0 1 515px;
      -ms-flex: 0 1 515px;
      -webkit-box-flex: 0 1 515px;
      -moz-box-flex: 0 1 515px;
      -moz-flex: 0 1 515px; }
    .sec-content-cols .cols.no-cols {
      display: block; }
    .sec-content-cols .cols h2,
    .sec-content-cols .cols h3,
    .sec-content-cols .cols h4 {
      font-size: 41px;
      line-height: 30px;
      margin-bottom: 10px;
      color: #2e1e32; }
    .sec-content-cols .cols h3 {
      font-size: 34px; }
    .sec-content-cols .cols h4 {
      font-size: 28px; }
    .sec-content-cols .cols p {
      margin-bottom: 25px; }

.row-related-slider {
  margin-bottom: 100px; }
  .row-related-slider .slider li {
    float: right;
    width: 25%; }
    .row-related-slider .slider li .slide a .entry-image {
      position: relative; }
      .row-related-slider .slider li .slide a .entry-image img {
        width: 100%;
        height: auto; }
      .row-related-slider .slider li .slide a .entry-image .overlay {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-transition: all 150ms ease;
        -moz-transition: all 150ms ease;
        -ms-transition: all 150ms ease;
        -o-transition: all 150ms ease;
        transition: all 150ms ease;
        position: absolute;
        z-index: 1;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5); }
        .row-related-slider .slider li .slide a .entry-image .overlay .entry-title {
          font-size: 62.5px;
          line-height: 50px;
          display: block;
          padding: 0 20px;
          text-align: center;
          color: #fff; }
    .row-related-slider .slider li .slide a:hover .entry-image .overlay {
      background: none; }

.page-container {
  width: 1280px;
  max-width: 100%;
  margin: auto;
  padding-top: 45px; }
  .page-container .row-main-title .entry-title {
    font-size: 61px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center; }

.sec-landing-slider {
  position: relative;
  overflow: hidden; }
  .sec-landing-slider:before {
    position: absolute;
    z-index: 1;
    top: -30px;
    right: 0;
    width: 100%;
    height: 100%;
    height: 100px;
    content: '';
    background: #fff;
    transform: skewY(-3deg);
    transform-origin: left bottom; }
  .sec-landing-slider:after {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: -100px;
    width: 100%;
    height: 100%;
    height: 100px;
    content: '';
    background: #fff;
    transform: skewY(3deg);
    transform-origin: right bottom; }
  .sec-landing-slider .wpcf7 .wpcf7-response-output {
    font-size: 22px; }
  .sec-landing-slider .entry-slider {
    float: right;
    width: 70.704%;
    max-width: 100%; }
    .sec-landing-slider .entry-slider .slider .slide {
      height: 675px;
      background-position: center;
      background-size: cover; }
  .sec-landing-slider .form-wrap {
    float: right;
    width: 29.297%;
    height: 675px;
    padding: 94px 35px 65px 55px;
    color: #fff;
    background: #2e1e32; }
    .sec-landing-slider .form-wrap .entry-title {
      font-size: 33px;
      font-weight: 400;
      padding: 0 30px;
      text-align: center;
      color: #fff; }
    .sec-landing-slider .form-wrap .form-in ::-webkit-input-placeholder {
      color: #82786b; }
    .sec-landing-slider .form-wrap .form-in :-moz-placeholder {
      color: #82786b; }
    .sec-landing-slider .form-wrap .form-in ::-moz-placeholder {
      color: #82786b; }
    .sec-landing-slider .form-wrap .form-in :-ms-input-placeholder {
      color: #82786b; }
    .sec-landing-slider .form-wrap .form-in input {
      font-size: 27px; }
    .sec-landing-slider .form-wrap .form-in .submit-wrap {
      margin-bottom: 0; }
      .sec-landing-slider .form-wrap .form-in .submit-wrap [type='submit'] {
        background: #83786b; }
    .sec-landing-slider .form-wrap .form-in .wpcf7 .wpcf7-form-control-wrap {
      margin-bottom: 13px; }
      .sec-landing-slider .form-wrap .form-in .wpcf7 .wpcf7-form-control-wrap .wpcf7-list-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
        .sec-landing-slider .form-wrap .form-in .wpcf7 .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label {
          font-size: 23px; }
    .sec-landing-slider .form-wrap .form-in .wpcf7 .wpcf7-mail-sent-ok {
      color: #fff; }
    .sec-landing-slider .form-wrap .header-phone {
      text-align: center; }
      .sec-landing-slider .form-wrap .header-phone .fa {
        font-size: 42px;
        color: #83786b; }
      .sec-landing-slider .form-wrap .header-phone .entry-text {
        font-size: 32px;
        position: relative;
        top: -3px;
        margin-left: 10px; }
  .sec-landing-slider .slick-dots {
    top: 330px;
    right: auto;
    left: 22px; }
    .sec-landing-slider .slick-dots li.slick-active button {
      background: #807671; }
  .sec-landing-slider .caption {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    position: relative;
    top: 470px; }
    .sec-landing-slider .caption .entry-icon,
    .sec-landing-slider .caption .titles {
      color: #fff;
      background-image: url(../img/bg-slider-caption-titles.png); }
    .sec-landing-slider .caption .entry-icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      align-items: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      width: 141px;
      height: 96px;
      background-position: 100%; }
      .sec-landing-slider .caption .entry-icon img {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
    .sec-landing-slider .caption .titles {
      width: 364px;
      height: 96px;
      margin-right: -12px;
      padding: 9px 40px 0 100px; }
      .sec-landing-slider .caption .titles .entry-title,
      .sec-landing-slider .caption .titles .entry-subtitle {
        color: #fff; }
      .sec-landing-slider .caption .titles .entry-title {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 0; }
      .sec-landing-slider .caption .titles .entry-subtitle {
        font-size: 25px;
        font-weight: 400; }

.landing-sec-content {
  margin-bottom: 85px; }
  .landing-sec-content .content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .landing-sec-content .content-wrap .content {
      font-size: 28px;
      padding-top: 30px;
      padding-left: 100px;
      color: #2e1e32;
      border-left: 3px solid #2e1e32; }
    .landing-sec-content .content-wrap .logo {
      flex: 0 0 315px;
      -webkit-flex: 0 0 315px;
      -ms-flex: 0 0 315px;
      -webkit-box-flex: 0 0 315px;
      -moz-box-flex: 0 0 315px;
      -moz-flex: 0 0 315px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center; }
      .landing-sec-content .content-wrap .logo img {
        width: auto;
        height: auto;
        height: 42px;
        margin-right: auto; }

.page-template-landing {
  padding-top: 0; }
  .page-template-landing .sec-clients .slider {
    width: 840px;
    max-width: 100%;
    margin: auto; }
  .page-template-landing .sec-clients .entry-title {
    margin-bottom: 0; }

.postid-1736 .sec-contact {
  display: none !important; }

.page-template-map .site-header .header-in {
  z-index: 9999; }
.page-template-map .map-wrap {
  height: 980px;
  padding: 150px 0;
  background-position: center center;
  background-size: cover; }
  .page-template-map .map-wrap .titles {
    text-align: center; }
    .page-template-map .map-wrap .titles h1.entry-title {
      font-size: 110px;
      font-weight: 600;
      margin-bottom: 30px;
      color: #fff; }
    .page-template-map .map-wrap .titles .box {
      font-weight: 400;
      padding: 20px 25px 30px;
      background-color: rgba(46, 30, 50, 0.769); }
      .page-template-map .map-wrap .titles .box span {
        display: block;
        color: #fff; }
        .page-template-map .map-wrap .titles .box span.small {
          font-size: 45px; }
        .page-template-map .map-wrap .titles .box span.large {
          font-size: 150px; }
.page-template-map .site-footer {
  font-size: 29px;
  padding: 0 0 120px;
  text-align: center;
  color: #83786b;
  background: none; }
  .page-template-map .site-footer .footer-in {
    position: relative; }
    .page-template-map .site-footer .footer-in .socials {
      position: absolute;
      top: 0;
      left: 0; }
      .page-template-map .site-footer .footer-in .socials a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        float: right;
        width: 64px;
        height: 64px;
        margin-right: 15px;
        color: #fff;
        border-radius: 10px;
        background: #2e1e32; }
        .page-template-map .site-footer .footer-in .socials a:hover {
          opacity: .9; }

#custom-mapping-google-map-0 {
  height: 730px !important; }

.mpfy-selecter-wrap .selecter .selecter-selected {
  font-family: 'Kalisher Regular';
  font-size: 20px !important;
  font-style: normal !important; }

.mpfy-controls .mpfy-filter .selecter,
.mpfy-controls .mpfy-filter .selecter .selecter-options {
  background: #2e1e32 !important; }

.mpfy-selecter-wrap .selecter .selecter-selected:after {
  right: auto !important;
  left: 12px !important; }

/*# sourceMappingURL=style.css.map */
