.listNav,.ln-letters {
    overflow:hidden;
    clear: both;
}
.listNavHide {
    display:none;
}
.listNavShow {
    display:inline-block;
}
.letterCountShow {
    display:block;
}
.ln-letters a {
    font-size:0.9em;
    display:block;
    float:left;
    padding: 0 10px;
    line-height: 24px;
    border:1px solid #FFFFFF;
    border-right:none;
    text-decoration:none;
}
.ln-letters .ln-last{
    border-right:1px solid silver;
}
.ln-letters a:hover,.ln-letters .ln-selected {
    background-color:#eaeaea;
}
.ln-letters .ln-disabled{
    color:#ccc;
}
.ln-letter-count{
    position:absolute;
    top:0;
    left:0;
    width:20px;
    text-align:center;
    font-size:10px;
    line-height:1.35;
    color:#999999;
}

.ln-no-match {
    display: none;
}

.ln-letters a {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 13px 7px;
    border: none;
}
.ln-letters a:hover {
    color: #F36E21;
    font-weight: bold;
    border: none;
}

.ln-letters .ln-last {
    border: none;
}

.social-likes {
    margin: 0 -6px;
    clear: both;
}

.pagination {
    padding-bottom: 30px;
    padding-top: 20px;
    position: relative;
    clear: both;
}
.wp-pagenavi {
    text-align: center;
    position: relative;
    display: table;
    margin: 0 auto;
    clear: both;
}
.wp-pagenavi span {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 5px;
    color: #241e20;
    cursor: default;
    display: inline-block;
    float: left;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    pointer-events: none;
    text-decoration: none;
}
.wp-pagenavi span.extend {
    display: none !important;
}
.wp-pagenavi a {
    background: none repeat scroll 0 0 #372F2D;
    border: medium none;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}
.wp-pagenavi span.current {
    background: none repeat scroll 0 0 #577679;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}
.wp-pagenavi a:hover {
    background: none repeat scroll 0 0 #F36E21;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}



/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../images/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../images/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('../images/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}



.holder {
    display: block;
    position: relative;
    margin: 30px 0;
    clear: both;
}

.holder a {
    background: none repeat scroll 0 0 #372F2D;
    border: medium none;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}

.holder a:hover {
    background: none repeat scroll 0 0 #F36E21;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}

.holder a.jp-previous {  }
.holder a.jp-next {  }

.holder a.jp-current, a.jp-current:hover {
    color: #FF4242;
    font-weight: bold;
}

.holder a.jp-disabled, a.jp-disabled:hover {
    color: #bbb;
}

.holder a.jp-current, a.jp-current:hover {
    background: none repeat scroll 0 0 #577679;
    color: #FFFFFF;
    pointer-events: none;
    text-decoration: none;
}

.holder a.jp-disabled, a.jp-disabled:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #241e20;
    pointer-events: none;
    text-decoration: none;
}

.holder span {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 5px;
    color: #241e20;
    cursor: default;
    display: inline-block;
    float: left;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    pointer-events: none;
    text-decoration: none;
}

#tooltip{
    font-size: 14px;
    background: #F36E21;
    padding:3px 10px;
    color: #FFFFFF;
    display:none;
    z-index: 2000;
    position:absolute;
}

#section-notices {
    position: relative;
}

#the-notices {
    color: #FFFFFF;
    padding: 5px 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    background-color: #F36E21;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#the-notices .fa {
    top: 5px;
    left: 10px;
    position: absolute;
}
#the-notices p {
    margin-left: 22px;
}
#the-notices.orange {
    background-color: #F36E21;
}

#the-notices.green {
    background-color: #5B7478;
}
#the-notices.red {
    background-color: #ff0000;
}
#the-notices.black {
    background-color: #000000;
}
#the-notices.grey {
    color: #F36E21;
    background-color: #DDDDDD;
}

#the-notices:hover {
    opacity: 0.8;
}
#the-notices .fa {
    top: 8px;
    left: 10px;
    position: absolute;
}

#the-notices p {
    color: #FFFFFF;
    font-size: 15px;
    display: inline;
    margin-left: 22px;
    padding-bottom: 0;
    float: left;
}

#the-notices p a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
}
#the-notices.grey p ,
#the-notices.grey p a {
    color: #F36E21;
}

.close-notice {
    cursor: pointer;
    display: inline;
    float: right;
}
body.home .enquiry-form #bloc-title h2 {
    font-size: 12px;
}
.bloc-detail.sticky-event {
    border-bottom: 1px dashed #f36e21 !important;
}
.bloc-detail.sticky-event .description h4 a {
    color: #f36e21 !important;
}
.bloc-detail.sticky-event .description h4 a:hover {
    color: #000000 !important;
}

.rows-container.feed-events .bloc-detail.sticky-event {
    overflow: inherit;
}

.event-branch.bar-menu-content {
    margin-bottom: 25px;
}

.event-branch.bar-menu-content ul li a {
    padding-left: 15px;
    padding-right: 15px;
}

.featured-item {
    width: 64px;
    height: 64px;
    top: -2px;
    left: -2px;
    position: absolute;
    overflow: hidden;
    z-index: 100;
    background: url("../images/icon_featured_ribbon.png") top left no-repeat;
}

.featured-events .bloc-detail .events-info ,
.handson-events .bloc-detail .events-info {
    position: relative;
    margin-top: 15px;
    margin-bottom: 10px;
}

.featured-events .bloc-detail .events-info ul ,
.handson-events .bloc-detail .events-info ul {
    list-style: none;
    padding-bottom: 0;
    padding-left: 0;
}
.featured-events .bloc-detail .events-info ul li ,
.handson-events .bloc-detail .events-info ul li {
    color: #000000;
    font-weight: bold;
    line-height: 34px;
    height: 34px;
    padding-left: 40px;
    display: inline-block;
    margin-right: 30px;
}
.featured-events .bloc-detail .events-info ul li.date ,
.handson-events .bloc-detail .events-info ul li.date {
    background: url("../images/icon_date.png") left center no-repeat;
}
.featured-events .bloc-detail .events-info ul li.time ,
.handson-events .bloc-detail .events-info ul li.time {
    background: url("../images/icon_time.png") left center no-repeat;
}
.featured-events .bloc-detail .events-info ul li.location ,
.handson-events .bloc-detail .events-info ul li.location {
    background: url("../images/icon_location.png") left center no-repeat;
}

.featured-events .bloc-detail .events-info ul li.location.silom ,
.featured-events .bloc-detail .events-info ul li.location.silom a ,
.handson-events .bloc-detail .events-info ul li.location.silom ,
.handson-events .bloc-detail .events-info ul li.location.silom a {
    color: #9a4116;
}
.featured-events .bloc-detail .events-info ul li.location.chidlom ,
.featured-events .bloc-detail .events-info ul li.location.chidlom a ,
.handson-events .bloc-detail .events-info ul li.location.chidlom ,
.handson-events .bloc-detail .events-info ul li.location.chidlom a {
    color: #19adbe;
}
.featured-events .bloc-detail .events-info ul li.location.pinklao ,
.featured-events .bloc-detail .events-info ul li.location.pinklao a ,
.handson-events .bloc-detail .events-info ul li.location.pinklao ,
.handson-events .bloc-detail .events-info ul li.location.pinklao a {
    color: #0a994a;
}
.featured-events .bloc-detail .events-info ul li.location.rama-2 ,
.featured-events .bloc-detail .events-info ul li.location.rama-2 a ,
.handson-events .bloc-detail .events-info ul li.location.rama-2 ,
.handson-events .bloc-detail .events-info ul li.location.rama-2 a {
    color: #ad19be;
}
.featured-events .bloc-detail .events-info ul li.location.chiangmai ,
.featured-events .bloc-detail .events-info ul li.location.chiangmai a ,
.handson-events .bloc-detail .events-info ul li.location.chiangmai ,
.handson-events .bloc-detail .events-info ul li.location.chiangmai a {
    color: #7e615d;
}

.featured-events .bloc-detail .events-info ul li.location ,
.featured-events .bloc-detail .events-info ul li.location a ,
.handson-events .bloc-detail .events-info ul li.location ,
.handson-events .bloc-detail .events-info ul li.location a {
    color: #F36E21;
    text-decoration: none;
    text-transform: capitalize;
}
.featured-events .bloc-detail .events-info ul li.location a:hover ,
.handson-events .bloc-detail .events-info ul li.location a:hover {
    color: #F36E21;
    text-decoration: none;
}

#main-content {
    margin: 0 auto;
}

.wrapper-container {
    width: 1000px;
    margin: 0 auto;
}

.content-style img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.content-style ol {
    list-style-position: inside;
}

#section-responsive-nav {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1200;
    display: none;
    overflow: hidden;
}
#section-responsive-nav .langnav {
    width: 100%;
    padding: 10px 0;
    position: relative;
    display: table;
    background-color: #5B7478;
}
#section-responsive-nav .langnav #lang_sel_list {
    width: auto;
    display: table;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

#menu-responsive {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 20px;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF;
    clear: both;
}
#menu-responsive ul {
    margin: 0;
    padding: 0;
    width: auto;
}
#menu-responsive ul li ,
#menu-responsive ul li ul li {
    border-top: 1px solid #FFFFFF;
    display: block;
}
#menu-responsive ul li a {
    color: #FFFFFF;
    padding: 5px 20px;
    text-decoration: none;
    display: block;
    background-color: #F36E21;
}
#menu-responsive ul li a:hover {
    text-decoration: none;
    background-color: #F36E21;
}

#menu-responsive ul li ul li a {
    padding: 5px 30px;
    background-color: #FF8B48;
}
#menu-mobile-burger {
    color: #FFFFFF;
    width: 24px;
    height: 32px;
    margin: 5px 0;
    padding-top: 3px;
    text-align: center;
    position: relative;
    float: right;
    outline: none;
    cursor: pointer;
    display: none;
}
#menu-mobile-burger a {
    color: #FFFFFF;
    width: 24px;
    height: 32px;
    text-indent: -99999px;
    outline: none;
    border: none;
    display: block;
    float: right;
}
#menu-mobile-burger.active ,
#menu-mobile-burger:hover {
    color: #F36E21;
    outline: none;
}
.mobile-banner {
    width: 100%;
    height: auto;
    position: relative;
    display: none;
}
.mobile-banner img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.msg-alert {
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    bottom: 0;
    left: 0;
    display: block;
    position: fixed;
    z-index: 1000;
    background: #000000;
}
.msg-alert.red {
    background-color: rgba(255, 0, 0, 0.90);
}
.msg-alert h1,
.msg-alert h2,
.msg-alert h3,
.msg-alert p {
    color: #FFFFFF;
    text-align: center;
    padding-top: 5px;
}

#not-found {
    width: 330px;
    height: auto;
    padding: 50px 0;
    margin: 0 auto;
}

#not-found h1 {
    color: #000000;
    font-weight: bold;
    font-size: 170px;
    line-height: 170px;
    text-align: center;
}

#not-found h2 {
    color: #000000;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
}

#not-found p {
    color: #000000;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
}

#not-found p a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 5px 10px;
    margin-left: 3px;
    background-color: #F36E21;
}

#not-found p a:hover {
    color: #FFFFFF;
    background-color: #5B7478;
}
#not-found hr {
    height: 2px;
    border: none;
    margin-bottom: 10px;
    background-color: #000000;
}

.about-us-title .bar-switch-lang {
    width: 80px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    display: block;
    float: right;
}

.about-us-title {
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    background-color: #EF6C20;
}

.content-style .about-us-title h3 {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.about-us-title.silom {
    background-color: #EF6C20;
}
.about-us-title.chidlom {
    background-color: #1AADBF;
}
.about-us-title.pinklao {
    background-color: #0A994A;
}
.about-us-title.rama2 ,
.about-us-title.rama-2 {
    background-color: #AD19BE;
}
#who-wre-are-title.chiangmai ,
#who-wre-are-title.chiang-mai {
    background-color: #7E615D;
}

.loadingoverlay {
    z-index: 1000;
}

#comment {
    padding-top: 60px;
}
#disqus_thread {
    max-width: 100%;
    margin: 0 auto;
    clear: both;
}

#section-event-bar {
    padding: 0;
    background: url('../images/bg_king70years.jpg') top left repeat-x;
}

#event-bar {
    padding: 0;
}

#event-bar img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

.sidebar-feed-title a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
}
.sidebar-feed-title a:hover {
    color: #FFFFFF;
    text-decoration: none;
}


.sidebar-feed-footer {
    color: #FFFFFF;
    text-align: center;
    background-color: #F36E21;
}
.sidebar-feed-footer.green {
    background-color: #5b7478;
}

.sidebar-feed-footer h4 {
    padding-bottom: 5px;
}
.sidebar-feed-footer a ,
.sidebar-feed-footer a:hover {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
}

.overlay img {
    -webkit-transition: -webkit-transform 0.3s ease-out 0s;
    -moz-transition: -moz-transform 0.3s ease-out 0s;
    -ms-transition: -ms-transform 0.3s ease-out 0s;
    -o-transition: -o-transform 0.3s ease-out 0s;
    transition: transform 0.3s ease-out 0s;
}
.overlay img:hover {
    -webkit-transform: scale(1.2) rotate(-5deg);
    -moz-transform: scale(1.2) rotate(-5deg);
    -ms-transform: scale(1.2) rotate(-5deg);
    -o-transform: scale(1.2) rotate(-5deg);
    transform: scale(1.2) rotate(-5deg);
    opacity: 1;
}

.rows-container.feed-testimonials .bloc-detail .image img:hover {
    opacity: 1 !important;
}

.blog-content > ul {
    list-style: inside;
}

.input-field textarea {
    width: 100%;
    height: auto;
    min-height: 100px;
    line-height: 20px;
    font-size: 14px;
    padding: 0 5px;
    display: block;
    color: #000000;
    font-family: Tahoma, Verdana, Segoe, Arial, Helvetica, sans-serif;
    border-top: 1px solid #ABADB3;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    resize: vertical;
    overflow: auto;
}

.input-field textarea.error {
    border-top: 1px solid #F36E21;
    border-left: 1px solid #F36E21;
    border-right: 1px solid #F36E21;
    border-bottom: 1px solid #F36E21;
}

#section-leaderboard {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ace_dd {
    display: none;
    border: 1px solid #666666;
    position: absolute;
    background: white;
    z-index: 1000;
}
a.ace_opt {
    color: #f36e20;
    padding: 5px 10px;
    display: block;
    font-weight: normal !important;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
}
a.ace_opt:hover {
    background-color: #f36e20;
    color: #ffffff;
    font-weight: normal !important;
    text-decoration: none;
}

#site-switcher {
    width: 180px;
    height: 30px;
    position: absolute;
    overflow: hidden;
    z-index: 10000;
}
#site-switcher ul {
    margin: 0;
    padding: 0;
}
#site-switcher ul li {
    width: 100%;
    height: 30px;
    display: block;
}
#site-switcher ul li a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 5px 5px 45px;
    display: block;
}
#site-switcher ul li.current {
    display: none;
}
#site-switcher ul li.uk a {
    background: url("../images/icon_flag_uk.png") 5px 0 no-repeat;
}
#site-switcher ul li.us a {
    background: url("../images/icon_flag_usa.png") 5px 0 no-repeat;
}
#site-switcher ul li a:hover {
    color: #000000;
}
@media all and (min-width: 1px) {
    #site-switcher {
        top: 0;
        left: 0;
    }
    #site-switcher ul li a {
        color: #FFFFFF;
        background-color: transparent;
    }
    #site-switcher ul li a:hover {
        color: #f36e20;
        background-color: transparent;
    }
}
@media all and (min-width: 1400px) {
    #site-switcher {
        top: 0;
        left: inherit;
        right: 0;
    }
    #site-switcher ul li a {
        color: #f36e20;
        background-color: #ffffff !important;
    }
    #site-switcher ul li a:hover {
        color: #000000;
        background-color: #f5f5f5 !important;
    }
}

.gototop {
    bottom: 20px !important;
    right: 100px !important;
}