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

@keyframes blink {
    from {
      border: none;
    }
    to {
      border-color: 2px solid #747474;
    }
  }

#page-title span.text {
    padding: 0;
    padding-right: 4px;
    border-right: 2px solid #747474;
    animation: blink 0.75s infinite;
}


body {
    font-family: 'Webme', 'Helvetica', 'Rubik', sans-serif;
}

.triangle {
    position: fixed;
    right: 23px;
    top: 9px;
}

.arrow-up {
    width: 0; 
    height: 0; 
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
}

#page-title {
    font-family: 'Grotesk';
    position: fixed;
    z-index: 999;
    font-size: 7vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 6vw;
    letter-spacing: -.2vw;
    color: rgb(243 243 243 / 91%);
}

.bg-color {
    position:fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-color: #5500FF;
}

#example_video_test {
    width: 138%;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
    z-index: -1;
}

.makina {
    font-family: 'Grotesk';
    font-size: 28px;
    color: #FFF;
    bottom: 20px;
    position: fixed;
    left: 30px;
    letter-spacing: -0.05em;
}

#commit {
    color:transparent
}

.frame {
    position: fixed;
    border: 1px solid rgb(243 243 243 / 31%);;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    z-index: -1;
}

.logo-top {
    position: absolute;
    width: 21px;
    top: 22px;
    left: 22px;
}

.logo-top img {
    width: 100%;
}

.header {
    margin: 0 auto;
    max-width: 1500px;
    position: relative;
}

.site-title {
    position: absolute;
    left: 34px;
    font-size: 6vw;
    width: 41vw;
    top: 33%;
    line-height: 5.4vw;
    font-weight: normal;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0%);
}

.page-content .gallery .page-img-holder {
    min-height: 200px;
    background-image: url(/static/imgs/load-thumb.png);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #efefef;
    padding: 50px;
}

.page-content .gallery .page-img-holder img {
    max-width: 100%;
    margin-bottom: 100px
}

.page-footer {
    padding:25px 0px;
}

.projects_items {
    width: 100%;
    margin-bottom: 100px;
}

#olins_logo {
    position: absolute;
    top: 30px;
    right: 23px;
    width: 75px;
    z-index: 2;
    text-align: right;
}

#cie_logo {
    width: 95px;
    position: fixed;
    margin-left: 33px;
    top: 30px;
    z-index:10;
    left:0px;
}

#rez {
    min-height:unset;
    padding:5px;
}

.search-icon {
    background-image: url(/static/imgs/search.png?v=ca59eee…);
    width: 15px;
    height: 15px;
    display: inline-block;
    background-size: cover;
    position: relative;
    top: 11px;
    right: 130px;
    z-index: 9999;
}

#main-search-bar {
    position: absolute;
    width: 380px;
    right: 30px;
    top: 30px;
    z-index: -1;
    opacity: 0;
}

.rez-img a {
    width: 207px;
    height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f4f2f5;
}

.rez-line .rez-txt {display:none}

.search-icon {
    position: absolute;
}

body.cie-site .page-content.cie-projects.project-page {
    position: relative;
    top: 280px;
    padding: 0;
    right: unset;
    overflow: hidden;
    left: 50%;
    transform: translate(-50%, 0%);
}

.index-frame {
    position: relative;
    width: 96%;
    max-width: 2000px;
    margin: 0 auto;
    top: 100px;
    background-color: #efefef;
}

.home-slides-holder {
    position: absolute;
    width: 100%;
    top: 95%;
    margin: 0;
    z-index: 9999999;
    left:0px;
}

.home-slides-holder .home-slide {
    width: 100%;
    position: relative;
    display: block;
    height: 500px;
    background-size: 100%;
    background-position: center center;
}

.home-slides-holder .home-slide .home-slide-title {
    text-transform: uppercase;
    font-size: 9.6vw;
    text-align: center;
    font-family: 'Helvetica';
    font-weight: bold;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    color: white;
    z-index: 999999;
    opacity: 0.8;
}

.home-slides-holder .home-slide .home-side-bg {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5480567226890756) 71%, rgba(0,0,0,0.7497373949579832) 100%);
    z-index: 99999;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.7;
}

.mjpeg-holder {

}

.home-text h1 {
    text-align: left;
    font-size: 1.8vw;
}

.master-site {
    padding: 4px 29px;
    font-size: 5.6vw;
    font-weight: 900;
    font-family: 'helvetica';
    margin-bottom: 18px;
    margin-top: 3vw;
    letter-spacing: -.15vw;
    display: inline-block;
    background-color: #000;
    color: #FFF;
    border-radius: 1px;
    text-shadow: 2px 1px 0px rgb(0 0 34);
}

.mjpeg-holder {
    position: absolute;
    left: 134px;
    z-index: -1;
    right: 134px;
    top: 159px;
    bottom: 140px;
    overflow: hidden;
}

.mjpeg-holder .img-stream {
    width: 105%;
    height: 105%;
    position: absolute;
    display: inline-block;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    left: 50%;
    transform: translate(-50%);
    bottom: 34px;
    top: 0px;
    overflow: hidden;
    opacity: 0.4;
}

.img-mask {
    background-color: rgb(241 241 241 / 57%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    background: rgb(2,0,36);
    background: linear-gradient(153deg, rgb(2 0 36 / 12%) 0%, rgb(131 131 131 / 50%) 35%, rgb(255 255 255 / 50%) 100%);
    opacity: 0.4;
}

.img-mask img {
    width: 90%;
    left: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%,-52%);
    border-top: 271px solid white;
    border-bottom: 316px solid white;
    border-right: 300px solid white;
    border-left: 300px solid white;}

.pad.home-text {
    padding: 20px;
    position: relative;
    font-weight: normal;
}

.btn.home {
    padding: 10px 15px;
    letter-spacing: 0.03em;
    font-size: 13px;
}

.in-category .home-posts {

}

.home-posts {
    top:105%;
}

.home-projects-btn {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    rotate: 90deg;
    right: -20px;
    bottom: 150px;
}

.home-projects-btn:after {
    display: block;
    margin-top: 10px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid black;
    content: ' ';
    rotate: -90deg;
    top: -50%;
    left: 108%;
    transform: translateX(-50%);
    position: absolute;
}

#olins_logo span {
    font-size: 12px;
    opacity: 0.6;
    position: relative;
    right: 46px;
    top: 10px;
    color: black;
    padding: 5px;
}

.home-posts.on-home {
    position: absolute;
    top: 95%;
}

.page-content {
    position: absolute;
    right: 0px;
    top: 0px;
    left: 350px;
    overflow-y: scroll;
    /* bottom: 0px; */
    padding-top: 240px;
    padding-bottom: 600px;
    padding-right: 20%;
    padding-left: 50px;
    background-color: white;
    z-index: 1;
}

.in-category-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 23%;
    bottom: 0px;
    background-color: #e1e1e11f;
    min-width: 351px;
    border-right: 1px solid #080808;
    box-shadow: inset -4px 0px 8px #efefef;
}

.page-content h1 {
    font-size: 5.3vw;
    margin: 0 0 20px 0;
    text-transform: capitalize;
    font-weight: bold;
}

.page-content.project-page h1 {

}

.seo-section {
    max-width: 1300px;
    display: inline-block;
    margin-bottom:150px;
}

.seo-section h1 {
    width: 50%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.seo-section h2 {
    width: 50%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
}

.bubble-holder {
    padding: 8px;
}

.page-index a {
    display: inline-block;
    margin: 2px 1px;
}

.page-index a .btn {
    border-radius: 5px;
    padding: 5px 8px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    opacity: 0.8;
}

.page-index a.active .btn, 
.page-index a:hover .btn {
    opacity: 1;
    background-color: blue;
}

.projects-items {
    display: inline-block;
    text-align: center;
    line-height: 2vw;
    text-align: left;
    margin-bottom: 5vw;
    padding: 0px;
    border-radius: 3px;
    width: 100%;
    position: relative;
    vertical-align: top;
}

.projects-items:hover {
    background-color:#f9f9f9
}

.tags .service-page-category-list, 
.projects-items .tags {
    position: absolute;
    bottom: -40px;
    right: 20px;
    width: 86%;
    text-align: right;
}

.projects-items .tags .tag {
    font-size: 9px;
    padding: 2px 5px;
}

.projects-items h3 {
    font-weight: bolder;
    font-size: 15px;
    opacity: 1;
    line-height: 15px;
    text-transform: capitalize;
    margin: 1.2vw 0px;
    font-weight: bolder;
    width: 100%;
    position: absolute;
    top: 50%;
    text-align: center;
    font-size: 88px;
    transform: translateY(-50%);
    margin-top: 0px;
    text-decoration: none;
    text-shadow: 0px 31px 9px #00000078
}

.projects-items h3:hover {
    opacity: 0.7;
}

.projects-items .item-img {
    width: 100%;
    height: 215px;
    background-size: cover;
    margin: 0px 0px 0px 0px;
    background-position: center;
}

#category_cnc .item {
    font-weight: normal;
}

#form-msg-user {
    width: 100%;
    outline: none;
    border: 1px solid #ccc;
    margin-top: 9px;
    padding: 2%;
    font-size: 14px;
    font-family: 'Rubik';
}

.nouserfield {
    font-size: 12px;
    padding-bottom: 16px;
}

#helper-page #seo_page_title {
    width: 60%;
    margin: 0 auto;
    display: block;
    text-align: center;
    border: none;
    outline: none;
    font-size: 19px;
    font-family: 'Rubik', monospace;
    margin-top: 16px;
}



/* Home page */
#custom-simple-home {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#custom-simple-home .frame-background {
    position: absolute;
    width: 100%;
    height: 100%;
}

#custom-simple-home .frame-background .home-img-frame {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: 50% 50%;
    opacity: 0.45;
}

#custom-simple-home .container {
    width: 550px;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
    z-index:1;
}

#custom-simple-home .container .col-full-content-pad.content {
    margin-top: 130px;
    min-height: 250px;
    padding: 6px;
    overflow: hidden;
    width: 100%;
    box-shadow: unset;
    border: none;
    border-radius: 0px;
    background-color:transparent;
}

#custom-simple-home .container h1 {
    margin-left: 0px;
    font-size: 110px;
}

#custom-simple-home .container h2 {
    font-size: 21px;
    margin-top: 2px;
}

#custom-simple-home .container h3 {
    font-size: 14px;
    opacity: 0.8;
}

#custom-simple-home .content .btn {
    margin-top: 20px;
    color: rgb(224, 206, 193);
}

.featured-image-holder {
    position: relative;
}

.featured-image-holder .append-js img {
    opacity:0.7;
}

#custom-simple-home .container .col-full-content-pad.content {
    margin-top:10px;
    text-align:center;
}

#custom-simple-home .container h1 {
    margin-left: 0px;
    font-size: 80px;
    margin: 0;
    text-align:center;
}

#custom-simple-home .container p {
    font-weight: bold;
    color: #000;
    line-height: 18px;
    border-top: 2px solid #000;
    padding: 10px;
    font-size: 13px;
    border-bottom: 2px solid #000;
}

.content {
    max-width: unset !important;
    margin: unset !important;
}

.p-fixed {
    position: fixed;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px
}

.page-bg {
    z-index: 3;
    background-color: #e5e5e5;
    background: rgb(224,224,224);
    background: linear-gradient(179deg, rgba(224,224,224,0.7693452380952381) 0%, rgba(185,185,185,0.5116421568627452) 51%, rgb(54 54 54 / 57%) 100%);
}

.page-bg-img {
    background-image: url(/makina.ca/static/imgs/bg.jpg);
    background-size: 100%;
    z-index: 2;
    background-position: center top;
    background-repeat: no-repeat;
    opacity: 1;
    transform: translate(0%, 0%);
}

.page-logo {
    width: 400px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 6;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 45px;
    text-align: center;
    font-size: 15px;
    color: #4a4a4a;
    -webkit-transition: 5s ease-in-out;
    -moz-transition: 5s ease-in-out;
    -o-transition: 5s ease-in-out;
    transition: 5s ease-in-out;
}

.page-logo span {
    position: relative;
    -webkit-transition: 5s ease-in-out;
    -moz-transition: 5s ease-in-out;
    -o-transition: 5s ease-in-out;
    transition: 5s ease-in-out;
    display: inline-block;
}

.page-contact {
    font-family: 'Grotesk';
    font-size: 12px;
    font-weight: bold;
    color: rgb(255 255 255 / 61%);
    position: fixed;
    right: 28px;
    bottom: 20px;
}

.page-logo .aux {
    color:transparent;
}

.page-splash {
    font-size: 78vh;
    color: #000000;
    width: 80%;
    transform: translate(-50%, -50%) rotate(10deg);
    position: absolute;
    left: 50%;
    top: 45%;
    line-height: 493px;
    text-align: center;
    z-index: 2;
    -webkit-transition: 5s ease-in-out;
    -moz-transition: 5s ease-in-out;
    -o-transition: 5s ease-in-out;
    transition: 5s ease-in-out;
    opacity: 0.2;
}

@media (min-device-width:320px) and (max-device-width:768px) {
    #example_video_test {
        width:auto;
    }
    #page-title {
        font-size: 18vw;
        line-height: 16vw;
        letter-spacing: -.2vw;
    }
}