body {
    padding-top: 0;
}

a {
    cursor: pointer;
}

.navbar-collapse form[role="search"] button,
.navbar-collapse form[role="search"] input,
.themecolor {
/*     background: 0 0; */
    box-shadow: none;
    transition: 0.3s linear;
}

.transbody {
    background-image: linear-gradient(to bottom, #067fbb, #069);
    box-shadow: none;
}

.video-hero--content {
    position: relative;
    text-align: center;
    color: #fff;
    margin: 300px 0;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.video-hero--content h1 {
    font-size: 7vh;
}

@media screen and (max-width: 480px) {
    .video-hero--content {
        margin: 200px 0;
    }

    .video-hero--content h1 {
        font-size: 2.5vh;
    }
}

.jquery-background-video-wrapper {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jquery-background-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 42.5%;
    left: 50%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.js .jquery-background-video {
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.js .jquery-background-video.is-visible {
    opacity: 1;
}

.jquery-background-video-pauseplay {
    position: absolute;
    background: 0 0;
    border: none;
    box-shadow: none;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 0;
    cursor: pointer;
    outline: 0 !important;
}

.jquery-background-video-pauseplay span {
    display: none;
}

.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.jquery-background-video-pauseplay.play:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
}

.jquery-background-video-pauseplay.pause:after,
.jquery-background-video-pauseplay.pause:before {
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    border-left: 5px solid #fff;
}

.jquery-background-video-pauseplay.pause:after {
    left: 10px;
}

.video-overlay {
    background-image: none !important;
}

.scema {
    display: none;
}

.heading {
    text-shadow: none;
}

.heading h1 {
    color: #273342;
    display: block;
    line-height: 35px;
    text-transform: uppercase;
    padding: 20px;
    font-size: 20px;
    border-left: 8px solid #f5d76e;
    font-weight: 700;
}

h1 span {
    font-size: 26px;
    line-height: 27px;
    display: block;
}

.mybtn22 {
    border: none;
    background: 0 0;
    outline: 0;
}

.instructions,
.text-reflow {
    overflow: hidden;
}

.instructions {
    padding: 5px 0;
}

.instructions p {
    line-height: 10px;
    font-size: 12px;
    color: #535454;
    text-align: left;
}

.text-gray {
    color: #777373;
}

.pl10 {
    padding-left: 25px;
}

.m40 {
    margin-top: -40px;
}

.pt40 {
    padding-top: 40px;
}

.fa-whatsapp:before {
    content: "\f232";
}

#mobileshareBtn button {
    color: #3b5998;
    cursor: pointer;
    background: #fff;
    border-radius: 2px;
    outline: 0;
}

.whatsapp button,
.whatsapp button:active,
.whatsapp button:focus,
.whatsapp button:hover {
    color: #5cb85c;
    background-color: #fff;
    outline: 0;
}

@media only screen and (max-width: 480px) {
    #fsModal .modal-title,
    .topiclist {
        font-size: 14px;
    }

    #fsModal .modal-body {
        bottom: 0;
    }

    .pl10 {
        padding-left: 0;
        text-align: center;
        padding-top: 15px;
    }

    .m40 {
        margin-top: -20px;
    }

    .pt40 {
        padding-top: 20px;
    }

    .topiclist {
        padding: 0;
    }

    ol {
        font-size: 12px;
        padding: 0 0 0 10px;
    }

    .stamp {
        top: 15px;
        right: 50px;
    }

    .photo img {
        width: 150px;
    }

    .m40 img {
        width: 120px;
    }

    .stampsmall {
        top: 35px;
    }
}

#fsModal .modal-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 10px;
    background: #f1f3f5;
}

#fsModal .imgbg {
    background-image: -moz-radial-gradient(silver, #fff, #fff);
    background-image: -webkit-gradient(
        radial,
        center center,
        0,
        center center,
        220,
        from(silver),
        to(white)
    );
    background-image: -webkit-radial-gradient(silver, #fff, #fff);
    background-image: radial-gradient(white, #fff, #dcdcdc);
}

.pl15 {
    padding-left: 15px;
}

.mb80 {
    margin-bottom: 80px;
}

.gpl {
    display: inline;
}

.gpl img {
    border-style: none;
}

.ls0 {
    list-style: none;
}

.bw {
    background-color: #f5f5f5;
}

.nimage {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
}

#fbsendmsgBtn,
.fbtn {
    color: #3b5998;
    cursor: pointer;
}

.pt10 {
    padding-top: 10px;
}

#fsModal .modal,
.fancytext,
.ribbon,
.video-wrapper {
    overflow: hidden;
}

.fancytext,
.instructions,
.text-reflow {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ribbon,
.ribbon span,
.watchdemo {
    position: absolute;
}

a.sidebutton:hover,
a:active,
a:hover {
    text-decoration: none;
}

.padzero {
    padding: 0;
}

.watchdemo {
    bottom: 125px;
    text-align: center;
    background-color: rgba(136, 136, 136, 0.8);
    padding: 10px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    right: 0px;
    left: 0px;
    text-shadow: 0 0 0 #d6d619;
}

.stamp {
    top: 50px;
    right: 35px;
}

#addtocart .close {
    background: #fff;
    padding: 15px 10px;
    color: red;
    margin: -20px -10px;
}

h5.fancytext {
    width: 75%;
    font-size: 13px;
}

.price-text-color {
    width: 25%;
    font-size: 13px;
}

.ribbon {
    right: 0;
    top: -5px;
    width: 75px;
    height: 75px;
    text-align: right;
    z-index: 10;
}

.ribbon span {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79a70a;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    top: 19px;
    right: -21px;
}

.ribbon span::after,
.ribbon span::before {
    content: "";
    position: absolute;
    top: 100%;
    z-index: -1;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #1e5799;
}

.ribbon span::before {
    left: 0;
    border-left: 3px solid #1e5799;
    border-right: 3px solid transparent;
}

.ribbon span::after {
    right: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid #1e5799;
}

.fa-info-circle:before {
    content: "\f05a";
}

.sidebutton {
    top: 70%;
    background-color: rgba(96, 125, 139, 0.5);
    position: fixed;
    right: 0;
    z-index: 1;
    text-align: center;
    padding: 2px 10px;
    border-radius: 3px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: auto -38px;
}

.sidebutton:hover {
    background-color: #069;
    transition: 0.3s linear;
}

a.sidebutton {
    color: #fff;
    cursor: pointer;
}

.text-center .btn-ebook,
.text-center .btn-primary-ebook {
    border-radius: 1px;
    width: 49%;
    height: 45px;
    border: none;
    color: #fff;
}

.text-center .btn-primary-ebook,
.text-center .btn-primary-ebook:active,
.text-center .btn-primary-ebook:hover {
    background-color: #607d8b;
    border-color: #607d8b;
    color: #fff;
    outline: 0;
}

.item > [class*="col-"] {
    padding: 0 5px;
}

.modal-footer .btn-default {
    height: 55px;
}

#demo {
    border: 3px solid #fff;
    box-shadow: 0 0 10px #000;
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.separator button:hover {
    border: none;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5),
        0 0 20px rgba(255, 255, 255, 0.2);
    transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1);
}

.mybox {
    padding: 0px;
}

.col-item .photo img {
    padding: 30px !important;
    max-width: 300px;
}
