input,
textarea,
select,
body {
    font-family: 'Poppins', 'Avenir Next Semi', 'Rubik', sans-serif;
}
@font-face {

	font-family: 'NumberFont';
	src: url('/myfamilychef.ca/static/fonts/numberbold.woff2') format('woff2');
	font-weight: 200;
	font-style: normal;
}

:root {
    --brand-primary: #85875C;
    --brand-on-primary: #ffffff;
}

.brand-bg {
    background-color: var(--brand-primary);
    color: var(--brand-on-primary);
}

.brand-color {
    color: var(--brand-primary);
}

.brand-border {
    border-color: var(--brand-primary);
}

#commit {
    display: none;
}

.content {
    max-width: unset;
}

.hidden {
    display: none
}

.anim-fast {
    transition: all 3s;
    transform:translateY(0)
}

span.transparent {
    opacity: 0;
}

.pacman img {
    width: 29%;
    position: absolute;
    top: 25%;
    left: 9%;
}

.mushroom {
    position: absolute;
    width: 9%;
    top: 63%;
    left: 59%;
}

.home-splash {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 10px;
    left: 0px;
    background-color: #081A08;
}

.home-splash .buffer {
    width: 80vw;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.home-splash .splash-tagline {
    text-align: center;
}

.home-splash .splash-tagline span {
    font-size: 31vw;
    letter-spacing: -.05em;
    color: white;
}

.site-categories {
    width: 50%;
    position: absolute;
    transform: rotate(90deg);
    z-index: 9999;
    color: white;
    right: -24%;
    bottom: 47%;
    text-align: center;
}

.site-categories .site-cat {
    display: inline-block;
    font-size: 21px;
    margin-right: 22px;
    margin-top: 23px;
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.site-blocks {
    position: absolute;
    top: 98%;
    left: 0px;
    width: 100%;
    background-color: #1A2718;
    padding: 100px 0px;
    text-align: center;
}

.site-blocks h3 {
    font-family: 'NumberFont';
    font-size: 23vw;
    text-align: center;
    color: white;
    margin: 8vw 0px -1vw 0px;
    line-height: 19vw;
}

.site-blocks p {
    width: 44vw;
    font-size: 2vw;
    text-align: center;
    color: white;
    opacity: 0.7;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    margin: 18px 0px;
    line-height: 2.3vw;
}

.soumission-block {
    position: relative;
    height: 55%;
    background-color: #081A08;
    width: 100%;
    margin-top: 100px;
    padding: 1vh 0px 15vh 0px;
}

.soumission-block .cie_logo {
    margin-top: -11vw;
}

.soumission-block .buffer {
    width: 60vw;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    text-align: left;
}

.soumission-block h3 {
    font-size: 17vw;
    margin: 17vw 0px 4vw -19vw;
    color: var(--brand-primary, #85875C)
}

.soumission-block h4 {
    color: white;
    margin: 3vw 0px 0px 0px;
    opacity: 0.4;
}

.soumission-block .big-list {
    color: white;
    font-size: 1.6vw;
    line-height: 2.7vw;
}

.soumission-block .big-list .itm {
    display: inline-block;
    margin-right: 3px;
    opacity: 0.6;
    cursor: pointer;
    border: 3px solid transparent;
    padding: 0px 8px;
    transition: all 250ms
}

.soumission-block .big-list .itm.active {
    opacity: 1;
    border: 3px solid #fff;
    background-color: #fff;
    color:#000;
}

.soumission-block input {
    background-color: transparent;
    outline: none;
    border: none;
    color: white;
    font-size: 1.3vw;
    font-family: 'Poppins';
}

.soumission-block label {
    display: none;
}

.soumission-block textarea {
    background-color: transparent;
    outline: none;
    border: none;
    color: white;
    font-size: 1vw;
    font-family: 'Poppins';
}

.soumission-block #form-msg-user {
    background-color: transparent;
    outline: none;
    border: none;
    color: white;
    font-size: 1.3vw;
    height: 81px;
    resize: none;
}

.soumission-block .section .section-content {
    border-color: color(srgb 0.53 0.58 0.46 / 0.13);

}

.soumission-block .section .section-content.add-files {
    min-height: 39vh;
    position: absolute;
    /* bottom: 100px; */
    left: 30px;
    top: 100px;
    right: 30px;
}

.soumission-block .actions {
    text-align: right;
    margin-top: 58px;
}

 .soumission-block .tab-help {
    font-weight: bold;
    margin: 10px 0px;
    color: #ddff38;
    opacity: 0.8;
    font-size: 1.8vw;
}

/* Left menu quote button (Soumission) */
#left-nav .menu-items .menu-item.quote { opacity: 1; }
#left-nav .menu-items .menu-item.quote a.quote-btn {
    display: inline-block;
    background-color: #3a3b2c; /* brand dark */
    color: var(--brand-on-primary, #ffffff);
    border-radius: 8px; /* rectangular corners */
    padding: 8px 14px;
    margin: 8px 0 12px 0;
    text-decoration: none;
    animation: dec-quote-soft-pulse 5s ease-in-out infinite;
    will-change: background-color, box-shadow;
}
#left-nav .menu-items .menu-item.quote a.quote-btn:hover {
    filter: brightness(1.06);
    animation-play-state: paused;
}
@keyframes dec-quote-soft-pulse {
    0%, 100% {
        background-color: #3a3b2c;
        box-shadow: 0 0 0 0 rgba(133,135,92, 0.0); /* brand olive glow off */
    }
    50% {
        background-color: #565746; /* stronger but still brand-safe */
        box-shadow: 0 0 12px 2px rgba(133,135,92, 0.35); /* soft olive glow */
    }
}
@media (prefers-reduced-motion: reduce) {
    #left-nav .menu-items .menu-item.quote a.quote-btn { animation: none; }
}

.soumission-block .add-files .uploads .upload {
    border:none;
    box-shadow: none;
}

.soumission-block .add-files .uploads .upload h2 {
    color: white;
    font-size: 1vw;
}

.soumission-block .add-files .uploads .upload .update-progress {
    color: white;
    opacity: 0.6;
}

.soumission-block .add-files .uploads .upload .update-progress .mfubarinner {
    background-color: white;
}

.soumission-block .add-files .uploads .upload .response {
    color:white;
    opacity: 0.7;
}

.soumission-block .add-files .uploads .status-light.success {
    border-color: var(--brand-primary, #85875C);
}

.soumission-block .add-files .add-files-btn-trick label {
    background-color: var(--brand-primary, #85875C);
    color: var(--brand-on-primary, #ffffff);
    padding: 11px 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.soumission-block .line {
    border-bottom: 1px solid #272424;
    color: #fff;
    opacity: 0.8;
}

.soumission-block .line:last-child {
    border:none
}

.soumission-btn {
    padding: 10px 18px;
    background-color: var(--brand-primary, #85875C);
    display: inline-block;
    border-radius: 25px;
}

.page-footer {
    position: relative;
    width: 100%;
    padding: 196px 0px 70px 0px !important;
}

.page-footer .page-foot-pad {
    width: 60vw;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    text-align: center;
}

.page-footer .footer-logo {
    width: 111px;
    display: inline-block;
}

.page-footer .addr {

}

.page-footer .addr h3 {
    font-size: 1.5vw;
    line-height: 1.9vw;
    margin: 0px;
}

.page-footer .addr p {
    font-size: 1.1vw;
    line-height: 1.4vw;
    margin: 0px;
}

.page-footer .footer-logo {
    width: 46px;
    display: inline-block;
    margin-top: -111px;
}

.page-footer .building {
    opacity: 0.6;
}

.page-footer #foot-dec {
    position: absolute;
    left: 71px;
    top: 7px;
    color: white;
}

.splash-btn {
    background-color: #000;
    display: inline-block;
    border-radius: 17px;
    color: white;
    padding: 4px 18px;
}

.splash-btn span {
    position: relative;
    top: -2px;
    margin-right: 6px;
}

.splash-btn a {
    color: white;
    text-decoration: none;
    opacity: 0.8;
}

.header {
    margin: 0 auto;
    position: relative;
}

.nlogo {
    text-decoration: none;
    font-family: 'Poppins';
    font-size: 31px;
}

.nlogo:after {
    content: "";
    position: relative;
    display: inline-block;
    /*border-bottom: 5px solid rgb(226, 252, 81);*/
    width: 125px;
    top: -11px;
    z-index: -1;
}

.nlogo:before {
    background-image: url(/decoupe.ca/static/imgs/decoupe_ca-logo.svg);
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: cover;
    position: absolute;
    margin-left: -75px;
    border-radius: 8px;
    margin-top: -7px;
}

.nlogo.home:before {
    background-image: url(/decoupe.ca/static/imgs/decoupe-logo-white.png);
    width: 44px;
    height: 44px;
    margin-left: -58px;
    margin-top: -5px;
    border-radius: 0px;
}

.nlogo.helloworld:before {
    background-image: url('/decoupe.ca/static/imgs/decoupe_ca-logo.png');
    width: 29px;
    height: 29px;
    margin-left: -58px;
    margin-top: -5px;
    border-radius: 0px;
}

.nlogo a {
    text-decoration: none;
}

.site-title {
    font-family: 'Poppins';
    position: absolute;
    left: 34px;
    font-size: 8vw;
    width: 41vw;
    top: 40%;
    line-height: 6.4vw;
    font-weight: normal;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: -.2vw;
    padding: 0px;
    margin: -40px 0px 0px 0px;
}

.site-title span {
    display: inline-block;
    position: relative;
}

.site-title span:after {
    content: "";
    position: absolute;
    display: inline-block;
    /*border-bottom: 13px solid rgb(226, 252, 81);*/
    width: 100%;
    bottom: 7px;
    left: 0px;
    z-index: -1;
}

.tag-line {
    width: 100%;
    text-transform: uppercase;
    left: 50%;
    top: 42%;
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: bold;
    font-size: 2vw;
    /* margin-top: 2vw; */
    padding-top: 12vw;
    margin: 0;
}

.home-big-button {
    position: absolute;
    font-size: 15px;
    background-color: black;
    color: white;
    padding: 15px 23px;
    letter-spacing: 0.03em;
    border-radius: 37px;
    left: 50%;
    top: 58%;
    transform: translateX(-50%); 
    font-weight: bold;
}

.home-big-button a {
    color: #fff
}

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

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

.cie_logo,
#cie_logo {
    width: 65px;
    position: absolute;
    margin-left: 64px;
    top: 25px;
    z-index: 10;
    left: 35px;
    cursor: pointer;
}

.cie_logo.home,
#cie_logo.home {
    margin-left: 18px;
    top: 4vh;
    left: 50%;
    transform: translateX(-50%);
    color: white;
}

.cie_logo.home a,
#cie_logo.home a {
    color: white;
    letter-spacing: -.02em;
    font-size: 20px;
    line-height: 19px;
    opacity: 0.8;
}

.cie_logo img,
#cie_logo img {
    border-radius: 10px;
}

.master-tagline {
    position: absolute;
    left: 50%;
    color: white;
    z-index: 10;
    font-size: 2.1vw;
    width: 26vw;
    text-align: center;
    transform: translateX(-50%);
    top: 9vh;
    line-height: 3.9vw;
    opacity: 0.8;
}

.seo-tagline {
    position: absolute;
    top: 93vh;
    font-size: 9px;
    color: white;
    opacity: 0.3;
    left: 2vw;
}

.email-info {
    position: fixed;
    top: 14px;
    right: 18px;
    color: white;
    z-index: 10;
    font-size: 12px;
    opacity: 0.4;
}

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

.gallery span {
    font-size: 18px;
    font-weight: normal;
    font-weight: 100;
    color: #555;
}

.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: 109px;
    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%);
}

body.page-helloworld .page-content.cie-projects.project-page  {


}

.project-page .projects_items {
    width: 100%;
}

/* index */
.index-frame {
    position: relative;
    height: unset;
    width: 100%;
    max-width: 2000px;
    margin: 0;
    top: 0px;
    background-color: #efefef;
    box-shadow: 2px -1px 13px rgb(0 0 0 / 12%);
}

.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: 'Poppins';
    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;
}

.home-blocks {
    position: absolute;
    background-color: white;
    width: 100%;
    top: 91%;
    left:0px
}

.home-blocks .home-block {
    position: relative;
    display: inline-block;
    height: 600px;
    width: 100%;
    border-bottom: 1px solid #efefef;
    padding: 0px 0px 0px 0px;
    box-shadow: 2px -1px 13px rgb(0 0 0 / 12%);
    overflow: hidden;
    margin-top: 0
}

.home-blocks .home-block.gradient {
    background: rgb(242,244,253);
    background: linear-gradient(0deg, rgba(242,244,253,1) 0%, rgba(255,255,255,1) 100%);
}

.home-blocks .home-block.dark-grey {
    background-color: #262a2d;
}

.home-blocks .home-block.dark-grey h2,
.home-blocks .home-block.dark-grey p  {
    color:#efefef
}

.home-blocks .home-block.dark-grey p {
    opacity: 0.7;
    width: 100%;
}


.home-blocks .home-block.dark-grey .home-btn span {
}

.home-blocks .home-btn a {
    color: #fff;
    text-decoration:none
}

.home-blocks .home-block .home-block-left {
    width: 400px;
    position: absolute;
    left: 29%;
    transform: translate(-50% , -50%);
    top: 50%;
    z-index: 1;
}


.home-blocks .home-block .home-block-left.half-top {
    top:27%
}

.home-blocks .home-block.block-center .home-block-left {
    text-align: center;
    left: 50%;
    top: 45%;
    width: 45%;
}

.home-blocks .home-block.block-center .home-block-left .home-block-title h2 {
    font-size: 6vw;
    width: 100%;
    line-height: 5.7vw;
}

.home-blocks .home-block.block-center .home-block-left .home-block-title p {
    width: 81%;
    margin: -34px auto 35px auto;
    font-size: 1.6vw;
}

.home-blocks .home-block .home-block-left .home-block-title {

}

.home-blocks .home-block .home-block-left .home-block-title img {
    width: 65px;
    margin-bottom: -10px;
}

.home-blocks .home-block .home-block-left .home-block-title h2 {
    font-family: 'Poppins';
    font-size: 4.1vw;
    letter-spacing: -0.09vw;
    width: 28vw;
    line-height: 4vw;
    margin-top: 10vh;
    position: relative;
}

.home-blocks u {

}



.home-blocks .home-block .home-block-left .home-block-title p {
    margin-top: -12px;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 1.3vw;
    opacity: 0.8;
    width: 23vw;
}

.home-blocks .home-block .home-block-left .home-block-title span {
    display: inline-block;
    position: relative;
}

.home-blocks .home-block .home-block-left .home-block-title span:after {
    content: "";
    position: absolute;
    display: inline-block;
    border-bottom: 5px solid rgb(226, 252, 81);
    width: 100%;
    left: 0px;
    bottom: 3px;
    z-index: -1;
}

.home-blocks .home-block.salmon h2 {
    color: #f5937c;
}

.home-blocks .home-block.salmon p {
    color: #f5937c;
}

.home-blocks .home-block.salmon .home-btn {
    background-color: #f5937c;
    border-color: #f5937c;
    color: #110625;
}

.home-blocks .home-block.salmon .home-btn a {
    color: #110625;
}

.home-blocks .home-block.salmon .home-btn-project {
    background-color: #110625;
    border-color: #110625;
    color: #f5937c
}

.home-blocks .home-block.salmon .home-btn-project a {
    color: #f5937c
}


.home-blocks .home-block.pale-blue h2 {
    color: #93ccff;
}

.home-blocks .home-block.pale-blue p {
    color: #93ccff;
}

.home-blocks .home-block.pale-blue .home-btn {
    background-color: #93ccff;
    border-color: #93ccff;
    color: #110625;
}

.home-blocks .home-block.pale-blue .home-btn a {
    color: #110625;
}

.home-blocks .home-block.pale-blue .home-btn-project {
    background-color: #110625;
    border-color: #110625;
    color: #93ccff
}

.home-blocks .home-block.pale-blue .home-btn-project a {
    color: #93ccff
}

.home-blocks .home-block.lime-green h2 {
    color: #d5e9a5
}

.home-blocks .home-block.lime-green p {
    color: #d5e9a5;
}

.home-blocks .home-block.lime-green .home-btn {
    background-color: #d5e9a5;
    border-color: #d5e9a5;
    color: #110625;
}

.home-blocks .home-block.lime-green .home-btn a {
    color: #110625;
}

.home-blocks .home-block.lime-green .home-btn-project {
    background-color: #110625;
    border-color: #110625;
    color: #d5e9a5
}

.home-blocks .home-block.lime-green .home-btn-project a {
    color: #d5e9a5
}



.home-blocks .home-block.pale-yellow h2 {
    color: #ffe0b9
}

.home-blocks .home-block.pale-yellow p {
    color: #ffe0b9
}

.home-blocks .home-block.pale-yellow .home-btn {
    background-color: #ffe0b9;
    border-color: #ffe0b9;
    color: #110625;
}

.home-blocks .home-block.pale-yellow .home-btn a {
    color: #110625;
}

.home-blocks .home-block.pale-yellow .home-btn-project {
    background-color: #110625;
    border-color: #110625;
    color: #ffe0b9
}

.home-blocks .home-block.pale-yellow .home-btn-project a {
    color: #ffe0b9
}



.home-blocks .home-block.bright-green h2 {
    color: #eaed64
}

.home-blocks .home-block.bright-green p {
    color: #eaed64;
}

.home-blocks .home-block.bright-green .home-btn {
    background-color: #eaed64;
    border-color: #eaed64;
    color: #110625;
}

.home-blocks .home-block.bright-green .home-btn a {
    color: #110625;
}

.home-blocks .home-block.bright-green .home-btn-project {
    background-color: #110625;
    border-color: #110625;
    color: #eaed64
}

.home-blocks .home-block.bright-green .home-btn-project a {
    color: #eaed64
}





.home-blocks .home-block .home-block-actions {
    margin-top: 30px;
}

.page-foot {
    width: 100%;
    background-color: #fbfbfb;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
}

.page-foot .page-foot-pad {
    padding: 120px 50px;
    display: inline-block;
    width: 100%;
    max-width: 800px;
}

.page-foot .addr {
    vertical-align: top;
    text-align: left;
}

.page-foot .addr h3 {
    margin-top: 0px;
    margin-bottom: 5px;
}

.page-foot .addr p {
    margin: 2px 0px;
    line-height: 18px;
    color: #757575;
    font-weight: bold;
    font-size: 15px;
}

.page-foot .img {
    position: relative;
}

.page-foot #foot-dec {
    font-weight: bold;
    font-size: 22px;
    position: absolute;
    left: 16px;
    top: 9px;
}

.page-foot .footer-logo {
    position: relative;
    display: inline-block;
    width: 150px;
    /* border-radius: 10px; */
    height: 230px;
}

.page-foot .footer-logo img {
    border-radius: 15px;
    box-shadow: 16px 20px 8px #e9e9e98f;
}

.home-btn-project,
.home-btn {
    border: 2px solid #000;
    display: inline-block;
    padding: 6px 21px 7px 40px;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    background-color: #121212;
    color: #FFF;
    border-radius: 8px;
    letter-spacing: 0.04em;
    border-radius:40px;
    margin-bottom: 10px;
}

.home-btn-project span,
.home-btn span {
    border-right: none;
    padding: 2px;
    position: absolute !important;
    left: 13px;
    padding-right: 5px;
    font-family: 'Poppins';
    font-size: 17px;
    margin-top: -6px;
}

.home-btn.white {
    border-color:#FFF;
    color:#FFF
}

.home-btn-project:hover,
.home-btn:hover {
    background-color: #000;
    color:#FFF
}

.home-btn-project {
    background-color: #efefef;
    color:#ccc;
    border-color: #efefef;
}

.home-btn-project a {
    display: inline-block;
    text-decoration: none;
}

.home-blocks .home-block .home-block-left .home-block-title span:after {

}

.home-blocks .home-block .home-block-center,
.home-blocks .home-block .home-block-right {
    left: 40%;
    position: relative;
    transform: translate(5%, -50%);
    top: 35%;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.home-blocks .home-block.block-center .home-block-right {
    position: absolute;
    bottom: 0px;
    top: unset;
    transform: translate(0px, 0px) !important;
    opacity: 0.9 !important;
    
}

.home-blocks .home-block.block-center .home-block-right img {
    width: 100%;
}

.home-blocks .home-block.block-center .home-block-right .img-labels {
    position: absolute;
}

.home-blocks .home-block.full .home-block-right {
    left:0px;
        
    transform: translate(0%, -50%);
}

.home-blocks .home-block.bg .home-block-right {
    opacity: 0.3;
}


.home-blocks .home-block .home-block-right img {
    width: auto;
    max-width: unset;
    position: relative;
}



.home-blocks .home-block .home-block-right .img-labels {

}

.home-blocks .home-block .home-block-right .img-labels .img-label {
    
}

.home-blocks .home-block .home-block-center {

}


.master-site {
    padding: 4px 29px;
    font-size: 5.6vw;
    font-weight: 900;
    font-family: 'Poppins';
    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: 0px;
    z-index: -1;
    right: 0px;
    top: 0px;
    bottom: 70px;
    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: #f7f7f7;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    opacity: 0;
    box-shadow: inset 0px -5px 6px #272727;
}

.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; */
    left: 50%;
    bottom: 135px;
    transform: translateX(-50%);
}

.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: ' ';
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

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

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

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

.page-content.project-page h1 {

}

.page-content .big-page-title {
    font-family: 'Poppins';
}

.section .section-content {
    border-radius: 8px;
    border-width: 2px;
}

.tab-step {

}

.tab-help {
    font-weight: bold;
    margin: 10px 0px;
}

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

.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.act .btn,
.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: 90px;
    padding: 0.5vw;
    border-radius: 3px;
    width: 24vw;
    position: relative;
    vertical-align: top;
    height: 30vh;
}

.projects-items:hover {

}

.tags .service-page-category-list, 
.projects-items .tags {
    position: absolute;
    bottom: 58px;
    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: normal;
    width: 100%;
    position: absolute;
    top: 100%;
    text-align: left;
    font-size: 88px;
    transform: translateY(10px);
    margin-top: 0px;
    text-decoration: none;
}

.projects-items:hover h3 {

}

.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;
    height: 150px;
}

.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: 'Poppins';
    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;
}

.projects_items .page-index {
    display: inline-block;
    height: 72px;
    text-align: left;
    margin-bottom: 117px;
    width: 100%;
    border: 1px solid #dddddd;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin-top: -32px;
    max-width: 1400px;
}

.projects_items .page-index .content-box.box {
    background-color: white;
    margin-bottom: 6px;
}

.projects_items .page-index .bubble-holder {
    padding: 0px 7px;
}