.dropup { 
    font-family: 'Oswald', sans-serif;
    padding-top: 15px; 
    width: 160px;
    border-bottom: 1px solid #FFFFFF;
}
.dropup a {

    font-size: 32px;
    border-left: 0px;
    border-right:  0px;
    border-top:  0px;
    border-bottom: 0px solid #FFFFFF;
    border-radius: 0px;
    color: #fff;
}
.dropup a:hover,
.dropup a:focus {
    color: #fff;
}
.dropup .dropdown-menu {
    background: rgba(0,0,0,0.5);
    font-size: 26px;
    border-radius: 0;
    margin-bottom: 0;
    border-color: transparent;
}
.dropup .dropdown-menu > li > a:hover {
    color: #fff;
    background: transparent;
}
/* select dropdown ///////////////////////////////////////////////////////////////////////////////// */
form {
    margin: 0px 0 0;
    font-family: 'Oswald', sans-serif;
}
select {
    font-family: 'Oswald', sans-serif;
    border: none;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0px;
    height: 72px;
    font-size: 32px;
    width: 70%;
    background: rgba(0, 0, 0, 0) url("../images/arrow-down.png") no-repeat scroll 95% 65%;
    padding-top: 20px;
}

select:focus {
    background: rgba(0, 0, 0, 0) url("../images/arrow-down.png") no-repeat scroll 95% 55%;
    border: none;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0px;
    box-shadow: none;
}
select option {
    background: #333;
    color: #ffffff;
    border: 0px;
}
/* end select dropdown ////////////////////////////////////////////////////////////////////////////// */
.thumbnail-wrap h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    text-transform: capitalize;
    margin-top: 20px;
}
.bt-back {
    font-family: 'Oswald', sans-serif;
    position: absolute;
    bottom: 0;
    z-index: 9;
    background: rgba(0,0,0,0.5);
    padding: 5px 10px;
    font-size: 25px;
    letter-spacing: 1.5px;
}
/*#gallery-wrap .container { position: relative; }
#slider { overflow: hidden; }
.slider { margin: 50px 0 10px!important;}
/*#thumbnail {
    background: #000 none repeat scroll 0 0;
    bottom: 65px;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 1100px;
}*/

#thumbnail {
    background: transparent none repeat scroll 0 0;
    padding: 6px 5%;
    overflow: hidden;
}
#thumbnail li {margin-right: 5px;}
#thumbnail img {display: block; opacity: .5; cursor: pointer;}
#thumbnail img:hover {opacity: 1;}
#thumbnail .flex-active-slide img {opacity: 1; cursor: default;}
.flex-caption {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    height: 90px;
    width: 100%;
    z-index: 998;
    text-transform: uppercase;
    padding-top: 20px;
    /*   line-height: 75px;
       bottom: 0;
       position: absolute; */
}
.flex-caption h3 { color: #FFFFFF; margin-top: 0; }
.flex-viewport { z-index: 999; }
.slideimg {
    overflow: hidden;
}

/* Loading
***********************/
.loading #container {opacity: 0;}
.loading:before  { content: 'LOADING'; display: block; margin: 100px 0 0; text-align: center; color: #fff; font-weight: bold; font-size: 60px; opacity: 0.3; }
body {width: 100%; float: left; opacity: 1; -webkit-transition: opacity 1s ease;}

/* Media Queries
***********************/
@media screen and (max-width: 960px) {

}
@media screen and (max-width: 768px) {
    .navbar-fixed-top { position: absolute; }
    .flex-caption .container { display: none; }
    #thumbnail {
        width: 100%;
        background: transparent none repeat scroll 0 0;
    }
    .flex-direction-nav .flex-next {
        right: 5px;
    }
    .flex-direction-nav .flex-prev {
        left: 5px;
    }

    /*  .slideimg img {
          width: auto;
          height: 100%;
      } */
}

.thumbnail-wrap {
    width: 100%;
    background: transparent;
    height: 90px;
    z-index: 2;
    position: relative;
    bottom: 0;
}



/*.slideimg img {
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 300px;
    position: relative;
    top: 0;
    width: 100%;
}*/
/* #### Portrait #### */
@media  screen and (min-width: 300px) and (max-width:600px) and (orientation: portrait){
    .slideimg img{
        width: auto;
        height: 100%;
        margin-left: -100%;
    }
} 
@media  screen and (min-width: 601px) and (max-width:710px) and (orientation: portrait){
    .slideimg img{
        width: auto;
        height: 100%;
        margin-left: -90%;
    }
} 
@media  screen and (min-width: 711px) and (max-width:767px) and (orientation: portrait){
    .slideimg img{
        width: auto;
        height: 100%;
        margin-left: -70%;
    }
} 
@media  screen and (min-width: 768px) and (max-width:860px) and (orientation: portrait){
    .slideimg img{
        width: auto;
        height: 100%;
        margin-left: -60%;
    }
} 
@media  screen and (min-width: 861px) and (max-width:947px) and (orientation: portrait){
    .slideimg img{
        width: auto;
        height: 100%;
        margin-left: -50%;
    }
} 
@media  screen and (min-width: 948px) and (max-width:1279px){
    .slideimg img{
        width: auto;
        height: 100%;
        margin-left: -20%;
    }
}
@media  screen and (max-width: 1366px) and (max-height:1024px) and (orientation: landscape){
    .slideimg img{
        width: 100%;
        height: 100%;
        margin-left: 0%;
    }
}

.desc {
    bottom: 0;
    position: absolute;
    color: rgb(255, 255, 255);
    width: 100%;
    z-index: 2;
}

.desc .row {
    background-color: rgba(0, 0, 0, 0.4);
    margin-right: 0;
    /*padding-top: 10px;*/
}

.btn-caret {
    background: rgba(0, 0, 0, 0.4) url(../images/down.png) no-repeat scroll center center;
    border-radius: 4px 4px 0 0;
    float: right;
    height: 30px;
    width: 60px;
    box-shadow: none;
    cursor: pointer;
}
.phuketraceweek{
    margin-left: -30px;
    position: relative;
    bottom: -30px;
}
.gallery{
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    text-transform: capitalize;
}

#slider .flex-direction-nav a {
    top: 50%;
    display: none;
}

@media  screen and (min-width:738px) and  (max-width:991px){
    #thumbnail{
        display: none;
    }
    .text-right {
        float: left;
        width: 375px;
    }

    #slider .flex-direction-nav a {
        display: block;
    }
}
@media  screen and (min-width:668px) and (max-width:737px){
    #thumbnail{
        display: none;
    }
    .text-right {
        float: left;
        width: 340px;
    }    
    #slider .flex-direction-nav a {
        display: block;
    }
}
@media  screen  and (min-width:621px) and  (max-width:667px){
    #thumbnail{
        display: none;
    }
    .text-right {
        float: left;
        width: 310px;
    }    
    #slider .flex-direction-nav a {
        display: block;
    }
}
@media  screen and (min-width:571px) and (max-width:620px){
    #thumbnail{
        display: none;
    }
    .text-right {
        float: left;
        width: 280px;
    }    
    #slider .flex-direction-nav a {
        display: block;
    }
}
@media  screen and (min-width:519px) and (max-width:570px){
    #thumbnail{
        display: none;
    }
    .text-right {
        float: left;
        width: 240px;
    }    
    #slider .flex-direction-nav a {
        display: block;
    }
}
@media  screen and (max-width:518px){
    #thumbnail{
        display: none;
    }
    .text-right {
        float: left;
        width: 220px;
    }    
    #slider .flex-direction-nav a {
        display: block;
    }
}
@media  screen and (max-width:480px){
    #thumbnail{
        display: none;
    }
    .text-right {
        float: left;
        width: 200px;
    } 
    .thumbnail-wrap h1 {
        font-size: 30px;
    }
    .btn {
        display: inline-block;
        padding: 7px 12px;
    }
    .dropup a {
        font-size: 29px;
    }
    .dropup {
        width: 130px;
    }
    #slider .flex-direction-nav a {
        display: block;
    }
}
@media  screen and (max-width:425px){
    #thumbnail{
        display: none;
    }
    .text-right {
        float: left;
        width: 180px;
    } 
    .thumbnail-wrap h1 {
        font-size: 30px;
    }
    .btn {
        display: inline-block;
        padding: 7px 12px;
    }
    .dropup a {
        font-size: 29px;
    }
    .dropup {
        width: 130px;
    }
    #slider .flex-direction-nav a {
        display: block;
    }
}
@media  screen and (max-width:400px){
    #thumbnail{
        display: none;
    }
    .text-right {
        float: left;
        width: 180px;
    } 
    .thumbnail-wrap h1 {
        font-size: 25px;
    }
    .btn {
        display: inline-block;
        padding: 7px 12px;
    }
    .dropup a {
        font-size: 25px;
    }
    .dropup {
        width: 130px;
    }
    #slider .flex-direction-nav a {
        display: block;
    }
}
@media  screen and (max-width:399px){
    #thumbnail{
        display: none;
    }
    .text-right {
        float: left;
        width: 130px;
    } 
    .thumbnail-wrap h1 {
        font-size: 25px;
    }
    .btn {
        display: inline-block;
        padding: 7px 12px;
    }
    .dropup a {
        font-size: 25px;
    }
    .dropup {
        width: 130px;
    }
    #slider .flex-direction-nav a {
        display: block;
    }
}
@media  screen and (max-width:320px){
    #thumbnail{
        display: none;
    }
    .text-right {
        float: left;
        width: 110px;
    } 
    .thumbnail-wrap h1 {
        font-size: 25px;
    }
    .btn {
        display: inline-block;
        padding: 7px 12px;
    }
    .dropup a {
        font-size: 25px;
    }
    .dropup {
        width: 130px;
    }
    #kantary-menu ul li.find-hotel {
        display: none;
    }
    #slider .flex-direction-nav a {
        display: block;
    }
}
.container-fluid-cph {
    padding-right: 0;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

