/* LIFE'S HIMALAYAN ADVENTURE
Author: Nepal Media Network - www.nepalmedia.com

01. GENERAL STYLING
02. HEADER
03. NAVIGATION MENU
04. DROPDOWN MENU
05. ROYAL SLIDER
06. SERVICES
07. PROGRAM
08. ACCORDION
09. FOOTER
10. TRIP SERACH
11. OWL CAROUSEL
12. BREADCRUMB
13. RIGHT BOX
14. INQUIRY
15. TABS
16. OTHER CSS
17. TABLE
*/


@import url('fonts.css');
@import url('font-awesome.css');
@import url('responsive.css');

/*------------------------------------*/
/*	01. GENERAL STYLING
/*------------------------------------*/

a, input, select, textarea {
	vertical-align:top;
	outline:none !important;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
textarea {
	resize: none;
}
img {
	outline:0;
	vertical-align:top;
	border:0;
	max-width:100.1%;
	height:auto;
}
a {
	color:#505050;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
	text-decoration:none;
	color:#c06c84;
}
ul {
	padding:0;
	margin:0;
}
li {
	padding:0;
	margin:0;
	list-style:none;
}
p {margin:0 0 20px;
}
h1, h2, h3, h4, h5, h6 {
	margin-top:0;
	font-family: 'OpenSansRegular', sans-serif;
	font-weight:700;
}
h1 {
	margin:0 0 26px;
	line-height:30px;
	font-size:25px;
}
h2 {
	position:relative;
	margin:0 0 26px;
	line-height:21px;
	font-size:21px;
}
h3 {
	margin:0 0 21px;
	line-height:20px;
	font-size:17px;
}
h4 {
	margin:0 0 21px;
	line-height:20px;
	font-size:15px;
}
h5 {
	line-height:20px;
	font-size:14px;
}
h6 {
	line-height:20px;
	font-size:12px;
}
::selection {
	background: #336699;
	color:#fff;
}
::-moz-selection {
	background: #336699; /* Firefox */
	color:#fff;
}
i {
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-size: inherit;
}
body {
	overflow-x:hidden;
	position:relative;
	margin: 0;
	padding:0;
	font-family: 'OpenSansRegular';
	font-weight:400;
	font-size: 14px;
	line-height: 20px;
	color: #797979;
}
#main-container {
	background-image: url(../images/page-bkg1.jpg);
	background-attachment: fixed;
    background-position: 0 0;
    background-repeat: repeat;
	padding-bottom: 10px;
}
section {padding-bottom: 10px;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
.opacity {
	opacity: 0;
	filter: alpha(opacity=0);
}
.color_text {color:#c06c84;}
.color_dark {color:#505050;}
.color_light {color:#979797;}
.color_white {color:#fff;}
.color_blue {color:#003399}
.color_red {color: #CC3333}

.color_bg {display:inline-block; background:#c06c84; color:#fff;}

.margbot0 {margin-bottom:0;}
.margbot5 {margin-bottom:5px !important;}
.margbot10 {margin-bottom:10px;}
.margbot20 {margin-bottom:20px;}
.margbot25 {margin-bottom:25px;}
.margbot30 {margin-bottom:30px;}
.margbot40 {margin-bottom:40px;}

.pad0 {padding:0;}
.padbot0 {padding-bottom:0;}
.padbot10 {padding-bottom:10px;}
.padbot20 {padding-bottom:20px;}
.padbot30 {padding-bottom:30px;}
.padbot40 {padding-bottom:40px;}
.padbot50 {padding-bottom:50px;}
.padtop0 {padding-top:0;}
.padtop10 {padding-top:10px;}
.padtop20 {padding-top:20px;}
.padtop30 {padding-top:30px;}
.padtop40 {padding-top:40px;}
.padtop50 {padding-top:50px;}
.padleft0 {padding-left: 0px;}
.padleft10 {padding-left: 10px;}
.padleft20 {padding-left: 20px;}
.padleft30 {padding-left: 30px;}
.padleft40 {padding-left: 40px;}
.padleft50 {padding-left: 50px;}

.full_width {
	position:relative;
	margin-left:-30px;
	margin-right:-30px;
}
header.full_width, footer.full_width {position:static;}
.overlay {
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color: rgba(253,81,90,0.57);
}

.center {text-align:center;}
.right {text-align:right;}

.page_block {
	overflow-x:hidden;
	background:#fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.wrapper {
	padding-left: 10px;
	padding-right: 10px;
}

.carousel-container{
	margin-right: 10px;
	margin-left: -10px;
}

/* __________ Buttons __________ */
.btn {
	margin: 0;
	padding: 11px 20px;
	border:0;
	border-radius: 0;
	box-shadow: none;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	color:#fff;
	text-shadow: none;
	background-image: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.btn:focus,
.btn:hover {
	color:#fff;
	background-color: #c06c84;
}
.btn span {padding-left:8px;}
.btn-white {
	color:#505050;
	background:#fff;
}
.btn-light {
	color:#505050;
	background:#ddd;
}
.btn-dark {
	color:#fff;
	background:#505050;
}
.btn-dark:hover,
.btn-white:hover,
.btn-active {
	color: #fff;
	background: #c06c84;
}
.btn-active:hover,
.btn-default {background:#505050;}

.btn-lg {
	padding:15px 30px;
	text-transform:none;
	font-weight:400;
	font-size:15px;
}
.btn-sm {
	padding: 3px 15px;
	font-size:11px;
}
.btn-xs {
	padding: 1px 5px;
	font-size:11px;
}

.ie .btn {filter:transparent !important;}

.white-bkg{
	background-color: #FFF;
}
.dark-bkg{
	background-color: #777;
}
.darker-bkg{
	background-color: #333;
}

/*------------------------------------*/
/*	02. HEADER
/*------------------------------------*/


.topbar {
	height: 45px;
	overflow: hidden;
	background: url(../images/page-head-bg1.png) repeat;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	line-height: 41px;
	font-size: 12px;
	color: #FFF;
}

.promo{
	font-size: 14px;
	font-weight: 500;
	
}

.callifo{
	padding: 0px;
	margin: 0px;
	font-weight: 700;
}

.socialicon{
	padding: 0px;
}

ul.socials{
	text-align: right;
	list-style:none;
	margin-top: 10px;
}
ul.socials li{
	display:inline-block;
}
.socials li a {
	margin-right: 5px;
	height: 25px;
	width: 25px;
	display: inline-block;
	color:#FFF;
	text-align: center;
	line-height: 25px;
	font-size: 16px;
	border:1px solid #DDD;
	background-color: #C00;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px; 

}
.socials li a:hover {
	border-color: #6CF;
	background-color: #06C;
	color: #FFF !important;
}


/*------------------------------------*/
/*	03. NAVIGATION MENU
/*------------------------------------*/
.navbar-static-top
{
	background: #392934;
	/*height: 150px;*/
	border-bottom: 6px solid #ff6239;
}


.menu_block {padding:0px; margin: 0auto;}
.is-sticky .menu_block {
	z-index:9999;
	position:relative;
	margin: 0 auto;
}

.navbar-brand {
	padding: 0px;
	margin: 0px;
}

#logo{
	float: left;
	margin-left: 10px;
	padding: 5px 0px;
}

.navbar-nav > li > a
{
	font-family: OpenSansBold;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 10px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a
{
	color: #fff;
}
.navbar-nav > .active > a:hover
{
	color: white;
}
.navbar-default .navbar-nav > li.active > a:hover, .navbar-nav > li.active > a:focus, .navbar-nav > li.active > a:visited
{
	color: #fff;
	background: #ff6239;
}
.navbar-white .navbar-nav > li > a:hover
{
	color: #ff6239;
}

.navbar-default .navbar-nav > li > a:hover
{
	color: #ff6239;
	background: #2B1E28;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
	background-color: #2B1E28;
	color: #555;
}
.navbar-toggle
{
	border-radius: 0;
	margin-top: 26px;
}

.navbar
{
	margin-bottom: 0;
}

.navbar-default .navbar-nav > li.active > a
{
	background: #FF6239;
	color: white;
}

/*------------------------------------*/
/*	04. DROPDOWN MENU
/*------------------------------------*/

.dropdown-menu
{
	min-width: 200px;
	box-shadow: none;
}	
.navbar-nav > li > .dropdown-menu
{
	background-color: #ffffff;
	border-radius: 0px;
	left: -1px;
	margin-top: 0px;
	border: none;
}
.dropdown-menu > li > a
{
	
	font-family: OpenSansRegular;
	font-size: 12px;
	text-transform: uppercase;
    font-weight: 600;	
    /*padding: 7px 20px;	*/
	border-bottom: 1px solid #efefef;
    clear: both;
    color: #333;
    display: block;
    font-weight: 500;
    line-height: 1.42857;
    padding: 7px 27px 7px 25px;
    white-space: nowrap;
}
.dropdown-toggle
{
	color: white  ;;
}
.dropdown-toggle:hover
{
	color: white  ;
}


/*------------------------------------*/
/*	05. ROYAL SLIDER
/*------------------------------------*/

#full-width-slider {
  width: 100%;
  color: #000;
}
.coloredBlock {
	position:absolute;
	padding: 12px;
	background: rgba(255,0,0,0.6);
	color: #FFF;
	width: 200px;
	top: auto;
	right: auto;
	bottom: 5%;
	left: 20%;
}
.infoBlock {
  position: relative;
  top: auto;
  right: 50%;
  bottom: 20px;
  left: 30px;
  max-width: 30%;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 0 20px;
}
.infoBlockLeftBlack {
  position: relative;
  color: #FFF;
  background: #AA0000;
  background: rgba(170,0,0,0.5);
  top: 30px;
  right: 50%;
  bottom: auto;
  left: 30px;
  padding: 20px;
}
.infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}
.infoBlock a {
  color: #FFF;
}
.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25; 
} 
.photosBy a {
  color: #000;
}
.fullWidth {
  max-width: 1200px;
  margin: 0 auto 24px;
}

@media screen and (min-width:960px) and (min-height:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: 400px !important;
  }
}

@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: 320px !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 260px !important;
  }
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 12px;
  }
  .infoBlock h3 {
     font-size: 14px;
     line-height: 17px;
  }
}


/*------------------------------------*/
/*	06. SERVICES
/*------------------------------------*/

.service_item {
	overflow:hidden;
	position:relative;
	float:left;
	display: block;
	width:100%;
	padding:20px 0 24px;
	border-radius: 10px;
	margin-bottom: 10px;
}

.service-intro{
	color: #FFF;
	padding:0px 20px;
	text-align: center;
}

.service_item.bg1 {background-color:#005b94;}
.service_item.bg2 {background-color:#DD0000;}
.service_item.bg3 {background-color:#66b400;}
.service_item.bg4 {background-color:#009590;}

.service_item:before {
	content:'';
	position:absolute;
	right:-40px;
	bottom:-20px;
	width: 0;
    height: 0;
	border-top-width: 20px;
	border-top-style: solid;
    border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #FFF;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.service_item:after {
	content:'';
	position:absolute;
	right:-20px;
	bottom:-20px;
	width: 0;
    height: 0;
	border-bottom-width: 20px;
	border-bottom-style: solid;
    border-left-width: 20px;
	border-left-style: solid;
	border-left-color: transparent;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.service_item:hover:before {bottom:0; right:0;}
.service_item:hover:after {bottom:0; right:20px;}
.service_item.bg1:before {border-top-color:#86d0ff;}
.service_item.bg1:after {border-bottom-color:#004165;}
.service_item.bg2:before {border-top-color:#ff6666;}
.service_item.bg2:after {border-bottom-color:#880000;}
.service_item.bg3:before {border-top-color:#b8eb76;}
.service_item.bg3:after {border-bottom-color:#499000;}
.service_item.bg4:before {border-top-color:#6adad6;}
.service_item.bg4:after {border-bottom-color:#006666;}
.service_item .jquery-corner {
	bottom:-20px !important;
	left:20px !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.service_item:hover .jquery-corner {bottom:0 !important; left:0 !important;}
.service_item .icon_block {
	display:block;
	width:100px;
	height:100px;
	margin:0 auto;
	background-repeat:no-repeat;
}
.service_item .icon_block.icon1 {background-image:url(../images/icon-trekking.png);}
.service_item .icon_block.icon2 {background-image:url(../images/icon-tours.png);}
.service_item .icon_block.icon3 {background-image:url(../images/icon-adventure.png);}
.service_item .icon_block.icon4 {background-image:url(../images/icon-globe.png);}
.service_item h4 {
	margin-top:30px;
	text-align:center;
	color:#fff;
	font-family: OpenSansBold;
}

.service_item a:hover {
	text-decoration: none;
}



/*------------------------------------*/
/*	07. PROGRAM
/*------------------------------------*/
.program_item{
	padding: 0px;
	margin: 0px;
}

.program:hover .hover_img img,
.program_item:hover .hover_img img {
	opacity:0.46;
	filter: alpha(opacity=46);
}
.hover_img .zoom {
	display:block;
	position:absolute;
	z-index:100;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0);
	overflow: hidden;
}
.program_descr {
	position:relative;
	padding:37px 10px 14px;
	color:#979797;
	background-color:#f4f4f4;
	border-bottom:2px solid #ededed;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.program_item:hover .project_descr {border-bottom-color:#c06c84;}
.program_descr h4 {margin-bottom:11px; font-weight:400;}
.program_item:hover .project_descr h4 a {color:#c06c84;}
.program_descr .glyphicon {
	position:absolute;
	top:-32px;
	left:50%;
	width:53px;
	height:53px;
	margin-left:-26px;
	line-height:53px;
	color:#fff;
	text-indent:2px;
	background-color:#505050;
	border-radius:50%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.program_item:hover .program_descr .glyphicon {background-color:#66BB00;}


/*------------------------------------*/
/*	08. ACCORDION
/*------------------------------------*/

#accordion {
	wdith: 100%;
}
#accordion .ui-accordion-header,
.shortcode_toggles_item_title {
	position:relative;
	margin-bottom:1px;
	padding: 15px 30px;
	font-weight:400;
	font-size:14px;
	color:#fff;
	background:#505050;
	cursor:pointer;
	outline:none !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#accordion .ui-accordion-header:hover,
#accordion .ui-accordion-header.ui-accordion-header-active,
.shortcode_toggles_item_title:hover,
.shortcode_toggles_item_title .ui-state-active {
	background:#c06c84;
	color:#fff;
}
#accordion .ui-accordion-header .ui-icon,
.shortcode_toggles_item_title .ui-icon {
	position:absolute;
	top: 17px;
	right:20px;
	vertical-align:top;
	width:20px;
	height:20px;
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	font-size:12px;
}
#accordion .ui-accordion-header .ui-icon:before {
	position:absolute;
	content: "\e080";
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#accordion .ui-accordion-header.ui-accordion-header-active .ui-icon:before {
	transform: rotate(90deg);
}

.shortcode_toggles_item_title .ui-icon:before {
	position:absolute;
	content: "\e114";
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.shortcode_toggles_item_title.ui-state-active .ui-icon:before {
	transform: rotate(-90deg);
}

.shortcode_toggles_item_body {padding-bottom:20px;}
.shortcode_toggles_shortcode .ip,
#accordion .ui-accordion-content {
	padding:15px 5px 10px 5px;
}


/*------------------------------------*/
/*	09. FOOTER
/*------------------------------------*/

.widget, .widget a{
	padding: 10px 0px;
	color: #FFF;
	line-height: 1.5em;
}

.widgetheading{
	font-size: 14px;
	padding-top: 10px;
}

.footerline{
	padding: 10px 20px;
	color: #FFF;
}
.copyright{
	color: #EEE;
	font-family: OpenSansBold;
}

.affilation{
	font-family: "OpenSansBold";
	font-size: 14px;
}

.affilation ul {
	margin: 0;
	padding: 20px 0px;
	list-style-type: none;
	text-align: left;
}

.affilation ul li { 
	display: inline; 
}

/*------------------------------------*/
/*	10. TRIP SERACH
/*------------------------------------*/

/* Trip search */
.t-search-box-in {
	padding: 10px 10px 0px;
	background: #f7f7f7;
	border: 1px solid #e0e0e0;
}

.t-search-box-in h4{
	color:#fe6514;
font-size:18px;
font-weight:700;
position:relative;
overflow:hidden;
 margin-bottom:15px; text-transform: uppercase;
}

.t-search-box-in h4 .widget_title_line{position:absolute; top:15px; width:100%; height:3px; background:#d5d5d5; margin-left:13px}
.t-search-box-in select {
 width: 98% !important;
	margin: 5px 0px;
	padding: 5px;
	border: 1px solid #e0e0e0;
	background:  #FFF;
}

.t-search-box-in select option {
	font-size: 13px;
	padding: 2px 5px 2px;
}

.t-search-box-in .sinput, .sinput {
	width: 100px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #e57420;
	background:  url(../images/stb-back.png) top left repeat-x;
	font-size:14px;
	font-weight: bold;
	font-family: OpenSansRegular;
	text-transform: none;
	color: #FFF;}

	
/*------------------------------------*/
/*	11. OWL CAROUSEL
/*------------------------------------*/

#advcarousel, #trekcarousel{
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

    #advcarousel .item, #trekcarousel .item{
    margin: 0px auto;
	padding: 0px;
	width: auto;
    }
	
    #advcarousel .item img, #trekcarousel .item img{
    display: block;
    width: 100%;
    height: auto;
    }
	
	 #advcarousel .owl-item, #trekcarousel .owl-item{
		margin: 0px;
		padding: 10px;
	 }

	.customNavigation{
	text-align: right;
	}
	
	.customNavigation a{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	

.property-info, .agent-info{
	padding:5px;
	display:block;
	border:1px solid #DDDDDD;
}

.property-info h4{
	font-size: 14px;
	margin: 10px 0px;
}

.dimcolor{
	background-color:#E8E8E8;
}

.property-amenities{
	background-color:#E8E8E8;
	font-size:12px;		
}

.property-amenities > span > strong{
	display:block;
}

.property-info h2 a{
	color: #2d85d3;
}

.property-info h4 a:hover{
	color: #ff7e01 !important;
	cursor: pointer;
}

.days{
	float: left;
	width: 48%;
	border-right: 1px solid #FFF;
	padding-left: 5px;
}

.price{
	float: right;
	width: 48%;
	border-right: 1px solid #FFF;
	padding-right: 5px;
}

.smalltext{
	font-size: 12px;
}

.property-info .clear {
	clear:both;	
}

.block-heading-two h2, h3{
	margin: 10px 0px;
	padding: 0px;
	color: #336600;
	font-size: 22px;
	width: 100%;
	border-bottom: 1px dotted #CCC;
}

.margin-bottom-0{
	margin-bottom: 0px;	 
 }

.margin-bottom-20{
	margin-bottom: 20px;	 
 }
 .margin-bottom-minus20{
	 margin-bottom: -20px;	 
 }
 
 .no-left-padding{
	padding-left: 0px;
 }
 
 .no-right-padding{
	padding-right: 0px;	 
 }


/*------------------------------------*/
/*	12. BREADCRUMB
/*------------------------------------*/
.breadcrumbs_block {
	/*margin-bottom:60px;*/
	padding:15px 20px;
	background-color: #c06c84;
	color:#fff;
}
.breadcrumbs_content {position:relative; z-index:2;}
.breadcrumbs_block h2 {
	padding-top: 15px;
	font-size: 20px;
	margin-bottom:0;
	color:#fff;
}
.breadcrumb {
	margin:0;
	background: none;
	border-radius:0;
	padding:0;
}
.breadcrumb > li + li:before {color:#fff;}
.breadcrumb li a {
	font-weight:700;
	color:#fff;
}
.breadcrumb li:last-child a {
	font-weight:400;
	color:#fff;
	cursor:default;
}



/*------------------------------------*/
/*	13. RIGHT BOX
/*------------------------------------*/

.rm-box {
	border: 1px solid #EEE;
	padding: 2%;
	float: left;
	width: 100%;
	margin: 0px 0px 20px 0px;
}

.rm-box h3 {
	background: url(../images/bt-title-back.png) bottom left repeat-x;
	padding: 7px 0px 7px 15px;
	margin: 0px 0px 5px 0px;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: -1px -1px 0 #076d5d;
}

.rm-box h4 {
	background: url(../images/bt-title-back1.png) bottom left repeat-x !important;
	padding: 7px 0px 7px 15px !important;
	margin: 0px 0px 5px 0px !important;
	color: #FFF !important;
	font-size: 14px !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	text-shadow: -1px -1px 0 #045f9b;
}

.rm-box h5 {
	background: url(../images/bt-title-back2.png) bottom left repeat-x;
	padding: 7px 0px 7px 15px;
	margin: 0px 0px 5px 0px;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: -1px -1px 0 #d77b18;
}


.rm-box ul{list-style:none;margin:0;overflow:hidden;}
.rm-box li{border-bottom:1px dotted #dedede;margin:0; font-size: 14px; font-weight: normal;}
.rm-box li:last-child{border-bottom:0}
.rm-box li a{ display:block;padding:7px 0px 7px 10px; color:#113d78; text-shadow: 1px 1px 0 #FFF; text-decoration: none; }

.rm-box li a:before{content: "\f105";  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #404040;
  padding-right: 7px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}
  
.rm-box li a:hover{background-color:#f0f0f0; color: #e7402f;text-decoration:underline;}

/*------------------------------------*/
/*	14. INQUIRY 
/*------------------------------------*/

.inquiry-in {
 padding: 10px 3% 5px;
 float: left;
 width: 100%;
}

.inquiry-in form {
	border-top-width: 0px;
}

.inquiry-in form .input-h {
	padding: 2px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #ccc;
	width: 65%;
}

.inquiry-in form .input-s {
	padding: 2px;
	width: 30%;
	margin: 0px 0px 5px 0px;
	border: 1px solid #ccc;
}

.inquiry-in form textarea {
	margin-bottom: 5px;
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 12px;
	height: 70px;
	font-family: OpenSansRegular;
	width: 100%;
}

.inquiry-in form  textarea:focus, .inquiry-in form input:focus {
	border: 1px solid #33bd77;
}

.inquiry-in form  label {
	float: left;
	text-align: left;
	margin-right: 5px;
	width: 29%;
	text-shadow: 1px 1px 0 #FFF;
	padding-top: 2px;
	font-weight: normal;
}

.inquiry-in form p {
	margin: 0px !important;
	padding: 2px 0px 2px !important;
	border-bottom: 1px dotted #e7e7e7;
}

.inquiry-in form p button {
	text-align: center;
}

.inquiry-in form p:last-child {

	border-bottom: 0px dotted #e7e7e7;
}



/*------------------------------------*/
/*	15. TABS
/*------------------------------------*/


#myTab{
	padding: 0px;
	margin: 0px;
}


.my-tabs {border: 0px;}

.my-tabs>li {
    float: left;
}

.my-tabs>li>a {

}

.my-tabs li a {
	font-family: OpenSansBold;
    margin-right: 10px;
    line-height: 1.42857143;
    border: 2px solid transparent;
    border-radius: 4px 4px 0 0;
	padding:10px 15px;
	font-size:13px;
	text-transform:uppercase;
	color:#505050;
	border-radius: 4px 4px 0 0;
	border: 0;
	background-color:#f4f4f4;
}
.my-tabs li a:hover {
	color:#187300;
	background:#DDD;
	/*border-bottom:3px solid #fff;*/
}
.my-tabs li.active a,
.my-tabs li.active a:hover,
.my-tabs li.active a:focus {
	color:#187300;
	background:#FFF;
	border: 2px solid #DDD;
	border-bottom:0px solid #FFF;
}
.tab-content {
	margin-top: -2px;
	padding:20px;
	/*background:#f4f4f4;*/
	border:2px solid #DDD;
	border-radius: 0px 4px 4px 4px;

}
.tab-content .left_block {width:45%;
}
.tab-content .right_block {width:49%;
}
.tab-content iframe {height:159px;
}
.tab-content .list4 li {
	padding:0 0 5px;
}



/*------------------------------------*/
/*	16. OTHER CSS
/*------------------------------------*/


.trekbox, .advbox {
	padding: 0px;
	margin: 0px;
}

.trekbox h3{
	color:#007799;
	padding: 0px;
	margin-left: -15px;
	font-weight:600;
	position:relative;
	overflow:hidden;
	margin-bottom:15px; 
	text-transform: uppercase;	
}

.advbox h4{
	color:#fe6514;
	padding: 0px;
	margin-left: -15px;
	font-size:18px;
	font-weight:700;
	position:relative;
	overflow:hidden;
	margin-bottom:15px; 
	text-transform: uppercase;
}


.advitem, .trekitem{
	border: 1px solid #000;
}

.highlightbox{
	border-left: 15px solid #D78D03;
	padding: 10px;
	background: #EEE;
	font-size: 13px;
	line-height: 1.5em;
}

.highlightbox h3{
	font-family: OpenSansBold;
	font-size: 16px;
	padding: 10px 0px;
}




/*------------------------------------*/
/*	17. TABLE
/*------------------------------------*/

.module-table {
	overflow:hidden;
}	
.table-block {
	padding-top:11px;
}
	
.table-item-trip {
	display:inline-block;
	float:left;
	width:100%;
}

.table-item-date {
	display:inline-block;
	float:left;
	width:35%;
}

.table-item .table-item-wrapper {
	padding-left:1px;
}
.table-item:first-child .table-item-wrapper {
	padding-left:0;
}
.table-item-title {
	background:#505050;
	padding:10px 15px;
	text-align:left;
}
.table-item-title h6 {
	color:#dddddd;
	font-size:14px;
	line-height:16px;
	margin:0;
	font-weight:400;
}
.trip-date .table-item-title h6 {
	color:#ffffff;
}
.table-item-cost {
	padding:22px 20px 11px 20px;
	text-align:center;
}
.table-item-cost h2 {
	font-size:30px;
	line-height:32px;
	font-weight:700;
	color:#505050;
}
.table-item-cost h2 span {
	font-size:16px;
	line-height:32px;
	font-weight:400;
	color:#505050;
	text-transform:none;
}
.table-item-text {
	font-size: 14px;
	background:#dddddd;
	color:#505050;
	text-align:left;
	line-height:16px;
	padding:8px 15px;
	margin-bottom:1px;
}
.trip-date .table-item-text {
	background:#ededed;
}
.table-item-btn a {
	font-size:11px;
	text-align:center;
	text-transform:uppercase;
	display:block;
	font-weight:700;
}
.trip-date .table-item-btn a,
.table-item-btn a:hover {
	background:#c06c84;
	color:#ffffff;
}
.trip-date .table-item-title {
	background:#c06c84;
}
.trip-date .table-item-cost h2,
.trip-date .table-item-cost h2 span {
	color:#c06c84;
}

.justifyfull {
	text-align: justify !important;
}

.justifycenter {
	text-align: center;
}

.justifyright {
	text-align: right;
}

.error, .errors {
	color: #F00;
}

/* Inquiry Form */

.formbox{
	width: auto;
	padding: 0px;
	line-height: 1.5;
	color: #666;
}

.formbox h3{
	font-weight: bold;
	font-size: 14px;
	color: #d67613;
	margin: 0px !important;
	padding: 0px 0px 1px 0px !important;
}

.formbox p{
	margin: 0px !important;
	padding: 4px 2px 4px 2px !important;
	border-bottom: 1px solid #EEE;

}

.formbox p b,.formbox p strong{ font-weight: 500 !important;

}
.formbox .writespace{
	float: left;
	margin-right: 10px; 
	width: 30%;
}



.formbox p select, .formbox p input{
	background: #FFF;
	border: 1px solid #CCC;
	padding: 5px 5px !important;
	margin: 0px 5px 0px 0px !important;
}

.formbox p textarea{
	background: #FFF;
	border: 1px solid #CCC;
	padding: 5px 5px !important;
	margin: 0px 5px 0px 0px !important;
	line-height: 1 !important;
	color: #333;
	width: 300px;
	height: 100px;
}
.formbox p select:focus, .formbox p input:focus, .formbox p textarea:focus{ border: 1px solid #e65940; }
.formbox .small-input{
	width: 50px !important;
	padding: 1px 2px !important;
	margin: 0px 5px 0px 0px !important;
}

.formbox p img {
	margin-bottom: 7px;
}
