/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

body .body-inner {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

a:not(.btn):hover, a:not(.btn):focus, a:not(.btn):active{
    color: #841811;
}

.background-callnow {
    background-color: #841811;
}

img {
    pointer-events: none;
}

/* Set the size of the div element that contains the map */
#map {
    min-height: 300px; /*fallback to smaller screens*/
    height: calc(100% - 160px - 6px);  /* 100% - section padding x 2 - submit button margin bottom*/
    width: 100%;  /* The width is the width of the web page */
}

/* Header */
#mainMenu nav > ul > li > a {
    font-family: 'Roboto', sans-serif !important;
    color: #841811;
    text-transform: unset;
}

#mainMenu.dark:not(.light):not(.menu-rounded) nav > ul > li:hover > a {
    color: #841811;
}

#mainMenu.dark:not(.light):not(.menu-rounded) nav > ul > li .dropdown-menu > li > a:hover {
    color: #E42F28 !important;
}

.general-hero {
    background-image: url(../images/hero_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 23px;
}

.hero-bg {
    background-image: url(../images/homepage/safari_hero.jpg) !important;
    background-size: cover !important;
    background-position: center center !important;
}

/*Half container*/
@media (min-width: 1200px){
    .half-container {
        max-width: 1140px;
    }
}

@media (min-width: 992px){
    .half-container {
        max-width: 960px;
    }
}

@media (min-width: 768px){
    .half-container {
        max-width: 720px;
    }

    .half-container.m-left {
        margin-left: auto !important;
        margin-right: 0 !important;
    }
    
    .half-container.m-right {
        margin-right: auto !important;
        margin-left: 0 !important;
    }
}

@media (min-width: 576px){
    .half-container {
        max-width: 540px;
    }
}

.half-container {
    width: 100%;
}

.half-container.m-left, .half-container.m-right {
    margin-left: auto;
    margin-right: auto;
}
/*end: Half container*/

/* Languages */

.btn.locale {
    padding: 3px;
    width: 22px;
    border-width: 1px !important;
    margin-left: 5px;
    background-color: transparent;
    font-size: 9px;
    margin-bottom: 0;
}

.btn.locale:first-of-type {
    margin-left: 18px;
}

.btn.locale:hover {
    color: #fff;
    background-color: #841811;
}

/* end: Languages */

/* end: Header */

/* Fonts */
.text-callnow {
    color: #841811;
}

.text-nunito {
    font-family: 'Nunito', sans-serif !important;
}

.text-roboto {
    font-family: 'Roboto', sans-serif !important;
}
/* end: Fonts */

/* Buttons */
.btn {
    font-family: 'Roboto', sans-serif !important;
}

/* Red Button */
.btn.red-button, .btn.red-button:focus {
    border: 2px solid #841811;
    background-color: #841811;
}

.btn.red-button > span {
    color: #fff;
}

.btn.red-button:hover, .btn.red-button:not(:disabled):not(.disabled):active {
    background-color: transparent;
    border: 2px solid #841811;
    color: #841811;
}

.btn.red-button:hover > span, .btn.red-button:not(:disabled):not(.disabled):active > span {
    color: #841811;
}

.btn.btn-outline.red-button, .btn.btn-outline.red-button:focus {
    background-color: transparent;
    border-color: #841811;
}

.btn.btn-outline.red-button > span {
    color: #841811;
}

.btn.btn-outline.red-button:hover, .btn.btn-outline.red-button:not(:disabled):not(.disabled):active {
    background-color: #841811;
}

.btn.btn-outline.red-button:hover > span, .btn.btn-outline.red-button:not(:disabled):not(.disabled):active > span {
    color: #fff;
}
/* end: Red Button */

/* Bright Red Button */
.btn.red-bright-button, .btn.red-bright-button:focus {
    border: 2px solid #E42F28;
    background-color: #E42F28;
}

.btn.red-bright-button > span {
    color: #fff;
}

.btn.red-bright-button:hover, .btn.red-bright-button:not(:disabled):not(.disabled):active {
    background-color: transparent;
    border: 2px solid #E42F28;
    color: #E42F28;
}

.btn.red-bright-button:hover > span, .btn.red-bright-button:not(:disabled):not(.disabled):active > span {
    color: #E42F28;
}

.btn.btn-outline.red-bright-button, .btn.btn-outline.red-bright-button:focus {
    background-color: transparent;
    border-color: #E42F28;
}

.btn.btn-outline.red-bright-button > span {
    color: #E42F28;
}

.btn.btn-outline.red-bright-button:hover, .btn.btn-outline.red-bright-button:not(:disabled):not(.disabled):active {
    background-color: #E42F28;
}

.btn.btn-outline.red-bright-button:hover > span, .btn.btn-outline.red-bright-button:not(:disabled):not(.disabled):active > span {
    color: #fff;
}
/* end: Red Bright Button */

/* Light Button */

.btn.btn-light.btn-rounded {
    border: 2px solid #fff;
}

.btn.btn-light.btn-rounded:hover {
    background-color: transparent;
    border: 2px solid #fff;
}

.btn.btn-light.btn-rounded:hover > span {
    color: #fff;
}

/* end: Light Button */

/* end: Buttons */

/* Homepage */

#scrollTop:after, #scrollTop:before {
    background-color: #000;
}

.products-wrapper {
    background: linear-gradient(to right,  #E42F28 0%,#E42F28 50%,#841811 50%,#841811 100%);
}

.heading-text.heading-section.red > h2:before {
    background-color: #E42F28;
    bottom: -10px;
}

.heading-text.heading-section.white > h2:before {
    background-color: #fff;
    bottom: -10px;
}

@media (min-width: 992px) {
    .header-sticky.sticky-active #mainMenu nav > ul > li > a {
        color: #841811 !important;
    }

    .header-sticky.sticky-active .locale {
        border-color: #841811 !important;
    }

    .header-sticky.sticky-active .locale span {
        color: #841811 !important;
    }

    #header .btn.locale:hover > span {
        color: #fff !important;
    }

    .needs-p-r {
        padding-right: 50px;
    }

    .needs-p-l {
        padding-left: 50px;
    }

    #header.text-light .btn.locale {
        border-color: #fff;
    }

    .desk_logo {
        display: block;
    }

    .mobile_logo {
        display: none;
    }
}

@media (max-width: 991px) {
    .mainMenu-open #header #mainMenu {
        overflow-y: auto;
    }

    #header.text-light .btn.locale > span {
        color: #841811 !important;
    }

    #header.text-light .btn.locale:hover > span {
        color: #fff !important;
    }

    #header.text-light #mainMenu nav > ul > li > a {
        font-family: 'Roboto', sans-serif !important;
        color: #000 !important;
        text-transform: unset;
    }

    #header.text-light #mainMenu.dark:not(.light):not(.menu-rounded) nav > ul > li .dropdown-menu > li > a {
        font-family: 'Roboto', sans-serif !important;
        color: #000 !important;
    }
}

@media (max-width: 991.98px) {
    .general-hero {
        background-position-y: unset;
    }

    .needs-p-r {
        padding-right: 15px;
    }

    .needs-p-l {
        padding-left: 15px;
    }

    .desk_logo {
        display: none;
    }

    .mobile_logo {
        display: block;
    }
}

@media (min-width: 768px) {
    .hero-video {
        display: block;
    }
    
    .hero-static {
        display: none;
    }

    .resp-image {
        max-width: 60%;
    }
}

@media (max-width: 767.98px) {
    .hero-video {
        display: none;
    }
    
    .hero-static {
        display: table;
    }

    .products-wrapper {
        background: linear-gradient(to bottom,  #E42F28 0%,#E42F28 50%,#841811 50%,#841811 100%);
    }

    .resp-image {
        max-width: 100%;
    }

    .col-sm-12 {
        margin-bottom: 25px;
    }

    .col-sm-12:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 575.98px) {
    .col-sm-6, .col-sm-12 {
        margin-bottom: 25px;
    }

    .col-sm-6:last-child, .col-sm-12:last-child {
        margin-bottom: 0;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .btn.locale:first-of-type {
        margin-left: 0;
    }

    .needs-p-b {
        padding-bottom: 150px;
    }

    img:not(.ignore) {
        max-height: 320px;
        width: auto !important;
    }
}

/* end Homepage */

/* Footer */
footer {
    margin-top: auto;
}

footer .footer-content {
    padding-top: 20px !important;
    padding-bottom: 0 !important;
}

footer .widget {
    margin-bottom: 5px;
}

footer a:not(.btn):hover, footer a:not(.btn):focus, footer a:not(.btn):active{
    color: #E42F28;
}

footer .list-icon {
    color: #9A9A9A;
}

footer .list-icon li {
    color: #9A9A9A;
    line-height: 1.5em;
}

footer .list-icon li a {
    color: #9A9A9A;
}

.list-icon i {
    margin-right: 8px;
}

footer .img-logo {
    max-height: 40px;
    margin-bottom: 10px;
}

/* end: Footer */

#Smallchat iframe {
	width: 500px !important;
	
}