
.theinput::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #E6EAD5;
    opacity: 1; /* Firefox */
}

.theinput:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #E6EAD5;
}

.theinput::-ms-input-placeholder { /* Microsoft Edge */
    color: #E6EAD5;
}

.btn_explora{
    font-size: 18px;
    display: inline-block;
    padding: 9px;
    border-radius: 30px;
    padding-left: 12px;
    margin-bottom: 12px;
    background-color: #E6EAD5;
    color: #97B38F;
    border: none;
    font-family: kansasnew, serif;
    cursor: pointer;
}

.map_popup{
    font-family: kansasnew, serif;
    font-size: 16px;
    color: #97B38F !important;;
}

input.theinput {
    font-family: kansasnew, serif;
    height: 5vh;
    line-height:4vh;
    font-size: 4vh;
    border: 0;
    color: #97B38F;
    outline: 0;
    background: white;
    border-bottom: 2px solid #E6EAD5;
    border-radius: 0px;
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}
input.theinput:focus {
    border-color: #97B38F;
    outline: 0;
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}

.punt_box:hover {
    background-color: #1c221a;
    color: #E6EAD5;
    text-decoration: none;
} /* CSS link hover (green) */



.punt_box{
    font-size: 18px;
    display: inline-block;
    padding: 9px;
    border-radius: 30px;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 12px;
    margin-right:12px;
    background-color: #E6EAD5;
    color: #97B38F;
    border: none;
    font-family: kansasnew, serif;
    cursor: pointer;
}

@media(max-width:767px){
    .punt_box {
        font-size: 16px;
    }
}

._bordera{

    color:#00A19A;
}
._borderb{

    color:#E6332A;
}
._borderc{

    color:#006633;
}
._borderd{

    color:#F9B233;
}
._bordere{

    color:#009FE3;
}
._borderf{

    color:#662483;
}
._borderg{

    color:#95C11F;
}

._a{
    color: white;
    background-color:#00A19A;
}
._b{
    color: white;
    background-color:#E6332A;
}
._c{
    color: white;
    background-color:#006633;
}
._d{
    color: white;
    background-color:#F9B233;
}
._e{
    color: white;
    background-color:#009FE3;
}
._f{
    color: white;
    background-color:#662483;
}
._g{
    color: white;
    background-color:#95C11F;
}

._ca{
    background-color:#00A19A;
}
._cb{
    background-color:#E6332A;
}
._cc{
    background-color:#006633;
}
._cd{
    background-color:#F9B233;
}
._ce{
    background-color:#009FE3;
}
._cf{
    background-color:#662483;
}
._cg{
    background-color:#95C11F;
}


.spinner {
    width: 200vh;
    height: 200vh;

    position: fixed;
    top:-100vh;
    left:-100vh;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(151, 179, 143, 0.12);
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}

.map_popup > h2 > a {

    font-size: 20px !important;
    font-family: kansasnew, serif;
    padding-bottom: 10px;
}

.map_popup > h2 {
    line-height: 18px !important;
}

.map_popup > h2 > a {
    color: black !important;
    font-size: 16px;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}