

/* CSS for Image Map */
img[usemap] {
    border: none;
    height: auto;
    max-width: 100%;
    width: auto;
}
/* ============= */

footer .column1 {
position: relative;
top: -18px;
}

light:not(.sticky):not(.scrolled) nav.main_menu>ul>li>a,
.light:not(.sticky):not(.scrolled) nav.main_menu>ul>li>a:hover,
.light:not(.sticky):not(.scrolled) nav.main_menu>ul>li.active>a,
.light:not(.sticky):not(.scrolled) nav.main_menu>ul>li:before,
nav.main_menu > ul > li > a {
  /*color: #000 !important;*/
}

.side_menu_button .qode_icon_font_awesome{
/*color: #000 !important;*/
}

.carousel-indicators{
bottom: 60px !important;
}

.carousel-indicators li {
    display: inline-block;
background-color: #505050;
    width: 13px !important;
    height: 13px !important;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 10px;
   margin: 0 10px;
}

.carousel-indicators .active{
margin: 0 10px !important;
}
.tempHide{
display: none;
}

.goldButton{
    -moz-box-shadow: 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow: 0px 1px 0px 0px #fff6af;
    box-shadow: 0px 1px 0px 0px #fff6af;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
    background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
    background-color:#ffec64;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #ffaa22;
    display:inline-block;
    cursor:pointer;
    color:#333333;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffee66;
}
.goldButton:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
    background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
    background-color:#ffab23;
}
.goldButton:active {
    position:relative;
    top:1px;
}

.marginTop25{
margin-top: 25px;
}

.see-more {
-webkit-animation-name: bounce;
-moz-animation-name: bounce;
-o-animation-name: bounce;
animation-name: bounce;
display: block;
    position: fixed;
    bottom: 20px;
    right: 30px;
}
.see-more {-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;

animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite;
animation-fill-mode:both;
-webkit-animation-duration:2s;
-moz-animation-duration:2s;
-ms-animation-duration:2s;
-o-animation-duration:2s;
animation-duration:2s;
}

@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 40% {-webkit-transform: translateY(-30px);}
60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
40% {-moz-transform: translateY(-30px);}
60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
40% {-o-transform: translateY(-30px);}
60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-30px);}
60% {transform: translateY(-15px);}
}

p{
margin-bottom: 20px !important;
}

.countryLinksWrapper{
width: 100%;
text-align: center;
}

ul.countryLinks{
 list-style-type: none;
margin: 20px 0;
}

ul.countryLinks li{
 list-style-type: none;
display: inline-block;
margin: 10px 15px;
}

ul.countryLinks li a{
font-weight: bolder;
}

.specialList .inner{
background: antiquewhite;
}

.specialList .inner h3{
    background: #E0B931;
    color: #fff;
    padding: 10px;
}

.specialList .inner p{
padding: 10px;
}

.special .q_image_with_text_over table td{
   padding: 10px;
    vertical-align: bottom;
}

.special .q_image_with_text_over table td:hover{
background-color: rgba(218, 142, 2, 0.93) !important;
}

.special .q_image_with_text_over .shader{
    background-color: rgba(0,0,0,0.2);
}

.tribe-events-ical{
display: none !important;
}

a[hreflang="id-ID"]{
    display: none;
}

a[hreflang="zh-TW"]{
    display: none;
}

.hideLabel label.main-label{
display: none !important;
}

.ccf-form-wrapper .ccf-theme-light input.ccf-submit-button{
    position: relative;
    display: inline-block;
    width: auto;
    height: 39px;
    line-height: 39px;
    margin: 0;
    padding: 0 23px;
    border: 2px solid #dd890b;
    font-size: 13px;
    font-weight: 700;
    font-family: inherit;
    text-align: left;
    color: #dd890b;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    outline: 0;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    background-color: transparent;
    -webkit-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -moz-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -ms-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -o-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -webkit-box-sizing: initial!important;
    -moz-box-sizing: initial!important;
    box-sizing: initial!important;
    background: #fff;
}

.ccf-form-wrapper .ccf-theme-light input.ccf-submit-button:hover{
    background: #dd890b;
    color: #fff;
}

.ccf-form-wrapper .ccf-theme-light input[type=text]{
        border: 1px solid #DD9933;
        background: #fff;
}

.footer_top a{
color: #fff !important;
}