/* CSS Document */

body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    color: #666;
    /*background-color: #f1f1f1;*/
	background:url(images/fabric_plaid_@2X.png);
	background-attachment:fixed;
	font-size:12px;
}


html {
    width: 100%;
    height: 100%;
}
.hvr-float-shadow:before{left:15%!important;}
h4{
	color:#000;
	font-weight:bold;
	font-family: 'Roboto Condensed', sans-serif;
	}
h5{color:#000;}

p{
	font-size:12px; 
	font-family: 'Open Sans', sans-serif;
	line-height:20px;
	color:#666;
}
.fa{vertical-align:middle;}

.small-margin{ margin-bottom:30px;}

.active{background:#C8DF13; color:#000!important;}

.no-border{border:none!important;}

.no-padding{padding:0;}

.no-top-padding{padding-top:0;}

.no-bottom-padding{padding-bottom:0;}


.no-margin{margin:0!important;}

.no-top-margin{ margin-top:0!important;}

.no-bottom-margin{ margin-bottom:0!important;}

/*#header{ 
	background:url(images/header-bg-1.png) repeat;	
	background-position:-150px 0px;
}*/
#header h3{
	color:#000; 
	font-family: 'Roboto Condensed', sans-serif;
	font-size:30px;
	margin-bottom:2px;
}
#header a{color:#666; font-size:17px;}

#header .logo{padding-top:2px;}

#header p{ font-size:17px; text-align:center;}

#header p span{color:#d50058;}

#header .contact{margin-top:30px; margin-bottom:10px;}

.social{ margin-top:5px; display:inline-block;}

.social img{}

#top-nav{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,07a3d6+0,27b5f7+50,07a3d6+100 */
background: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(7,163,214,1) 0%, rgba(39,181,247,1) 50%, rgba(7,163,214,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(0%,rgba(7,163,214,1)), color-stop(50%,rgba(39,181,247,1)), color-stop(100%,rgba(7,163,214,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(7,163,214,1) 0%,rgba(39,181,247,1) 50%,rgba(7,163,214,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(7,163,214,1) 0%,rgba(39,181,247,1) 50%,rgba(7,163,214,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(7,163,214,1) 0%,rgba(39,181,247,1) 50%,rgba(7,163,214,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(7,163,214,1) 0%,rgba(39,181,247,1) 50%,rgba(7,163,214,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#07a3d6',GradientType=0 ); /* IE6-9 */

	
	}
/*make the menu sub-menu items drop down on mouse hover */
ul.dropdown-menu{width:600%; background:rgba(0,0,0,0.7);}

ul.dropdown-menu li{
	padding: 5px;
  	border-bottom: 1px dotted #646363;
  	background: none!important;
}

ul.nav li.dropdown:hover> ul.dropdown-menu{
    display: block;
	margin:0;
}

/*ul.dropdown-menu li:hover{background:#C8DF13!important;}*/

ul.dropdown-menu li:last-child:hover{background:#C8DF13!important;}

.fa-bars{color:#fff}

#.navbar-nav>li { 
    -webkit-border-image: url(images/menus-divider.png) 30 round; /* Safari 3.1-5 */
    -o-border-image: url(images/menus-divider.png) 30 round; /* Opera 11-12.1 */
    border-image: url(images/menus-divider.png) 30 round;
}
.open>.dropdown-menu{display:none!important;}
#top-nav ul li a{ color:#fff; font-family: 'Roboto', sans-serif; font-size:14px;}

#top-nav ul li{
	background:url(images/menus-divider.png) repeat-y right center; 
	background-size: 1px 40px;
}

#top-nav ul li:last-child{ background:none;}

/*#top-nav ul li:hover{ background:#C8DF13;}*/

.navbar{ margin-bottom:0}

.banner-bg{ 
	background: url(images/banner-bg.png);
  	background-repeat: no-repeat;
  	background-size: cover;
	}

.carousel-control.left, .carousel-control.right{ background-image:none; margin-bottom:25px;}

.carousel {
  position: relative;
  padding: 0;
}
.carousel-inner {
  	position: relative;
  	overflow: hidden;
  	margin: auto;
}

section#banner{ 
    background: url(images/banner-bg.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
	background-attachment:fixed;
}
#destinations img{ width:269px; height:143px; margin-bottom:8px;}

/*---- About Style Start ----*/
section#about{
		background:#fff;
		margin-top:20px;
}

section#about h4{ 
	color: #000;
    padding: 8px 0;
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
}
.nbs-flexisel-item a{color:#666!important; font-size:12px!important;}
.nbs-flexisel-ul li a img{ width:155px}

/*---- Footer Style Start----*/
section#footer {
  border-top: 1px solid #BDBDBD;
  background:url(images/grid_noise_@2X.png);
}

section#footer .container{margin-top:20px;}


#footer .email{ font-size:17px;}


#footer ul{padding-left: 20px;}

#footer ul li a {font-size:13px; line-height:200%; color:#666;}

#footer a{color:#666;}


.foot-contact .text-right{ font-size:15px; margin: 5px 0;}



.copyright{ 
	background:#088fcd; 
	color:#fff; 
	font-size:12px; 
	line-height:120%; 
	padding:15px 0;
	margin-top:20px;
}

#footer .copyright a{color:#88BAD8;}


.places{
	border: 5px solid #fff;
  	box-shadow: 0 0 5px #B5B5B5;
}

/*---- Contact Page Style ----*/
	
.contact-box .contact-details span{
	margin-bottom: 12px;
    display: block;
    border-bottom: 1px dashed #dedede;
    padding-bottom: 12px;
}

.contact-box .contact-details span a.contact-title{font-size: 15px; font-weight: bold; color: #000;}

.contact-box .contact-details span i.fa{ font-size:18px; margin-right:10px; color:#000; vertical-align:top;}

/*---- Destinations Page Style ----*/
.destinations .places img{position: absolute; clip: rect(0px,238px,110px,0px); width:320px;}

/*---- Packages Page Style----*/

.packages h5{
	background:#DD222E;
	margin: 0;
	padding: 10px;
	color: #FFF;
	text-align: center;
}
.packages h5 a{color:#fff;}

.packages-detail .carousel-inner{box-shadow: 0px 0px 10px #ccc; width:100%; border-radius:0;}

.packages-detail .carousel-inner .item.active {
    background-color: transparent; 
	
}

.packages-detail .carousel-inner img{border:0; border-radius:0}

.packages-detail .carousel{border-radius:10px; padding:5px;}


.packages-detail ul li:before{content: "\f0a4"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; margin-right:10px; margin-left:15px; color:#000;}


.container.content {
    padding-bottom: 20px;
}

span#lblpname a{color:#DFF0D8;}

.hel-service{margin-top:20px;}


.foot-links li{padding:0;}
.foot-links li a{ border-left:1px solid #666; padding:0 10px;}

.foot-links li a.no-left-border{border-left:0;}

.name p{
    padding: 20px 0;
    margin-top:30px;
    text-align: left!important;
}

@media(min-width:1025px){
	#header {background-position: center; background-color: rgba(255, 255, 255, 0.93);}
	.destinations .places img{position: absolute; clip: rect(0px,248px,148px,0px);}
	.destinations .places h5 {background: rgb(226, 226, 226) none repeat scroll 0 0; padding: 8px;   position: relative;  top: 107px;}
	.destinations .places{  position: relative;  height: 158px;}
}
	
@media(max-width:992px){
	#footer .social{display:inline;}
	.foot-contact .text-right{text-align:left!important;}
	#header .logo{padding-top:0;}
	#footer h3{text-align:left;}
	#footer .contact{float:left!important;}
	.copyright{margin-top:30px;}
	.contact-box p{border:none;}
	.contact-pic{display:none;}
	.carousel { position: relative; padding: 0;}
	
	#header {background-position: center; background-color: rgba(255, 255, 255, 0.86);}
	section#banner{ 
	background: url(images/banner-bg.jpg);
    background-position: center;
    background-size: cover;
}
	.name p{padding:0 0 10px 0!important; text-align:center;}
	
	.foot-contact {
    padding-top: 25px;
	text-align:left;
}
	#footer h4{text-align:left;}
	
	#footer ul{text-align:left;}
	
	.destination-box a{margin-top:10px;}
}

@media(max-width:768px){

	body{ text-align:center; margin:auto;}
	#footer .social{display:inline;}
	.foot-contact .text-right{text-align:left!important;}
	.logo,#header .contact{margin:auto; margin-bottom:18px;}
	#header h3, #header p{ text-align:center;}
	#footer h3{text-align:left;}
	#footer .contact{float:left!important;}
	#top-nav ul li{background:none;}
	.destinations .places img{position:inherit;}
	.destinations .places h5 {top: 0;  position: inherit;  background: #fff;  padding: 10px;}
	.destinations .places{  position: inherit;  height: auto; margin-bottom:30px;}
	section#about{margin-top:20px!important;}
	.panel-default>.panel-heading+.panel-collapse .panel-body{padding-left:0!important; padding-right:0!important;}
	section#destinations .panel-title>a{color:#000!important;}
	.destination-box p{padding:8px 0!important; font-size:11px!important;}
	
	.name p{margin-top:0;}
	
	.card{margin-bottom:30px;}
	
	.card-link{width:100%;}
	
	.int-places{float:none!important; text-align:center; margin-bottom:30px!important;}
	.other-destinations{
		float: none!important;
		position: inherit!important;
		right: 0!important;
		left: 0;
		margin-bottom: 30px!important;
		background: #f0f0f0;
	}
	.other-destinations li a{margin-left:0!important; margin-right:0!important;}
	
	.other-destinations li{padding:0;}
	
	.destinations.tour .panel, .box-two .panel-body{ text-align:left;}
	
	.destinations#about .panel-heading h4{
	color: #fff!important;
    margin:0!important;
    display: inline-block;
    margin-bottom: 0;
	border-bottom:0!important;
	
}

/*----Full width Destinations Blocks Style----*/
	.card-img-top {
	display:none;
}
	.card-text{text-align: left; padding: 5px 10px;}	
	.card-block {
    padding: 10px 0!important;
    max-width: 100%;
}
	 p.card-title{
		margin-left: 12px!important;
		display: table-caption!important;
		padding-left: 0px!important;
	}
	.card-block.links{border-left: 0!important;    padding: 0!important;    background-color: transparent!important;   float: right;}	

	.services ul li{text-align:left;}
	
	.contact-box .contact-details span{text-align:left!important;}
	
	.services .panel-heading, .panel.panel-info .panel-heading{text-align:left;}
	
	.packages-detail{text-align:left;}
	
	/*---- Gallery Style ----*/
	.gallery{text-align:left;}
	a.thumbnail{padding:0; margin:auto;}
	a.thumbnail img {
    max-width: 117px;
    height: 110px;
    background-color: #FCFAE1;
    padding: 2px;
}
}

	
.int-places{ background-color:#000; color:#fff; margin-bottom: 0;  margin-top: 12px;  padding: 4px; font-family: 'open_sansbold_italic'; font-size:14px;}


.card-img-top{margin-bottom:0!important;}

p.card-title{    
	font-size: 24px;
    color: #fff;
    background-color: rgba(0,0,0,0);
    padding: 3px 10px;
    display: inline-block;
    margin: 0;
    font-weight: bold;
    padding: 10px 3px;
    border-bottom: 2px solid #fff;
    margin-left: 10px;
}



.card-text{ font-size:13px; color:#000; margin-bottom:0;}


.card {
	position: relative;
    border: 0px solid #e5e5e5;
    border-radius: .25rem;
    background-color: #C8DF13;
    border-bottom: 1px solid #dedede;
}


.list-group-flush{margin-bottom:0;}

.list-group-flush .list-group-item {
    border-width: 1px;
    border-radius: 0;
}

.list-group-flush .list-group-item a {color:#666;}

.list-group-flush .list-group-item i.fa{margin-right:10px;}

.card-block {
    padding: 1.25rem;
	
}
.card-block.links{
	background: #fff;
    font-size: 13px;
    text-align: right;
    padding: 0;
    font-weight: 400!important;
    border-left: 1px solid #dedede;
}

.card-link{color:#fff ; border-radius:0;}

.card-link+.card-link {
    margin-left: 1.25rem;
	color:#dd222e!important ;
	text-align:right;
	
}

.btn-danger{background: #dd222e;}

.destinations#about{padding:0 0 15px 0;}


.destinations#about .nav-tabs{margin-bottom:10px; margin-top:20px;}

.destinations#about .nav-tabs>li.active>a, .destinations#about .nav-tabs>li.active>a:hover, .destinations#about .nav-tabs>li.active>a:focus {
    margin-right: 0;
    line-height: normal;
    border-right: 1px solid #ecf2f7;
    border-radius: 0;
    padding:8px;
    font-size: 13px;
    color: #fff;
    background-color:#dd222e;
}

.destinations#about  .nav-tabs>li>a{background-color:#eee; color:#000; padding:8px; font-weight:bold;}

.destinations#about .nav>li>a:hover, .destinations#about .nav>li>a:focus{background-color:#eee; color:#000; padding:8px;}

.destinations#about h4{
	color: #000;
    padding: 8px 0;
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
	
}



.tab-pane.active{background-color:#fff;}

.destinations#about .panel-default{border-color:transparent; margin-top:0;}

.destinations#about .panel-default>.panel-heading {
    
    background-color: #dd222e;
	margin-bottom: 0;
	margin-top:5px;
	padding:0;
	border:0;
}

.destinations#about .panel-default> .panel-body{border:1px solid rgba(222, 222, 222, 0.56);}

.destinations#about .panel-default> .panel-body ul p{
	color: #000;
    margin-bottom: 10px;
    font-weight: bold;
    display: inline-block;
    font-size: 14px;
}

.destinations#about .panel-default> .panel-body ul li{padding-left:0; padding-right:0; line-height:180%; line-height: 220%; border-bottom: 1px dashed #dedede; font-size:12px;}

.destinations#about .panel-default>.panel-heading h3{
	color: #fff!important;
	margin-bottom: 0;
	border:0;

}

.other-destinations{ 
	position: absolute;
    right: 10px;
    margin-bottom: 0;
    top: 18px;
	z-index:99999;
}

.other-destinations li a{ 
    background-color: #000;
    color: #fff;
    margin-bottom: 0;
    margin-top: 12px;
    padding: 4px;
    font-family: 'open_sansbold_italic';
    font-size: 14px;
    margin-left: -12px;
}

/*----Packages ----*/

#destinations.tour{padding-top:0!important;}

.destinations.tour .panel-heading{ background-color:#dd222e!important; padding:5px 10px!important; color:#fff;}

.destinations.tour .panel-body ul li:before{ content: "\f101"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; margin-right:10px; color:#000;}

.box-one{border: 1px solid #dedede;  padding: 10px 0;}

.box-one .row{border-bottom:1px solid #dedede; margin-bottom:15px;}

.box-one .package-title{
	margin-top: 0;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    display: inline-block;
    color: #000;
	float:right;
	font-size:18px;
}

.box-two h4{
    color: #dd222e!important;
    padding: 8px 0!important;
    display: inline-block!important;
    border-bottom: 1px solid #dd222e!important;
	margin-bottom:0!important;
}

.box-two .panel-body ul p{color:#000; margin-bottom:10px; font-weight:bold; display:inline-block; font-size:14px;}

.box-two .panel-body ul h3{margin-top:0; margin-bottom:10px; color:#000;}

.box-two .panel-body ul li{
	padding-left: 0;
    padding-right: 0;
    line-height: 180%;
    line-height: 220%;
    border-bottom: 1px dashed #dedede;
    font-size: 12px;
}

.box-two .panel-body.note ul li:before{content: "\f0a4"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; margin-right:10px; color:#000;}

/*---- Services ----*/

.services ul li{line-height:220%; font-size:12px;}

.services ul li:before{
	content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 10px;
    color: #000;
}


ul.days li{padding-left:15px;}

ul.days li:before{ content:initial;}

div.form table{width:100%!important;}

div.form table input, div.form table button, div.form table select, div.form table textarea{width:100%!important;}

div.form table select#drop5, div.form table select#drop6, div.form table select#drop7 {
    max-width: 30%;
}

textarea.form-control{height:53px!important;}

.packages-detail{padding:0 15px 15px 15px;}

