body {
    font-family: 'Baloo 2', sans-serif;
    box-sizing: border-box;-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ancop-padding{
    width:90% ;
}

body.modal-active {
  overflow: hidden;
  position: fixed;
  width: 100%;
}


div.iframe-responsive {
    position: relative;
    overflow: hidden;
    width: 100% !important ;
    padding-top: 56.25%;
}

.iframe-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important
;
}

#modal1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index:10000;
display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}
.add-google-calender{
    cursor:pointer;
}

.errors-form {
    font-size: 0.725rem
}

.close-button {
    color: #f00;
    position: absolute;
    top: 15px;
    right: 35px;
    font-size: 42px;
    font-weight: bold;
cursor:pointer !important;
}

.donate .btn {
    display: inline;
}

@media only screen and (max-width: 767px) {
    .close-button {
        color: #f00;
        position: absolute;
        top: 0px;
        right: 15px;
        font-size: 42px;
        font-weight: bold;

    }
    .ancop-walk-logo img{
    width:100% !important ;
}
    .donate .btn {
        display: block;
        width: 100%;
        margin-bottom: 3px;
    }
}
.ancop-walk-logo{
    width:100%;
}

 .ui-slider-handle {
    width: 16px !important;
    height: 16px !important;
    background: #2980b9!important;;
    border-radius: 100% !important;;
    border: none !important;;
    top: -5px !important;;
    margin-left: -8px !important;;
    outline: none !important;;
  }

 .ui-slider-range,#slider-range,#slider-range-price {
	 height: 5px !important;
	 background: #D1EAF5 !important;    outline: none !important;border: none !important;;
}
 #priceSlider {
	 border: none  !important;
	 background: #c7cad4  !important;
	 margin: 0 8px  !important;
}
.owl-carousel .owl-nav button.owl-prev {
    width: 15px !important;
    height: 100%;
    position: absolute !important;
    top: 0% !important;
    margin-left: 15px;
    display: inline-block !important;
    border: 0px solid black;
}

.boxed input[type="radio"]:checked+label {
    border: solid 5px #ED1B23;
}
.ctabutton{

}
.ctabutton:hover{
background-color:#2c3e50!important;
}
#vehicle_description {
    word-break: break-word !important;
}
.brands-li label.form-check-label{
font-size:1rem !important;}
label.check-price {
    display: inline-block;
    padding: 20px;
    margin-left: 20px;
    border: solid 3px #aaa;
    transition: all 0.3s;
    border-radius: 10px;
    cursor: pointer;
}

.boxed input[type="radio"] {
    display: none;

}
.features li {
    border-bottom: 1px dotted black;
    padding: 3px 0;
}

#dispResults .btn
{background-color: #2980b9;}
#dispResults .btn:hover
{  color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn {
    box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    border: 0;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 1rem 2rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    background-color: #ED1B23;
    ;
}

.btn:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.owl-carousel .owl-nav button.owl-next {
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0%;
    right: 30px;
    display: inline-block !important;
    border: 0px solid black;
}

.owl-prev span,
.owl-next span {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: Center;
    padding-bottom: 5px;
    background: rgba(255, 0, 0, 0.5);
}

.owl-dots {
    display: none !important
}

.owl-item div {
    margin-bottom: 0 !important;
}

.owl-nav {
    display: block !important
}

label {
    font-size: 14px;
}

a {
    text-decoration: none;
    color: #fff;
}

ul.main-navi li {
    padding: 10px 30px;
    font-size: 20px;
}

ul {
    list-style-type: none;
}

.active-menu ul.main-navi li {
    padding: 10px 30px;
    font-size: 28px;
    font-weight: 700
}

.active-menu ul.main-navi li:last-child {
    margin-bottom: 100px !important;
    color: #f00
}

.navigation-bar {
    position: relative
}

ul.main-navi {
    display: block;
    list-style-type: none;
}

.ul.main-navi li:last-child {
  padding-right: 0 !important
}
input[type="checkbox"] {
    padding: 7px;

}

input,
select {
    width: 100%;
    border: 1px solid #ddd !important;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    border-radius: 0 !important;
}

input:focus,
select:focus {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgb(8, 140, 63) 0px 0px 0px 1px !important
}

.form-check-input:checked {
    background-color: #2980b9;
}

input[type='checkbox'] {
    border-radius: 3px !important;
}

.navi-menu {
    position: fixed;
    left: 100%;
    top: 0;
    height: 100vh;
    width: 100% !important;
    display: block !important;
    background-color: #000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 1000;
}


.active-menu {
    left: 0;
    font-size: 30px !important
}

.close {
    color: #aaa;
    float: right;
    padding: 10px 20px;
    font-size: 28px;
    font-weight: bold;
}

.navi-image,
.header-line {
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: 700;
}

.navi-menu {
    font-family: 'Alegreya Sans SC', sans-serif;
}

.main-banner {
    background: url("./images/hero_mabuhay.png");
    background-size: cover;
    background-position: center;
    height: 550px;
}

.navi-mobile {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 20px
}

.navi-image {
    flex-grow: 1;
}

/* Desktop */
@media only screen and (min-width: 768px) {
    .navi-image {
        flex-grow: unset !important
    }

    ul.main-navi {
        display: flex;
        justify-content: end;
        align-items: flex-end;
        margin-bottom: 0
    }
    .ancop-padding{
        width:75% !important;
    }
    .navi-menu {
        position: unset;
        left: unset;
        top: unset;
        height: unset;
        width: unset !important;
        display: flex !important;
        background-color: unset;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        z-index: 1000;
    }

    .close {
        display: none;
    }

    .content-adjust {
        justify-content: end !important;
    }

}

@media only screen and (min-width: 1200px) {
.ancop-padding{
    width:50% !important;
}


    .event-padding {
        padding-left: 250px;
        padding-right: 250px;
    }
}

.blog-heading,
a {
    color: #2980b9;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.owl-carousel .owl-stage {
    display: flex;
}

.padding-adjustment {

    padding: 20px;
    padding-top: 30px;
    padding-bottom: 30px;

}

@media only screen and (min-width: 1200px) {

    .padding-adjustment {

        padding: 100px;
        padding-top: 80px
    }

    .font-adjustment {

        font-size: 2.5rem !important;
    }

}

.font-adjustment {

    font-size: 1.5rem;
}

@media only screen and (min-width:768px) and (max-width: 991px) {

    .font-adjustment {

        font-size: 2rem !important;
    }

    .padding-adjustment {

        padding: 60px;
        padding-top: 48px
    }


}


@media only screen and (min-width:992px) and (max-width: 1199px) {

    .font-adjustment {

        font-size: 2rem !important;
    }

    .padding-adjustment {

        padding: 80px;
        padding-top: 65px
    }


}