﻿/* Page Not Found styles
-------------------------------------------------- */
#errorpage {
    min-height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    background: #f8f8f8;
}

.error-pagesection {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

    .error-pagesection .error-img, .error-pagesection .error-textcontent {
        flex: 0 0 50%;
        max-width: 50%;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }

.error-textcontent > h1 {
    font-family: 'SourceSansPro-Bold';
}

.error-textcontent > p {
    margin: 0px;
    font-size: 16px;
    line-height: 22px;
    color: #848484;
    font-family: 'MyriadPro-Regular';
}

.error-textcontent > .visiterpage a {
    margin: 30px 10px 0 0;
    color: #fff;
    border-color: #008bdf;
}

    .error-textcontent > .visiterpage a:hover {
        border: 1px solid #008bdf;
    }

    .error-textcontent > .visiterpage a.btnbg-style {
        background: #2b94e1;
    }

    .error-textcontent > .visiterpage a.btnborder-style {
        color: #2b94e1;
    }
.map-located {
    padding: 15px 0px;
}

.ep-located-right .title-styl-3.white {
    display: flex;
    justify-content: space-between;
    margin: 0px;
}

.section-padding-40 {
    padding: 40px 0px 0px 0px;
}








@media only screen and (max-width: 991px) {
    .social-header{    
        position: fixed;
        top: 62px;
        width: 100%;}
    }
    .wsmenu-submenu li a > i {
        display: none;
    }


}