
h7 {
    font-size: 115%;
    padding-right: 40px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 30px;
    text-align: left;
    font-family:'Nunito', sans-serif;
}

h8 {
    font-size: 90%;
    padding-right: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 30px;
    font-family:'Nunito', sans-serif;
}

h9 {
    font-size: 90%;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1px;
    text-align: left;
    padding-top: 5px;
    font-family:'Nunito', sans-serif;
}


.logo-white {
    display: none;
}

.top-right {
    float: right;
}


.link-top-1 a {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.link-top-1 a:hover {
    border-bottom: 1px solid #000000;
}



.link-top a {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.link-top a:hover {
    border-bottom: 1px solid rgb(0, 0, 0);
}


.li-text {
    width: 100%;
    padding: 8px 0 8px 12px;
    text-align: left;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
}

.top-space {
    margin-bottom: 120px;
    margin-top: 10px;
}


/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
    .top-mobile{
        display: none;
    }
    
    .top-space {
        margin-bottom: 0;
}

}



/********************************/
/*************POPUP**************/
/********************************/
.h1-popup {
    text-align: left;
}

.h2-popup {
    text-align: left;
}


.option-location {
    width: 160px;
    margin-top: 30px;
    padding: 3px;
    border: 1px solid rgb(0, 0, 0);
}


.btn-price {
	padding: 5px;
    text-align: center;
	border: 1px solid rgb(0, 0, 0);
    color: #ffffff;
    background: #000000;
    font-family:'Nunito', sans-serif;
    width: 160px;
    margin: 5px 15px 5px 0px;
    
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.btn-price:hover {
	border: 1px solid rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0);
    color: #000000;
    font-family:'Nunito', sans-serif;
}



/* The Modal (background) */

.location_popup {
}

.popup {
    /*display: none;  Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 200; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.popup-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 40px;
    border: 1px solid #888;
    width: 400px; /* Could be more or less, depending on screen size */
}


@media only screen and (max-width: 480px) {
.popup-content {
    width: 300px; /* Could be more or less, depending on screen size */
}
}


 .btn-price-reset {
    font-size: 100%;
    font-weight: 600;
    letter-spacing: 1px;
    font-family:'Nunito', sans-serif;
    color: #000000;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    background: 0;
    
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

 .btn-price-reset:hover {
    border-bottom: 1px solid #000000;
}


 .btn-price-reset-mobile {
    font-size: 110%;
    padding-left: 10px;
}

 .btn-price-reset-mobile:hover {
    border-bottom: 1px solid #BFBFBF;
}




























