/* 1. General */
/* 1.1. Reset */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
*, ::after, ::before {
    box-sizing: border-box;
}
a {
    text-decoration: none;
    outline: 0;
}
strong,b {
    font-family: 'ing_me_bold'
}
.text-center {
    text-align: center !important;
}
.grey-row {
    background: #f0f0f0;
}
.img-responsive {
    max-width: 100%;
}
h2, .title {
    font-size: 24px;
    margin:  0 0 30px 0;
    font-family: 'ing_me_regular';
    font-weight: 400;
}
h4 {
    font-size: 20px;
    line-height: 28px;
    font-family: 'ing_me_bold';
}
p {
    margin-bottom: 15px;
}
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
select {
    display: block;
    width: 100%;
    height: 50px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.color-orange {
    color: #ff6200;
}
.bg-gray-full {
    background-color: #f7f7f7;
    position: relative;
}
/* .bg-gray-full:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    background-color: #f7f7f7;
    width: 1000px;
    top: 0;
    right: 100%;
}
.bg-gray-full:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    background-color: #f7f7f7;
    width: 1000px;
    top: 0;
    left: 100%;
} */
.section-spacing {
    padding: 30px 0;
}
.grid {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
}
@media (min-width: 339px) {
    .grid-three-columns .item,
    .grid-four-columns .item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.grid .item {
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 576px) {
    .grid-three-columns .item,
    .grid-four-columns .item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .grid-two-columns .item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .grid-two-columns .item {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 15px;
    }
    .grid-three-columns .item {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding: 0 15px;
    }
    .grid-four-columns .item {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 15px;
    }
}


/* 1.2. fonts */
@font-face {
    font-family: ing_me_bold;
    src: url(/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.eot);
    src: url(/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.eot) format("embedded-opentype"),
    url(/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.woff2) format("woff2"),
    url(/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.woff) format("woff"),
    url(/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.ttf) format("truetype"),
    url(/.resources/assets/fonts/INGMe/Latin/Bold/INGMeWeb-Bold.svg#ing_me_bold) format("svg");
    font-weight: 400;
    font-style: normal;
}

/* Custom bordered box */
.custom_bordered-box {
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 15px;
    margin: 30px 0;
}
.custom_bordered-box h2 {
    margin-top: 0;
    color: #ff6200;
}
.custom_bordered-box ul {
    list-style: none;
}
.custom_bordered-box ul li {
    list-style: none;
    position: relative;
    padding: 4px 0 4px 30px;
}
.custom_bordered-box ul li:before {
    content: "";
    display: inline-block;
    background: #ff6200;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 12px;
}

@media(min-width: 992px) {
    .custom_bordered-box {
        padding: 30px;
    } 
}


/* Custom donate otions section */
.custom_donate-option {
    margin: 30px 0 0;
    align-items: center;
}
.custom_donate-option .item {
    margin: 15px 0;
    position: relative;
    padding-left: 85px;
}
.custom_donate-option p {
    margin-bottom: 10px;
}
.btn {
    color: #333;
    text-decoration: none;
    font-size: 20px;
    line-height: 28px;
    /* font-family: ing_narrow_regular; */
    font-weight: 400;
    font-style: normal;
    border-radius: 6px;
    padding: 10px;
    display: inline-block;
    background: #ff6200;
    color: #fff;
    border: 1px solid transparent;
    font-size: 16px;
    font-family: 'ing_me_bold';
    line-height: 1;
}

.custom_donate-img {
    position: absolute;
    left: 0;
}

/* Second section */
.custom_grid-centered-items .item {
    display: flex;
    align-items: center;
}
.custom_grid-centered-items img {
    max-width: 300px;
}
.custom_grid-centered-items .item:nth-child(3) {
    order: 4;
}

@media(min-width: 992px) {
    .custom_grid-centered-items .item:nth-child(3) {
        order: inherit;
    }
    .item-img-right {
        justify-content: right;
    }
}

@media(min-width: 992px) {
    .item-img-right {
        justify-content: right;
    }
}

/*.Third section */
.custom_reparam .item img {
    margin: auto;
    display: block;
    margin-bottom: 5px;
}

/* Last Section */
@media(max-width: 576px){
  .custom_social-icons .item {
      flex: 0 0 50%;
        max-width: 50%;
  }
    .custom_social-icons .item img {
        max-width: 100%;
    }
}
