html, body {
  overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif !important;
    position: relative;
    font-size: 1.5rem;
    line-height: 1.5;
}

a {
    color: inherit !important;
}

.header {
    height: 65px;
    background: black;
    color: whitesmoke;
}

.header .container {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.header .container div {
    height: 100%;
    display: flex;
    flex-flow: column;
}

/* Override font size for h1 */
.h1-h4,
.h2-h4,
.text-capitalize h1,
.header-image-overlay h1 {
    font-size: 1.5rem;
}

.btn-malfunction {
    color: black !important;
    border-radius: 10px;
    width: 215px;
    background: #f29ea5;
    height: 35px;
    padding: 0.22rem 0.75rem;
    font-weight: normal;
}

.btn-black {
    display: flex;
    justify-content: center;
    align-items: center;
    color: whitesmoke !important;
    border-radius: 25px;
    width: 100%;
    background-color: black;
    height: 60px;
    font-size: 1.1rem;
}

.navbar-brand .logo {
    height: 10vh;
    max-height: 150px;
    min-height: 60px;
}

.navbar-brand .honeywell-logo {
    height: 5vh;
    max-height: 75px;
    min-height: 30px;
}

.navbar-brand .logo-mail {
    max-height: 50px;
}

.navbar .menu {
    margin-top: auto;
    flex-direction: row-reverse;
    font-size: 1.1rem;
}

.arrow {
    max-height: 30px;
    margin: 0 5px 3px 5px;
}

.arrow-up {
    max-width: 30px;
    float: left;
    margin: 3px 5px 0 0;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
       -moz-transition:    -moz-transform 0.5s ease-in-out;
         -o-transition:      -o-transform 0.5s ease-in-out;
            transition:         transform 0.5s ease-in-out;
}

.footer .arrow-up {
    margin: 12px 15px 20px 0;
}

.rounded {
    border-radius: 1rem !important;
}

.intro-text {
    margin: 30px 30px 100px 30px;
}

@media only screen and (max-width: 767px){
    .intro-text {
        margin-bottom: 30px;
    }
}

.underline-marker {
    background-position: 0 0.65em;
    background-size: calc(100% + 10%) 20px;
    background-repeat: no-repeat;
    text-decoration: none;
}

.marker-yellow {
    background-image: url("../images/marker-yellow.svg");
}

.marker-orange {
    background-image: url("../images/marker-orange.svg");
}

.marker-red {
    background-image: url("../images/marker-red.svg");
}

/*@media only screen and (min-width: 576px) {*/
/*    .intro-text-small-row {*/
/*        transform: translateY(-70px);*/
/*    }*/
/*}*/

@media only screen and (min-width: 767px) {
    .intro-text-small-row {
        /*transform: translate(200px, -70px);*/
        margin-left: 200px;
        margin-top: -70px;
        margin-bottom: 30px;
    }

    .product-button-right {
        transform: translate(-40px, 35px);
        -webkit-transition: -webkit-transform 0.5s ease-in-out;
        -moz-transition: -moz-transform 0.5s ease-in-out;
        -o-transition: -o-transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out;
    }

    .product-button-right:hover {
        transform: translate(-40px, 35px) scale(1.02, 1.02);
        -ms-transform: translate(-40px, 35px) scale(1.02, 1.02); /* IE 9 */
        -moz-transform: translate(-40px, 35px) scale(1.02, 1.02); /* Firefox */
        -webkit-transform: translate(-40px, 35px) scale(1.02, 1.02); /* Safari and Chrome */
        -o-transform: translate(-40px, 35px) scale(1.02, 1.02); /* Opera */

        -webkit-transition: -webkit-transform 0.5s ease-in-out;
        -moz-transition: -moz-transform 0.5s ease-in-out;
        -o-transition: -o-transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out;
    }

    .product-button-left {
        transform: translate(20px, 0);
        -webkit-transition: -webkit-transform 0.5s ease-in-out;
        -moz-transition: -moz-transform 0.5s ease-in-out;
        -o-transition: -o-transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out;
    }

    .product-button-left:hover {
        transform: translate(20px, 0) scale(1.02, 1.02);
        -ms-transform: translate(20px, 0)scale(1.02, 1.02); /* IE 9 */
        -moz-transform: translate(20px, 0)scale(1.02, 1.02); /* Firefox */
        -webkit-transform: translate(20px, 0)scale(1.02, 1.02); /* Safari and Chrome */
        -o-transform: translate(20px, 0)scale(1.02, 1.02); /* Opera */

        -webkit-transition: -webkit-transform 0.5s ease-in-out;
        -moz-transition: -moz-transform 0.5s ease-in-out;
        -o-transition: -o-transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out;
    }

    .product-button-middle {
        transform: translate(210px, 10px);
        -webkit-transition: -webkit-transform 0.5s ease-in-out;
        -moz-transition: -moz-transform 0.5s ease-in-out;
        -o-transition: -o-transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out;
    }

    .product-button-middle:hover {
        transform: translate(210px, 10px) scale(1.02, 1.02);
        -ms-transform: translate(210px, 10px) scale(1.02, 1.02); /* IE 9 */
        -moz-transform: translate(210px, 10px) scale(1.02, 1.02); /* Firefox */
        -webkit-transform: translate(210px, 10px) scale(1.02, 1.02); /* Safari and Chrome */
        -o-transform: translate(210px, 10px) scale(1.02, 1.02); /* Opera */

        -webkit-transition: -webkit-transform 0.5s ease-in-out;
        -moz-transition: -moz-transform 0.5s ease-in-out;
        -o-transition: -o-transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out;
    }

    .d-md-block {
        display: flex !important;
    }

    .d-md-block-block {
        display: block !important;
    }

    .product-button {
        -webkit-transition: -webkit-transform 0.5s ease-in-out;
        -moz-transition: -moz-transform 0.5s ease-in-out;
        -o-transition: -o-transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out;
    }

    .product-button:hover {
        transform: scale(1.02, 1.02);
        -ms-transform: scale(1.02, 1.02); /* IE 9 */
        -moz-transform: scale(1.02, 1.02); /* Firefox */
        -webkit-transform: scale(1.02, 1.02); /* Safari and Chrome */
        -o-transform: scale(1.02, 1.02); /* Opera */

        -webkit-transition: -webkit-transform 0.5s ease-in-out;
        -moz-transition: -moz-transform 0.5s ease-in-out;
        -o-transition: -o-transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out;
    }
}

.footer {
    font-size: 0.9rem;
}

.quotation {
    width: 75px;
    float: right;
}

.footer-logo {
    width: 10vw;
    max-width: 100px;
    min-width: 100px;
    height: 10vw;
    max-height: 100px;
    min-height: 100px;
    position: absolute;
    transform: translate(10px, -50px);
}

.rotate-180 {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -moz-transform: rotate(180deg); /* Firefox */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
    -o-transform: rotate(180deg); /* Opera */
}

.modal-content {
    background: #fff;
    border: none;
    border-radius: 0;
}

.modal-body {
    max-height: 70vh;
    overflow-y: auto;
    margin: 0 50px 50px 50px;
}

.modal-close {
    max-width: 10%;
    position: relative;
    transform: translate(940%, -49%);
    opacity: 1 !important;
}

.modal-body::-webkit-scrollbar
{
	width: 5px;
	background-color: transparent;
}

.modal-body::-webkit-scrollbar-track
{
	background-color: transparent;
    border-radius: 5px;
}

.modal-body::-webkit-scrollbar-thumb
{
	background-color: #231F20;
    border-radius: 5px;
}

.main-products {
    padding-bottom: 25px;
}

.upload-row {
    padding: 40px 0 40px 0;
    margin-top: 40px;
}

textarea {
    resize: none;
}

.more-info {
    padding-bottom: 20px;
}

.btn-link {
    color: inherit;
}

.btn-link:hover {
    text-decoration: none;
}

.awesomplete li:hover,
.awesomplete li:hover mark {
    background: #549fff;
}

.date-unavailable span{
    background: #000 !important;
    color: #fff !important;
}

.date-reserved a{
    background: gold !important;
    color: #000 !important;
}

/* Loading spinner */
.spinner-modal .modal-dialog{
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
}

.spinner-modal .modal-dialog .modal-content{
    background-color: transparent;
    border: none;
}

.modal-xl {
    max-width: 1250px;
}

.image-upload-frame {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.camera-upload-box {
    margin: 5px;
    background-color: #fff;
    z-index: auto!important;
    text-align: center;
    border-radius: 3px;
    border: 1px dashed #b6bbc1;
    cursor: pointer;
    position: relative;
    user-select: none;
    height: min(45vw - 28px, 150px);
    width: min(45vw - 28px, 150px);
}

.camera-upload-box input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.camera-upload-box .icon {
    color: #3e3e3e;
    font-size: 3rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.camera-upload-box .image {
    color: #3e3e3e;
    font-size: 3rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.camera-upload-box .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-image-overlay {
    background: white;
    border-radius: 1rem;
    width: 370px;
    padding: 25px 25px;
    position: absolute;
    bottom: 130px;
    left: 0;
    right: unset;
    transform: scale(0.8, 0.8);
    z-index: 999;
}

.info-text {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
}

.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-arrow {
    position: absolute;
    width: 12px;
    height: 12px;
    background: transparent;
    border-top: 2px solid black;
    border-left: 2px solid black;
    text-decoration: none;
    color: transparent;
}

.menu-arrow.left {
    transform: rotate(-45deg);
}

.menu-arrow.right {
    transform: rotate(135deg);
}

.menu-arrow.up {
    margin-top: 5px;
    transform: rotate(45deg);
}

.menu-arrow.down {
    margin-top: 5px;
    transform: rotate(-135deg);
}

.landing-category {
    height: 250px;
    margin: 75px 0 30px 0;
}

.header-image {
    position: relative;
    background-repeat: no-repeat;
    background-size: 890px 630px;
    background-position: -145px -160px;
    width: 100%;
    padding-bottom: 570px;
    overflow: hidden;
}

.phone-header {
    font-weight: normal;
}

.navbar-toggler-icon {
    width: 2em;
    height: 2em;
    margin-top: 30px;
    opacity: 0.5;
    transform: scaleX(1.4);
}

.navbar-toggler {
    border: none;
}

.team-member-container::after {
    background-image: linear-gradient(to top, black, transparent);
    height: 50%;
    content: "";
    position: absolute;
    right: 15px;
    bottom: 0;
    left: 15px;
    z-index: 0;
}

.nav-link.active, .nav-link:active,
.dropdown-item.active, .dropdown-item:active{
    font-weight: bold;
    background: inherit;
}

.dropdown-menu {
    border: none;
    border-radius: 20px;
    background: #f8f9fa;
}

@media (max-width: 510px)
{
    .phone-header {
        display: none;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
    .header-image {
        background-size: 1215px 810px;
        background-position: -225px -215px;
        padding-bottom: 570px;
    }
    .header-image-overlay {
        transform: scale(1.1, 1.1);
        left: 75px;
        bottom: 100px;
    }
    .btn-black {
        font-size: 1.2rem;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
    .header-image {
        background-size: 1290px 860px;
        background-position: -160px -235px;
        padding-bottom: 570px;
    }
    .header-image-overlay {
        transform: scale(1.4, 1.4);
        right: 150px;
        left: unset;
    }
    .btn-black {
        font-size: 1.5rem;
    }
    .team-member-container::after {
        height: 50%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
    .header-image {
        background-size: 1673px 1115px;
        background-position: -220px -300px;
    }
    .btn-black {
        font-size: 1.2rem;
    }
    .info-text {
        margin-top: 0;
        padding: 0 20px;
    }
    .landing-category {
        height: 200px;
        margin: 60px auto;
    }
    .team-member-container::after {
        height: 80%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
    .header-image {
        background-size: 1673px 1115px;
        background-position: -65px -300px;
    }
    .btn-black {
        font-size: 1.4rem;
    }
    .info-text {
        margin-top: 0;
        padding: 0 40px;
    }
    .team-member-container::after {
        height: 70%;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1450px
    }
    .header-image {
        background-size: 1673px 1115px;
        background-position: -65px -300px;
    }
    .info-text {
        margin-top: 0;
        padding: 0 80px;
    }
    .landing-category {
        height: 250px;
        margin: 75px auto;
    }
    .team-member-container::after {
        height: 80%;
    }
}