@font-face {
    font-family: proximaNova;
    src: url("/templates/crane-safe-2020/fonts/Proxima Nova Alt Light.otf");
}
@font-face {
    font-family: proximaNova;
    src: url("/templates/crane-safe-2020/fonts/Proxima Nova Bold.otf");
    font-weight: bold;
}
body > *{
    /* border: 1px solid red; */
    font-family: proximaNova;
    line-height: 1.5;
}

#card {
    background: url('/templates/crew-safe/images/card-template.jpg') no-repeat;
    background-size: 100%;
    backround-repeat: no-repeat;
    width: 100%;
    position: relative;
}

#photoPreview {
    position: absolute;
    object-fit: cover;
}

#namePreview {
    top: 60px;
    left: 152px;
    font-weight: bold;
    color: black;
    font-size: 18px;
    position: absolute;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-container {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 15px 10px 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.navbar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.brand {
    width: 215px;
    margin-top: 9px;
}

.powered-by-cica {
    float: right;
}

.powered-by {
    margin-top: 10px;
    float: left;
    color: rgba(88, 89, 91, .3);
    font-size: 12px;
}

.cica-logo {
    width: 90px;
    margin-left: 10px;
    float: left;
    opacity: 0.2;
    -webkit-filter: saturate(0%);
    filter: saturate(0%);
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.cica-logo:hover {
    opacity: 1;
    -webkit-filter: saturate(100%);
    filter: saturate(100%);
}

.footer-container {
    display: block;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.footer-logo {
    width: 240px;
}

.footer-right-col {
    text-align: right;
}

.footer {
    padding-top: 50px;
    padding-bottom: 30px;
    clear: both;
    background-color: #007550;
}

.footer-list-item {
    margin-bottom: 10px;
    color: #c9c7c8;
}

.footer-list {
    padding-left: 0px;
    border-left: 4px none #747474;
}

.footer-link {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #c9c7c8;
    text-decoration: none;
}

.footer-link:hover {
    color: #fff;
}

.footer-link.float {
    padding-left: 20px;
}

.footer-text {
    padding-top: 19px;
    padding-bottom: 0px;
    clear: right;
    color: #c9c7c8;
    text-align: right;
}

.k-dropzone em {
    display: none;
}

.video-tutorial-btn {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 15px;
    color: #fff;
}

.video-tutorial-btn a {
    cursor: pointer;
}

.video-tutorial-btn img {
    width: 40px;
    height: 40px;
}

.home-bottom-box .video-tutorial-btn {
    right: 10px;
}

.banner-area>.video-tutorial-btn {
    right: 30px;
    top: 90px;
}

.banner-area>.video-tutorial-btn img {
    width: 80px;
    height: 80px;
    opacity: 1;
}

.upload-btn {
    margin-bottom: 10px;
}

img.video {
    opacity: 1;
}

.darkroom-container {
    margin: 50px 0 20px 0;
}

.non-editable-img,
.editable-img {
    margin: 20px 0 20px 0;
}

.table-cell-price,
.table-cell-qty {
    text-align: right;
}

.home-top-box .w-button,
.home-bottom-box .w-button {
    min-width: 300px;
}

.container.content.start-safe {
    padding: 85px 0;
    max-width: 100%;
}

.start-safe-header {
    background-image: url('/templates/crane-safe-web/images/elipse.png');
    background-repeat: no-repeat;
    background-size: 100% 90%;
}

.start-safe-content {
    max-width: 1200px;
    margin: auto;
    color: #006444;
    padding: 100px 15px 0 15px;
}

.start-safe-header .start-safe-content {
    padding-top: 60px;
}

.start-safe-content h1 {
    font-weight: bold;
    font-size: 64px;
    line-height: 1;
    margin: 0;
}

.start-safe-content h2 {
    font-weight: bold;
    font-size: 60px;
    line-height: 1;
    margin: 0;
}

.start-safe-content h4 {
    line-height: 1;
    margin: 0;
}

.center-v {
    display: flex;
    align-items: center;
}

.start-safe-button {
    font-weight: bold;
    font-size: 20px;
    border: 2px solid #006444;
    border-radius: 30px;
    height: 60px;
    padding: 15px 30px 15px 30px;
    color: #006444;
    text-decoration: none;
}

.start-safe-button:hover {
    color: #006444;
}

.box {
    border: 2px solid #006444;
    border-radius: 30px;
    padding: 25px 35px 25px 35px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

.box.green {
    background: #006444;
    color: #ffffff;
}

.box .start-safe-button {
    position: absolute;
    bottom: -35px;
    left: 20px;
    padding: 11px 20px 12px 20px;
    height: 55px;
}

.start-safe-button.white {
    background: #ffffff;
}

.start-safe-button.green {
    background: #006444;
    color: #ffffff;
}

.box .start-safe-button.green {
    left: 290px;
}

#page-utils-loading {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 9999;
}

#page-utils-loading-inner {
    margin: auto;
    color: white;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width:576px) {
    .box .start-safe-button {
        font-size: 14px;
        padding-top: 15px;
    }
    .box .start-safe-button.green {
        left: 220px;
    }
}