

.row {
    padding: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: -15px; */
    /* margin-left: -15px; */
}

#footer {
    /*margin-top: -10%;*/
}

.footer_bg {
    background: url(/resources/images/footer/BG_Footer.png);
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: 100%;
    max-width: 968px;
	width:100%;
    background-position-y: top;
    background-position-x: center;
    height: 506px;
    /* margin-top: -52px; */
    position: relative;
    /*z-index: -1;*/
}

.footer_p_nav {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    min-height: 350px;
}

.footer_nav {
    text-align: center;
    font-size: 0.5em;
    color: #645a4c;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    background: url(/resources/images/footer/Box_and_Fire_blue.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 134px;
    position: relative;
}

.footer_nav .row-first a {
    font-size: 1.5em;
	
    /* color: #704e2b; */
    color: #645a4c;
}

.footer_nav .row-second a {
    font-size: 1.5em;
    color: #757469;
}

.footer_nav a {
    font-weight: bolder;
}

.footer_nav a:hover {
    text-decoration: none;
}

.footer_nav .row-second {
    margin-top: 1em;
}

.footer_nav div, .footer_nav div {
    padding: 0;
	width:800px;
}

.row-first .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.row-second .col-4{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 40%;
}
.row-second .col-7 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    /* max-width: 70%; */
}

