﻿

body {
    background-color: #A29A8C;
    padding-bottom: 0px;
}

/*#region Header */
#masterHeader {
    height: 143px;
    background-color: #ede3d9;
}
#masterHeader a{
    outline:none !important;

}
#masterHeader > div {
    width: 980px;
    margin: auto;
    padding-top: 12px;
    padding-top: 12px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}


#headerLogo {
    height: 80px;
}
    #headerLogo img{
        outline:none;
    }
    #headerIcons {
        padding-top: 9px;
    }

    #headerIcons div {
        border-right: 2px solid #a29a8c;
        display: inline-block;
        padding-left: 15px;
        padding-right: 16px;
        height: 61px;
    }

        #headerIcons div:first-child {
            padding-left: 0px;
        }

        #headerIcons div:last-child {
            border: none;
            padding-right: 0;
        }

    #headerIcons img {
        height: 60px;
        width: 40px;
    }

        #headerIcons img:hover {
            filter: opacity(0.6);
            -webkit-filter: opacity(0.6);
        }

    #headerIcons div:nth-child(1) img {
        width: 40px;
        height: 61px;
    }

    #headerIcons div:nth-child(2) img {
        width: 72px;
        height: 61px;
    }

    #headerIcons div:nth-child(3) img {
        width: 41px;
        height: 61px;
    }

    #headerIcons div:nth-child(4) img {
        width: 41px;
        height: 61px;
    }
#masterFooterSocial {
    position:relative;
    margin-top:26px;
    margin-left:16px;
}
#masterFooterSocial ul {
    margin: 0px;
    padding: 0px;
}
    #masterFooterSocial li {
        list-style:none;
    }
    #masterFooterSocial a > span {
        padding-left: 13px;
        display: block;
        width: auto;
        line-height: 48px;
    }

#masterFooterSocial li img {
    width: 50px;
}
#masterFooterSocial a:visited,
#masterFooterSocial a:hover,
#masterFooterSocial a {
    text-decoration: none;
    color: #fff;
    display:flex;
    font-size: 16px;
    line-height: 1.5;
}
#boxMaintenance {
    text-align: center;
    width: auto;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #FCD3D9;
    height: 30px;
    font-family: acumin-pro;
    font-size: 16px;
    line-height: 1.5;
    color: #595959;
}

#boxAlert {
    margin: 0;
}
    
/*#endregion*/        

/*#region Search */
#masterSearch {
    display: inline-block;
    height: 80px;
    padding-top: 28px;
}

#txtMasterSearch {
    font-size: 13px;
    font-family: OpenSansRegular !important;
    font-weight: 400;
    border: 1px solid #000;
    color: #2c2a29;
    outline: none !important;
    width:420px;
    height:30px;
}

    #txtMasterSearch::placeholder {
        color: #d5d4d4;
    }

#btnMasterSearch {
    display: inline-block;
    float: right;
    cursor: pointer;
}

    #btnMasterSearch img {
        height: 30px;
    }

.ui-menu.ui-autocomplete .ui-menu-item a {
    font-size: 14px;
}
#masterFooterMobi{
    display:none;
}
/*#endregion*/
/*#region Menu */
div.masterMenu {
    height: 56px;
    background-color: #373535;
    min-width: 980px;
    display: flex;
    justify-content: center;
    position: static;
}

    div.masterMenu.fixed {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    div.masterMenu::before {
        content: "";
    }

    div.masterMenu::after {
        content: "";
    }

    div.masterMenu > ul {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        height: 100%;
        max-width: 1190px;
    }

        div.masterMenu > ul > li {
            flex: 1;
            background: #373535;
            text-align: center;
        }

            div.masterMenu > ul > li:hover {
                background: #373535;
            }

            div.masterMenu > ul > li > a {
                font-family: acumin-pro;
                font-size: 13px;
                font-weight: 600;
                font-style: normal;
                color: #fff;
                text-decoration: none;
            }

                div.masterMenu > ul > li > a:hover {
                    color: #CE0019;
                }

                div.masterMenu > ul > li > a.active {
                    color: #CE0019;
                }

.alert-danger {
    height: 106px;
    justify-content: center;
    position: static;
    color: #000000;
    background-color: #f7f7f7;
    margin: auto;
    font-size: 17px;
    width: 100%;
    padding: 13px;
}

.alert-hidden {
    display: none;
}

.alert-shown {
    display: flex;
}

.alert-danger-iPad {
    height: 100px;
    justify-content: center;
    position: static;
    color: #000000;
    background-color: #f7f7f7;
    border-color: #f5c2c7;
    margin: 0;
    font-size: 17px;
    line-height: 19px;
    width: 100%;
    padding: 14px;
}

a.menu-dropdown svg.svg-inline--fa {
    font-size: 13px;
    padding-left: 8px;
}

.sf-menu {
    width: 912px;
}

    .sf-menu .sf-mega {
        background-color: #fff;
        top: 90%;
        width:auto;
    }

    .sf-menu > li > a {
        line-height: 27px;
    }

.sf-mega a {
    display: block;
    text-align: left;
    font-family: acumin-pro;
    font-weight:400;
    text-decoration: none;
    font-size: 14px;
    padding: 5px 20px 5px 20px;
    
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
}

    .sf-mega a:hover {
        color: #CE0019;
        background-color: #ede3d9;
    }

.sf-mega.products {
    width: 100%;
    left:0;
}

    .sf-mega.products > div {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 20px;
        justify-content: space-around;
    }

.sf-mega.vertical {
   
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 10px 0px 10px 0px;
}

    .sf-mega.vertical > div {
        
    }
/*#endregion*/

#masterMain {
    background-color: #fff;
    width:92%;
    margin: auto;
    min-height: 575px;
}

/*#region Footer */
#masterFooter {
    background-color: #ce0019;
    width: 92%;
    margin: auto;
    padding-top: 34px;
    padding-left: 95px;
    padding-bottom: 50px;

    display: flex;
    justify-content: flex-start;
}

#masterFooterLeft {
    width:37%;
}

    #masterFooterLeft img {
        height: 77px;
        vertical-align: middle;
    }

#masterFooterAddress {
    margin-top: 30px;
    font-family: acumin-pro-condensed;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

#masterFootercopy {
    font-family: acumin-pro;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-top: 20px;
    padding-bottom: 50px;
}

#masterFooterRight {
    margin-top: 26px;
    width:58%;
}

#masterFooterLinks {
    display: inline-block;
    margin-left: 5px;
}

    #masterFooterLinks > div {
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
        border-right: 2px solid #fff;
    }

        #masterFooterLinks > div:last-child {
            border: none;
        }

        #masterFooterLinks > div > a {
            color: #fff;
            font-size: 18px;
            font-family: acumin-pro-condensed;
            font-weight:bold;
            text-decoration: none;
            transition: all ease-in-out 300ms;
            -webkit-transition: all ease-in-out 300ms;
            -ms-transition: all ease-in-out 300ms;
            -o-transition: all ease-in-out 300ms;
            -moz-transition: all ease-in-out 300ms;
        }

            #masterFooterLinks > div > a:hover {
                color: #a29a8c;
            }



#divFrame{
    margin-bottom:30px;
}

#partner-updates {
    font-family: acumin-pro-condensed;
    margin-top: 25px;
    margin-left: 17px;
}

    #partner-updates h4 {
        color: #fff;
        font-size: 18px;
        margin-bottom: 13px;
      
    }

    #partner-updates p {
        color: #e3d6c1;
        font-family: acumin-pro-condensed;
        font-size: 16px;
        line-height: 20px;
        margin-bottom:26px;
    }

#update-button {
    font-size: 20px;
    text-decoration: none;
    background-color:transparent;
    color: #fff;
    padding: 10px 30px 10px 30px;
    border: 2px solid #fff;
}

/*#endregion*/

/*#region Top Button*/
#masterTopBtn {
    position: fixed;
    bottom: 90px;
    right: 25px;
    z-index: 98;
    display: none;
    padding: 10px 15px;
    border: none;
    background-color: #ce0019;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
/*#endregion*/

/*#region Live Chat */
#masterLiveChat {
    transform: scale(1);
    cursor: pointer;
    position: fixed;
    z-index: 8;
    bottom: 20px;
    right: 20px;
    width: 200px;
    height: 56px;
    transition: all .3s ease;
}

    #masterLiveChat a {
        margin: 0 auto;
        display: block;
        background: #ce0019;
        color: #fff;
        height: 56px;
        width: 200px;
        border: transparent;
        border-radius: 30px;
        padding: 10px 15px;
        transition: .25s;
        text-decoration: none;
    }

        #masterLiveChat a:hover {
            background: #333;
        }

        #masterLiveChat a svg {
            border-radius: 0px;
            fill: rgb(255, 255, 255);
            width: 26px;
            height: 26px;
            flex-shrink: 0;
            margin: -5px 4px 0 16px;
            vertical-align: middle;
        }

        #masterLiveChat a span {
            font-size: 18px;
            line-height: 36px;
            font-weight: 700;
            font-family: sans-serif;
            padding: 5px 0 0 0;
            margin: 0;
        }
        /*#endregion*/


@media (min-width:1260px) {
    #masterHeader {
        height: 143px;
        margin: auto;
        padding-top: 0px;
        position: relative;
        display: flex;
        height: 166px;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

        #masterHeader > div {
            width: 1240px;
        }

    #headerLogo {
        height: 102px;
    }

    #headerIcons {
        padding-top: 21px;
    }

    #masterSearch {
        padding-top: 36px;
    }

    #txtMasterSearch {
        width: 420px;
        height: 40px;
        font-size: 21px;
    }

    .ui-menu.ui-autocomplete .ui-menu-item a {
        font-size: 21px;
    }

    #btnMasterSearch img {
        height: 40px;
    }

    #masterMain {
        width: 92%;
    }

    div.masterMenu > ul > li > a {
        font-size: 15px;
    }

    .sf-menu {
        width: 912px;
    }

    #masterFooter {
        width:92%;
    }

    #footerLinks {
        margin-left: 195px;
    }

        #footerLinks > div > a {
            font-size: 18px;
        }

    .alert-danger {
        height: 84px;
    }    
}