/* Base theme
-------------------------------------------------- */
body {
	background-color: #fff;
	font-family: Lato, Arial, Helvetica, sans-serif;
	padding-top: 75px;
}
@media (min-width: 768px) {
	body {
		padding-top: 180px;
	}
}
@media (min-width: 992px) {
	body {
		padding-top: 140px;
	}
}
@media (min-width: 1200px) {
	body {
		padding-top: 105px;
	}
}

a {
	color: #4a7a3e;
}
a:hover, a:focus {
	color: #4a7a3e;
}
.green {
	color: #008000;
}

/* Nav styling
-------------------------------------------------- */
.navbar {
	min-height: 60px;
	border-radius: 0;
	background-color: rgba(30, 30, 30, 0.9);
	transition: all 0.1s ease;
}
.navbar-brand {
	height: 60px;
	padding: 5px 15px;
}
.navbar-brand img {
	height: 50px;
	transition: all 0.1s ease;
}
.navbar-toggle {
	margin-top: 15px;
}
.navbar-inverse .navbar-nav > li > a {
	padding: 10px 10px;
	color: #ccc;
}
.navbar-right {
	margin-top: 25px !important;
	margin-right: -10px;
}
@media(min-width:768px) {
	.navbar {
		min-height: 90px;
	}
	.navbar-brand {
		padding: 15px 15px;
	}
	.navbar-brand img {
		height: 60px;
	}
}
.dropdown-menu {
	background-color: rgba(30, 30, 30, 0.9);
}
.navbar-nav .open .dropdown-menu > li > a,
.dropdown-menu > li > a {
	padding: 10px 20px;
	color: #ccc;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #fff;
	background-color: #080808;
}


/* Nav shrink on scroll
-------------------------------------------------- */
.navShrink {
	min-height: 60px !important;
	transition: all 0.4s ease;
}
.navShrink .navbar-brand {
	padding: 5px 15px;
	transition: all 0.4s ease;
}
.navShrink .navbar-brand img {
	height: 50px;
	transition: all 0.4s ease;
}
.navShrink .navbar-right {
	margin-top: 10px !important;
	transition: all 0.4s ease;
}


/* Container
-------------------------------------------------- */
/* Regular background */
body.bg {
	background-image: url('../images/bg.jpg');
	background-repeat: repeat;
	background-position: 50% top;
}
body.bg .main-content {
	background-color: #fff;
}

/* Background for women travellers */
body.women {
	background-image: url('../images/bg-women.jpg');
	background-repeat: repeat;
	background-position: 50% top;
}
body.women .main-content {
	background-color: #fff;
	border-radius: 5px;
}
body.women .breadcrumb {
	margin: 20px 0 0 0;
}

/* Background for vision section */
body.vision {
	background-image: url('../images/bg-vision.jpg');
	background-repeat: repeat;
	background-position: 50% top;
}
body.vision .main-content {
	background-color: #fff;
	border-radius: 5px;
}
body.vision .breadcrumb {
	margin: 20px 0 0 0;
}

/* Background for culinary trail tour */
body.culinary-trail {
	background-image: url('../images/bg-culinary-trail.jpg');
	background-repeat: repeat;
	background-position: 50% top;
}
body.culinary-trail .main-content {
	background-color: #fff;
	border-radius: 5px;
}
body.culinary-trail .breadcrumb {
	margin: 20px 0 0 0;
}


.breadcrumb {
	margin: 0;
}


/* Lead
-------------------------------------------------- */
.lead {
	font-size: 16px;
	line-height: 1.6;
	margin: 20px 0;
	text-align: justify;
}


/* List Group
-------------------------------------------------- */
.list-group {
	margin-top: 30px;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	background-color: #4a7a3e;
	border-color: #4a7a3e;
}


/* Carousel Home
-------------------------------------------------- */
#homeCarousel {
	max-width: 800px;
	height: 350px;
}
#homeCarousel .carousel-caption {
	z-index: 10;
	padding-bottom: 20px;
	left: 10%;
	right: 10%;
}
#homeCarousel .carousel-indicators {
	bottom: 10px;
}
#homeCarousel .carousel-caption .carousel-label {
	background-color: rgba(30, 30, 30, 0.7);
	color: #ccc;
	padding: 10px;
	border-radius: 5px;
}
#homeCarousel .item {
	height: 350px;
}
#homeCarousel .carousel-inner > .item > img {
	position: absolute;
	min-width: 100%;
	height: 350px;
	max-width: none;
	/* hack to center image */
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
}
#homeCarousel .carousel-control.left {
  background-image: none;
  filter: none;
}
#homeCarousel .carousel-control.right {
  background-image: none;
  filter: none;
}


/* Carousel Large
-------------------------------------------------- */
#largeCarousel {
	max-width: 1140px;
	height: 475px;
}
#largeCarousel .carousel-caption {
	z-index: 10;
}
#largeCarousel .item {
	height: 475px;
}
#largeCarousel .carousel-inner > .item > img {
	position: absolute;
	min-width: 100%;
	height: 475px;
	max-width: none;
	/* hack to center image */
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
}
#largeCarousel .carousel-control.left {
  background-image: none;
  filter: none;
}
#largeCarousel .carousel-control.right {
  background-image: none;
  filter: none;
}


/* Map
-------------------------------------------------- */
.northeast-map {
	margin: 0 auto;
	max-width: 350px;
}
.map-caption {
	position: relative;
	background-color: rgba(30, 30, 30, 0.9);
	color: #ccc;
	text-align: center;
	padding: 5px;
	width: 190px;
	margin: -50px auto 0 auto;
	border-radius: 5px;
}


/* Google Map on contact page
-------------------------------------------------- */
#map-container {
}


/* State tabs
-------------------------------------------------- */
.bottom-space {
	margin-bottom: 15px;
}


h1, h2, h3 {
	font-style: italic;
	text-align: left;
}


.destination-tabs img {
	margin: 0 auto;
}

.header-image {
	margin-top: 15px;
}

.award {
	margin: 0 auto;
	text-align: center;
	max-width: 800px;
}
.award img {
	margin: 15px;
}

.video-scroll {
}
.video-scroll .scroll-arrows {
	top: 60px;
	position: relative;
	z-index: 5;
}
.video-scroll .scroll-arrows .scroll-arrow-left {
	position: absolute;
	top: 0;
	left: -10px;
	font-size: 50px;
	color: #f00;
	line-height: 1em;
	padding: 10px 0;
	cursor: pointer;
	text-shadow: 3px 0px 5px #fff;
}
.video-scroll .scroll-arrows .scroll-arrow-right {
	position: absolute;
	top: 0;
	right: -10px;
	font-size: 50px;
	color: #f00;
	line-height: 1em;
	padding: 10px 0;
	cursor: pointer;
	text-shadow: -3px 0px 5px #fff;
}
.video-list-container {
	overflow: hidden;
	margin: 0;
}
.video-list {
	position: relative;
	top: 0;
	left: 0;
}
.video-item {
	float: left;
	width: 390px;
	max-width: 100%;
	padding: 0 30px 0 0;
}
@media (min-width: 768px) {
	.video-list-container {
		width: 720px;
	}
}
@media (min-width: 992px) {
	.video-list-container {
		width: 940px;
	}
}
@media (min-width: 1200px) {
	.video-list-container {
		width: 1140px;
	}
}



.featured-tours {
	font-size: 0.9em;
}
.featured-tours .banner {
	position: absolute;
	top: 75px;
	left: 15px;
	right: 15px;
	padding: 5px 0;
	background-color: #fff;
	opacity: 0.8;
}
.featured-tours .banner-text {
	text-align: center;
	font-weight: bold;
	color: #000;
}
.featured-tours .title {
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	margin: 5px 0 3px 0;
}
.featured-tours .title a {
	color: #333;
}
.featured-tours .subtitle {
	font-weight: bold;
	font-style: italic;
	color: #272;
	margin: 0 0 3px 0;
}

/* Tour listing item
-------------------------------------------------- */
.tour-listing-item {
	background-color: #f5fff5;
	border: 1px solid #ccc;
	padding: 15px 0;
}
.tour-listing-item .image-container {
	position: relative;
	height: 95px;
	overflow: hidden;
}
.tour-listing-item .image {
	position: absolute;
	min-width: 95px;
	height: 95px;
	max-width: none;
	/* hack to center image */
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
}
.icon {
	margin-bottom: 3px;
}
.tour-listing-item .title {
	margin-top: 0;
	font-size: 18px;
}
.tour-listing-item .route {
	padding-top: 5px;
}
.tour-listing-item .tour-details {
}
.tour-listing-item .duration {
	margin-top: 15px;
}
.tour-listing-item .location {
	margin-top: 15px;
}
.tour-listing-item .detail-link {
	margin-top: 15px;
	float: right;
}

/* Blog related
-------------------------------------------------- */
.tag-cloud {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.blogInfo {
	margin: 20px 0;
}
.blogPostImg {
	float: left;
	margin: 8px 20px 8px 0;
}
.flex-images .flexOverlay {
	position: absolute;
	bottom: 0;
	margin: 0 auto 5px auto;
	width: 100%;
}
.flex-images .flexCaption {
	margin: 0 auto;
	background-color: #fff;
	font-size: 14px;
	color: #000;
	line-height: 1.3em;
	text-align: center;
	width: 95%;
}


/* Footer
-------------------------------------------------- */
#footer {
	background-color: #222;
	color: #fff;
	margin-top: 30px;
}
#footer a {
	color: #bfbfc0;
}
#footer .sections {
	margin-bottom: 45px;
}
#footer .footer-press {
	margin: 0 0 20px 0;
	text-align: center;
}
#footer .footer-press a {
	text-decoration: none;
	opacity: 0.9;
}
#footer .footer-press a:hover {
	opacity: 1;
}
#footer .footer-press img {
	margin: 10px;
}
#footer .footer_header {
	color: #c4c4c4;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	margin: 50px 0 20px 0;
}
#footer .wrapper {
	margin: 0 auto;
	width: 95%;
	line-height: 1.6em;
}
@media (min-width: 992px) {
	#footer .footer-testimonials {
		min-height: 350px;
	}
}
#footer .footer-testimonials .quote {
	color: #bfbfc0;
}
#footer .footer-testimonials .quote span {
	float: left;
	font-family: Georgia !important;
	font-size: 32px;
	font-style: italic;
	margin-right: 8px;
	position: relative;
	top: 5px;
}
#footer .footer-testimonials .author {
	position: relative;
	margin-top: 20px;
	height: 60px;
}
#footer .footer-testimonials .author img {
	position: absolute;
	top: -6px;
	width: 60px;
	border-radius: 30px;
}
#footer .footer-testimonials .name {
	margin-left: 70px;
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
}
#footer .footer-testimonials .info {
	margin-left: 70px;
	color: #ccc;
	font-style: italic;
	overflow: hidden;
}
#footer .footer-testimonials .testimonial-add {
	margin-top: 10px;
	text-transform: uppercase;
}
#footer .footer-testimonials .testimonial-add a {
	font-size: 12px;
	color: #fff;
}
#footer .footer-testimonials .testimonial-add img {
	margin: 0 5px 1px 0;
}


#footer .infoBalloon {
	position: absolute;
	bottom: 0;
	right: 0;
}
#footer .callUs {
	float: left;
	margin-left: 30px;
	height: 89px;
	padding: 10px;
	background-color: #444;
	border-radius: 10px;
	font-size: 18px;
	text-align: center;
}
#footer .regInfo {
	float: left;
	margin-left: 30px;
	height: 89px;
	padding: 10px;
	background-color: #2a2a2a;
	color: #999;
	border-radius: 10px;
	font-size: 14px;
	text-align: center;
}
#footer .TABadge {
	float: left;
	height: 104px;
	width: auto;
	padding: 0;
	border-radius: 10px;
	overflow: hidden;
	line-height: 0;
}
#footer .TABadge .TA_excellent > div {
	margin: 0 !important;
}
.TA_selfserveprop > div {
	width: 100% !important;
}
@media (max-width: 991px) {
	#footer .infoBalloon {
		position: relative;
	}
	#footer .callUs {
		margin-left: 20px;
	}
	#footer .regInfo {
		margin-left: 20px;
	}
}
@media (max-width: 767px) {
	#footer .infoBalloon {
		position: relative;
		margin: 30px 30px 0 30px;
	}
	#footer .callUs {
		float: none;
		margin-left: 0;
		margin-top: 15px;
		height: auto;
	}
	#footer .regInfo {
		float: none;
		margin-left: 0;
		margin-top: 15px;
		height: auto;
	}
	#footer .TABadge {
		float: none;
		height: auto;
		width: 150px;
		margin: 0 auto;
	}
}

#footer .credits {
	border-top: 1px solid #343437;
	padding: 30px 0 60px;
	margin-top: 30px;
}

/* Footer - external and social links
-------------------------------------------------- */
#footer .chaloArunachal {
	margin: 0 auto;
	width: 120px;
	margin-bottom: 20px;
}
#footer .chaloArunachal img {
	width: 120px;
	border-radius: 5px;
}
#footer .socialIcons {
	position: relative;
	margin: 0 auto;
	width: 270px;
}
#footer .socialIcons div {
	float: left;
	width: 35px;
	height: 35px;
	margin: 0 0 0 10px;
	overflow: hidden;
}
#footer .socialIcons div img {
	position: relative;
}
#footer .socialIcons .fb img { left:	 0; top: -35px; }
#footer .socialIcons .bl img { left: -35px; top: -35px; }
#footer .socialIcons .yt img { left: -70px; top: -35px; }
#footer .socialIcons .ig img { left: -105px; top: -35px; }
#footer .socialIcons .tw img { left: -140px; top: -35px; }
#footer .socialIcons .gp img { left: -175px; top: -35px; }
#footer .socialIcons .dap img { left: -210px; top: -35px; }
#footer .credits .copyright {
	color: #a6a6a7;
	font-style: italic;
	margin-top: 30px;
	text-align: center;
}


/* Special case - item listing
-------------------------------------------------- */
.mediaList h2 {
	margin-bottom: 30px;
}
.mediaList .media-photo {
	margin: 0 0 15px 0;
	width: 250px;
	height: 250px;
	border-radius: 5px;
}
.mediaList .lead {
	margin: 20px 0 0 0;
}
.mediaList .media-text {
	margin-bottom: 5px;
	height: 155px;
	overflow: hidden;
}
.mediaList .media-text .btn-more {
	background-color: #d16362;
	border-color: #d43f3a;
	color: #fff;
}
.mediaList .media-text .btn-more:hover, 
.mediaList .media-text .btn-more:focus, 
.mediaList .media-text .btn-more.focus, 
.mediaList .media-text .btn-more:active, 
.mediaList .media-text .btn-more.active, 
.mediaList .media-text .open > .dropdown-toggle.btn-more {
	background-color: #c9302c !important;
	border-color: #ac2925 !important;
	color: #fff;
}
.mediaList .more-arrow, .mediaList .less-arrow {
	position: relative;
	margin: 0 auto;
	background-color: #e8e3d7;
	font-size: 11px;
	color: #9d9174;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
	padding: 2px 0;
	border-radius: 4px;
	cursor: pointer;
}
.mediaList .more-arrow:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(232, 227, 215, 0);
	border-top-color: #e8e3d7;
	border-width: 7px;
	margin-left: -7px;
}
.mediaList .less-arrow:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(232, 227, 215, 0);
	border-bottom-color: #e8e3d7;
	border-width: 7px;
	margin-left: -7px;
}

@media (min-width:1200px) {
	.mediaList .lead {
		margin: 40px 0 0 0;
	}
}


/* Browser issue
-------------------------------------------------- */
.browserIssue {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 10px 0;
	filter: alpha(opacity=80);
	opacity: 0.8;
	background-color: #fff;
	font-size: 13px;
	color: #222;
	text-align: center;
	z-index: 9999;
}

/* Fade overlay
-------------------------------------------------- */
#fadeCover {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	text-align: center;
	display: none;
	top: 0;
	left: 0;
	z-index: 9999;
}
#fadeCover div {
	position: absolute;
	width: 100%;
	height: 20px;
	margin-top: -10px;
	top: 50%;
	text-align: center;
}

/* Notification styling
-------------------------------------------------- */
.successBox, .errorBox {
	padding: 10px 15px 10px 40px;
	margin: 10px 0;
	border-radius: 5px;
	font-size: 13px;
	line-height: 20px;
}
.successBox {
	background-color: #e4f8dd;
	background-image: url('../images/icon-form-success.png');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	border: 1px solid #6bbe55;
	color: #4d743f;
}
.errorBox {
	background-color: #f8dddd;
	background-image: url('../images/icon-form-error.png');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	border: 1px solid #d95b5b;
	color: #992c2c;
}

/* jQuery UI + other widgets fixes
-------------------------------------------------- */
.ui-widget {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
	line-height: 16px !important;
}
.ui-widget select {
	padding: 1px;
	font-size: 0.9em !important;
}
textarea {
	resize: vertical;
}
.ui-spinner-input {
    height: 26px;
}
#sb-container {
	z-index: 9999 !important;
}

.giving-back-thumbs {
	text-align: left;
	overflow: hidden;
}
.giving-back-thumbs img {
	margin: 0 10px 10px 0;
}
@media (min-width: 768px) {
	.two-col {
		column-count: 2;
		column-gap: 5em;
	}
}