
body {
    overflow-x: hidden;
}

.accent-color {
    color: #0058ff;
}

.cine-btn {
    cursor: pointer;
}

.image-actions {
    display: none;
}

.aux-image {
    transition: all 500ms;
}

.worker:after {
    content: "";
    position: relative;
    display: inline-block;
}


.image-editor .col.img-main canvas {
    max-width: 100%;
}

.worker.working:after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 15px;
    background-image: url(/cinedesign.ca/static/imgs/28.gif);
    background-size: 33%;
    background-color: #efefef;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.9;
}

.cine-btn.mini {
    padding: 3px 8px;
    font-size: 12px;
    font-family: 'Gg';
    font-weight: normal;
    letter-spacing: -.004em;
    border-radius: 5px;
    background-color: white;
    box-shadow: 1px 2px 1px #dddddd66;
}

#use-this {
    text-align: right;
    width: 97%;
}

.page-bg {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(0deg, rgba(10,10,10,1) 0%, rgba(0,0,0,1) 100%);
    z-index:-1;
    opacity: 0.6;
    transition: all 500ms;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.page-bg.in-loading {
    opacity: 0.9;
}

#catalog-loading {
    position: absolute;
    width: 500px;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms;
}

#catalog-loading.in-loading {
    opacity: 1;
    top: 50%;
}

#catalog-loading h3 {
    font-family: 'Gg';
    font-weight: normal;
    text-align: center;
    font-size: 14px;
}

#catalog-loading h3:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 12px;
    height: 12px;
    background-color: var(--brand-primary, #85875C);
    border-radius: 20px;
    margin-right: 10px;
}

.catalog-holder {
    width: 80%;
    opacity: 1;
    transition: all 500ms;
    font-family: 'Gg';
    margin-top: 30vh;
    max-width: 1250px;
    min-width: 900px;
}

.catalog-holder.in-loading {
    opacity: 0;
    margin-top:0vh
}

.catalog-holder .catalog-boxes {
    background-color: white;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #e1e1e1;
    box-shadow: 1px 1px 2px #ebebeb;
    margin-bottom:30px;
    width: 96%;
}

.catalog-holder .catalog-boxes h2 {
    font-family: 'Ggb';
    font-size: 30px;
    letter-spacing: -.03em;
    line-height: 30px;
    margin-top: 9px;
}

.catalog-holder .catalog-boxes h4 {
    font-weight: normal;
    margin-bottom: 0px;
    opacity: 0.7;
}

.cat-box {
    position: relative;
    background-size: 61%;
    background-repeat: no-repeat;
    background-position: center 16%;
}

.cat-box.text-box {
    position: relative;
    left: 10px;
}

.cat-box.product-box {
    min-height: 215px;
    background-color: #f7f7f7;
    border-radius: 15px;
    margin-left: 8px;
    cursor: pointer;
}

.cat-box .p-category {
    font-family: 'Gg';
    opacity: 0.8;
    position: absolute;
    bottom: 60px;
    width: 90%;
    left: 10%;
    font-size: 13px;
    color: #d6d6d6;
}

.cat-box .p-name {
    font-family: 'Ggb';
    position: absolute;
    top: 160px;
    width: 88%;
    left: 10%;
    font-size: 16px;
    line-height: 17px;
    color: #f0f0f0;
}

/* decoupe catalog: place date/status neatly at the top-left inside each tile */
.catalogv2 .cat-box .p-date {
    position: absolute;
    top: 10px;
    left: 14px;
    font-family: 'Gg';
    font-weight: normal;
    font-size: 11px;
    opacity: 0.8;
    color: #d0d0d0;
}
.catalogv2 .cat-box .p-status {
    position: absolute;
    top: 26px;
    left: 14px;
    font-family: 'Ggb';
    font-size: 12px;
    letter-spacing: -.01em;
    opacity: 0.95;
    color: #f4f4f4;
}

.cat-box .open-me {
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: #ccc;
    z-index: 1;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    text-align: center;
}

.cat-box .open-me img {
    width: 20px;
    position: relative;
    top:2px;
    opacity: 0.5;
}

.tabs {

}

.tabs .tab-header {
    margin-top: 6px;
}

.tabs .tab-header .tab-menu {
    display: inline-block;
    font-family: 'Ggb';
    opacity: 0.5;
    transition: all 500ms;
    margin-left: 10px;
    padding: 0px 0px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.tabs .tab-header .tab-menu.active {
    opacity: 1;
    border-bottom: 2px solid #000;
}

.tabs .tabs-content {
    position: relative;
    min-height: 650px;
    margin-top: 18px;
}

.tabs .tabs-content .tabs-each {
    position: relative;
    width: 100%;
    opacity: 0;
    transition: all 500ms;
    display: none;
}

.tabs .tabs-content .tabs-each.active {
    opacity: 1;
}

.tabs .tabs-content .tabs-each .cat-box.product-box {
    min-height: 318px;
    margin: 0 -3px;
    border: 6px solid #111; /* dark frame spacing */
}

.tabs .tabs-content .tabs-each .cat-box .p-name {
    top: 249px;
}

.tabs .tabs-content .tabs-each .cat-box {
    background-size: 85%;
    background-position: center 38%;
}

.tabs .tabs-content .tabs-each .cat-box.no-image {
    background-size: 53%;
}

.nav-header.catalogv2 .logo-holder {

}

.nav-header.catalogv2 {
    height: 66px;
    text-align: left;
    position: absolute;
    right: 17px;
    top: 0px !important;
    z-index: 1;
    left: 0px;
    opacity: 1;
    transition: all 500ms;
}

.nav-header.in-loading {
    opacity: 0;
}

.nav-header.catalogv2 .logo-holder {
    width: 85px;
    left: 17px;
}
/* decoupe header logo (image only) */
.nav-header.catalogv2 .logo-holder.decoupe { width: auto; left: 17px; }
.nav-header.catalogv2 .logo-holder.decoupe img { height: 60px; display: block; }

.nav-header.catalogv2 .logo-holder.white span {
    color: #000;
    font-size: 14px;
}

.nav-header.catalogv2 .logo-holder span.design {
    position: absolute;
    top: 30px;
    right: 6px;
}

.nav-header.catalogv2 .logo-holder span.cine {
    position: absolute;
    top: 17px;
    left: 1px;
}

.nav-header.catalogv2 .left-part {
    position: absolute;
    top: 0px;
    right: 16px;
    width: 80%;
    text-align: right;
}

.cat-title {
    text-align: center;
    font-size: 6vw;
    letter-spacing: -0.02em;
    font-family: 'Ggb';
}

#product-holder-hover .cine-btn.with-icon,
.nav-header.catalogv2 .left-part .cine-btn.with-icon {
    
    background-color: #FFF;
    border-radius: 10px;
    font-family: 'Gg';
    font-size: 12px;
    padding: 8px 15px;
    letter-spacing: -.003em;
    box-shadow: 1px 1px 5px color(srgb 0.86 0.86 0.86 / 0.22);
    position: relative;
    text-transform: capitalize;
    border:1px solid #efefef
}

#product-holder-hover .image-editor .cine-btn.useme.with-icon {
    position: absolute;
    right: 17px;
    top: 6px;
    z-index: 10;
}

#product-holder-hover .cine-btn.mini.with-icon:before {
    left:7px
}


#product-holder-hover .cine-btn.with-icon:before,
.nav-header.catalogv2 .left-part .cine-btn.with-icon:before {
    content: "";
    position: absolute;
    display: inline-block;
    background-size: cover;
    width: 20px;
    height: 20px;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
}

.cine-btn.with-icon.save-icon:before,
.cine-btn.with-icon.icon-save:before {
    background-image: url(/cinedesign.ca/static/imgs/save.svg);
}

.cine-btn.with-icon.icon-print:before {
    background-image: url(/cinedesign.ca/static/imgs/prit.svg);
}

.cine-btn.with-icon.rem-bg:before {
    background-image: url(/cinedesign.ca/static/imgs/bg.svg);
}

.cine-btn.with-icon.icon-del:before,
.cine-btn.with-icon.del-icon:before {
    background-image: url(/cinedesign.ca/static/imgs/del.svg);
}



.nav-header.catalogv2 .left-part h5 {
    display: inline-block;
    font-family: 'Ggb';
    font-size: 19px;
    letter-spacing: -.03em;
    margin: 0px 15px;
    vertical-align: middle;
}

.nav-header.catalogv2 .left-part h6 {
    font-family: 'Gg';
    font-weight: normal;
    opacity: 0.6;
    font-size: 11px;
    margin: 3px 4px;
}

.page-blocker.pink.sub {
    background-color: rgba(235, 235, 235, 0.45);
}

.options .option {
    font-family: 'Ggb';
    font-weight: bold;
}


.options .option:hover {
    background-color: rgb(203 203 203 / 25%);
}

#popup-blocker {
    background-color: rgb(239 239 239 / 88%);
}

.cinedesisgn-popup {
    width: 400px;
}
.popup-pad {

}

.popup-pad h2 {
    font-family: 'Ggb';
}

.popup-pad .table {
    font-size: 14px;
    font-family: 'Gg';
    font-weight: normal;
}

.cinedesisgn-popup .popup-pad .popup-actions .cine-btn {
    background-color: white;
    border-radius: 9px;
    border: 1px solid #efefef;
    font-family: 'Ggb';
    letter-spacing: 0px;
    font-size: 13px;
    text-indent: 30px;
    position: relative;
}

.cinedesisgn-popup .popup-pad .popup-actions .cine-btn.cancel:before,
.cinedesisgn-popup .popup-pad .popup-actions .cine-btn.accept:before {
    content: "";
    position: absolute;
    display: inline-block;
    background-size: cover;
    width: 20px;
    height: 20px;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
}

.cinedesisgn-popup .popup-pad .popup-actions .cine-btn.accept:before {
    background-image: url(/cinedesign.ca/static/imgs/save.svg);
}

.cinedesisgn-popup .popup-pad .popup-actions .cine-btn.cancel:before {
    background-image: url(/cinedesign.ca/static/imgs/del.svg);
}

#close-hover {
    position: absolute;
    right: 10px;
    background-color: rgb(224 224 224 / 32%) !important;
    cursor: pointer;
    z-index: 2;
    top: 7px;
    font-family: 'Poppins';
    font-weight: bolder;
    right: 15px;
    transition: all 500ms;
}

#close-hover:hover {
    background-color: rgb(224 224 224 / 100%) !important;
}

#product-holder-hover {
    z-index: 1;
}

#product-holder-hover {

}

#product-holder-hover .buffer {
    width: 900px;
    margin: 0 auto;
    top: 45%;
    position: relative;
    min-height: 600px;
    border: 1px solid #efefef;
    padding: 21px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 1px 1px 7px #dfdfdf38;
    max-height: 80%;
    overflow: hidden;
    transform: translateY(-50%);
}

#product-holder-hover .buffer.new-product {


}

.pro-action {
    text-align: right;
    position: absolute;
    right: 60px;
    bottom: 49px;
}

#product-holder-hover .buffer .page-frame {
    border-radius: 15px;
    display: inline-block;
    vertical-align: top;
}

.page-edit {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    padding: 20px;
    overflow-x: hidden;
}

.dummy-image,
#product-holder-hover .buffer .page-frame .image-editor {
    padding: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #efefef;
    border-radius: 20px;
    width: 520px;
    bottom: 40px;
    box-shadow: 1px 0px 12px rgb(205 205 205 / 22%);
    border: 1px solid rgb(231 231 231 / 76%);
}

.image-editor .col {
    min-height: 377px;
    background-size: 68%;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #efefef;
    background-color: #efefef;
    border-top: 6px solid #FFF;
    border-radius: 19px;
    border-bottom: 6px solid #FFF;
    border-left: 4px solid #FFF;
    border-right: 4px solid #FFF;
    position: relative;
}

.image-editor .col.img-main {
    position: absolute;
    background-color: transparent;
    border: none;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 0px;
    top: 0px;
}


.image-editor .col.img-edited {
    position: absolute;
    width: 180px;
    height: 160px;
    min-height: unset;
    bottom: 20px;
    right: 23px;
}

#product-holder-hover .buffer  .pro-edit-title {
    display: none;
}

#product-holder-hover .buffer .page-frame h2 {
    font-family: 'Ggb';
    font-size: 40px;
    text-indent: 5px;
    font-weight: bold;
    margin: 24px 0px 18px 0px;
    text-transform: capitalize;
    line-height: 47px;
    letter-spacing: -.02em;
    text-indent: -2px;
    max-width: 80%;
}

#product-holder-hover .buffer .pro-edit-fields {
    border: 1px solid #efefef;
    border-radius: 15px;
}

#product-holder-hover .buffer .page-frame .field-input {
    background-color: rgb(239 239 239 / 35%);
    border-radius: 10px;
    margin: 4px 0px;
    position: relative;
    left: -7px;
    cursor: pointer;
}

#product-holder-hover .buffer .page-frame .field-input:hover {
    background-color: rgb(239 239 239 / 75%);
    transition: all 500ms;
}

#product-holder-hover .prev-versions {
    border: 1px solid #efefef;
    padding: 10px;
    border-radius: 15px;
}

#product-holder-hover .prev-versions .prev-img {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: 60%;
    border: 1px solid #efefef;
    border-radius: 5px;
    background-color: #efefef;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer
}



.catalogv2 .box-resumer {
    display: none;
}

.catalogv2 .box-pro {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    z-index: 0;
}

.catalogv2 .dummy-image {

}

.catalogv2 .col-fields {
    float: right;
}

.catalogv3 .logo-holder {
    position: fixed;
    right: 10px;
    bottom: -11px;
    left: unset;
}

.catalogv2 #product-holder-hover .new-product {

}

.catalogv2 .fields-holder {
    max-width: 322px;
    display: inline-block;
}

.tabs .tabs-content .tabs-each .cat-box.product-box {

}

.catalogv2 .cat-title {
    display: none;
}

.catalogv2 .box-pro .col25 {
    background-color: transparent !important;
    border:none !important
}

.catalogv2 .tabs .tab-header {
    position: fixed;
    left: 0px;
    z-index: 10;
    bottom: 0px;
    background-color: var(--brand-primary, #85875C);
    color: #efefef;
    right: 0px;
    height: 43px;
    border-top: 1px solid #4f5837;
    line-height: 19px;
    box-shadow: inset 0px 3px 11px #00000040
}

.catalogv2 .tabs .tab-settings {
    position: fixed;
    bottom: 0px;
    right: 10px;
    width: 249px;
    z-index: 10;
    height: 43px;
    text-align: right;
}

.catalogv2 .tabs .tab-settings .tab-menu {
    background-color: rgba(10, 10, 10, 0.73);
    padding: 1px 12px;
    border-radius: 38px;
    font-size: 13px;
    margin-top: 10px;
    display: inline-block;
    font-family: 'Ggb';
    opacity: 0.8;
    transition: all 500ms;
    margin-left: 10px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    color: var(--brand-on-primary, #ffffff);
    border: 1px solid rgba(255,255,255,0.08);
}

.catalogv2 .nav-header.catalogv2 {
    z-index: 7;
}

.catalogv2 .image-options {
    position: absolute;
    bottom: 9px;
    line-height: 13px;
    left: 16px;
}

.catalogv2 .image-editor .image-options {
    bottom: 9px;
    left: 16px;
}

.catalogv2 .image-options label {
    position: relative;
    top: -3px
}

.catalogv2 .pro-pad {
    background-color: #222; /* dark cards */
    border-radius: 15px;
    position: absolute;
    width: 96%;
    height: 90%;
    left: 2%;
    background-size: 63%;
    background-position: center 31%;
    background-repeat: no-repeat;
}
/* ensure text overlays render above background */
.catalogv2 .pro-pad .p-date,
.catalogv2 .pro-pad .p-status,
.catalogv2 .pro-pad .p-category,
.catalogv2 .pro-pad .p-name { z-index: 2; }

.catalogv2 .tabs .tabs-content {
    margin-top: 76px;
}

.catalogv2 .tabs .tabs-content .tabs-each .cat-box .p-name {
    top: 230px;
}

.catalogv2 .page-bg {
    background-image: url('/cinedesign.ca/static/imgs/pdf/icon.jpg');
    opacity: 0.5;
}

.catalogv2 .tabs .tab-header .tab-menu {
    background-color: #212121;
    padding: 1px 12px;
    border-radius: 38px;
    font-size: 13px;
    margin-top: 10px;
}

.catalogv2 .buffer {
    width: unset;
    left: 15px;
    right: 15px;
    max-width: 2000px;
}


.catalogv2 .page-frame {
    max-width: 569px;
    display: inline-block;
    vertical-align: top;
}

.catalogv2 .page-frame.frame-images {
    width: 66%;
}

.catalogv2 .page-frame.frame-product {
    width: 36%;
    margin-left: -2%;
}

.db-table {
    border: 1px solid #efefef;
    border-radius: 15px;
    font-family: 'Gg';
    font-size: 13px;
    font-weight: normal;
}

h2.db-table-title {
    text-indent: 11px;
    font-family: 'Ggb';
    font-size: 31px;
    text-transform: capitalize;
    letter-spacing: -.02em;
    margin: 3px 0px 22px 0px;
}

.db-table .db-table-header {
    font-family: 'Ggb';
    font-weight: bold;
    border-bottom: 1px solid #efefef;
    background-color: #f9f9f9;
}

.db-table .db-table-header .db-table-header-each {
    border-right: 1px solid #efefef;
    margin:0 -2px;
    text-indent: 14px;
    padding: 8px 0px;
    text-transform: capitalize;
}

.db-table .db-table-header .db-table-header-each:last-child {
    border-right: none;
}

.db-table .db-table-line {
    border-bottom: 1px solid #efefef;
    
}

.db-table .db-table-line:last-child {
    border-bottom: none;
}


.db-table .db-table-line .col {
    border-right: 1px solid #efefef;
    margin: 0 -2px;
    text-indent: 14px;
    padding: 8px 0px;
}

.db-table .db-table-line .col:last-child {
    border-right: none
}


.db-table {
    
}


#product-holder-hover .cine-btn.red {
    background-color: #fff5ea;
    border: 1px solid #efccb2;
    color: #3d2a1c;
}

.box-image-header {
    background-image: url(/cinedesign.ca/static/imgs/prit.svg);
    width: 100%;
    height: 88px;
    margin: 13px auto;
    background-color: #fff9ed;
    border-radius: 15px;
    position: relative;
    top: -11px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.9;
    background-size: 23%;
    margin-bottom: 0
}

#product-holder-hover .cus-select:after {
    bottom: 4px
}

#product-holder-hover .cine-btn.green {

    background-color: #f3fff3;
    border: 1px solid #d2e7d2;
    color: #1c3b1c;
}

.buffer-pdf .cus-select input {
    width: 100%;
    left: -38px;
    position: relative;
}

.buffer-pdf {
    position: absolute;
    right: 20px;
    top: 57px;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    width: 263px;
    min-height: 500px;
}

.buffer-pdf .print-box {
    max-width: 265px;
    position: relative;
}

.buffer-pdf .print-box h2 {
    font-family: 'Ggb';
    font-size: 18px;
    margin: 14px 0px 12px 0px;
}

.print-box .pdf-print-line {
    font-size: 12px;
    border: 1px solid #efefef;
    background-color: #fbfbfb;
    border-radius: 10px;
    padding: 6px 9px;
}

.print-box .pdf-print-line .cine-btn.with-icon {
    margin: 2px 1px !important;
    opacity: 0.6;
    padding: 5px 10px !important;
}

.print-box .pdf-print-line .cine-btn.with-icon.active {
    opacity: 1;
}




input,
textarea,
select,
body {
    font-family: 'Poppins', 'Avenir Next Semi', 'Rubik', sans-serif;
    overflow-x: hidden;
    background-color: #fff;
}

@media print {
    .hidden-print {
        display: none !important;
    }
}


@font-face {
	font-family: 'NikkeiMaru';
	src: url('/cinedesign.ca/static/fonts/PPNikkeiMaru-Light.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Borel';
	src: url('/cinedesign.ca/static/fonts/Backstreet.woff2') format('woff2');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Gg';
	src: url('/cinedesign.ca/static/fonts/gg.woff2') format('woff2');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Ggb';
	src: url('/cinedesign.ca/static/fonts/Ggb.woff2') format('woff2');
	font-weight: 200;
	font-style: normal;
}

.pure-black {
    color:#000
}

.main {
    overflow-x: hidden;
}

#bullets {
    position: fixed;
    right: 15px;
    top: 50%;
    z-index: 10;
    width: 15px;
    display: inline-block;
    padding: 4px;
    transform: translateY(-50%);
    opacity: 0.3;
}

#bullets .each-bullet {
    width: 9px;
    height: 9px;
    border-radius: 20px;
    background-color: #e7e7e7;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #dfdfdf;
    margin: 2px 0
}

.cine-btn {
    background-color: #FF6D00;
    display: inline-block;
    padding: 10px 15px;
    font-size: 12px;
    font-family: 'Poppins';
    border-radius: 44px;
    letter-spacing: .06em;
    margin: 10px 0px;
}

.cine-btn.black {
    background-color: black;
    color:white
}

.cine-btn.grey {

}

.cine-btn.with-icon {
    text-indent: 23px;
}



.nav-bar-color {
    position: fixed;
    background-color: transparent;
    height: 8px;
    width: 100%;
    z-index:1;
}

.nav-header {
    height: 60px;
    text-align: center;
    position: fixed;
    width: 100%;
    top:30px;
    z-index:1 
    
}

.nav-header .logo-holder {
    width: 150px;
    display: inline-block;
    height: 60px;
    background-size: 97%;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding-top:7px
}


.nav-header .logo-holder span.cine {
    position: absolute;
    top: 3px;
    left: 1px;
}

.nav-header .logo-holder span.design {
    position: absolute;
    top: 26px;
    right: 8px;
}

.nav-header .logo-holder span {
    font-style: italic;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: -0.01em;
}

.nav-header .logo-holder.white span {
    color:white
}

.nav-header .logo-holder.black span {
    color:black
}

.pure-white {
    color:rgba(255, 255, 255, 0.8)
}

span.underline {
   position: relative;
   display: inline-block;
   z-index: 3;
}

span.underline:before {
    content: " ";
    position: absolute;
    display: inline-block;
    height: 6vh;
    border-bottom: 2.5vh solid #FF6D00;
    bottom: 0px;
    padding: 0px 7px;
    margin: 0px -1px;
    width: 100%;
    z-index: -1;
}

span.underline.yellow:before {
    border-bottom-color: #FEA82F;
}

span.underline.white:before {
    border-bottom-color: #fff;
}

.staff {
    color: white;
    width: 80%;
    margin: 0 auto;
    font-family: 'NikkeiMaru';
    top: 48vh;
    position: relative;
    vertical-align: top;
}

.staff .staff-item {
    color: #a3a3a3;
    width: 32%;
    text-align: center;
    vertical-align: top;
}

.staff h5 {
    font-family: 'Poppins';
    font-size: 20px;
    margin: 11px 0px;
    color: #fff;
    font-weight: bold;
}


.splash-text span.bold {
    font-family: 'Poppins';
    font-weight: bold;
    opacity: 1;
    
}

.extra-image {
    height: 100vh;
    position: absolute;
    width: 100%;
    top: 50%;
}

.prime-heading {
    position: absolute;
    width: 100%;
    top: 85px;
}

.prime-heading h1 {
    font-size: 62px;
    margin: 0px 30px;
    padding: 0px;
    line-height: 52px;
}

.prime-heading h1.center {
    text-align: center;
}

.prime-heading h1.white {
    color:white
}


.prime-heading h3 {
    position: relative;
    margin: 0px 39px;
    font-size: 33px;
    margin-bottom: -8px;
    opacity: 0.7;
}

.prime-heading h3.white ,
.splash-text span.white.bold {
    color:#fff
}

.splash-text span.black.bold {
    color:#000
}

.splash-text .big-text {
    font-size:45px
}

.half-centered .prime-heading {
    top: 30%;
}

.meta-image {
    position: absolute;
    z-index: 2;
    color: white;
    top: 54%;
    padding: 30px;
    z-index: 3;
    left: 20px;
    right: 20px;
}

.meta-image img {
    max-width: 100%;
}

.meta-image.border {
    border: 2px solid #ededed;
    border-radius: 20px;
    padding: 0px;
    margin: 0px 0;
    background-color: #f7f7f7;
    text-align: center;
}

.meta-image.small img {
    width: 100%;
}

.sepp {
    width: 100%;
    height: 41px;
    background-image: url(/cinedesign.ca/static/imgs/home/splash/sepp3.png);
    background-size: 192%;
    margin-top: -30px;
    z-index: 3;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
}

#commit {
    display: none;
}

.content {
    max-width: unset;
}

.hidden {
    display: none
}

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

span.transparent {
    opacity: 0;
}

.page-holder {
    position: absolute;
    width: 100%;
    height: 100%;
}

.page-holder .right-part,
.page-holder .left-part {
    position: absolute;
    display: inline-block;
    width: 60%;
    height: 100%;
}

.page-holder .right-part {
    left:60%;
    background-color: #efefef;
    width: 40%;
    text-align: center;
}

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

.fields-holder {
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    border: 1px solid #efefef;
    border-radius: 9px;
}

.fields-each {
    display: block;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #efefef;
}

.fields-each:last-child {
    border-bottom:none
}

.fields-each .title {
    font-size: 13px;
    text-indent: 10px;
    font-family: 'Ggb';
}

.vertical-center {
    position: relative;
    top: 43%;
    transform: translateY(-50%);
}

.dummy-image {
    border-radius: 15px;
    background-image: url(/cinedesign.ca/static/imgs/image-pale.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25%;
    position: relative;
}

.fields-each .field-input input,
.fields-each .field-input textarea {
    padding: 6px 0px;
    line-height: 0px;
    vertical-align: middle;
    border-radius: 36px;
    width: 100%;
    resize: none;
    border:none;
    background-color: transparent;
    outline:none;
    color:#000;
    left: -13px;
    font-family: 'Gg';
    position: relative;
    font-size: 13px;
}

.fields-each .field-input textarea {
    line-height: 16px;
    min-height: 140px;
    font-size: 12px;
}

.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;
}

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


.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;
}



#product-holder-hover {
    opacity: 0;
    display: inline-block;
    left: 0px;
    position: fixed;
    background-color: rgb(0 0 0 / 21%);
    right: 0px;
    bottom: 0px;
    top: 0px;
    display: none;
    transition: all 500ms;
}

#product-holder-hover .product-layout-holder {
    width: 900px;
    margin:0 auto
}

.buffer.new-product {

}

.buffer.new-product .cus-select {

}

#product-holder-hover .cus-select:after ,
.buffer.new-product .cus-select:after {
    bottom: 8px;
}

#product-holder-hover .cus-select input ,
.buffer.new-product .cus-select input {
    left: -38px;
    font-family: 'Gg';
    font-weight: normal;
    font-size: 14px;
    opacity: 0.7;
}

.buffer.new-product h2 {

}

.buffer.new-product h4 {
    font-family: 'Gg';
    font-weight: normal;
    margin: 0px 0px 10px;
    opacity: 0.7;
}

#nouveau-produit-image {
    background-size: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 15px;
    overflow: hidden;
}

.buffer.new-product .add-files {

}

label.invisible-label {
    display: inline-block !important;
    position: absolute !important;
    width: 92% !important;
    height: 97% !important;
    border-radius: 20px !important;
    background-color: transparent !important;
    top: 0px;
}






@media only screen and (max-width : 494px){

    .catalogv2 .image-editor .image-options {
        bottom: 9px;
        left: unset;
        right: 86px;
    }

    .catalog-holder .catalog-boxes {
        width: 94%;
    }

    .catalogv2 .tabs .tabs-content .tabs-each .cat-box.product-box {
        width: 100%;
    }

    .catalogv2 .tabs .tab-settings {
        display: none;
    }

    .dummy-image, #product-holder-hover .buffer .page-frame .image-editor {
        width: 100%;
        max-height: 32vh;
    }

    #product-holder-hover .cine-btn.mini.with-icon {
        padding: 3px 7px;
        z-index: 10;
        position: absolute;
        right: 130px;
        top: 11px;
    }

    .image-editor .col.img-main {
        min-height: unset;
        background-size: 36%;
        width: 87% !important;
        margin-left: -6%;
    }

    #product-holder-hover .buffer {
        width: 82%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        min-height: 84vh;
    }

    .image-editor .col.img-edited {
        position: absolute;
        width: 20vh;
        height: 14vh;
        min-height: unset;
        bottom: 20px;
        left: 20px;
    }

    #product-holder-hover .buffer.new-product .page-frame,
    .catalogv2 .page-frame.frame-product {
        width: 86%;
        margin-left: -2%;
        position: absolute;
        right: 9vw;
        top: 35vh;
        max-height: 46vh;
        overflow-y: auto;
        overflow-x: hidden;
    }

    #product-holder-hover .buffer .page-frame h2 {
        font-size: 34px;
        line-height:38px;
    }

    .catalogv2 .fields-holder {
        max-width: unset;
        display: inline-block;
        overflow-x: hidden;
    }

    #product-holder-hover .image-editor .cine-btn.useme.with-icon {
        position: absolute;
        right: 130px;
        top: 6px;
    }

}

@media only screen and (min-width : 495px) and (max-width : 689px){


    #product-holder-hover .image-editor .cine-btn.useme.with-icon {
        position: absolute;
        right: 130px;
        top: 6px;
    }

    .catalogv2 .image-editor .image-options {
        bottom: 9px;
        left: unset;
        right: 86px;
    }

    .catalogv2 .tabs .tabs-content .tabs-each .cat-box.product-box {
        width: 50%;
    }

    .catalogv2 .tabs .tab-settings {
        display: none;
    }

    .dummy-image, #product-holder-hover .buffer .page-frame .image-editor {
        width: 100%;
        max-height: 32vh;
    }

    #product-holder-hover .cine-btn.mini.with-icon {
        padding: 3px 7px;
        z-index: 10;
        position: absolute;
        right: 130px;
        top: 11px;
    }

    .image-editor .col {
        min-height: unset;
        background-size: 36%;
    }

    #product-holder-hover .buffer {
        width: 82%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        min-height: 84vh;
    }

    .image-editor .col.img-edited {
        position: absolute;
        width: 25vh;
        height: 18vh;
        min-height: unset;
        bottom: 20px;
        left: 20px;
    }

    #product-holder-hover .buffer.new-product .page-frame,
    .catalogv2 .page-frame.frame-product {
        width: 86%;
        margin-left: -2%;
        position: absolute;
        right: 9vw;
        top: 35vh;
        max-height: 46vh;
        overflow-y: auto;
        overflow-x: hidden;
    }

    #product-holder-hover .buffer .page-frame h2 {
        font-size: 34px;
        line-height:38px;
    }

    .catalogv2 .fields-holder {
        max-width: unset;
        display: inline-block;
        overflow-x: hidden;
    }

}

@media only screen and (min-width : 690px) and (max-width : 995px){

    #product-holder-hover .buffer .page-frame h2 {
        font-size: 34px;
        line-height: 40px;
    }

    .catalogv2 .tabs .tabs-content .tabs-each .cat-box.product-box {
        width: 33%;
    }
    .catalogv2 .tabs .tab-settings {
        display: none;
    }

    .dummy-image, #product-holder-hover .buffer .page-frame .image-editor {
        width: 46%;
    }

    #product-holder-hover .buffer {
        width: 87%;
        left: 0px;
        height: 72vh;
        min-height: unset;
        top: 47%;
    }

    .catalogv2 .page-frame.frame-product {
        width: 37%;
        margin-left: 2%;
        position: absolute;
        right: 9vw;
    }

    #product-holder-hover .buffer.new-product .page-frame {
        width: 37%;
        margin-left: 2%;
        position: absolute;
        right: 9vw;
    }

    .catalogv2 .fields-holder {
        max-width: unset;
        display: inline-block;
        overflow-x: hidden;
    }

}

@media only screen and (min-width : 1200px) and (max-width : 1599px){
    .catalogv2 .tabs .tabs-content .tabs-each .cat-box.product-box {
        width: 20%;
    }

    

}

@media only screen and (min-width : 1600px){
    .catalogv2 .tabs .tabs-content .tabs-each .cat-box.product-box {
        width: 16vw;
    }

}

