﻿/* BACKGROUND */

#_ks_home_header {
    background-image: url(/images/Beach_Yoga.jpg);
}

#_ks_home_footer {
    background-image: url(/images/Villa-Abiente.jpg);
}

.page_header .button {
    display: inline-table;
    padding: 11px;
    font-family: 'Proxima Nova SemiBold';
    font-size: 18px;
    //height: 30px;
    max-width: 150px;
    width: 100%;
    background: rgb(243, 108, 33);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    transition: background 500ms;
    -webkit-transition: background 500ms;
    -moz-transition: background 500ms;
    -ms-transition: background 500ms;
    cursor: pointer;
}

/* text sections */

#page-H1-EN {
    display: block;
}

#page-H1-TH {
    display: none;
}

#englishText_Main {
    display: block;
}

#thaiText_Main {
    display: none;
}

#List_you_home_EN {
    display:block;
}

#List_you_home_TH {
    display: none;
}



