﻿

body {
    background-color: #efefef;
    margin-bottom: 40px;
    font-family: opensans, Helvetica Neue, Helvetica, Arial, sans-serif;
    overflow-x:hidden;
}

html {
    position: relative;
    min-height: 100%;
}

.title{
    text-align:center;
}

#content{padding-bottom:20px;}
/***********************************Top Navigation***********************************/

.navbar {
    background-color: #285478;
    margin-bottom:0;
}

.navbar-default .navbar-brand {
    color: #fff;
    font-size:1.2em;
    font-weight:900;
    left:1px;
}
.navbar-brand img{
    top:-4px;
    height:55px;
    position:relative; 
}

.navbar li a {
    font-size: 1em;
    color:#fff;
    line-height:22px;
}

.navbar li a:hover {
    font-size: 1em;
    color:#fff;
    background-color:#356f9d;
}

.navbar li a:focus {
    font-size: 1em;
    color:#efefef;
    background-color:#356f9d;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
    background-color:#356F9D;
}

#content div.navbar-header > a{
    color:#fff;
}

.navbar-header > button{
    background-color:#356f9d;
}

.navbar-toggle .icon-bar{
    background-color:white;
}

.navbar-default .navbar-nav > li> a:active{
    background-color:black;
}



/*for item which is not link but uses the same styling*/
.not-active {
   pointer-events: none;
   cursor: default;
}

/*for agoda img in menu on small screens*/
.agodaimg{
    padding-left:20px;
}

.agodasrch{
    position:absolute;
    background-color:rgba(239,239,239,0.8);
    padding-top:15px;
    padding-bottom:12px;
    top:0px;
    width:325px;
}

.frame-container{
    position: relative;
    padding-bottom: 90%;
    padding-top: 10px;
    height: 0px;
    overflow: hidden;
}

.frame-container iframe{

}

.nomargin{
    margin:0;
}

/***********************************wide background image***********************************/
.carousel-inner > .item{
    height:411px;
    -webkit-transition: 0.8s ease left;
    -moz-transition: .8s ease left;
    -ms-transition: .8s ease left;
    -o-transition: .8s ease left;
    transition: 0.8s ease left;
}

.carousel-inner > .item > img{
    /*position:fixed;*/
    width:100%;
    overflow:hidden;
    min-height:411px;
}

.carousel-caption{
    left:50%;
    bottom:30%;
    width:340px;
    background:rgba(0, 0, 0, 0.8);
    text-align:center;
    border-radius:5px;
}

.carousel-caption span{
    padding:5px;
    /*text-align:center;*/
    color:#48A9FF;
}

.carousel-caption{
    text-align:right;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .glyphicon-chevron-left {
    margin-top:-255px;
    overflow:hidden;}

/*logo in corner of wide image on non-xs screens*/
#agodalogo{
    position:absolute; 
    right:0px; 
    top:410px; 
}

#agodalogo img{
    background-color:rgba(239, 239, 239, 0.8);
    padding:10px;
    border-top-left-radius:5px;
}

@media screen and (max-width:700px){
    .carousel-indicators{
        left:75%;
    }
}

/***********************************Main Page Content (below image)***********************************/
.container {
    min-height: 100%;
    z-index:2;
}

#content {
    min-height: 100%;
    height: auto;
}


/***********************************Hot Deals link panels*********************************/
.custom_link {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border:1px solid #cbc9c9;
    padding: 5px 10px 10px 10px;
    margin-top: 10px;
}

#content > div.container > div.row.hot > div > div > a > div > div.col-md-7.text-muted > p{
    margin-bottom:0;
}

.imgrow{
    margin-left:-10px;
    margin-right:-10px;
}

a:hover{
    text-decoration:none;
}

.custom_link h5{
    color:#444343;
    min-height:31px;
    font-weight:600;
}

.starrating {
    color: #ffac00;
}

.hot{
    padding-bottom:60px;
}
.flag{
    
}

.text-dark{
    color:black;
    font-weight:600;
}

.rating img {
    /*height: 80px;*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding:0px 0px 5px 0px; 
}

.text-success{
    font-size:.9em;
}

.section-head {
    padding-top: 0px;
}

/************************************Top Destinations************************************/

.topdest {
    min-height:200px;
    margin-bottom:10px;
}

.loc{
    clear:both;
}

.details{
    border:1px solid #cbc9c9;
    padding:0 0 0 10px;
    margin-left:-10px;
    margin-right:-10px
}

/*************************************Footer*************************************/
.footer, footer-collapse{
    background-color:#EFEFEF;
    color: #cbc9c9
}
.footer {
    position: absolute;
    bottom: 0;
    height: 50px;
    background-color:transparent;
}

.footer .container {
    border-top: 1px solid #cbc9c9;
    line-height: 40px;
    /*background-color:transparent;*/
}

.footer .container p {
    bottom: 0px;
    position: relative;
    background-color:none;
    color:#4D4D4D;
    }

.footer > .container{
    /*background-color:none;*/
}

#wrapper > nav > div > div.navbar-header > a > img{
    height:40px;
}

body{
    padding-bottom:50px;
}

/*Contact page*/
.label{
    color:black;
}

.top-padding{
    padding-top:20px;
}

/*email submit msg*/

/*#submitmsg{
    width:400px;
    margin-left:auto;
    margin-right:auto;
    border:1px solid #cbc9c9;
    padding:20px;
    margin-top:20px;
}*/

.tc h4{
    color:#b13600;
}

@media screen and (max-width:992px){
    .nav > li > a, .nav > li > a:hover{
        padding-left:5px;
        font-size:.9em;
    }
    .navbar-brand img{
        height:34px;
    }
}