@charset "utf-8";
/* CSS Document */

/*for Firefox*/

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
	border: 0px;
}

/*for IE8 */

input[type="submit"]:focus,
input[type="button"]:focus {
	outline: none;
}

body {
	background: url(../images/lowerbody_bg.jpg) 50% 0 repeat-x #039ada;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	outline: none;
}

body.bg {
	background-color: #FFFFFF;
	background-image: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	outline: none;
}

.lowerbg {
	background: url(../images/lowerbg.png) no-repeat 50% 100%;
	padding-bottom: 31px;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a,
img {
	color: #000;
	text-decoration: none;
	border: none;
}

.wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0px;
}

.navigation ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 980px;
}

.navigation {
	background: url(../images/menubg.png) repeat-x transparent;
	height: 52px;
	font-family: "Tekton Pro";
	font-size: 19px;
}

.navigation ul li {
	float: left;
	padding: 13px 20px;
}

.navigation ul li div {
	padding-right: 5px;
}

.navigation ul li.active,
.navigation ul li:hover {
	background: url(../images/menu_hover.png) repeat-x 0 0;
}

/*.navigation ul li.active div, .navigation ul li:hover div {
	background:url(../images/menuhover_right.png) no-repeat 100% 10px;
}*/

/*.navigation ul li.active div a, .navigation ul li:hover div a {
	background:url(../images/menuhover_middle.png) repeat-x 0 10px;
	display:block;
}*/

.navigation ul li a {
	display: block;
	cursor: pointer;
	color: #fff;
}

.navigation ul li ul {
	background-color: #008ac4;
	display: none;
	position: absolute;
	width: 222px;
	z-index: 598;
	margin-left: -20px;
	margin-top: 12px;
}

.navigation ul li ul li {
	background: url("../img/subnemu_middle.png") repeat scroll 50% 0 transparent;
	padding: 0;
	position: relative !important;
	width: 222px;
}

.navigation ul li ul li a {
	color: #FFFFFF;
	display: block !important;
	font-family: "Tekton Pro";
	font-size: 17px !important;
	font-style: normal;
	margin: 0;
	padding: 8px 10px !important;
	text-align: left;
}

.navigation ul li ul li a:hover {}

.navigation ul li:hover ul {
	display: block !important;
}

.navigation ul li ul li.active div a,
.navigation ul li ul li:hover div a {
	background-image: none;
	display: block;
}

.navigation ul li ul li:hover {
	background-color: #025679;
	width: 221px;
	margin-left: 0px;
	background-image: none;
}

.headerleft {
	float: left;
	width: 253px;
	padding-top: 2px;
}

.clear {
	clear: both;
}

.headerright {
	float: right;
	width: 727px;
}

.callus {
	background: url("../images/call.png") no-repeat scroll 0 0 transparent;
	float: right;
	height: 50px;
	padding: 13px 0 0 40px;
	width: 165px;
}

.callustext {
	color: #333333;
}

.navigation2 {
	font-size: 15px;
	padding-top: 15px;
}

.navigation2 ul li {
	float: left;
	padding: 10px 29px;
	text-transform: uppercase;
}

.navigation2 ul li a {
	color: #000000;
}

.navigation2 ul li:hover,
.navigation2 ul li.active {
	background: url(../images/menuhover2.png) repeat-x 0 100%;
}

.navigation2 ul li#last {
	padding-right: 0;
}

.slidertopbg {
	background: url("../images/slidertop_bg.png") no-repeat scroll 0 0 transparent;
	margin: 0 auto;
	padding-top: 14px;
	width: 995px;
}

.review {
	background: -moz-linear-gradient(center top, #EEF6FE 0%, #FEFFFF 100%) repeat scroll 0 0 transparent;
	border-bottom: 2px solid #EEEEEE;
	min-height: 162px;
}

.review-head {
	height: 24px;
	padding: 4px 10px;
}

.contentpaneopen table th,
#mainbody #index h2,
.review-head {
	background: -moz-linear-gradient(center top, #F9F9F9 0%, #E2E2E2 100%) repeat scroll 0 0 transparent;
	color: #555555;
	text-shadow: 0 1px 0 #FFFFFF;
}

.slidermiddlebg {
	background: url(../images/slidermiddle_bg.png) repeat-y 0 0;
	padding-left: 13px;
	min-height: 533px;
}

.sliderbottombg {
	background: url(../images/sliderbottom_bg.png) no-repeat 0 100%;
	padding-bottom: 14px;
}

.slider {
	margin-top: -7px;
}

.tagline {
	padding-top: 15px;
}

.line {
	color: #00354b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	padding-left: 45px;
}

.opencolan {
	float: left;
}

.closecolan {
	float: right;
	padding: 0px 0 0 28px;
}

.innercontent {
	font: 15px/1.4em "Trebuchet MS";
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

.content {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 26px;
	padding-top: 100px;
	text-align: justify;
	padding-bottom: 70px;
}

.contentbg {}

.upperfooter {
	background-color: #0079AC;
	height: 54px;
}

.footertext {
	line-height: 25px;
	text-align: center;
	font-size: 13px;
	color: #FFFFFF;
}

.lowerfooter {
	background-color: #01638d;
	height: 32px;
}

.copyright {
	padding-top: 8px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
}

.icon {
	float: right;
	padding-top: 12px;
}

.f_text {
	float: left;
	width: 872px;
}

.midlleContent {
	background: url("../images/content_bg.jpg") repeat scroll 0 0 transparent;
	border-bottom: 1px solid #E7E1D3;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	clear: both;
	height: 100%;
	margin-bottom: 10px;
	padding: 20px;
	position: relative;
	width: 960px;
	z-index: 10;
}

.midlleContent p {
	color: #333333;
	line-height: 21px;
	margin-top: 0;
	padding: 5px;
	text-align: justify;
	font-size: 14px;
}

.midllContentL {
	float: left;
	width: 700px;
}

.midllContentR {
	float: right;
	padding: 5px;
}

.mbl {
	background: url(../images/mbl.jpg) 0 100% no-repeat;
}

.mbr {
	background: url(../images/mbr.jpg) 100% 100% no-repeat;
}

.mtl {
	background: url(../images/mtl.jpg) 0 0 no-repeat;
}

.mtr {
	background: url(../images/mtr.jpg) 100% 0 no-repeat;
	height: auto;
}

.mtr1 {
	padding: 10px;
}

.mt {
	background: url(../images/mt.jpg) 0 0 repeat-x;
	/*width:720px;*/
	margin-top: 5px;
}

.mti {
	background: url(../images/mt.jpg) 0 0 repeat-x;
	width: 400px;
}

.mb {
	background: url(../images/mb.jpg) 0 100% repeat-x;
	background-position: bottom;
}

.ml {
	background: url(../images/ml.jpg) 0 0 repeat-y;
}

.mr {
	background: url(../images/mr.jpg) 100% 0 repeat-y;
}

.mcontent {
	background-color: #fafafa;
	font-size: 13px;
	text-align: justify;
}

.mcontentbg {
	background: none repeat scroll 0 0 #FAFAFA;
	border: 1px solid #D3E2ED;
	font-size: 13px;
	line-height: 20px;
	padding: 11px;
	text-align: justify;
}

.servicelist {
	margin: 0 auto;
}

.servicelist ul {
	list-style: none outside none;
	margin-bottom: 5px;
	margin-top: 0;
	padding: 1px;
}

.servicelist ul li {
	background: url("../images/Ladakh-bullets.png") no-repeat scroll 6px 0px transparent;
	line-height: 16px;
	list-style: none outside none;
	padding: 0 2px 10px 25px;
}

.blue {
	color: #127097;
	font-size: 14px;
	font-weight: bold;
}

.titleT {
	color: #333333;
	font-size: 25px;
	font-weight: bold;
}

.text {
	font-size: 12px;
	padding: 0 10px;
}

.shadetabsG {
	display: block;
	list-style-type: none;
	margin: 4px 1px 6px 0;
	padding: 0;
	text-align: left;
}

.shadetabsG li {
	display: inline;
	margin: 0;
	padding: 0;
}

.shadetabsG li a.selected {
	background-color: #039ADA;
	border: 1px solid #A8C9DC;
	color: #333333 !important;
	position: relative;
}

.shadetabsG li a {
	color: #333333 !important;
	font-size: 15px;
	margin-right: 1px;
	padding: 4px 8px 7px;
	text-decoration: none;
	z-index: 1;
	cursor: pointer;
}

.shadetabsG li a {
	background-color: #DAEDF5;
	border: 1px solid #A8C9DC;
	color: #333333 !important;
	font-size: 15px;
	margin-right: 1px;
	padding: 4px 8px 6px;
	position: relative;
	text-decoration: none;
	z-index: 1;
}

.innershadowL {
	background: url(../images/content_shadow_left.png)no-repeat 0 0;
	/*	padding-left:19px;
*/
}

.innershadowR {
	background: url(../images/content_shadow_right.png) no-repeat 100% 0;
	/*	padding-right:19px;
*/
}

.title {
	color: #000;
	font-size: 28px;
	padding: 0px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
	margin-bottom: 6px;
}

.button_b {
	background: url("../images/login_btn.png") no-repeat scroll 0 0 transparent;
	border: medium none #FFFFFF;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	height: 33px;
	text-align: center;
	margin-left: 10px;
	width: 80px;
	cursor: pointer;
}

.reset_b {
	background: url("../images/submit_gray.png") no-repeat scroll 0 0 transparent;
	border: medium none #FFFFFF;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
	height: 33px;
	outline: 0 none;
	width: 80px !important;
	font-weight: bold;
}

ul.packages li a {
	color: #000;
}

.packagelist {
	margin: 0 auto;
}

.packagelist ul {
	list-style: none outside none;
	margin-bottom: 5px;
	margin-top: 0;
	padding: 1px;
}

.packagelist ul li {
	background: url("../images/bullet.jpg") no-repeat scroll 6px 7px transparent;
	line-height: 16px;
	list-style: none outside none;
	padding: 0 2px 5px 25px;
}

.packagelist ul li a {
	font-size: 12px;
}

.packageTitle {
	color: #008AC4;
	font-weight: bold;
	padding: 5px;
}

#pcklist {
	width: 200px;
}

.inputclass {
	background: url("../images/contactenos-form-textfield.png") no-repeat scroll 0 0 transparent;
	border: 0 none;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	height: 28px;
	margin-left: 10px;
	padding: 2px 12px;
	width: 223px;
}

.txtarea {
	background: url("../images/textareaBg.jpg") repeat-x scroll center bottom #FFFFFF;
	border: 1px solid #CCCCCC;
	height: 100px;
	margin-left: 10px;
	width: 242px;
}

.captcha {
	padding-left: 10px;
}

/*ladakhPhotos gallary code
div.mainContentPanel {
    float: left;
    margin: 0 auto;
    padding-left: 10px;
    width: 632px;
}
div.slideshow-container {
    clear: both;
    height:300px;
    position: relative;
}
div.controls {
    height: 23px;
    margin-top: 5px;
}
div.loader {
    background-image: url("../images/loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 480px;
    left: 0;
    position: absolute;
    top: 0;
    width: 665px;
}
div.caption-container {
    clear: left;
    position: relative;
}
div.rightContentPanel {
    float: right;
     margin-top: 10px;
    width: 300px;
   
}
div.pagination {
    clear: both;
}
div.pagination span.current {
    background-color: #000000;
    border-color: #000000;
    color: #FFFFFF;
    font-weight: bold;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
    border: 1px solid #CCCCCC;
    display: block;
    float: left;
    margin-right: 2px;
    padding: 4px 7px 2px;
}
div.content a, div.navigation a {
  
    text-decoration: none;
}
ul.thumbs {
    clear: both;
    margin: -5px 0 0;
    padding: 0;
}
ul.thumbs li {
    float: left;
    list-style: none outside none;
    margin: 5px 10px 5px 0;
    padding: 0;
}

ul.thumbs img {
    border: medium none;
    display: block;
}
div.slideshow-container {
    clear: both;
    height: 540px;
    position: relative;
}
div.controls {
    height: 23px;
    margin-top: 5px;
}
div.ss-controls {
    float: left;
    margin-top: 12px;
}
#controls .play {
    background: url("../images/play.gif") no-repeat scroll 0 0 transparent;
    font-size: 0;
    padding: 12px;
}
div.nav-controls {
    float: right;
    margin-top: 12px;
}
#controls .prev {
    background: url("../images/prevPageArrow.gif") no-repeat scroll 0 0 transparent;
    font-size: 0;
    padding: 12px;
}
#controls .next {
    background: url("../images/nextPageArrow.gif") no-repeat scroll 0 0 transparent;
    font-size: 0;
    padding: 12px;
}
div.slideshow img {
    border: 1px solid #CCCCCC;
    vertical-align: middle;
}
div.photogallery {
    float: left;
    width: 665px;
}
.clearFloat {
    clear: both;
    font-size: 1px;
    height: 0;
    line-height: 0;
}
.thumbnavigation
{
}
*/

.graphic,
#prevBtn,
#nextBtn,
#slider1prev,
#slider1next {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-indent: -8000px;
}

#container {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 696px;
	background: #fff;
	margin-bottom: 2em;
}

.divider {
	background: url("../images/Divider.png") no-repeat scroll 0 30% transparent
}

.bgtable {
	/*border-right:1px solid #CCCCCC;*/
}

.textI {
	font-size: 12px;
	min-height: 460px;
	padding: 5px 10px;
	text-align: justify;
}

.close a {
	color: #333333;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.contentext {
	font-size: 15px;
	font-weight: bold;
	color: #127097;
}

.close {
	margin-top: 10px;
}

#content {
	position: relative;
}

/* Easy Slider */

#slider ul,
#slider li,
#slider2 ul,
#slider2 li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider2 {
	margin-top: 1em;
}

#slider li,
#slider2 li {
	width: 696px;
	height: 241px;
	overflow: hidden;
}

#prevBtn,
#nextBtn,
#slider1next,
#slider1prev {
	display: block;
	width: 30px;
	height: 77px;
	position: absolute;
	left: -30px;
	top: 71px;
	z-index: 1000;
}

#nextBtn,
#slider1next {
	left: 696px;
}

#prevBtn a,
#nextBtn a,
#slider1next a,
#slider1prev a {
	display: block;
	position: relative;
	width: 30px;
	height: 77px;
	background: url(../images/btn_prev.gif) no-repeat 0 0;
}

#nextBtn a,
#slider1next a {
	background: url(../images/btn_next.gif) no-repeat 0 0;
}

ol#controls {
	margin: 1em 0;
	padding: 0;
	height: 28px;
}

ol#controls li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 28px;
	line-height: 28px;
}

ol#controls li a {
	float: left;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ccc;
	background: #DAF3F8;
	color: #555;
	padding: 0 10px;
	text-decoration: none;
}

ol#controls li.current a {
	background: #5DC9E1;
	color: #fff;
}

ol#controls li a:focus,
#prevBtn a:focus,
#nextBtn a:focus {
	outline: none;
}

h3.main {
	color: #000000;
	font-size: 13px;
}

.f_text a {
	color: #fff;
}

#reviewerprofile {
	background-color: #EEEEEE;
	float: left;
	font-size: 11px;
	text-align: center;
	border: 1px solid #000;
	width: 114px;
}

.review-title {
	color: #555555;
	font-size: 20px;
	font-weight: bold;
}

.review-text {
	line-height: 1.2;
	padding: 10px;
}

#description {
	float: right;
	width: 700px;
}

.whiteBox,
.whiteBox1 {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.2);
	color: #2D2D2D;
	font-size: 13px;
	line-height: 19px;
	min-height: 150px;
	padding: 20px;
}

.whiteBox1 {
	min-height: 0px;
}

.whiteBox h2,
.whiteBox1 h2 {
	color: #037aac;
	font: 20px;
	margin: 0 0 10px;
	padding: 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}

/*.whiteBox img, .whiteBox1 img{
	padding:0 0 0 10px;
}*/

.gap {
	height: 16px;
}

tr.table01 td {
	padding: 5px 3px;
}

@charset "utf-8";
/* CSS Document */

#slider {
	position: relative;
	width: 942px;
	height: 322px;
	background: url(../images/loading.gif) no-repeat 50% 50%;
	border: 1px solid #FFF;
}

#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.nivo-controlNav {
	position: absolute;
	left: 842px;
	bottom: 16px;
}

.nivo-controlNav a {
	display: block;
	width: 16px;
	height: 15px;
	background: url(../images/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 6px;
	float: left;
}

.nivo-controlNav a.active {
	background-position: 0 -15px;
}

.nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}

a.nivo-nextNav {
	background-position: -30px 0 !important;
	right: 5px;
}

a.nivo-prevNav {
	left: 6px;
}

.nivo-caption {
	text-shadow: none;
	font-family: Helvetica, Arial, sans-serif;
}

.nivo-caption a {
	color: #efe9d1;
	text-decoration: underline;
}

a.nivo-prevNav {
	left: 6px;
}

.nivo-directionNav a {
	background: url(../images/arrows.png) no-repeat scroll 0 0 transparent;
	border: 0 none;
	display: block;
	height: 30px;
	text-indent: -9999px;
	width: 30px;
}

.nivo-directionNav a {
	cursor: pointer;
	position: absolute;
	top: 42%;
	z-index: 9;
}

.transfer {
	display: none;
	padding: 5px 0 10px 21px;
}

.note {
	background-color: #CCC;
	border: 1px dashed #999;
	margin: 0 5px;
	padding: 5px;
	font-size: 13px;
}

.thankutext {}

.thankutext p {
	padding: 10px;
	padding-left: 0px;
}

.listHeading {
	padding-bottom: 15px;
	padding-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 23px;
	text-align: justify;
	padding-left: 30px;
	padding-bottom: 20px;
}

.listHeading p {
	padding-left: 5px;
}

.listHeading span {
	padding-bottom: 20px;
	font-weight: bold;
}

.banner {
	padding: 5px 0px;
}

.bannershadow {
	background: url(../images/banner_shadow.png) no-repeat scroll 50% 100% transparent;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

tr.tableTitle th {
	background-color: #31A6CD;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 7px;
	border: 1px solid #D9D9D9;
}

tr.table1 td,
tr.table2 td,
tr.table3 td {
	background: url(../images/table_titleBg.jpg) repeat-x scroll 0 0 transparent;
	border: 1px solid #D9D9D9;
	font-size: 13px;
	padding: 11px;
}

tr.table2 td {
	background: url(../images/table_titleBg.jpg) repeat-x scroll 0 0 transparent;
}

.errormsg {
	color: #FF0000;
}

.costing {
	font-weight: bold;
	font-size: 14px;
}
.new-packages-table .table th.text-left,
.new-packages-table .table td.text-left {
	text-align: left;
}
.new-packages-table .table th.text-center,
.new-packages-table .table td.text-center {
	text-align: center;
}
.new-packages-table .table th.text-right,
.new-packages-table .table td.text-right {
	text-align: right;
}
.new-packages-table .table {
    width: 100%;
    max-width: 100%;
	margin-bottom: 20px;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: transparent;
}
.table th {
	text-align: left;
	background-color: #F5F5F5;
	border-color: #eee !important;
}
.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td, 
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table>tfoot>tr>th,
.table>thead>tr>td, 
.table>thead>tr>th {
	vertical-align: middle;
}
.table-bordered {
	border: 1px solid #ddd;
}
.table-bordered>tbody>tr>td, 
.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>td, 
.table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, 
.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
  }

.midlleContent p.highlight {
	color: #127097;
	font-weight: bold;
}
a.mailto {
	color: #2b2b2b;
	font-size: 13px;
	text-decoration: none;
}
.tollfree {
	color: #2b2b2b;
	font-size: 18px;
	font-weight: bold;
	float: right;
	text-align: right;
	padding-right: 25px;
}
.tollfree .text {
	font-weight: normal;
	font-size: 14px;
	padding: 0;
	margin-bottom: 5px;
	display: inline-block;

}

.featured-box {
	display: block;
	overflow: hidden;
	background-color: #fff;
	padding: 12px;
	margin-top: 15px;
}
.card .card-header {
	margin-bottom: 15px;
}
.card-header .title {
	margin-top: 0;
	margin-bottom: 0;
	color: #000;
    font-size: 28px;
    padding: 0px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
	font-weight: 400;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.new-packages {
	color: #127097;
	border-bottom: 1px solid #127097;
}