body,html{
	font-family: 'Roboto', sans-serif;
	width:100%;
	height:100%;
}

input{
	border-radius:0 !important;
	border-color:#D8D8D8 !important;
}
.comp
{
    padding:5px 10px;
    border-bottom:1px solid #eee;
    
}
.compl
{
    background:#fff;
    max-height:250px;
    overflow:auto;
    box-shadow:0 3px 7px #000; 
    list-style-type:none;
    padding:0;

}
.comph
{
    background:#000;
    color:#fff;
    padding:5px 10px;
    cursor:pointer;
    
    
}
 .owl-carousel .owl-nav .owl-next
    {
        right: 1% !important;
        display: none;
    }
    
    .owl-carousel .owl-nav .owl-prev
    {
        left: 1% !important;
        display: none;
    }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next
{
    position: absolute;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 35%;
}

.owl-carousel .owl-nav .owl-prev
{
    left: -5%;
}

.owl-carousel .owl-nav .owl-next
{
    right: -5%;
}

.owl-carousel .owl-nav .owl-prev:before
{
    content: "\f104";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 50px !important;
    padding: 0;
    font-size: 45px !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}
.owl-carousel .owl-nav .owl-prev:before,
 .owl-carousel .owl-nav .owl-next:before
{
    color: #000;
}
.owl-carousel .owl-nav .owl-next,
 .owl-carousel .owl-nav .owl-prev
    {
        color: #000;
    }
    .owl-carousel .owl-nav .owl-next
    {
        right: 1% !important;
        display: none;
    }
    
    .owl-carousel .owl-nav .owl-prev
    {
        left: 1% !important;
        display: none;
    }
.owl-carousel .owl-nav .owl-next:before
{
    content: "\f105";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 50px !important;
    padding: 0;
    font-size: 45px !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}


/*Navigation Bar*/

.navbar{
	margin:0;
	border-radius:0;
	border:none;
	background-color:#fff;
}

.navbar-brand{
	padding:7px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	background-color:#00b9f2;
	color:#fff;
}

.navbar-default .navbar-nav>li>a{
	color:#494949;
	text-transform:uppercase;
	font-size:0.9em;

}

.navbar-toggle{
    border: none;
    border-radius: 0;
    background: none;
}

/*Banner*/
.banner{
	width:100%;
	background-image:url('../images/bgimg1.jpeg');
	background-color:#337ab7;
	background-size:cover;
	background-attachment:fixed;
	    height: 431px;
	padding:2% 0;
	background-repeat:no-repeat;
}

.banner h2{
	font-size:3em;
	color:#fff;
	font-weight:300;
}

/* Tabs panel */
.tabbable-panel {
	padding: 2%;
}

/* Default mode */
.tabbable-line > .nav-tabs {
	border: none;
	margin: 0px;
}

.tabbable-line > .nav-tabs > li {
	margin-right: 5px;
	margin-bottom:0px;
}

.tabbable-line > .nav-tabs > li > a {
	border: none;
	margin-right: 0;
	color: #fff;
	padding:15px 30px;
	background:rgba(0,0,0,0.3);
	text-transform:uppercase;
	font-size:0.9em;
	border-radius:0;
}



.tabbable-line > .nav-tabs > li > a > span{
	font-size:1em;
	padding:0;
}

.tabbable-line > .nav-tabs > li > a > i {
	color: #fff;
	background:rgba(0,0,0,0.5);
}

.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
	background:rgba(0, 185, 242, 0.9);
	color:#fff;
}

.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
	border: 0;
	background: none !important;
	color: #fff;
}

.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
	color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
	margin-top: 0px;
}

.tabbable-line > .nav-tabs > li.active {
	position: relative;
}

.tabbable-line > .nav-tabs > li.active > a {
	border: 0;
	color: #fff;
	background:rgba(0, 185, 242, 0.9);
}

.tabbable-line > .nav-tabs > li.active > a > i {
	color: #404040;
}

.tabbable-line > .tab-content {
	background-color: #fff;
	border: 0;
	border-top: 1px solid #eee;
	padding: 2% 4%;
	border-radius:0px 5px 5px 5px;
}

.portlet .tabbable-line > .tab-content {
	padding-bottom: 0;
}

.tabbable-line > .tab-content h4{
	font-size:2.2em;
	color:#494949;
	padding-bottom:15px;
	text-transform:uppercase;
}

.tabbable-line > .tab-content div label{
	font-size:1.2em;
	font-weight:normal;
}

.inner-addon { 
    position: relative; 
}

/* style icon */
.tabbable-line > .tab-content div .inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

.tabbable-line > .tab-content div .left-addon .glyphicon  { 
	left:  0px;
	color:#999;
}

.tabbable-line > .tab-content div .left-addon input, .tabbable-line > .tab-content div .left-addon select { 
	padding-left:  25px;
	border-radius:0;
	margin-bottom:15px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none !important;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.tabbable-line > .tab-content div .btn-primary{
	border-radius:0;
	text-transform:uppercase;
	background-color:#00b9f2;
	border-color:#00b9f2;
}




/*Special*/

.special{
	padding:20px 0;
	min-height:100px;

    text-align: center;
}

.special .col-sm-4 .thumbnail{
    padding: 30px 15px;
    background-color: #00b9f2;
    color: #fff;
    margin: 0;
}

.special .col-sm-4 .thumbnail h2{
    border: none;
    margin: 0;
}

.special .col-sm-4 .thumbnail p{
    color: #efefef;
}

.special .col-sm-4 .thumbnail .btn{
    border-radius: 0;
    background: #fff;
    color: #00b9f2;
    font-size: 16px;
    padding: 10px 25px;
    border: none;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
    box-shadow: 0 0 8px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.4);
    -o-box-shadow: 0 0 8px rgba(0,0,0,0.4);
}
.special .col-sm-3 .thumbnail{
    padding: 30px 15px;
    background-color: #00b9f2;
    color: #fff;
    margin: 0;
}

.special .col-sm-3 .thumbnail h2{
    border: none;
    margin: 0;
}

.special .col-sm-3 .thumbnail p{
    color: #efefef;
}

.special .col-sm-3 .thumbnail .btn{
    border-radius: 0;
    background: #fff;
    color: #00b9f2;
    font-size: 16px;
    padding: 10px 25px;
    border: none;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
    box-shadow: 0 0 8px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.4);
    -o-box-shadow: 0 0 8px rgba(0,0,0,0.4);
}

.special h2{
    text-align: center;
    clear: both;
    padding-bottom: 10px;
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    border-bottom: solid thin #00b9f2;
    text-transform: uppercase;
}

.special i{
	font-size:1.2em;
	background-color:#494949;
	text-align:center;
	color:#fff;
    width: 50px;
    height: 50px;
    line-height:  50px;
    display: block;
    margin: 0 auto;
	font-weight:lighter;
    float: none;
	border-radius:50%;
}

.special h4{
	font-size:20px;
	line-height:3;
	font-weight:500;
    text-align: center;
    margin:  0;
}

.special p{
	font-size:1em;
	color:#666;
    text-align: center;
}



/*destination*/

.destination{
	width:100%;
	background-image:url(../images/room.jpg);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	padding:20px 0;
}

.destination .btn{
	background:none;
    border: none;
}

.destination h4{
	text-align:center;
	font-size:20px;
	color:#fff;
	line-height:1.5;
	text-transform:uppercase;
}

.owl-carousel .item{
    margin: 0 auto;
    max-width: 300px;
}

.col-item
{
	margin-top:10px;
}

.col-item .photo{
	/*width:100%;
	height:200px;*/
	width:192px;
	height:144px;
	background-size:98% 95%;
	background-color:rgba(0,0,0,0.1);
	background-repeat:no-repeat;
	background-position:center;
	border-radius:5px 5px 0 0;
}

.col-item .info
{
    padding: 0px 10px 10px;
	background-color:#fff;
    border-radius: 0 0 5px 5px;
}

.col-item .price
{
	text-align:left;
}

.col-item .info p{
	color:#777;
}

.col-item .info a{
	color:#00b9f2;
	text-decoration:none !important;
}

.col-item .price h5
{
    line-height: 20px;
	font-size:1.1em;
    margin: 6px 0;
}

.price-text-color
{
    color: #219FD1 !important;
}

.col-item .info .rating
{
    color: #777;
}

.col-item .rating
{
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator
{
    border-top: 1px solid #E1E1E1;
}

.clear-left
{
    clear: left;
}

.col-item .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i
{
}
.col-item .btn-add
{
    width: 50%;
    float: left;
}

.col-item .btn-add
{
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details
{
    width: 50%;
    float: left;
    padding-left: 10px;
}



/*Last Minute Deal*/

.lastminute{
	padding:2% 0;
	background-image:url(../images/timer.png);
	background-position:right;
	background-repeat:no-repeat;
	margin:0;
}

.lastminute h2{
	font-size:1.7em;
}

.lastminute h3{
	font-size:2.1em;
	text-transform:uppercase;
	color:#00b9f2;
}

.lastminute p{
	font-size:1em;
}

.lastminute p small{
	color:#777;
}

.lastminute .btn{
	margin-top:0px;
	float:right;
	font-size:1.5em;
	
	border-right:none;
	border-top:none;
	border-bottom:none;
	border-radius:0;
	color:#494949;
	line-height:0px;
	text-transform:uppercase;
}
.lastminute .btn1{
	margin-top:8px;
	float:right;
	font-size:2em;
	
	border-right:none;
	border-top:none;
	border-bottom:none;
	border-radius:0;
	color:#494949;
	
}


/*Footer*/
footer{
	width:100%;
	padding:2% 0 2%;
	background-color:#000;
	margin:0;
}

footer h4{
	color:#fff;
	font-size:1.5em;
	text-transform:uppercase;
}

footer p{
	font-size:0.9em;
	color:#999;
}

footer .social .btn{
	background:rgba(225,225,225,0.1);
	color:#fff;
	padding:10px 12px;
	font-size:1em;
	margin-left:5px;
	border-radius:50%;
}

footer ul li{
	list-style-type:none;
	margin-left:-20px;
}

footer ul li a{
	font-size:0.9em;
	color:#ccc;
	text-decoration:none !important;
	line-height:23px;
}

footer h3{
	font-size:2.7em;
	color:#00b9f2;
}

footer h5{
	color:#fff;
	font-size:1.3em;
}




@media only screen and (max-width: 800px) {
	
	.tabbable-line > .nav-tabs > li > a {
		padding:15px;
	}
	
	.dropdown-menu>li>a{
		color:#000 !important;
	}

}