@font-face {
  font-family: 'ProximaBold';
  src: url('ProximaNovaBold.otf'); 
}
@font-face {
  font-family: 'ProximaLight';
  src: url('ProximaNovaLight.otf');
}
@font-face {
  font-family: 'ProximaThin';
  src: url('ProximaNovaThin.otf');
}
@font-face {
  font-family: 'ProximaRegular';
  src: url('ProximaNovaRegular.otf');
}

body, html {
    margin: 0;
    padding: 0;
    font-family: 'ProximaRegular', sans-serif;
}

section {
    position: relative;
    padding: 10vh 0 10vh 0;
}

.bold {
    font-family: 'ProximaBold', sans-serif !important;
}

.thin {
    font-family: 'ProximaThin', sans-serif !important;
}

.light {
    font-family: 'ProximaLight', sans-serif !important;
}

p, span, li, h1, h2, h3, h4 {
    cursor: default;
}

header {
    position: fixed;
    display: flex;
    display: -webkit-flex;
    font-size: 0;
    height: 70px;
    width: 100%;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    z-index: 5;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

header .menu {
    margin-right: 5%;
    width: 50%;
    min-width: 750px;
    max-width: 1000px;
}                    

.logo {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    width: 110px;
    margin-left: 5%;
}

.logo img {
    height: 56px;
    width: 99px;
}

.menu ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
    padding: 0;
    list-style: none;
}

.menu ul li {
    color: #343434;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
}
.menu ul li a {
    color: #343434;
    text-decoration: none;
}

header .menu ul li span {
    display: block;
    height: 1px;
    width: 100%;
    background: #343434;
    opacity: 0;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transform: translate(0px,3px);
    -webkit-transform: translate(0px,3px);
    -moz-transform: translate(0px,3px);
    -o-transform: translate(0px,3px);
}

.sec-1 {
    height: 80vh;
    width: 100%;
    background: url(../img/top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
}

.sec-1 .content {
    display: flex;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    width: 50%;
    margin-left: 10%;
    color: #ffffff;
    max-width: 700px;
}

.sec-1 .content .ttl {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin-top: 130px;
}

.sec-1 .content .ttl h1 {
    position: absolute;
    top: -9000px;
    opacity: 0;
    visibility: hidden;
}

.sec-1 .content .ttl h2 {
    margin: 0;
    font-size: 44px;
    line-height: 40px;
    letter-spacing: 2px;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out; 
}

.sec-1 .content .ttl h2 span{
    font-size: 34px;
}

.sec-1 .content .ttl img {
    height: 70px;
    margin-top: 3px;
    margin-right: 10px;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}

.sec-1 .content p {
    letter-spacing: 2px;
    line-height: 18px;
    font-size: 13px;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}

.sec-1 .content .service-button {
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    width: 200px;
    height: 45px;
    color: #ffffff;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
    transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out, opacity .5s ease-in-out, transform .5s ease-in-out;
    -webkit-transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out, opacity .5s ease-in-out, transform .5s ease-in-out;
    -moz-transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out, opacity .5s ease-in-out, transform .5s ease-in-out;
    -o-transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out, opacity .5s ease-in-out, transform .5s ease-in-out;
    cursor: pointer;
}

.sec-1 .content .lang-button {
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    width: 200px;
    height: 45px;
    color: #ffffff;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
    transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out, opacity .5s ease-in-out, transform .5s ease-in-out;
    -webkit-transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out, opacity .5s ease-in-out, transform .5s ease-in-out;
    -moz-transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out, opacity .5s ease-in-out, transform .5s ease-in-out;
    -o-transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out, opacity .5s ease-in-out, transform .5s ease-in-out;
    cursor: pointer;
}

.sec-1 .content .service-button:hover {
    background: #ffffff;
    color: #343434;
}

.sec-1 .content .service-button:active {
    background: #dfdfdf;
    border-color: #dfdfdf;
    color: #343434;
}

.sec-1 .content .lang-button:hover {
    background: #ffffff;
    color: #343434;
}

.sec-1 .content .lang-button:active {
    background: #dfdfdf;
    border-color: #dfdfdf;
    color: #343434;
}


.sec-2 .content {
    width:80%;
    margin: 0 auto;
}

.sec-2 .team {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
}

.sec-2 .team .photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    width:50%;
}

.sec-2 .team .photos img {
    width: 31%;
    margin: 3px;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}

.sec-2 .team .photos img:nth-child(odd) {
    margin-left: 5%;   
}
.sec-2 .team .photos img:nth-child(even) {
    margin-right: 5%;
}

.sec-2 .team .info {
    width:50%;
    position: relative;
    color:#343434;
}

.title {
    padding-bottom: 70px;
}

.sec-2 .team .info .single-inf {
    position: absolute;
    width:80%;
    opacity:0; 
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out; 
    letter-spacing: 1px; 
    font-size: 16px;
}

.sec-2 .team .info .active-inf {
    opacity:1;
}

.sec-2 .info h3 {
    margin: 5px 0 30px 0;
    letter-spacing: 2px;
    font-size: 18px;
}

.sec-2 .info h4 {
    margin: 5px 0 30px 0;
    letter-spacing: 2px;
    font-size: 18px; 
}

.active-photo {
    transform-origin:center center;
    transform:scale(1.05);
    -webkit-transform-origin:center center;
    -moz-transform-origin:center center;
    -o-transform-origin:center center;
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -o-transform:scale(1.05);
}


.sec-3 .content {
    width: 90%;
    margin: 0 auto;
}

.sec-3 .title {
    margin-left: 5%;
}

.sec-3 .content .album-grid {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    width: 500px;
    margin-left: 30px;
}

.sec-3 .content .grid {
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.sec-3 .content .album-grid img {
    width:100px;
    height:100px;
    transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out; 
}

.sec-3 .content .album-grid .active-album {
    filter: brightness(120%);
    -webkit-filter: brightness(120%);
    transform-origin:center center;
    transform:scale(1.1);
    -webkit-transform-origin:center center;
    -moz-transform-origin:center center;
    -o-transform-origin:center center;
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
}

.sec-3 .single-album {
    width: 35%;
    position: relative;
    height: 500px;
    max-width: 400px;
    margin-right: 30px;
}

.sec-3 .single-album img{
    width: 100%;
}

.sec-3 .album-content {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    opacity:0;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}

.sec-3 .single-album .active-inf {
    opacity:1;
}

.sec-3 .album-content p{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    color: #343434;
    margin-top: 0;
    margin-bottom: 5px;
}

.sec-3 .album-content p:nth-child(3){
    margin-bottom: 25px;
    margin-top: 5px;
}

.sec-3 .album-content span{
    font-family: 'ProximaBold', sans-serif;
    font-size: 16px;
}

.sec-3 {
    background: #f3f3f3;
}

.title {
    color: #343434;
}

.sec-4 .content {
    width: 80%;
    margin: 0 auto;
}

.sec-4 .content .photo-gallery {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.sec-4 .content .photo-gallery .left {
    width: 66.6666%;
    position: relative;
}
.sec-4 .content .photo-gallery .left img {
    position: absolute;
    width: 100%;
    margin-top: 5px;
    opacity: 0;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}

.sec-4 .content .photo-gallery .right {
    width: 34.4444%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -webkit-justify-content: center;
}

.sec-4 .content .photo-gallery .right img {
    width: calc(50% - 20px);
    margin: 5px;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}

.sec-4 .content .photo-gallery .right img.active-gallery-small {
    filter: brightness(50%) grayscale(20%); 
    -webkit-filter: brightness(50%) grayscale(20%); 
}

.sec-4 .content .photo-gallery .left img.active-gallery-big {
    opacity: 1;   
}

.sec-5 {
    background: url(../img/bl5_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
}

.sec-5 .content {
    width: 80%;
    margin: 0 auto;
}

.sec-5 .content .equip-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
}

.sec-5 .content .equip-list .column {
}

.sec-5 .content .equip-list .column ul {
    list-style: none;
    padding: 0;
    width: 95%;
    color:#343434;
    margin-bottom: 30px;
}

.sec-5 .content .equip-list .column ul li {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 18px;
    font-family: 'ProximaLight', sans-serif;
}

.sec-5 .content .equip-list .column ul li a{
    text-decoration: underline;
    font-family: 'ProximaRegular', sans-serif;
    cursor: pointer;
}

.sec-6 .content .title {
    width:80%;
    margin: 0 auto;
}

.sec-6 .content .topics {
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
}

.sec-6 .content .topics .left,  .sec-6 .content .topics .right{
    width: 49%;
    height: 35vh;
    min-height: 250px;
    max-height: 400px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    cursor: pointer;
    position: relative;
}
.sec-6 .content .topics div .text{
    padding: 10px 0;
    width:100%;
    background: rgba(0,0,0,.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    color: #fff;
    cursor: pointer;
}

.sec-6 .content .topics .left {
    background: url(../img/bot-left.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 130%;
}

.sec-6 .content .topics .right {
    background: url(../img/bot-right.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 130%;
}

.sec-6 .content .topics div.big-bg {
    background-size:135%;
}

.sec-6 .content .topics h3 {
    margin: 20px 0 5px 0;
    font-size: 22px;
    letter-spacing: 1px;
    cursor: pointer;
}

.sec-6 .content .topics .text p {
    margin: 5px 0 20px 0;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
}

.sec-6 .content .topics a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}


.sec-6 .content .topics p span {
    display: block;
    height: 1px;
    width: 100%;
    background: #9c9c9c;
    opacity: 0;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transform: translate(0px,3px);
    -webkit-transform: translate(0px,3px);
    -moz-transform: translate(0px,3px);
    -o-transform: translate(0px,3px);
}

.sec-6 .content .bot-button {
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    width: 200px;
    height: 45px;
    color: #343434;
    border: 1px solid #d5d5d5;
    background: none;
    letter-spacing: 1px;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    cursor: pointer;
    margin-left: calc(50% - 100px);
    margin-top: 50px;
}

.sec-6 .content .bot-button:hover {
    background: #d5d5d5;
}

.sec-6 .content .bot-button:active {
    background: #9c9c9c;
    border-color: #9c9c9c;
}

.sec-7 .content {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    color: #343434;
    height: 58px;
}

.sec-7 .content .bot-logo {
    height: 56px;
    width: 99px;
}

.sec-7 .content .minimalism img {
    height:50%;
}

.sec-7 .content .minimalism a {
    height:100%;
}

.sec-7 .content .minimalism {
    overflow: hidden;
}

.sec-7 .content div {
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;   
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: flex-start;
}

.sec-7 .content p {
    margin: 0; 
    font-family: 'ProximaBold', sans-serif; 
    letter-spacing: 1px;
    font-size: 16px;
} 

.sec-7 .content span {
    letter-spacing: 1px;
    font-size: 16px;
}

.sec-7 .content .soc-net {
    text-align: center;
}

.sec-7 .content .soc-net a {
    font-size: 30px;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out; 
    color: #343434;
    text-decoration: none; 
    line-height: 30px;
    cursor: pointer; 
}

.sec-7 .content .soc-net a:hover {
    transform: translate(0px,3px);
    -webkit-transform: translate(0px,3px);
    -moz-transform: translate(0px,3px);
    -o-transform: translate(0px,3px);
}

.preloader {
    position: fixed;
    z-index: 9999;
    background: #ffffff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -webkit-flex-direction: column;
}

.perc-container {
    color: #343434;
    font-size: 22px;
    margin: 20px 0;
    height: 24px;
    overflow: hidden;
}

.perc-container p {
    margin: 0;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out; 
}

.logo-container {
    height:56px;
    overflow: hidden;
}

.logo-container img {
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out; 
    height: 56px;
    width: 99px;
}

.progress {
    height: 100%;
    width: 2px;
    position: absolute;
    right: 5%;
    bottom: 0;
}

.progress span {
    height: 100%;
    width: 100%;
    display: block;
    background: #343434;
    transform: translate(0px,100%);
    -webkit-transform: translate(0px,100%);
    -moz-transform: translate(0px,100%);
    -o-transform: translate(0px,100%);
}

.logo-container .img-hidden {
    transform: translate(0,-57px);
    -webkit-transform: translate(0,-57px);
    -moz-transform: translate(0,-57px);
    -o-transform: translate(0,-57px);
}

.perc-container .text-hidden {
    transform: translate(0,22px);
    -webkit-transform: translate(0,22px);
    -moz-transform: translate(0,22px);
    -o-transform: translate(0,22px);
}

.no-scroll {
    overflow: hidden;
}

.topscr-hidden {
    transform: translate(0,-10px);
    -webkit-transform: translate(0,-10px);
    -moz-transform: translate(0,-10px);
    -o-transform: translate(0,-10px);
    opacity:0;
}

.title span {
    width: 0px;
    height: 4px;
    display: block;
    margin-right: 3px;
    background: #343434;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}

.title h2 {
    margin-bottom: 0;
    display: inline-block;
}

.ttl-underline {
    width: 100% !important;
}

.info-win ul {
    list-style: none;
    padding: 0;
    width: 95%;
    height: 88%;
    margin-top: 50px;
    color: #343434;
    margin-bottom: 30px;
    overflow: auto;
    display: none;
}

.info-win ul li {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 18px;
    font-family: 'ProximaLight', sans-serif;
}

.overlay-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    background: rgba(0,0,0,0.3);
    visibility:hidden;
    opacity:0;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

.info-win {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -webkit-flex-direction: column;
    position: fixed;
    top:calc(50% - 150px);
    left:calc(50% - 250px);
    z-index: 15;
    background: #ffffff;
    height: 300px;
    width: 500px;
    visibility:hidden;
    opacity:0;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

.form-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -webkit-flex-direction: column;
    position: fixed;
    top:calc(50% - 150px);
    left:calc(50% - 250px);
    z-index: 15;
    background: #ffffff;
    height: 300px;
    width: 500px;
    visibility:hidden;
    opacity:0;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

.form-block p {
    width: 80%;
    font-size: 22px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 26px;
    color: #343434;
}

.close {
    position: absolute;
    height: 30px;
    width: 30px;
    top: calc(0% + 15px);
    right: calc(0% + 15px);
    cursor: pointer;
}

.close span:nth-child(1) {
    display: block;
    height: 3px;
    width: 30px;
    background: #888;
    transform: rotate(45deg) translate(10px, 10px);
    -webkit-transform: rotate(45deg) translate(10px, 10px);
    -moz-transform: rotate(45deg) translate(10px, 10px);
    -o-transform: rotate(45deg) translate(10px, 10px);
    cursor: pointer;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}

.close span:nth-child(2) {
    display: block;
    height: 3px;
    width: 30px;
    background: #888;
    transform: rotate(-45deg) translate(-8px, 8px);
    -webkit-transform: rotate(-45deg) translate(-8px, 8px);
    -moz-transform: rotate(-45deg) translate(-8px, 8px);
    -o-transform: rotate(-45deg) translate(-8px, 8px);
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    cursor: pointer;
}

::-webkit-scrollbar {
    width:3px;
    background: #f3f3f3;
}
::-webkit-scrollbar-thumb {
    background: #343434;
}

.sec-1-sec {
    height: 250px;
    padding: 5vh 0 5vh 0;
}

.secmix {
    background: url(../img/mixing.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.secstem {
    background: url(../img/stem.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.sec-1-sec .content {
    color: #ffffff;
    width: 70%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: flex-end;
    height: 100%;
}

.sec-1-sec h1 {
    text-align: left;
    position: absolute;
    width: 100%;
    top: calc(50% + 30px);
    margin: 0;
    font-size: 26px;
    letter-spacing: 2px;
    z-index: 2;
}

.sec-1-sec a {
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 18px;
    text-decoration: none;
    width: 125px;
}

.sec-1-sec a span {
    display: block;
    height: 1px;
    width: 100%;
    background: #cecece;
    opacity: 0;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transform: translate(0px,3px);
    -webkit-transform: translate(0px,3px);
    -moz-transform: translate(0px,3px);
    -o-transform: translate(0px,3px);
}

.sec-2-sec .content {
    width: 70%;
    margin: 0 auto;
    max-width: 1000px;
    min-width: 700px;
}

.sec-2-sec .content > a {
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    width: 330px;
    height: 45px;
    color: #343434;
    border: 1px solid #d5d5d5;
    background: none;
    letter-spacing: 1px;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    cursor: pointer;
    margin-top: 50px;
    font-size: 18px;
    text-decoration: none;
}

.sec-2-sec .content > a:hover {
    background: #d5d5d5;
}
.sec-2-sec a:active {
    background: #9c9c9c;
    border-color: #9c9c9c;
}

.sec-2-sec img {
    width:100%;
}

.sec-2-sec p {
    font-family: 'ProximaLight', sans-serif !important;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #343434;
    margin: 30px 0;
}

.sec-2-sec h2 {
    font-family: 'ProximaBold', sans-serif !important;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #343434;
    margin: 30px 0;
}

.pg404 {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}

.pg404 h2 {
    text-align: center;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 2px;
    color: #343434;
    font-family: 'ProximaBold', sans-serif !important;
    margin-bottom: 10px;
    margin-top: 20px;
}

.pg404 a {
    color: #343434;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 2px;
}

.pg404 img {
    width: 170px;
}

.sec-2-sec p a {
    font-family: 'ProximaLight', sans-serif !important;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #343434;
    text-decoration: none;
}

.sec-2 {
    background-image: url('../img/console.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}