@import url(../font/styles.css);
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: #333;
  font-weight: 300;
  font-style: normal;
  cursor: pointer;
  display: none;
}

#btn-menu::after {
  content: "";
  width: 30px;
  height: 25px;
  display: inline-flex;
  background-image: url(../images/menu_icon.svg);
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
  margin-left: 8px;
}
#menu{
    display:none;
}
body {
  font-family: 'Univers', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 20px;
  margin: 0 auto;
  padding: 20px;
  left: 0;
  right: 0;
  box-sizing: border-box;
  background-color: #f5f5f5;
  /*width: 100vw;
  height: 100vh; */
  max-width: 1870px;
  min-width: 1280px;
  overflow-y: hidden; }
  body .wrapper {
    /*max-width: 1870px;
    height: 95vh; 
    */
    max-width: 1870px;
    height: 95vh;
    max-height: 1020px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 50px;
    margin: 0px auto;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2); }
  body h2 {
    font-family: 'Univers';
    font-weight: 300;
    font-style: normal;
    font-size: 56px !important;
    letter-spacing: 3px; }
  body h3 {
    text-transform: uppercase;
    font-size: 18px;
    min-width: 300px;
    font-weight: 500; }
  body header {
    height: 75px;
    box-sizing: border-box; }
    body header .logo {
      display: inline-block; }
      body header .logo img {
        width: auto;
        height: 75px;
        padding-top: 10px; }
    body header nav {
      z-index: 2000;
      float: right;
      text-transform: uppercase;
      font-weight: 300; }
      body header nav ul {
        list-style: none;
        margin: 0;
        padding: 25px 0;
        box-sizing: border-box; }
        body header nav ul li {
          list-style: none;
          display: inline-block;
          padding: 0 10px;
          box-sizing: border-box;
          position: relative; }
          body header nav ul li:last-of-type {
            padding-right: 0; }
          body header nav ul li a {
            text-decoration: none;
            color: #000;
            font-size: 35px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            transition: all 0.2s ease;
            position: relative;
            top: 0px; }
            body header nav ul li a:hover {
              color: #c99b47;
              top: 5px; }
            
      body header nav .subnav {
        display: none;
        position: absolute;
        padding: 20px;
        background: #fff;
        left: -5px; }
        body header nav .subnav li {
          display: block;
          padding-left: 0; }
          body header nav .subnav li a {
            font-size: 25px; }
      body header nav ul li:nth-of-type(2):hover .subnav {
        display: block; }
            body header nav .subnav1 {
                display: none;
                padding: 20px;
                background: #fff;
                left: -5px; }
            body header nav .subnav1 li {
              display: block;
              padding-left: 0; }
              body header nav .subnav1 li a {
                font-size: 25px; }
          body header nav ul li:nth-of-type(2):hover .subnav1 {
            display: block; }
        
        
  body .pages {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    height: 20px;
    clear: both;
    position: relative;
    top: 5px; }
    body .pages .page-next {
      float: right; }
    body .pages .page-prev, body .pages .page-next {
      color: #c99b47; }
  body a {
    color: #000;
    text-decoration: none; }
    body a:hover {
      text-decoration: underline;
      color: #000; }
  body main h1 {
    margin: 50px 0;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 50px; }
  body main aside {
    width: 33.3333333333%;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px; }
    body main aside nav.main-page {
      margin-top: 15vh; }
      body main aside nav.main-page ul {
        list-style: none;
        margin: 0;
        padding: 15px 0;
        box-sizing: border-box; }
        body main aside nav.main-page ul li {
          list-style: none;
          padding: 10px 0;
          box-sizing: border-box;
          text-transform: uppercase;
          position: relative; }
          body main aside nav.main-page ul li a {
            text-decoration: none;
            color: #000;
            font-size: 32px;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            transition: all 0.2s ease; }
            body main aside nav.main-page ul li a:hover {
              color: #c99b47;
              margin-left: 10px; }
        body main aside nav.main-page ul .subnav {
          display: none;
          position: absolute;
          padding: 0;
          left: 140px;
          top: 12px; }
          body main aside nav.main-page ul .subnav li {
            display: inline-block;
            padding: 0 15px; }
            body main aside nav.main-page ul .subnav li a {
              font-size: 25px; }
              body main aside nav.main-page ul .subnav li a:hover {
                margin-left: 0; }
        body main aside nav.main-page ul li:nth-of-type(1):hover .subnav {
          display: block; }
  body main section {
    width: 66.6666666667%;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px; }
    body main section.side-image-bg {
      width: 100%;
      height: 100%;
      min-height: inherit;
      max-height: inherit; }
      body main section.side-image-bg img {
        width: 100%; }
    body main section.main-image-bg {
      width: 100%;
      height: 100%;
      min-height: inherit;
      max-height: inherit; }
      body main section.main-image-bg img {
        width: 100%; }
    body main section .contact-image-bg {
      padding-top: 60px;
      display: inline-block; }
      body main section .contact-image-bg img {
        width: 100%;
        max-width: 525px; }
  body main.project aside .project-details {
    padding-right: 80px;
    box-sizing: cont-box;
    margin-top: 25vh; }
    body main.project aside .project-details h2 {
      text-transform: uppercase;
      font-size: 32px;
      min-width: 300px;
      letter-spacing: 3px; }
    body main.project aside .project-details h3 {
      text-transform: uppercase;
      font-size: 18px;
      min-width: 300px;
      font-weight: 500; }
    body main.project aside .project-details p {
      font-size: 18px;
      display: block;
      min-width: 300px;
      text-align: right; }
  body main.project section .image-item {
    width: 95%;
    float: right; }
    body main.project section .image-item img {
      width: 100%;
      max-width: 1200px;
      padding-left: 12px;
      box-sizing: border-box; }
  body main.portfolio {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    display:flex;
    align-items:flex-start;
    justify-content: space-between;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px; }
    body main.portfolio .portfolio-grid {
      width: 66.6666666667%;
      padding-left: 5px;
      padding-right: 5px;
      float: right;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      padding-left: 0px;
      padding-right: 0px;
      margin-top: 45px;
      left: 0;
      right: 0;
       }
body #portfoliobg{
    margin-bottom: 40px;
}
      body main.portfolio .portfolio-grid .portfolio-item {
        width: 25%;
        padding-left: 5px;
        padding-right: 5px;
        float: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        padding: 5px;
        box-sizing: border-box; }
        body main.portfolio .portfolio-grid .portfolio-item img {
          padding: 5px;
          box-sizing: border-box;
          border: 1px solid #ccc;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
          opacity: 1;
          width: 100%; }
          body main.portfolio .portfolio-grid .portfolio-item img:hover {
            opacity: 0.6; }
        body main.portfolio .portfolio-grid .portfolio-item a {
          text-align: center;
          text-decoration: none;
          color: #000; }
          body main.portfolio .portfolio-grid .portfolio-item a:hover {
            text-decoration: underline; }
          body main.portfolio .portfolio-grid .portfolio-item a p {
            margin-top: 4px;
            font-size: 17px; }
  body main.about {
    margin-top: 133px;
    min-height: calc(100vh - 293px);
    display: block;
    font-size: 18px; }
    body main.about aside {
      width: 33.3333333333%;
      padding-left: 5px;
      padding-right: 5px;
      float: left;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      padding: 0 50px; }
      body main.about aside .details img {
        width: 100%; }
      body main.about aside h1 {
        margin-top: 0; }
    body main.about section {
      width: 66.6666666667%;
      padding-left: 5px;
      padding-right: 5px;
      float: left;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      min-height: 365px; }
      body main.about section article {
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
        float: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        padding: 0 50px; }
      body main.about section .cv {
        padding: 0 50px; }
        body main.about section .cv table td {
          vertical-align: top; }
          body main.about section .cv table td:first-of-type {
            width: 20%; }
  body main.ichbin {
    margin-top: 133px;
    min-height: calc(100vh - 293px);
    display: block;
    font-size: 22px; }
    body main.ichbin aside {
      width: 33.3333333333%;
      padding-left: 5px;
      padding-right: 5px;
      float: left;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      padding: 0 50px; }
      body main.ichbin aside .details img {
        width: 100%; }
      body main.ichbin aside h1 {
        margin-top: 0; }
    body main.ichbin section {
      width: 66.6666666667%;
      padding-left: 5px;
      padding-right: 5px;
      float: left;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      min-height: 365px; }
      body main.ichbin section article {
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
        float: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        padding: 0 30px; }
        body main.ichbin section article img {
          width: 100%; }
  body main.contact h1 {
    margin-top: 20vh; }
  body footer {
    clear: both;
    display:flex;
    font-size: 15px; }
body footer ul{
    display: flex;
}
body footer ul li{
    list-style: none;
    padding-right: 40px;
}
.clear {
  clear: both; }
.main-page{
    padding-top:30px;
}

hr {
  clear: both;
  border: 1px solid #eaeaea;
  margin-right: 40px; }
.active{ color: #c99b47; }
#activ{ color: #c99b47; }
iframe {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 75vh; }
.home_section{
    width:100%;
    display: flex;
    justify-content: center;
    align-items:center;
    
}
.home_section img{
    margin: 50px;
    width: 66.6666666667%;
    height:800px;
    object-fit: cover;
    border: solid 10px white;
    box-shadow: 10px 10px 10px 10px grey;
}


.portfolio-item_empty{
    height:450px;
}
@media (min-width: 1800px) {
  iframe {
    height: 69vh; } }
@media only screen and (max-width:580px){
    body{
        max-width: 580px;
        min-width: 0;
    }
    body .wrapper {
        max-width: 575px;
        height: 95vh;
        max-height:95vh;
        padding: 0 5px;
    }
    #btn-menu {
    z-index: 1000;
    display: flex;
    align-items: center;
    outline: none;
    }
    #normalnav{
        display:none;
    }
    header{
        display:flex;
        justify-content: space-between;
    }
    #menu {
        width: 100vw;
        height: 100vh;
        background-color: #FFFFFF;
        position: fixed;
        top: -100vh;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        transition: all 1s;
        z-index: 100;
  }
    #menu ul{
        display:flex;
        flex-direction: column;
        z-index: 100;
    }
    #menu ul li {
        margin: 1rem 0;
        font-size: 1.5rem;
        z-index: 100;
  }
    body main aside{
        width: 0;
    }
    .portfolio h2{
        margin-bottom: 0;
        padding-left:6px;
    }
    .portfolio aside{
        position:absolute;
        width:70%;
        margin-top:-8vh;
        justify-content: center;
        align-items: center;
    }
    .portfolio .main-page ul{
        float: none;
        display:flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .portfolio .main-page li{
        margin: 0;
    }
    .portfolio .main-page a{
        width:100%;
        font-size:14px;
    }
    body main.portfolio .portfolio-grid {
      width: 100%;
      padding-left: 5px;
      padding-right: 5px;
      margin: auto 0;
      margin-top: 150px;
      display: flex;
      justify-content: center;
      flex-wrap:wrap;
      margin-left: -50vh;
      right: 0;
       }
      body main.portfolio .portfolio-grid .portfolio-item {
        width: 50%;
        float: none;
        padding: 5px;
        margin:0}
        body main.portfolio .portfolio-grid .portfolio-item img {
          padding: 5px;
          box-sizing: border-box;
          border: 1px solid #ccc;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
          opacity: 1;
          width: 100%; }
          body main.portfolio .portfolio-grid .portfolio-item img:hover {
            opacity: 0.6; }
        body main.portfolio .portfolio-grid .portfolio-item a {
          text-align: center;
          text-decoration: none;
          color: #000; }
          body main.portfolio .portfolio-grid .portfolio-item a:hover {
            text-decoration: underline; }
          body main.portfolio .portfolio-grid .portfolio-item a p {
            margin-top: 4px;
            font-size: 17px; }
}
/*# sourceMappingURL=main.css.map */
