/*-----------------------------------------------------------------------------------
	MyCode
	About: A shiny new Blocs website.
	Author: Christopher Antonio Vivar Vivar
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body {
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-container {
    overflow-x: hidden;
}

/* Prevents unwanted scroll space when scroll FX used. */

a, button {
    transition: background .3s ease-in-out;
    outline: none !important;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

/* Preloader */

.page-preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 100000;
    background: #FFFFFF url("../img/pageload-spinner.gif") no-repeat center center;
}

/* custom css */

.darken-center {
    background: rgba(0, 0, 0, .3);
    height: 100%;
    width: 100%;
    position: absolute;
}

.full-height {
    height: 90%;
}

.align-vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* Custom css */

.hero-background {
    position: fixed;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
}

.carousel-fix-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-height: 650px;
    height: auto;
    width: auto;
}


.align-vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc {
    width: 100%;
    clear: both;
    background: 50% 50% no-repeat;
    padding: 0 50px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    display: flex;
}

.bloc .container {
    padding-left: 0;
    padding-right: 0;
}

/* Sizes */

.bloc-xl {
    padding: 150px 50px;
}

.bloc-lg {
    padding: 100px 50px;
}

.bloc-md {
    padding: 50px;
}

.bloc-sm {
    padding: 20px 50px;
}

/* = Half Screen Blocs
-------------------------------------------------------------- */
.bloc-half-fill-screen {
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    padding-top: 0px;
    padding-bottom: 0px;
}

.bloc-half-fill-screen > .container {
    align-self: flex-middle;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
}

.bloc-half-fill-screen > .container > .row {
    flex-grow: 1;
    align-self: center;
    width: 100%;
}

.bloc-half-fill-screen .fill-bloc-top-edge, .bloc-half-fill-screen .fill-bloc-bottom-edge {
    flex-grow: 0;
}

.bloc-half-fill-screen .fill-bloc-top-edge {
    align-self: flex-start;
}

.bloc-half-fill-screen .fill-bloc-bottom-edge {
    align-self: flex-end;
}

/* = Full Screen Blocs
-------------------------------------------------------------- */
.bloc-fill-screen {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
}

.bloc-fill-screen > .container {
    align-self: flex-middle;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
}

.bloc-fill-screen > .container > .row {
    flex-grow: 1;
    align-self: center;
    width: 100%;
}

.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge {
    flex-grow: 0;
}

.bloc-fill-screen .fill-bloc-top-edge {
    align-self: flex-start;
}

.bloc-fill-screen .fill-bloc-bottom-edge {
    align-self: flex-end;
}

/* = Full Width Blocs
-------------------------------------------------------------- */

.full-width-bloc {
    padding-left: 0;
    padding-right: 0;
}

.full-width-bloc .row {
    margin-left: 0;
    margin-right: 0;
}

.full-width-bloc .container {
    width: 100%;
    max-width: 100% !important;
}

.full-width-bloc .carousel img {
    width: 100%;
    height: auto;
}

/* Background Effects */

.b-parallax {
    background-attachment: fixed;
}

/* Disable Parallax on Mobile Touch Devices */
@media (hover: none) {
    .b-parallax {
        background-attachment: scroll;
    }
}

/* Dark theme */

.d-bloc {
    color: rgba(255, 255, 255, .7);
}

.d-bloc button:hover {
    color: rgba(255, 255, 255, .9);
}

.d-bloc .icon-round, .d-bloc .icon-square, .d-bloc .icon-rounded, .d-bloc .icon-semi-rounded-a, .d-bloc .icon-semi-rounded-b {
    border-color: rgba(255, 255, 255, .9);
}

.d-bloc .divider-h span {
    border-color: rgba(255, 255, 255, .2);
}

.d-bloc .a-btn, .d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a {
    color: rgba(255, 255, 255, .6);
}

.d-bloc .a-btn:hover, .d-bloc .navbar a:hover, .d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover {
    color: rgba(255, 255, 255, 1);
}

.d-bloc .navbar-toggle .icon-bar {
    background: rgba(255, 255, 255, 1);
}

.d-bloc .btn-wire, .d-bloc .btn-wire:hover {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}

.d-bloc .card {
    color: rgba(0, 0, 0, .5);
}

.d-bloc .card button:hover {
    color: rgba(0, 0, 0, .7);
}

.d-bloc .card icon {
    border-color: rgba(0, 0, 0, .7);
}

.d-bloc .card .divider-h span {
    border-color: rgba(0, 0, 0, .1);
}

.d-bloc .card .a-btn {
    color: rgba(0, 0, 0, .6);
}

.d-bloc .card .a-btn:hover {
    color: rgba(0, 0, 0, 1);
}

.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover {
    color: rgba(0, 0, 0, .7);
    border-color: rgba(0, 0, 0, .3);
}

/* Background Effects */

.parallax__container {
    clip: rect(0, auto, auto, 0);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.parallax {
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* Light theme */

.d-bloc .card, .l-bloc {
    color: rgba(0, 0, 0, .5);
}

.d-bloc .card button:hover, .l-bloc button:hover {
    color: rgba(0, 0, 0, .7);
}

.l-bloc .icon-round, .l-bloc .icon-square, .l-bloc .icon-rounded, .l-bloc .icon-semi-rounded-a, .l-bloc .icon-semi-rounded-b {
    border-color: rgba(0, 0, 0, .7);
}

.d-bloc .card .divider-h span, .l-bloc .divider-h span {
    border-color: rgba(0, 0, 0, .1);
}

.d-bloc .card .a-btn, .l-bloc .a-btn, .l-bloc .navbar a, .l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a {
    color: rgba(0, 0, 0, .6);
}

.d-bloc .card .a-btn:hover, .l-bloc .a-btn:hover, .l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover {
    color: rgba(0, 0, 0, 1);
}

.l-bloc .navbar-toggle .icon-bar {
    color: rgba(0, 0, 0, .6);
}

.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover, .l-bloc .btn-wire, .l-bloc .btn-wire:hover {
    color: rgba(0, 0, 0, .7);
    border-color: rgba(0, 0, 0, .3);
}

/* Row Margin Offsets */

.voffset {
    margin-top: 30px;
}

.voffset-md {
    margin-top: 50px;
}

.voffset-lg {
    margin-top: 80px;
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav {
    padding-left: inherit;
    padding-right: inherit;
}

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky {
    position: fixed;
    top: 0;
    z-index: 1000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    transition: all .2s ease-out;
}

.fill-bloc-top-edge.sticky {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    left: 0;
    right: 0;
}

.fill-bloc-top-edge.sticky .navbar {
    max-width: 1170px;
    margin: 0 auto;
}

/* Handle Multi Level Navigation */
.navbar-light .navbar-nav .nav-link {
    color: rgb(64, 64, 64);
}

.btco-menu li > a {
    padding: 10px 15px;
    color: #000;
}

.btco-menu .active a:focus, .btco-menu li a:focus, .navbar > .show > a:focus {
    background: transparent;
    outline: 0;
}

.dropdown-menu .show > .dropdown-toggle::after {
    transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-sm {
    margin-top: 10px;
    margin-bottom: 5px;
}

.mg-md {
    margin-top: 10px;
    margin-bottom: 20px;
}

img.mg-sm, img.mg-md, img.mg-lg {
    margin-top: 0;
}

img.mg-sm {
    margin-bottom: 10px;
}

img.mg-md {
    margin-bottom: 30px;
}

img.mg-lg {
    margin-bottom: 50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d, .btn-d:hover, .btn-d:focus {
    color: #FFF;
    background: rgba(0, 0, 0, .3);
}

/* Prevent ugly blue glow on chrome and safari */
button {
    outline: none !important;
}

.btn-sq {
    border-radius: 0px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-lg {
    font-size: 60px !important;
}

.icon-xl {
    font-size: 100px !important;
}

.icon-img {
    max-height: 60px;
    width: auto
}
/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer {
    border-radius: 0;
}

.card-rd {
    border-radius: 30px;
}

.card-rd .card-header {
    border-radius: 29px 29px 0 0;
}

.card-rd .card-footer {
    border-radius: 0 0 29px 29px;
}


/* = Forms
-------------------------------------------------------------- */

.form-control {
    border-color: rgba(0, 0, 0, .1);
    box-shadow: none;
}


/* ScrollToTop button */

.scrollToTop {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    z-index: 500;
    transition: all .3s ease-in-out;
}

.scrollToTop span {
    margin-top: 6px;
}

.showScrollTop {
    font-size: 14px;
    opacity: 1;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6, p, label, .btn, a {
    font-family: "Lato";
    font-weight: 400;
}

.container {
    max-width: 1140px;
}

.h2-style {
    font-family: Lato;
    font-weight: 300;
}

.navbar-brand img {
    width: 44px;
    height: 44px;
}

.img-style {
    height: 50px;
    width: 50px;
}

.img-4-style {
    width: 32px;
    height: 32px;
}

.img-qr-code-style {
    width: 120px;
    height: 120px;
}

.img-6-style {
    width: 120px;
    height: 120px;
}

.img-placeholder-us-style {
    width: 280px;
    height: 243px;
}

.h1-style {
    font-family: Lato;
    font-weight: 700;
}

.product-fade-in {
    height: 250px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.0), #FFFFFF);
}

.product-fade-out {
    background: linear-gradient(0deg, #FFFFFF, rgba(255, 255, 255, 0.0));
    border-color: rgba(0, 0, 0, 0.0) !important;
    height: 35vh;
}

.custom-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.bottom-edge {
    float: none;
    padding-bottom: 0px;
}

.custom-hero {
    padding-bottom: 0px;
}

.h2-5-style {
    font-family: Lato;
    font-weight: 300;
}

.h3-style {
    opacity: 0.9;
}

.custom-hover-buttom {
    background-color: #FEFFFE;
    color: #A26CCD !important;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Lato";
    text-decoration: none;
    font-size: 14px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin: 5px 5px 5px 5px;
}

.custom-hover-buttom:hover {
    background-color: #AB68D3;
    color: #FEFFFE !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin: 5px 5px 5px 5px;
}

.custom-crisom-hover-buttom {
    background-color: #FEFFFE;
    color: #FF4040 !important;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Lato";
    text-decoration: none;
    font-size: 14px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin: 5px 5px 5px 5px;
}

.custom-crisom-hover-buttom:hover {
    background-color: #FF3030;
    color: #FEFFFE !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin: 5px 5px 5px 5px;
}

.custom-sky-hover-buttom {
    background-color: #FEFFFE;
    color: #327AFF !important;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Lato";
    text-decoration: none;
    font-size: 14px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin: 5px 5px 5px 5px;
}

.custom-sky-hover-buttom:hover {
    background-color: #226FFD;
    color: #FEFFFE !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin: 5px 5px 5px 5px;
}

.half-white-background {;
}

.custom-card-container {
    border-style: solid;
    text-shadow: 0px 0px 0px #000000;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    border-color: rgba(162, 108, 205, 0.0) !important;
    margin-left: 10px;
    margin-right: 10px;
    padding: 28px 28px 28px 28px;
    border-width: 2px 2px 2px 2px;
}

.custom-card-container:hover {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-color: #A26CCD !important;
    border-width: 2px 2px 2px 2px;
}

.custom-crisom-card-container {
    border-style: solid;
    text-shadow: 0px 0px 0px #000000;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    border-color: rgba(162, 108, 205, 0.0) !important;
    margin-left: 10px;
    margin-right: 10px;
    padding: 28px 28px 28px 28px;
    border-width: 2px 2px 2px 2px;
}

.custom-crisom-card-container:hover {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-color: #DD2B2B !important;
    border-width: 2px 2px 2px 2px;
}

.custom-sky-card-container {
    border-style: solid;
    text-shadow: 0px 0px 0px #000000;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    border-color: rgba(162, 108, 205, 0.0) !important;
    margin-left: 10px;
    margin-right: 10px;
    padding: 28px 28px 28px 28px;
    border-width: 2px 2px 2px 2px;
}

.custom-sky-card-container:hover {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-color: #255CC1 !important;
    border-width: 2px 2px 2px 2px;
}

.custom-card-container:active {
}

.product-panel {
    margin-top: -280px;
}

.h2-bloc-12-style {
    font-family: Lato;
    font-weight: 300;
}

.custom-hover-button-inverted {
    font-size: 14px;
    border-color: #643C8C !important;
    color: #FEFFFE !important;
    background-color: #643C8C;
    font-weight: normal;
    text-transform: uppercase;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin: 5px 5px 5px 5px;
    border-width: 2px 2px 2px 2px;
}

.custom-hover-button-inverted:hover {
    color: #AB68D3 !important;
    font-size: 14px;
    text-transform: uppercase;
    border-style: solid;
    border-color: #643C8C !important;
    background-color: #FEFFFE;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin: 5px 5px 5px 5px;
    border-width: 2px 2px 2px 2px;
}

.custom-crisom-hover-button-inverted {
    font-size: 14px;
    border-color: #C60000 !important;
    color: #FEFFFE !important;
    background-color: #C60000;
    font-weight: normal;
    text-transform: uppercase;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin: 5px 5px 5px 5px;
    border-width: 2px 2px 2px 2px;
}

.custom-crisom-hover-button-inverted:hover {
    color: #FF4040 !important;
    font-size: 14px;
    text-transform: uppercase;
    border-style: solid;
    border-color: #C60000 !important;
    background-color: #FEFFFE;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin: 5px 5px 5px 5px;
    border-width: 2px 2px 2px 2px;
}

.custom-sky-hover-button-inverted {
    font-size: 14px;
    border-color: #0046C8 !important;
    color: #FEFFFE !important;
    background-color: #0046C8;
    font-weight: normal;
    text-transform: uppercase;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin: 5px 5px 5px 5px;
    border-width: 2px 2px 2px 2px;
}

.custom-sky-hover-button-inverted:hover {
    color: #327AFF !important;
    font-size: 14px;
    text-transform: uppercase;
    border-style: solid;
    border-color: #0046C8 !important;
    background-color: #FEFFFE;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin: 5px 5px 5px 5px;
    border-width: 2px 2px 2px 2px;
}

.feature-bg-icon {
    margin-left: -50px;
    margin-top: 28px;
    background-color: transparent;
    font-size: 100px;
    display: block;
    overflow: visible;
}

.feature-header-item {
    margin-top: -50px;
}

.to-upper {
    text-transform: uppercase;
}

.h2-bloc-15-style {
    font-family: Lato;
    font-weight: 300;
}

.product-fade-out-gray {
    background: linear-gradient(0deg, #FAFAFA, rgba(255, 255, 255, 0.0));
    height: 35vh;
}

.hover-card:hover {
}

.border-0 {
    padding: 0px 0px 0px 0px;
}

.footer-link {
    font-size: 15px;
    font-family: "Lato";
    font-weight: 400;
    margin-bottom: 5px;
    color: #000000 !important;
}

.footer-link:hover {
    color: #643C8C !important;
    font-family: "Lato";
    font-weight: 400;
    font-size: 15px;
}

.footer-link-header {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

.h2-bloc-17-style {
    font-family: Lato;
    font-weight: 700;
}

.h2-bloc-16-style {
    font-family: Lato;
    font-weight: 700;
}

.h2-10-style {
    font-family: Lato;
    font-weight: 300;
}

.form-underline-style {
    border-style: solid;
    border-color: #000000 !important;
    background-repeat: repeat;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
}

.form-underline-style:hover {
    border-color: #A26CCD !important;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
}

.form-underline-style:active {
    border-color: #A26CCD !important;
    border-style: solid;
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
}

.form-underline-style:se {
    border-color: #A26CCD !important;
    border-style: solid;
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
}

.form-crisom-underline-style {
    border-style: solid;
    border-color: #000000 !important;
    background-repeat: repeat;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
}

.form-crisom-underline-style:hover {
    border-color: #FF4040 !important;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
}

.form-crisom-underline-style:active {
    border-color: #FF4040 !important;
    border-style: solid;
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
}

.form-crisom-underline-style:se {
    border-color: #FF4040 !important;
    border-style: solid;
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
}

.form-sky-underline-style {
    border-style: solid;
    border-color: #000000 !important;
    background-repeat: repeat;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
}

.form-sky-underline-style:hover {
    border-color: #327AFF !important;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
}

.form-sky-underline-style:active {
    border-color: #327AFF !important;
    border-style: solid;
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
}

.form-sky-underline-style:se {
    border-color: #327AFF !important;
    border-style: solid;
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 2px 0px;
}

.no-border {
    border-color: rgba(0, 0, 0, 0.0) !important;
    border-style: none;
}

.nav-icon-flag {
    max-height: 24px;
    width: auto;
}

.nav-icon-social {
    max-height: 45px;
    width: auto;
}

.img-001-facebo-style {
    width: 56px;
    height: 56px;
}

.img-002-instagr-style {
    width: 56px;
    height: 56px;
}

.header-link:hover {
    color: #AB68D3 !important;
}

.header-crisom-link:hover {
    color: #DD2B2B !important;
}

.header-sky-link:hover {
    color: #255CC1 !important;
}

.margin-top {
    padding-top: 150px;
    padding-bottom: 150px;
    margin-top: 100px;
}

.margin-bottom {
    margin-bottom: 28px;
}

.img-gallery-style {
    height: 458px;
}

.img-16-style {
    height: 368px;
    width: 367px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-snow {
    background-color: #FAFAFA;
}

/* Text colour styles */
.tc-white {
    color: #ffffff !important;
}

.tc-black {
    color: #000000 !important;
}

.tc-purple-heart {
    color: #643C8C !important;
}

.tc-rich-lavender {
    color: #A26CCD !important;
}

.tc-crisom-heart {
    color: #c60000 !important;
}

.tc-crimson-hard {
    color: #e90000 !important;
}

.tc-sky-heart {
    color: #0046c8 !important;
}

.tc-sky-hard {
    color: #0069c8 !important;
}
/* Link colour styles */

.ltc-black {
    color: #000000 !important;
}

.ltc-black:hover {
    color: #000000 !important;
}

/* Icon colour styles */

.icon-rich-lavender {
    color: #A26CCD !important;
    border-color: #A26CCD !important;
}

.icon-rich-crisom {
    color: #FF3030 !important;
    border-color: #FF3030 !important;
}

.icon-rich-sky {
    color: #226FFD !important;
    border-color: #226FFD !important;
}

.icon-lavender-floral {
    color: rgba(179, 132, 215, 0.1) !important;
    border-color: rgba(179, 132, 215, 0.1) !important;
}

#particles-js {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* Button colour styles */

.btn-ku-crimson {
    background: #FFFFFF;
    color: #E90000 !important;
}

.btn-ku-crimson:hover {
    background: #E90000 !important;
    color: #FFFFFF !important;
}
/* Bloc image backgrounds */
.bg-gradienta-unsplash {
    background-image: url("../img/backgrounds/background_index.jpg");
}

.bg-pet-1 {
    background-image: url("../img/backgrounds/background_pet_1.jpg");
}

.bg-pet-2 {
    background-image: url("../img/backgrounds/background_pet_2.jpg");
}

.bg-people-1 {
    background-image: url("../img/backgrounds/background_people_1.jpg");
}

.bg-people-2 {
    background-image: url("../img/backgrounds/background_people_2.jpg");
}

.bg-people-3 {
    background-image: url("../img/backgrounds/background_people_3.jpg");
}

.bg-bg-20sliced {
    background-image: url("../img/bg_sliced.jpg");
}


/* = Mobile adjustments
-------------------------------------------------------------- */
@media (max-width: 1024px) {
    .bloc {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container {
        padding-left: 0;
        padding-right: 0;
    }

    .img-gallery-style {
        height: 392px;
    }

    .img-16-style {
        height: 313px;
    }
}

@media (max-width: 991px) {
    .container {
        width: 100%;
    }

    .page-container, #hero-bloc {
        overflow-x: hidden;
        position: relative;
    }

    /* Prevent unwanted side scroll on mobile */
    .bloc {
        padding-left: constant(safe-area-inset-left);
        padding-right: constant(safe-area-inset-right);
    }

    /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .page-container {
        overflow-x: hidden;
        position: relative;
    }

    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container {
        padding-left: 0;
        padding-right: 0;
    }

    .a-block {
        padding: 0 10px;
    }

    .btn-dwn {
        display: none;
    }

    .voffset {
        margin-top: 5px;
    }

    .voffset-md {
        margin-top: 20px;
    }

    .voffset-lg {
        margin-top: 30px;
    }

    form {
        padding: 5px;
    }

    .close-lightbox {
        display: inline-block;
    }

    .blocsapp-device-iphone5 {
        background-size: 216px 425px;
        padding-top: 60px;
        width: 216px;
        height: 425px;
    }

    .blocsapp-device-iphone5 img {
        width: 180px;
        height: 320px;
    }
}

@media (max-width: 991px) {
    .img-placeholder-us-style {
        width: 243px;
        height: 223px;
    }

    .img-gallery-style {
        height: 316px;
    }

    .img-16-style {
        height: 254px;
    }

    .body-card {
        padding: 0px 0px 0px 0px;
    }

    .custom-card-container {
        padding: 24px 24px 24px 24px;
    }

    h1, h2, h3, h4, h5, h6, p, label, .btn, a {
        font-family: "Lato";
        font-weight: 400;
    }

    /* MD Row Margin Offsets */
    .voffset-md {
        margin-top: 30px;
    }

}

@media (max-width: 767px) {
    .img-placeholder-us-style {
        height: 159px;
    }

    .product-panel {
        margin-top: -180px;
    }

    .custom-card-container {
        margin-bottom: 28px;
    }

    .img-gallery-style {
        height: 203px;
    }

    .img-16-style {
        height: 164px;
    }

    .img-14-style {
        height: 133px;
    }

    h1, h2, h3, h4, h5, h6, p, label, .btn, a {
        font-family: "Lato";
        font-weight: 400;
    }

}

@media (max-width: 575px) {
    .img-placeholder-us-style {
        width: 200px;
        height: 200px;
    }

    .product-panel {
        margin-top: -140px;
    }

    .hover-card {
        padding: 0px 0px 0px 0px;
    }

    .custom-card-container {
        padding: 20px 20px 20px 20px;
    }

    .body-card {
        padding: 0px 0px 0px 0px;
    }

    .body {
    }

    .img-gallery-style {
        width: 100%;
        height: 390px;
    }

    .img-16-style {
        height: 331px;
    }

    .img-14-style {
        height: auto;
    }

    h1, h2, h3, h4, h5, h6, p, label, .btn, a {
        font-family: "Lato";
        font-weight: 400;
    }

}


