@charset "utf-8";
/* CSS Document */
@font-face{font-family:"Century Gothic";src: url('../fonts/GOTHIC.ttf')}
@font-face{font-family:'Trajan Pro';src: url('../fonts/TrajanPro-Regular.otf')}
@font-face {font-family:'Trajan Pro'; src: url('../fonts/trajan_pro.eot'); src: url('../fonts/trajan_pro.eot?#iefix') format('embedded-opentype'), url('../fonts/trajan_pro.svg#Trajan Pro') format('svg'), url('../fonts/trajan_pro.woff') format('woff'), url('../fonts/trajan_pro.ttf') format('truetype'); font-weight:normal;  font-style:normal;}
@font-face {font-family:"Century Gothic"; src: url('../fonts/gothic.eot'); src: url('../fonts/gothic.eot?#iefix') format('embedded-opentype'), url('../fonts/gothic.svg#Century Gothic') format('svg'), url('../fonts/gothic.woff') format('woff'), url('../fonts/gothic.ttf') format('truetype'); font-weight:normal; font-style:normal;}
.fixed {
	position: fixed; 
	top: 0; 
	height: 70px; 
	z-index: 2;
	width:100%;
}

body{
	font-size:12px;
	font:Arial, Helvetica, sans-serif;
	color:#000;
 	margin-bottom:-20px;
}
ul{
	list-style:none;
}
a{
	text-decoration:none;
}
.clear{
	clear:both;
}
.red{
	color:red;
}
.page .booking ul li a.redback{
	background: none repeat scroll 0 0 #D2322D;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 5px 20px;
}
/*.container{
	max-width:1100px;;
}*/

.header{
	background-color:#fff;
}
/*.header .container{
	background-color:#fff;
}*/
.header .title{
	margin-top:-30px;
	padding:0;
}
.header .logo{
	padding-left:20px;
	padding-top:8px
}
.header .winner{
	padding-top:7px
}
.header .contact{
	font:18px Rockwell;	
}
.header .search{
	margin-top:15px;
	
}
.header .search .query {
	background: #FFF;
	padding: 2px;
	border: 1px solid #CCC;
	margin-right: 5px;
	border-radius:5px;
}

.header .social ul{
	float:left;
	margin-top:10px;
}
.header .social ul li{
	padding-right:8px;	
}
.header .contact-num  .first a{
	color:#000;
	font-size:14px;
	pointer-events: none; 	 
}
.header .contact-num  .numb a{
	font-size:24px;	
	pointer-events: none; 
}
.header .social ul li img{
	max-width:auto;
	-webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.header .social ul li:hover img{
	-webkit-transform: rotate(360deg) scale(1.10);
    -moz-transform: rotate(360deg) scale(1.10);
    -o-transform: rotate(360deg) scale(1.10);
    -ms-transform: rotate(360deg) scale(1.10);
    transform: rotate(360deg) scale(1.1o);

}
.header .topmenu{
	float:left;
}
.header .topmenu ul li a{
	color:#000;
	padding:0px 3px 0px 3px;
	text-transform: uppercase;
	margin-bottom:15px;
	font:13px Rockwell;
}
.header .topmenu ul li a:before{
	content:'|';
	padding-right:3px;
}
.header .topmenu ul li.first a:before{
	content:'';
}
.header .social ul li{
		display:inline;
}

.header .topmenu ul li a.first{
	border-left:none;	
}

.header .menu{
	background-color: #428BCA;
	height: auto;
	}
.header .menu .search input{
	width:200px;
	max-width:100%;	
}
.menu .col-md-12{
	padding:0px;
}
.menu .navbar-collapse{
	padding-left:0px;
}

.menu .navbar ul li a{
	color:#fff;
	padding-right:12px;
	font:20px/24px Cambria;
	
}
.open > a:focus {
	background-color: #FF8000!important;
	color: #555;
}
.menu .navbar li > a:hover {
    background-color: #57585A;
    color: #fff;
    text-decoration: none;
}
.menu .navbar li > a:focus {
    background-color: #FF8000;
    color: #262626;
    text-decoration: none;
}
.menu .navbar ul li.active a{
	background-color:#F00;
	color:#3772A5;
}
.menu .navbar ul li:hover{
	background-color:#57585A;
}
.menu .navbar ul li.active a:hover{
	background-color:#3772A5;
}
.menu .navbar ul li ul{
	background-color:#57585A;
	border-bottom:5px solid #428BCA;
}
.menu .navbar ul li.active{
	color:#3772A5;
}
.menu .navbar ul li ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #969696;
}
.menu .navbar ul li ul li > a:hover{
	background-color:#FF8000;	
}
.navbar-default{
	background:none;
	border:none;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}
.main{
	background-color:#EEEEEE;
	font-size:14px;
}
/*.main .container{
	background-color:#fff;
}*/
.main .container .sliderbox{
	margin-bottom:20px;
	margin-top:20px;
}
.main .slider img{
	width:100%;	
}
.main .slider .container{
	background-color:#000 !important;		
    opacity : 0.6;
    z-index: 1;
	margin: auto;
	position: absolute;
	top: 1; left: 0; bottom: 0; right: 0;
	padding:10px;
}
.main .slider .container .pad strong{
	color:#FF8000;	
	font-size:24px;
}
.main .slider .container .pad form{
	float:right;
}
.main .slider form#tripsearchform p{
	display:inline-block;	
}
.main .slider .container .pad input{
	border:2px solid #FFF;	
	background-color:#090;
}
.main .slider .container .pad select{
	border:2px solid #FF8000;
	background-color:#FFF;
	border-radius:5px;
	height:30px;
	max-width: 100%;
    height: 30;
	width:200px;
	max-height:4%;

}
.main .slider .container .pad button{
	border-radius:20px;
	color:#FFF;
	background-color:#090 !important;
	border:2px solid #fff;	
}
.main .special{
	background-color:#eee;
}

.main .top-box {
	background-color: #AACAE8;
	position: relative;
	-webkit-box-shadow: 0px 4px 5px -1px rgba(85,85,85,1);
	-moz-box-shadow: 0px 4px 5px -1px rgba(85,85,85,1);
	box-shadow: 0px 4px 5px -1px rgba(85,85,85,1);
	z-index: 1;
	padding-bottom: 20px;
}

.main .top-box .welcome h1 a{
	font-size: 22px;
	color: #FFF;
}
.main .top-box .welcome h1 a::before{
	content:url("../images/welcome.png");
	margin-right:5px;
}

.main .top-box .welcome p a{
	background-color:#F60;
	border-radius:15px;
	border:none;
}

.main .top-box why h1{
	font-size:22px;
}
.main .top-box .why ul{
	padding-left:30px;	
}
.main .top-box .why ul li{
	list-style-image:url("../images/img-list.png");
	margin-bottom:5px;
}
.main .top-box .why a{
	font-size:22px;
	color:#000;	
	font-family:Tahoma, Geneva, sans-serif;
}
.main .top-box .why a::before{
	content:url("../images/why.png");
	
}
.main .top-box .most-recent h3{
	font-family:Tahoma, Geneva, sans-serif;
}
.main .top-box .most-recent ul{
	padding-left:5px;	
}
.main .top-box .most-recent .topthumb{
	border:none;
	background-color:#FFC;	
	margin-top:20px;
	border-radius:5px;	
}
.main .top-box .most-recent .thumbnail{
	padding:10px;
	border:2px solid #428BCA;
	margin-top:20px;
}
.main .top-box .most-recent .thumbnail .short{
	border:none;
	background-color:#FFf;
	padding-top:0px;	
}
.main .top-box .most-recent h3{
	color:#ff8000;
	pointer-events: none;
	font-size:22px;	
	margin-top:0px;
}
.main .top-box .most-recent .read-more {
	position:absolute;
	top:1;
	left:1;
	bottom:0;
	right:0;
	background-color:none;	
	margin-right:30px;		
}
.main .top-box .most-recent .read-more p a{
	background-color:#FFf;
	color:#06F;
	border:none;	
}

.main .top-box .most-recent .read-more p:hover a {
	-webkit-transform:scale(1.10); /* Safari and Chrome */
    -moz-transform:scale(1.10); /* Firefox */
    -ms-transform:scale(1.10); /* IE 9 */
    -o-transform:scale(1.10); /* Opera */
     transform:scale(1.10);
	 color:#1A6600;
	 background-color:#ff8000;
	 
}
.main .next-box{
	background-color:#FFf;
	padding-bottom:20px;
	position:relative;
	z-index:0;
	border-bottom:3px solid #ccc;
	
}
.main .journey-type ul {
	padding-left:0px;	
}
.main .journey-type ul li{
	padding-bottom:20px;
	font-size:18px;	
}

.main .journey-type h3{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:22px;
}

.main .journey-type ul li.first{
	 background-image: url("../images/heritage.png");
	 background-repeat:no-repeat;
	 min-height:20px;
	 min-width:20px;
	 padding-left:40px;
	 background-position:left top;
}

.main .journey-type ul li:hover{
	transition: all 400ms ease;
   transform-origin: 50% 50%;
   transform-style: preserve-3d;

}
ul li.adventures{
	 background-image: url("../images/safari.png");
	 background-repeat:no-repeat;
	 min-height:20px;
	 min-width:20px;
	 padding-left:40px;
	 background-position:left top;
}
ul li.excursion{
	 background-image: url("../images/mbiking.png");
	 background-repeat:no-repeat;
	 min-height:20px;
	 min-width:20px;
	 padding-left:40px;
	 background-position:left top;
}
ul li.responsive{
	 background-image: url("../images/mclimbing.png");
	 background-repeat:no-repeat;
	 min-height:20px;
	 min-width:20px;
	 padding-left:40px;
	 background-position:left top;
}
ul li.holiday{
	 background-image: url("../images/holiday.png");
	 background-repeat:no-repeat;
	 min-height:20px;
	 min-width:20px;
	 padding-left:40px;
	 background-position:left top;
}
ul li.home{
	 background-image: url("../images/paraglading.png");
	 background-repeat:no-repeat;
	 min-height:20px;
	 min-width:20px;
	 padding-left:40px;
	 background-position:left top;
}
ul li.great{
	 background-image: url("../images/rafting.png");
	 background-repeat:no-repeat;
	 min-height:20px;
	 min-width:20px;
	 padding-left:40px;
	 background-position:left top;
}
ul li.trekking{
	 background-image: url("../images/trekking.png");
	 background-repeat:no-repeat;
	 min-height:20px;
	 min-width:20px;
	 padding-left:40px;
	 background-position:left top;
}
.main .secure-nepal .image img{
	width:100%;
	padding:10px;
	border:1px solid #090;
	border-radius:5px;			
}
.main .secure-nepal  .image{
	margin-bottom:0px;
	padding-bottom:0px;	
}
.main .secure-nepal  h3{
}
.main .secure-nepal  h3 a{
	font-family:Tahoma, Geneva, sans-serif;
	color:#ff8000;
	text-decoration:none;	
}

.main .secure-nepal h3 a:hover{
	color:#090;
}
.main .secure-nepal p a{
	position:absolute;
	top:1;
	bottom:0%;
	right:5%;
	left:1;
	background:none;
	color:#06C;
	border:none;
		
}
.main .special-package{
	margin-top:55px;

}
.main .special-package ul{
	padding-left:0px;
}
.main .special-package ul li{
	padding-bottom:20px;
	font-size:18px;	
}
.main .special-package ul li:hover{
	transition: 0.10s;
	transform-style: preserve-3d;
	position: relative;
}

.main .special .container{
	background-color:#EEEEEE;	
}
.main .special .container .topthumb .thumbnail .image{
	position:relative;
	background:#0070DF;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	border-radius:10px;
}
.main .special .container .topthumb .thumbnail{
	padding:0px;
	background-color:#EEEEEE;
	border:none;
}
.main .special .container .thumbnail .image img{
	width:100%;		
	max-width:100%;
	border:2px solid #FFF;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;

	}
.main .special .container .thumbnail .image:hover img
{
	-webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);
	 border-radius:5px;
}
.main .special .container .thumbnail .caption{
	background-color:#6CF;
	text-align:center;
	margin:0 10px;
}
.main .special .container .thumbnail .caption a{
	color:#000;
	font-size:18px;
}
.main .special .container h2{
	border-bottom: 2px solid #06C;
	margin-left:20px;
	margin-right:20px;	
}
.main .special .container span{
	font-size:22px;
	color:#06C;
	font-family:Tahoma, Geneva, sans-serif;
	border-bottom: 5px solid #EEEEEE;
	border-top: 2px solid #ff8000;
	border-right: 2px solid #ff8000;
	padding-right:5px;
	
}
.main .special .container span::before{
	content:url("../images/finest.png");
	margin-right:1px;
}
.main .row .container .topthumb .thumbnail .image{
	position:relative;
	background:#FF8000;		
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	border-radius:10px;
	max-height:auto;
} 
.main .row .container .topthumb .thumbnail{
	padding:0px;
	background-color:#EEEEEE;
	border:none;	
}
.main .special .container .topthumb .thumbnail .cost{
    z-index: 1;
	margin: auto;
	position: absolute;
	margin-top:20px;
	margin-right:20px;
	top: 0; left:1; bottom: 1; right: 0;
	padding:10px;
	background-image: url("../images/cost-back2.png");
	background-repeat:no-repeat;
	padding:13px;

}
.main .special .container .topthumb .thumbnail .cost p{
	color:#fff;	
}
.main .special .container .topthumb .thumbnail .duration{
	z-index: 1;
	margin: auto;
	position: absolute;
	margin-top:20px;
	margin-left:30px;
	top: 0; left:0; bottom: 1; right: 0;
	color:#fff;
	font-size:16px;
}
.main .row .container .topthumb .thumbnail .cost{
    z-index: 1;
	margin: auto;
	position: absolute;
	margin-top:20px;
	margin-right:20px;
	top: 0; left:1; bottom: 1; right: 0;
	padding:10px;
}
.main .row .container .topthumb .thumbnail .cost p{
	color:#fff;	
}
.main .row .container .topthumb .thumbnail .duration{
	z-index: 1;
	margin: auto;
	position: absolute;
	margin-top:20px;
	margin-left:30px;
	top: 0; left:0; bottom: 1; right: 0;
	color:#fff;
	font-size:16px;
}
.main .special .container .topthumb .thumbnail .read-more{
    z-index: 1;
	margin: auto;
	position: absolute;
	margin-bottom:100px;
	margin-right:13px;
	top: 1; left:1; bottom: 0; right: 0;		
}
.main .special .container .topthumb .thumbnail .read-more a{
		border:2px solid #fff;
}
.main .row .container .topthumb .thumbnail .read-more{
    z-index: 1;
	margin: auto;
	position: absolute;
	margin-bottom:100px;
	margin-right:13px;
	top: 1; left:1; bottom: 0; right: 0;
		
}
.main .row .container .topthumb .thumbnail .read-more a{
		border:2px solid #fff;
		background-color:#F90;
}
.main .row .container .topthumb .thumbnail .image img{
	width:100%;
	max-height:100%;		
	border:2px solid #fff;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
	
}
.main .row .container .topthumb .thumbnail .image:hover img{
	-webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);
	 border-radius:5px;
	 
}
.main .row .container .topthumb .thumbnail .caption{
	text-align:center;
	margin:0 10px;
}
.main .latest .topthumb .thumbnail .caption h3{
	margin:0;
	font: 16px "Trajan Pro";
	letter-spacing:-1px;
	font-weight:400;
}
.main .row .container .topthumb .thumbnail .cost{
	background-image: url("../images/cost-back1.png");
	background-repeat:no-repeat;
	padding:13px;
}
.main .row .container .topthumb .thumbnail .caption a{
	color:#000;
	font-size:18px;
}
.main .row .container h2{
	border-bottom: 2px solid #FF8000;
	margin-left:20px;
	margin-right:20px;	
}
.main .row .container span{
	font-size:22px;
	color:#06C;
	font-family:Tahoma, Geneva, sans-serif;
	border-bottom: 5px solid #EEEEEE;
	border-top: 2px solid #ff8000;
	border-right: 2px solid #ff8000;
	padding-right:15px;
	
}
.main .row .container span::before{
	content:url("../images/latest.png");
	margin-right:5px;
}
.main .row .container{
	background-color:#EEEEEE;	
}
.main .bottomthumb {
	background-color:#fff;	
	padding-bottom:20px;
	border-top:3px solid #ccc;
}
.main .bottomthumb .container .video img{
	 max-width: 100%;
    height: auto;
	width:335px;	
}
.main .bottomthumb .container .video h4{
	border-bottom:2px solid #06C;
	padding-bottom:5px;
}
.main .bottomthumb .container .video h4 span{
	font-size:22px;
	color:#06C;
	font-family:Tahoma, Geneva, sans-serif;
	border-bottom: 5px solid #fff;
	padding-right:5px;
	margin-right:20px;
}
/*.main .bottomthumb .container .video h4 span::before{
	content:url("../images/video.png");
	margin-right:1px;
	
}*/
.main .bottomthumb .container .like img{
	 max-width: 100%;
    height: auto;
	width:335px;	
}
.main .bottomthumb .container .like h4{
	border-bottom:2px solid #06C;
	padding-bottom:5px;
	margin-right:20px;
}
.main .bottomthumb .container .like h4 span{
	font-size:22px;
	color:#06C;
	font-family:Tahoma, Geneva, sans-serif;
	border-bottom: 5px solid #fff;
	padding-right:5px;
	margin-right:20px;
}
/*.main .bottomthumb .container .like h4 span::before{
	content:url("../images/video.png");
	margin-right:1px;
}*/
.main .bottomthumb .container .testimonial h4{
	padding-bottom:5px;
	font-size:18px;
}


.main .bottomthumb .container .testimonial h4 span{
	font-size:22px;
	color:#06C;
	font-family:Tahoma, Geneva, sans-serif;
	border-bottom: 5px solid #fff;
	padding-right:5px;
	margin-right:20px;
}
.main .bottomthumb .container .testimonial p a{
	margin-left:70%;
	background-color:#06C;
	color:#fff;
	border:none;
}
/*.main .bottomthumb .container .testimonial h4 span::before{
	content:url("../images/testimonial.png");
	margin-right:1px;
}*/
.footMenus {
	background-color: #104774;
	margin-bottom: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00B1EC;
	border-bottom-color: #09C;
	margin-top: 20px;
}
.footMenus ul {
	margin-left:13px;
}
.footMenus .container .row ul li{
	padding-bottom:9px;	
	list-style-image:url("../images/footer_bullet.png");
}
.footMenus .container .row ul li a{
	color: #CCC;
	font: 14px "Century Gothic";
    letter-spacing: 0.02em;
}
.footMenus .container .row .foot{
	padding-left: 30px;
	font-size: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #006699;
}
.footMenus h3{
	font-size: 15px;
	color: #F3F3F3;
	font-weight:400;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: solid 1px #CCC;
}
.footMenus #btm{
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #09C;
	margin-top:7px;
}
.footMenus #btm h2{
	color: #64D9FF;
	font-size:16px;
	font-weight:500;
}
.footMenus #btm ul{
	margin-left:0;
}
.footMenus .associated ul li{
	padding-left:5px;
	display:inline;
	list-style-type: none;
}

.footMenus .associated ul{
	padding-left:0px;
}

.footMenus .associated h2{
	font-size:18px;	
	font-family:Tahoma, Geneva, sans-serif;
}


.footMenus .review li{
	display:inline;
	list-style-type: none;
}

.footMenus .review h2{
	font-size:18px;	
	font-family:Tahoma, Geneva, sans-serif;
}
.footMenus .review ul {
	
}

.footMenus ul{
	padding-left:4px;	
}
.footMenus .accept li{
	display:inline;
	list-style-type: none;
	padding:2px;
}

.footMenus .accept h2{
	font-size:18px;	
	font-family:Tahoma, Geneva, sans-serif;
}
.footMenus .accept ul {
	padding-left:0px;	
}
.footMenus .phone h3{
	font-size:18px;
	font-family:Tahoma, Geneva, sans-serif;
}

.footMenus .foot .accept ul li img{
	max-width:50px;
}
.footMenus .phone ul li a{
	color:#900;
}
.footMenus .phone p{
	color:#fff;
}
.footMenus .phone h2 a{
	color:#38C7E5;
}
#btm .phone ul li{
	list-style-type: none !important;
	background:none !important;
	
}
.footMenus  .fstfoot{
	padding-left:30px;
	font-size:15px;
}
.footMenus  h3{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;	
}
.footer {
	background-color: #004364;
	padding: 20px 0;
	padding-left: 20px;
	color: #CCC;
}
.page{
	font-size: 14px;	
}
.page .shorts{
	margin-top:20px;
}
.page .assistanced{
	background-color: #FFF8F0;
	padding: 15px 15px;
	box-shadow:1px 2px 3px #000;
	border-radius: 3px;
	margin-bottom: 20px;
}
.page .assistanced h3{
	border-bottom:1px #57585A solid;
	padding-bottom:10px;
	color:#FF8000;
}
.page .assistanced ul{
	margin:0;
	padding:0 5px;
}
.page .assistanced ul li{
	 list-style: outside none none;
    margin: 0;
    padding: 4px 0 4px 0px;
}
.page .assistanced ul li:hover{
	color:#1349AD;
}
.page .assistanced ul li:before{
	font-family:FontAwesome;
	padding-right:10px;
	font-size:16px;
	color:inherit;
}
.page .assistanced .achivements:before{
	content:"\f091";
}
.page .assistanced .team:before{
	content:"\f0c0";
}
.page .assistanced .brochure:before{
	content:"\f1c1";
}
.page .assistanced .printthis:before{
	content:"\f02f";
}
.page .assistanced .faqs:before{
	content:"\f059";
}
.page .assistanced .whyus:before{
	content:"\f164";
}
.page .assistanced .skype:before{
	content:"\f17e";
}
.page .assistanced .skype:hover{
	color:#57BFDC;
}
.page .assistanced .brochure:hover{
	color:#C0121A;
}
.page .assistanced .achivements:hover{
	color: #E22014;
}
#row{
	background:#fff;	
}
.page h1{
    font: 32px "Trajan Pro";
    margin-top: 0;
	color:#FF8000;
}
.page .row h2{
	font-size:24px;
}
.page .rightColumn .rightMenu{
	background-color:#fff;
	padding:0px 15px 0px 15px;
	margin-top:15px;
	border:1px solid #BCDCF5;
	font-size:15px;	
	margin-bottom:15px;
	border-radius:5px;
}
.page .rightColumn .rightMenu ul li{
	list-style-image:url("../images/bullet-list.png");
	border-bottom: 1px dotted #ccc;
    list-style: outside none none;
    margin: 0;
    padding: 4px 0 4px 10px;
}
.page .rightColumn .rightMenu ul li:hover{
 font-weight:400;
}
.page .rightColumn .rightMenu ul{
	margin:0px;
	padding:0;
}
.page .rightColumn .rightMenu ul li{
	background: rgba(0, 0, 0, 0) url("../images/bullet-list.png") no-repeat scroll left 14px;
	border-bottom: 1px dotted #ccc;
    list-style: outside none none;
    margin: 0;
    padding: 4px 0 4px 15px;
}
.page .rightColumn .rightMenu ul li:hover{
}
.page .rightColumn .rightMenu ul li a{
	color: #444;
    font: 18px "Century Gothic";
}
.page .rightColumn .rightMenu ul li a:hover{	
	 color:#096;	 
}
.page .rightColumn .rightMenu h2, .page .rightColumn .rightMenu h3{
	border-bottom: 1px solid #111;
    color: #111;
    font: small-caps 28px Rockwell;
    margin: 0 0 8px;
    padding: 0;
}
.page .rightColumn .quickcontact h2{
	background-color: #1A74BB;
    color: #fff;
    font: 22px Rockwell;
    letter-spacing: 0.02em;
    padding:15px;
    position: relative;
	margin:0 -15px;
	border-radius:5px 5px  0 0;
}
.page .rightColumn  .quickcontact{
	background-color: #47585A;
	color: #fff;
	padding: 0 15px 15px 15px;
	border-radius:5px;
}
.page .slider-base .leftcol{
	background-color: #FFF;
	margin-top: 15px;
	border: 1px solid #BCDCF5;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-radius: 4px;
	padding-top: 10px;
}
.page .slider-base .slider{
	margin-bottom:20px;	
}
.page .booking {
	margin-bottom:10px;
}
.page .booking ul li{
	display:inline-block;	
}
.page .booking a {
	
	background:#FF6600;
	color:#fff;
	padding:5px 20px;
	border-radius:5px;
	font-weight:bold;
}

.page .tabarea .section3 i, .page .tabarea .section3 em{
	
	font-weight: bold;
	margin-right: 10px;
	font-style: normal;
	font-variant: normal;
	
}
.page .image a:hover img{
	border:2px solid #ff8000;
}

.main .read-more p:hover a{
	-webkit-transform:scale(1.10); /* Safari and Chrome */
    -moz-transform:scale(1.10); /* Firefox */
    -ms-transform:scale(1.10); /* IE 9 */
    -o-transform:scale(1.10); /* Opera */
     transform:scale(1.10);
	 color:#1A6600;
	 background-color:#ff8000;
	
}
.page .slider .carousel {
	max-height:400px;
	overflow:hidden;
}
.page .slider .carousel img {
	width:100%;
}
.page .slider-base .shorts .box{
	border: 1px solid #e0e0e0;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 15px 10px 15px 10px;
	-moz-box-shadow: inset 0 0 5px #bbbbbb;
	-webkit-box-shadow: inset 0 0 5px #bbbbbb;
	box-shadow: inset 1px 1px 5px #bbbbbb;
	border-radius:2px;
}
.page .slider-base .shorts .box h2{
	margin-top:0px;
	display: block;
    font: 22px "Trajan Pro";
}
.page .slider-base .shorts .box .info{
	max-height:55px;
	overflow:hidden;
	margin-bottom: 20px;
}
.mb10{
	margin-bottom:10px;
}
.page .slider-base .shorts .box .price{
	border: 1px solid #e0e0e0;
    border-radius: 3px;
    color: #333;
    display: block;
    font: 15px "Trajan Pro";
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
}
.page .slider-base .shorts .box .more{
	background-color:#FF8000;
    border-radius: 3px;
    color: #fff;
    display: block;
    font: 15px "Century Gothic";
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.page .slider-base .shorts p{
	 color: #333;
    font: 14px/22px "Century Gothic";
    margin-top: 10px;
}
.page .container .contents .container.maincontainer .section3 h2, .page .container .contents .container.maincontainer .section4 h2{
	font-size: 21px;
	color: #2F5DBC;
}
.page .tabarea {
	background: #fff;
	padding: 5px;
	margin:20px 0;
}
.page .tabarea .tabs ul {
	list-style-type: none;
	position:relative;
	margin-left:20px;
	
}
.page .tabarea li.resp-tabs-item{
	background-color:#000;
	color:#fff;	
}
.page .tabarea .resp-tabs-list li.resp-tab-active{
	color: #fff;
	background:#1A74BB;
}
.page .tabarea .tabs ul li {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #57585A;
	padding:8px;
	border-bottom:1px solid #fff;
}

.page .tabarea .tabs ul li .includes ul li {
    margin-bottom: 5px;
    text-align: left;
    background: none;
    font: 14px/1.2 robotoregular;
    letter-spacing: .03em;
    position: relative;
    padding-left: 25px;
}

.page .tabarea .tabs ul li .includes ul li::before {
    font: 14px FontAwesome;
    position: absolute;
    left: 2px;
    top: 0px;
}

.page .tabarea .tabs ul li .includes ul li::before {
    content: "\f058";
    color: #77eb6e;
}

.excludes ul li {
    margin-bottom: 5px;
    font: 14px/1.2 robotoregular;
    letter-spacing: .03em;
    position: relative;
    padding-left: 25px;
}

.excludes ul li::before {
    font: 14px FontAwesome;
    position: absolute;
    left: 2px;
    top: 0px;
}

.excludes ul li::before {
        content: "\f057";
    color: #f66;
}


.page .tabarea .tabs ul li a{
	color:#fff;
}
.page .tabarea .tabs ul {
	padding:0;
	margin:0;
}
.page .tabarea .resp-tab-content{
	border:none;
}

.page .tabarea .TabContent {
	
	border-left:2px solid #1A74BB;
	display:none;
}
.page .tabarea .section2 {
	position: relative;
}
.page .tabarea .section2 p {
	padding-left:70px;
}

.page .TabContent ul {
	margin-left:0px;
}

.page .contents .container .row .TabContent h3{
	font-size:15px;
	font-weight:bold;
	margin:0px;
	color:#2F5DB5;
}
.page .facts p{
	display:inline-block;
	min-width:45%;
	margin-right:2%;
	margin-left:0px;
}
.facts p strong,.facts p b{
	color:#096;
}
.facts h2 {
	margin-bottom:15px;
	border-bottom: 1px dotted #828282;
    color: #bf000c;
    font: 34px Rockwell !important;
    padding-bottom: 5px;
    text-align: center;
}
.breadcrum{
	color: #000;
    font: 16px Cambria;
    margin-bottom: 10px;
    padding: 10px 0 5px;
}
.bookingform h2{
	font-size:22px;
	font-weight:bold;
}
.bookingform label {
	display:block;
}
.bookingform img {
    display: inline;
    width: auto;
}

#result, .result {
    background: none repeat scroll 0 0 #fff;
    color: #900;
    font-weight: bold;
    text-align: center;
}
.page .contents .maincontainer .leftColumn .rightMenu .bookingform form#contactform{
	padding-right:20px;
}
.page .gallery h2 {
	margin-bottom:10px;
	font-size:15px;
}
.gallery .Services .row .pad .image h2{
	color:#FFF;
	background-color:#0A81B4;
	padding:5px;
	margin-top:0px;
}
Services {
	background: #D5EEF9;
	border:1px solid #A0D9F1;
	padding:20px 30px;
	border-radius: 10px;
	margin-bottom:30px;
}
.Services h3 {
	margin-bottom:15px;
}

.Services .image {
	margin-bottom:15px;
}
.Services .image a {
	display:block;
	height:165px;
	background-size:cover;
	background-position:center center;
	border:5px solid #fff;
	box-shadow:0 0 5px #ccc;
}
.Services p {
	line-height:150%;
}
.Services .more {
	text-align:right;
	font-weight:bold;
	color:#039;
}
.page .contents .maincontainer .gallery .Services .image a img{
	width:100%;
}
.page .contents .maincontainer .Services h2{
	color:#0059B2;
	padding-left:15px;
}
.page .contents .container .leftColumn .rightMenu .facts i{
	color:#0059B2;
	margin-right:10px;
}
.page .contents .container .leftColumn .rightMenu h2 i{
	color:#0059B2;
	margin-right:10px;
}
.print{
	max-width:827px;
	margin:0 auto;
	font-size:13px;
}
.print h2{
	font-size:15px;
}
.print p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.print .facts p{
	display:inline-block;
	min-width:30%;
	margin-right:5%;
}
.print .printbtn{
	float:right;
}
.print h6{
	font-size:16px;
	margin:0;
}
.pagenumbers li{
	display:inline-block;
	padding-right:5px;
}
.shorts .box .pagegallery  img{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	margin-top:15px;
}
@media(max-width:600px){
.main .sliderbox .slider .container{
	visibility: hidden;	
}
	
}
@media(min-width:770px){
	.main .special .container .topthumb .thumbnail .image{
		max-height:220px;
		overflow:hidden;
	}
	.main .special .container .topthumb .thumbnail .image img{
		min-height:220px;
	}
	.main .latest .container .topthumb .thumbnail .image
	{
		max-height:260px;
		overflow:hidden;
	}
	.main .latest .container .topthumb .thumbnail .image img{
		min-height:260px;
	}
}