/* CSS Document */
@font-face {
    font-family:"glyphicons", Arial;
    src: url(../fonts/glyphicons-halflings-regular.ttf);
}
h1{
	font-size:24px;
}
h2{
	font-size:20px;
	margin-top:0;
}
h3{
	font-size:18px;
}
.container{
	max-width:1200px;
}
ul{
	padding:0;
	margin:0;
	list-style:none;
}
.sticky {
	background:#007BB7;
	position: fixed;
	z-index: 9999;
 	width: 100%;
}
body {
	font-family: 'Titillium Web', "Titillium  Bd";
	font-size: 14px;
	line-height: 145%;
	color: #000;
	background: #FFF;
	margin: 0 auto;
}
li {
	list-style: none;
	font-size: 14px;
	padding-right:5px;
}
a {
	text-decoration: none;
}
p{
	font-family:Arial, Helvetica, sans-serif;
}
.header {
	padding-bottom: 12px;
	font-family: Titillium Web;
}
.header p{
	font-family:Titillium Web;
}
.topmenu{
	background:#007D99;
	padding:8px 5px 0px 5px;
	margin-bottom:10px;
	}
.topmenu .regd{
	color:#fff;
	font-size:13px;
	text-align:center !important;
	}
	.topmenu .call p{
		text-align:center;
	}
.topmenu .call i{
	font-weight:600;
	font-style:normal;
	padding-left:10px;
	padding-right:5px;
	letter-spacing:1.1px;
	color:#F99902;}
.toprightmenu{
	text-align:right;
	}
.toprightmenu ul li{
	display: inline-block;
	padding-left:9px;
}
.toprightmenu ul li a{
	color:#fff;
}
.toprightmenu ul li:before{
	content:"|";
	padding-right:9px;
	color:#fff;
}
.toprightmenu ul li:nth-child(1):before{
	content:"";
}
.logoimg img{
	
		}
.companyname h2{
	margin-top:10px;
	color:#007D99;
	font-size:30px;
	text-align:left;
	font-family: Titillium Web;
}
.companyname p{
	color:#1B9DD6;
	font-size:25px;
	}
.header-social-container{
	margin-top:15px;
	text-align:right;
}
.selectlanguage{
	background:#C1E6F7;
	color:#007D99;
	max-width:200px;
	margin-left:160px;
	}
.social_icon {
	margin-bottom: 10px;
	text-align:center;
}
.social_icon ul li{
	display:inline-block;
	list-style: none;
	font-size: 18px;
	padding-right:5px;
}
.social_icon ul li i {
	transition: all 1s ease-in-out 0s;
	font-size:28px;
	color:#0085B2;
}
.social_icon ul li i:hover {
	box-shadow: 0 0 0 3px #5675AE, 0 0 0 3px #CCC;
}
.search{
	text-align:center;
	}

.btn-sm  {
	background:#C1E6F7;
	color:#007D99;
	padding:7px;
	margin-left:-22px;
}
.form-inline{
	}

/* ------------- Navigation start ---------------------------------------- */
.menu {
	background: #007BB7;
	margin-bottom: 0px;
}
.menu .navbar-default{
	border:none;
	background-color:transparent;
	min-height:0;
	margin-bottom:0px;
}
.menu button{
	background-color:#653200;
}
.menu .navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 16.2px;
	font-family: Calibri;
	padding: 14px 9px;
}
.menu .navbar-default .navbar-nav > li > a:hover {
	background: #fff;
	color: #007D99;
}
.menu .navbar-default .navbar-nav > li:hover {
	background: #4FC6FF none repeat scroll 0 0;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
}
element.style {
}
 .dropdown-menu{
	background-color:#4FC6FF;
}
.dropdown-menu a{
	color:#fff;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;	
}
.dropdown-menu ul li a{
	color:#0A84C0;
	}
ul.dropdown-menu:hover {
	background: #4FC6FF none repeat scroll 0 0;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus{
	background-color:#fff;
	color: #007D99;
}
.searchpannel {
	margin-top: 8px;
	padding: 3px 6px;
}
.searchpannel .searchbox {
	text-indent: 4px;
	color: #003366;
	border: 1px solid#003265;
	padding: 3px 6px;
}
.searchpannel .searchbuttom {
	font-family: Calibri;
	font-size: 14px;
	border: none;
	color: #fff;
	background: #003265;
	padding: 3px 6px;
	height: 28px;
	margin-left: -4px;
}
.searchpannel .searchbuttom:hover {
	background: #00005D;
}
.trip-search {
	padding-top: 30px;
	background:#CCECFB;
	padding-bottom:20px;
}
.trip-search span {
	padding: 15px 5px;
	font-size:22px;
	margin-top:50px;

}
.trip-search h2 {
	font-size: 18px;
	border-radius: 2px;
	text-shadow:1px 1px 2px #fff;
	text-align:center;
}
.selectList {
	padding: 10px;
	border: 2px solid #2264AF;
	color: #666;
	border-radius: 2px;
	margin-bottom:15px;
	width:100%;
}
.selectList option{
	padding:0 0px;
}
.btn-primary{
	background:#00468C;
	font-size:18px;
	padding:10px 30px;
	}
	.hovereffect figure:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}


.large_offer_background {
	padding-bottom:20px;
}
.large_offer {
	margin-top: 25px;
	margin-bottom: 25px;
}
.large_offer .package {
	margin: 20px 0;
	position:relative;
}
.large_offer .package:hover h3 a{
	color:#D47926;
}
.large_offer .package .image{
	overflow:hidden;
}

.large_offer .package .info {
	color:#fff;
	z-index:20;
	min-height:35px;
	margin-top:-35px;
}
.large_offer .package .info a{
	color:inherit;
}
.large_offer .package .info .heading{
	height:35px;
	padding-top:7px;
	font-size:16px;
	background-color:rgba(0,0,0,0.5) !important;
}
.large_offer h2:before{
	content:'\f0b1';
	font-family:FontAwesome;
	border-bottom:2px solid #BBBBBB;
	padding-bottom:10px;
	font-size: 24px;
	color: #111;
}
.large_offer h2 span {
	padding: 4px 8px;
	margin: 0 auto;
	font-size:20px;
}

.large_offer .image img {
	width: 100%;
}
.large_offer .days {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #fff;
	padding: 4px;
	text-align:center;
	top: 20px;
	right: 0px;
	position: absolute;
	background-image: url(images/days.png);
	min-width:80px;
}
.large_offer .more_info {
	background: #2263AE;
	color: #fff;
	border: none;
	padding: 8px 12px;
	border-radius: 4px 4px;
}
.large_offer .more_info:hover {
	background: #EE9D20;
	color: #fff;
}
.recommendedhome{
	background:#DFEFFF;
	}
.welcome {
   background-image: url(images/wlcbgimg.png);
   background-repeat:no-repeat;
   background-size:cover;
   background-attachment: fixed;
}

.welcomemessage {
    margin-top: 30px;
    background-color: rgba(255,255,255,0.5);
}
.welcomemessage h1{
	margin-left:30px;
	padding-top:35px;
	color:#000000;
	}
.welcomemessage h1 a{
	color:#000000;
	}
.welcomemessage p {
    margin:10px 30px;
    color: #111;
	padding-bottom:10px
}
.testimonial{
	margin:30px 0;
    background-color: rgba(61,117,178,0.5);
	}
.testimonial .img-circle img{
	border-radius:50%;
	max-height:70px;
	margin:0 auto;
	border:1px solid #fff;
}
.testimonial h3:before{
	content:'\f075';
	padding-right:5px;
	font-family:FontAwesome;
	color:#fff;
	font-size:24px;
	}
.testimonial .more{
	text-align:right;
	padding-right:15px;
}
.welcomemessage .more{
	text-align:right;
	padding-right:15px;
	}
.btn-normal{
	background:#fff;
	color:#000000;
	border: 1px solid #FF7F00;
	margin-bottom:10px;
	font-weight:bold;
	}
.btn-normal:hover{
	color: #fff;
    background-color: #007BB7;
	border: 1px solid #FF7F00;
	}
.whyus{
	margin:50px 0;
	border:1px solid #DFEFFF;
	}
.whyus h1{
	margin-left:30px;
	padding-top:10px;
	font-size:20px;
	}
.whyus p{
	margin:20px;
	}
.youtube{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
	}
@media (min-width:767px){
	.youtube {		
		padding-top: 40px;		
	}	
}
.youtube h2{
	margin-left:30px;
	padding-top:10px;
	font-size:20px;
	margin-top:20px;
	color:#518FCD;
	}
.youtube iframe {
 	position: absolute;
	width: 100%!important;
	height: 100%!important;
}
.sixsubmitspecial{
	margin:50px 0;	
	border:1px solid #DFEFFF;
	}
.sixsubmitspecial h2{
	margin-left:30px;
	padding-top:10px;
	font-size:20px;
	margin-top:20px;
	}
.sixsubmitspecial img{
	padding:0 20px;
	}
.sixsubmitspecial h3{
	padding:0 20px;
	font-size:18px;
	}
.sixsubmitspecial p{
	padding:0 20px;
}
.footer {
	padding-top: 10px;
}
.bottomtopmenu{
	background:#D8E6F3;
	padding:40px;
	}
.associate ul li{
	display:inline-block;
	}
.footer .weassociate ul{
	margin:0;
	padding:0;
}

.footer_last_background{
	background:#007BB7;
	padding:20px;
	color:#B4CBD6;
	}
.footer_last_background a{
	color:#B4CBD6;
	}
.footer .weassociate ul li{
	display:inline-block;
}
.footer .weassociate ul li img{
	max-width:72px;
}
.footer .footercontactus{
	background:#DFE8FF;
	padding-bottom:20px;
	}
.footer .footercontactus h2{
	margin-top:20px;
	margin-bottom:50px;
	}
.footer .footercontactus ul li{
	margin-bottom:5px;
	padding:3px;
	}
.footer .footercontactus ul li a{
	color:#111;
}
.footer .footercontactus ul li a:before{
	content:'\f152';
	font-family:FontAwesome;
	padding-right:10px;
	}
.footer .footercontactus h1{
	margin-bottom:50px;
	}
.footercontactusmain h1 a{
	color:#000;
	font-size:20px;
	font-weight: 500;
	}
.footerfollowus ul li{
	display:inline-block;
	}
.footerfollowus ul li a{
	font-size:30px;
	}

.footer ul {
	color: #FFF;
}
.footer ul li a:hover {
	color: #FF9933;
}

.footer img:hover {
	transform: rotate(0deg) scale(1.1);
}
/*Page section*/
.page{
	
}
.page h1{
	font-size:28px;
}
.breadcrumb{
	background-size: cover;
	padding: 10px;
	margin-top:20px;
	margin-bottom: 10px;
}
.breadcrumb span{
	padding-left:5px;
	}
.page .maincontainer{
	font-size: 16px;
    line-height: 145%;
    margin-bottom: 50px;
}
.page .maincontainer p{
	text-align:justify;
}
.page .slider .image{
	margin-bottom:20px;
}
.page .slider img{
	width:100%;
}
.page  .slider img{
	    border: 5px solid #fff;
}
.page .tabarea{
	background:#eee;
	padding:10px;
	padding-top:2px;	
	border-radius:7px;
}
.page .container .tabarea .tabs ul.resp-tabs-list li.resp-tab-item{
	color:#fff;		
	font-size:15px;
	background:#007BB7;
	margin-right:5px;	
}
.page .container .tabarea .tabs ul.resp-tabs-list{
	min-height:55px;
	border-bottom:5px solid #007D99;	
}
.page .container .tabarea p{
	text-align:justify;
}
.page .container .tabarea .tabs ul.resp-tabs-list li.resp-tab-active{
	color:#fff;
	background:#007D99;
	border:none;	
}
.page .tabarea .section3{
	position:relative;
}
.page .tabarea .section3 p {
	padding-left:90px;
	line-height:25px;
}
.page .tabarea .section1 p i, .page .tabarea .section1 p em {
	font-style:normal;
	font-weight:bold;
}
.page .tabarea .section3 p i, .page .tabarea .section3 p em {
	position:absolute;
	left:05px;
	font-weight:bold;
	font-style:normal;
	margin-left:15px;
}
.page .tabarea .resp-tabs-container h3{
	color:#E74916;
}
.page .tabarea .resp-tabs-container ul li{
	display:block;
	margin-left:25px;
	font-size:16px;
	padding:5px 0px;
}
.page .tabarea .include li:before {
	content: "\e013";
	margin-left: -20px;
	display: inline-block;
	padding-right:5px;
	font-weight: normal;
	font-family: 'Glyphicons Halflings';
	color: #060;
}
.page .tabarea .exclude li:before {
	content: "\e014";
	margin-left: -20px;
	padding-right:5px;
	display: inline-block;
	font-weight: normal;
	font-family: 'Glyphicons Halflings';
	color: #FF0000;
}
.page .tabarea #gallery img{
	border:5px solid #ccc;	
}
.page .tabarea #gallery a{
	display:inline-block;
	margin:3px;
	max-width:150px;
}
.page .tabarea .highlight{
	border:double 3px #007D99;
	padding:15px;
	border-radius:5px;
	margin-bottom:15px;
}
.page .tabarea .highlight h2{
	font-size:18px;
	color:#007D99;
	margin-top:0;
}
.page .tabarea .highlight h2:before{
	content:"\f06d";
	font-family:FontAwesome;
	margin-right:5px;
	color:#F20309;
}
.page .tabarea .highlight h2:after{
	content:"\f06d";
	font-family:FontAwesome;
	margin-left:5px;
	color:#F20309;
}
.page .tabarea .highlight ul li{
	margin-left:0;
}
.page .tabarea .highlight ul li:before{
	content:"\f0a9";
	font-family:FontAwesome;
	font-size:15px;
	margin-right:5px;
	color:#007D99;
}
.page .tabarea h2.resp-tab-active{
	background-color:#007D99 !important;
}
.page .tabarea #departureform{
	margin-bottom:15px;
}
.page .tabarea #departure #depmonth ul{
	margin:0;
	padding:0;
}
.page .tabarea #departure #depmonth li {
	display: inline-block;
	padding: 6px 7px;
	color: #fff;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.page .tabarea #departure #depmonth li:hover {
	cursor: pointer;
	color: #000;
	background-color: #fff;
}
.page .tabarea #departure #depmonth li.active {
	background-color: #00458D;
}
.page .tabarea #depyear{
	margin-top:10px;
}
.page .tabarea #departure #depmonth {
	background-color: #007D99;
	margin-top:10px;
}
.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
    border-radius:0;
}
.page .booking{
	padding:20px 0;
}
.page .booking li{
	list-style:none;
}
.page .booking .btn{
	border-radius:0px;
	padding:7px 15px;
}
.related_trip_bg{
	margin-top:0px;
	padding-bottom:12px;
	background:#F2F3F3;
	}
.related_trip{
	padding-top:20px;
	padding-bottom:20px;
		
	}
.related_trip h2{
	border-bottom:1px solid #706457;
	margin-left:50px;
	margin-right:50px;
}
.related_trip h2 span{
	font-family:"Trebuchet MS";
	font-size:22px;
	line-height:145%;
	background:#007D99;
	color:#fff;
	padding:4px 8px;
	}
	
.related_trip ul li{
	line-height:170%;
	color:#0D284B;
	padding-left:40px;
	padding-top:5px;
	list-style:none;
	width:30%;
	display:inline-block;
		}
.related_trip li:hover{
	color:#930;
}
.related_trip li:before{
	content:"\f0a9";
	font-family:FontAwesome;
	margin-right:5px;
}

.page .shorts {
	margin:15px 0;
}
.page .shorts .box{
	margin-bottom:15px;
	background-color:#fff;
	padding:10px;
}
.page .shorts .box h2{
	font-size:20px;
	margin-bottom:15px;
	margin-top:3px;
}
.page .shorts .box .image{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	max-height:185px;
	overflow:hidden;
	max-width:250px;
}
.page .shorts .box .image img{
	border:5px solid #DFEFFF;
	border-radius:3px;
}
.page .shorts .more{
	text-align:right;
	}
.page .rightMenu{
	margin-bottom:20px;	
}
.page .rightMenu h2, .page .rightMenu h3{
	background:#007D99;
	margin-top:0px;
	color:#fff;
	padding:13px 10px;
	font-size:18px;
	border-radius:3px 3px 0px 0px;
	margin-bottom:0;
}
.page .rightMenu .bookingform #contactform, .page .rightMenu ul{
		padding:10px;
		background:#f3f3f3;
}
.page .rightMenu .facts{
	line-height:30px;
	padding:10px;
	background:#FFFFFF;	
	border:2px solid #909090;
	border-top:hidden;
}
.page .rightMenu .facts p strong, .page .rightMenu .facts p b{
	color:#007D99;
}
.page .rightMenu ul li{
	line-height:170%;
	color:#0D284B;
	padding-left:40px;
	padding-top:5px;
	list-style:none;;	
}
.page .rightMenu ul li:hover{
	color:#009;
	text-decoration:underline;
}
.page .rightMenu ul li:before {
	content:"\f101";
	font-family:FontAwesome;
	margin-right:5px;
	color:#0d284b;
}
.page .rightMenu ul li{
	
	padding:3px 0px 2px 0px;	
}
.page .rightMenu .bookingform{
	margin-bottom:30px;
	padding:7px;
	padding-bottom:0px;
	background-color:#e8e8e8;
}

.page .rightMenu .bookingform h2{
	color:#fff;
	border-radius:0;
	}
.page .rightMenu .video{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.page .rightMenu .video iframe,.page .rightMenu .video object,.page .rightMenu .video embed {
	position:absolute;
	top:30;
	left:0;
	width:100%;
	height:100%;
}
.page .youmay{
	display:none;
}
.page .legaldocuments .document img{
	border:8px solid #ddd;	
}
.page .legaldocuments .document{
	margin-bottom:50px;	
}
.page .legaldocuments .document h5{
	background:#007D99;
	padding:10px 0px;
	text-align:center;
	color:#fff;
	margin-top:0px;	
}
.page .ourteam .member.box{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	padding:15px;
	margin-bottom:30px;
	background:#eee;
}
@media screen and (max-width: 400px) {
	h1, h2{
		font-size:18px;
		font-weight:bold;
	}
	.page .tabarea .section3 p {
		padding-left:70px;
	}
	.page .tabarea .section3 p em {
		font-size:14px;
	}
	.toprightmenu{
		text-align:center;
		}
	 .logoimg img{
		margin-left:auto;
		margin-right:auto;
		}
	.social_icon{
		text-align:center;
		}
}
@media screen and (min-width:400px)and (max-width:770px){
	h1, h2{
	font-size:20px;
	font-weight:bold;
	}
	 .logoimg img{
		margin-left:auto;
		margin-right:auto;
		}
}
@media screen and (min-width:770px){
	.tm-tours-box-1{
		min-height:400px;
	}
}
@media screen and (max-width:770px){
	.related_trip ul li{
		width:100%;
	}	
}
@media screen and (min-width:992px){
	.page .youmay{
		display:block;
	}
}