
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
@font-face{
	font-family: mallory;
	src : url('../fonts/Mallory/Mallory-Compact-Medium.ttf');
}
/* @font-face{
	font-family: mallory;
	src : url('../fonts/Mallory/Mallory-Medium.ttf');
} */
@font-face{
	font-family: mallory;
	src : url('../fonts/Mallory/Mallory-MP-Medium.ttf');
}

/* /* @font-face{
	font-family: mallory;
	src : url('../fonts/Mallory/Mallory_Compact_Medium_Italic.ttf');
} */
/* @font-face{
	font-family: mallory;
	src : url('../fonts/Mallory/Mallory_Narrow_Light.ttf');
} */

/* @font-face{
	font-family: mallory;
	src : url('../fonts/Mallory/Mallory_Condensed_Light.ttf');
} */
/* @font-face{
	font-family: mallory;
	src : url('../fonts/Mallory/Mallory-Light.ttf');
} */
/* @font-face{
	font-family: mallory;
	src : url('../fonts/Mallory/Mallory_Compact_Light.ttf');
} */

@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@200&display=swap');

/* @import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@200;300&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@200&display=swap');
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

[hidden] {
	display: none;
}
/*halva medium font*/


/* =============================================================================
   Base
   ========================================================================== */

html {
	font-size: 125%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	color: #333;
	/* font: 40%/1 mallory !important; */
	font: 40%/1.4 mallory,Helvetica Neue,Helvetica,Arial,sans-serif !important;
}
	

/*button, input, select, textarea {
		color: #222;
}*/

::-moz-selection {
	background: #7a001f;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #7a001f;
	color: #fff;
	text-shadow: none;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	*behavior: url(../js/boxsizing.htc);
}

/* =============================================================================
   Links
   ========================================================================== */

a {
	color: #860328;
}



a:hover {
	text-decoration: none;
}

a:hover, a:active {
	outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] {
	border-bottom: 1px solid #ebebeb;
}

/* b, strong {
	font-weight: bold;
} */

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 36px !important; 
	margin: 0 0 15px;
	font-family: 'Yanone Kaffeesatz', sans-serif !important;
}

h2, .page-title {
/*	font-size: 1.5em !important;*/
	margin: 0 0 15px;
	font-family: 'Yanone Kaffeesatz', sans-serif !important;
}

h3 {
	font-size: 2.8em;
	margin: 0 0 15px;
	font-family: 'Yanone Kaffeesatz', sans-serif !important;
}

h4 {
	/*font-size: 1.5em;*/
	font-size:4.5em;
	margin: 0 0 15px;
	font-family: 'Yanone Kaffeesatz', sans-serif !important;
}

h5 {
	font-size: 25px !important;
	margin: 0 0 10px;
}

h6 {
	font-size: 1.6em;
	margin: 0 0 15px;
}

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
	margin: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ebebeb;
	margin: 1em 0;
	padding: 0;
}

hr.dotted {
	border-top: 1px solid #ebebeb;
}

ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background: #ff0;
	color: #000;
	font-style: italic;
}

p {
	font-size: 12px;
	line-height: 1.6;
	margin: 0 0 10px !important;
	/* font: 50%/1.4 mallory; */
	font-family: mallory,Helvetica Neue,Helvetica,Arial,sans-serif !important;
	text-align: justify;
}

pre, code, kbd, samp {
	
	
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before, q:after {
	content: "";
	content: none;
}

small {
	font-size: 85%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */

ul, ol {
	padding: 0 0 0 16px;
	font-size: 1.4em;
	margin: 0 0 15px;
}

dd {
	margin: 0 0 0 40px;
}

li ul, li ol {
	padding: 0;
	font-size: 1em;
	line-height: 1;
}

nav ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
	max-width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */

figure {
	margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */

form {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

label {
	cursor: pointer;
}

legend {
	border: 0;
	margin-left: -7px;
	padding: 0;
}

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button, input {
	line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

/* input:valid, textarea:valid {

} */

input:invalid, textarea:invalid {
	background-color:#f4f1ea;;
}

li.other-text {
	display:none;
}

/* =============================================================================
   Tables
   ========================================================================== */

table {
	font-size: 1.2em;
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

/* ==|== primary styles =====================================================

   ========================================================================== */

/* ===== Wrapper ===== */

.wrapper {
	width: 980px;
	margin: 0 auto;
	clear: both;
	
}
/* @media screen and (max-width: 660px) {
	.wrapper {
		width: 980px;
		margin: 0px;
		clear: both;
		
	}
} */
/* ===== Header ===== */

/* header {} */

header .upper {
	background: rgb(167, 10, 44);
}

header .lower {
	background: #860328;
	font-size: 1.5em;
	
}

header h5 {
	float: right;
	/*color: #d2c589;*/
	color:white;
	line-height: 0.8;
	margin: 0 0 10px;
	font-size: 2.1em;
}
.creating
{
	padding-bottom: 0px;
    padding-top: 5px;
    margin-bottom: 5.8px;
    text-align: end;
    line-height: 0px;
    font-size: 0.9em;
    font-family: 'Yanone Kaffeesatz' !important;
}
header h5 span {
	padding: 0 10px;
}

header h5 a {
	/*color: #d2c589;*/
	color:white;
}
header h5 :hover
{
	color: white;
}

header h4 {
	float: right;
	color: gold;
	line-height: 1;
	margin: 0 0 18px;
}

/* ===== Nav ===== */

header nav {
	float: right;
}

header nav ul {
	clear: both;
	padding: 0;
	font-size: 18px;
	font-family: 'Yanone Kaffeesatz';
	line-height: 0.8;
	margin: 0 0 21px;
}

header nav li {
	float: left;
	list-style: none;
	margin: 10px 0 0 10px;
	padding: 0 0 0 12px;
	border-left: 1px solid #ebebeb;
	position: relative;
}

header nav li:first-of-type {
	border: 0;
}

header nav a {
	color: white;
	text-decoration: none;
}

header nav a:hover,
header nav a.active {
	color: gold
}

#holiday-sticky-nav-bar.navbar-fixed {
	top: 0px;
	padding: 10px 0 0;
	z-index: 100;
	position: fixed;
	width: 680px;
	background: gold;
	box-shadow: 0px 10px 20px 0px rgba(255,255,255,1);
}

#sticky-nav-content-filler {
	display: none;
}

#sticky-nav-content-filler.expand-filler{
	display: block;
	min-height: 60px;
}

#left-bar-divider{
	width: 262px;
}
#left-bar-divider.fixed{
	top: 0px;
	padding: 10px 0 0;
	z-index: 100;
	position: fixed;
	width: 262px;
	background: #fff;
}
#left-bar-divider.absolute{
	bottom: 0px;
	padding: 10px 0 0;
	position: absolute;
}

#left-bar-divider-filler {
	display: none;
}

#left-bar-divider-filler.expand-filler{
	display: block;
	min-height: 50px;
	margin: 0 0 10px;
}
#content-left{
	position: relative;
}

#content-left .whats-included li:nth-child(1n+4) {
	display: none;
}
#content-left .whats-included ul {
 margin: 0;
}
#content-left .related-holidays a p {
 margin: 0 0 5px;
}

.whats-included-left{
	background: #840024;
	padding: 15px;
	margin: 0;
	color: #fff;
	border-radius: 3px 3px 0 0;
}
.whats-included-link{
	margin: 5px;
	padding: 0 0 0 16px;
}

/* mobile */
#holiday-sticky-drop-nav-bar.navbar-fixed {
	top: 0px;
	padding: 10px 0 0;
	z-index: 100;
	width: 460px;
	position: fixed;
	background: #fff;
	box-shadow: 0px 10px 40px 0px rgba(255,255,255,1);
}

#sticky-drop-nav-content-filler {
	display: none;
}

#sticky-drop-nav-content-filler.expand-filler{
	display: block;
	min-height: 50px;
}

.pages {
	clear: both;
	font-size: 2em;
	/* font-size: 1.5em;
	font-size: 1.4em; */
	line-height: 1;
	padding: 0;
	list-style: none;
	margin: 0;
	text-align: center;
}


.pages a {
	color: gold;
	text-decoration: none;
	display: block;
	padding: 8px 0 5px;
	}

/* .pages a:hover,
.pages a.active {
	color: gold;
} */

@media screen and (min-width: 660px) {
	.pages .dropdown,
	.mini-menu .dropdown,
	.toggle-dropdown {
		display: none;
		position: absolute;
		background: #fff;
		border: 1px solid #860328;
		border-top: 0;
		text-align: left;
		padding: 5px 15px;
		z-index: 5000;
	}
}
@media screen and (max-width: 660px) {
	.pages .dropdown,
	.mini-menu .dropdown,
	.toggle-dropdown {
		display: none;
		position: relative;
		background: #fff;
		border: 1px solid #860328;
		border-top: 0;
		text-align: left;
		padding: 5px 15px;
		z-index: 5000;
	}
}
.toggle-dropdown-tailor-made {
	width: 382px;
	border-top: 1px solid #860328;
}

.pages .dropdown h5,
.mini-menu .dropdown h5 {
	float: none;
	font-size: 1em;
	margin: 0 0 8px;
}

.pages .dropdown .title,
.mini-menu .dropdown .title {
	color: #333;
	padding: 9px 0 8px;
	border-bottom: 1px solid #ebebeb;
}

.pages .dropdown .title a,
.mini-menu .dropdown .title a {
	padding: 0;
	border: 0;
}

.pages .dropdown .subtitle,
.mini-menu .dropdown .subtitle {
	color: #a1a1a1;
}

.pages .dropdown .parent,
.mini-menu .dropdown .parent,
.toggle-dropdown .parent {
	list-style: none;
	margin: 0;
	font-size: 0.8em;
}

.mini-menu .dropdown .parent {
	font-size: 1.4em;
}

.toggle-dropdown .parent {
	font-size: 2.1em;
	line-height: 1;
	padding: 0;
}

.pages .dropdown li,
.mini-menu .dropdown li,
.toggle-dropdown li {
	float: none;
	position: relative;
	width: auto;
}

.mini-menu .dropdown li {
	margin: 0;
	padding: 0;
	border: 0;
}

.pages .dropdown li:last-of-type a,
.mini-menu .dropdown li:last-of-type a,
.toggle-dropdown li:last-of-type a {
	border: 0;
}

.pages .dropdown a,
.mini-menu .dropdown a,
.toggle-dropdown a {
	display: inline-block;
	color: black;
	text-shadow: 0px 0px black;
	padding: 9px 20px 8px 0;
	border-bottom: 1px solid #ebebeb;
	
}

.toggle-dropdown a {
	width: 190px;
	padding: 8px 0 9px;
	text-decoration: none;
	color: #a1a1a1;
}

.ie7 .pages .dropdown a,
.ie7 .filter-dropdown a {
	zoom: 1;
	display: inline;
}

.pages .dropdown a:hover,
.pages .dropdown a.active,
.pages .dropdown a.drop-active,
.mini-menu .dropdown a:hover,
.mini-menu .dropdown a.active,
.mini-menu .dropdown a.drop-active,
.toggle-dropdown a:hover,
.toggle-dropdown a.active,
.toggle-dropdown a.drop-active {
	color:#7a001f;
     text-shadow: 0px 0px #7a001f;
	
}

.pages .dropdown .icon:hover:after,
.pages .dropdown .icon.drop-active:after,
.mini-menu .dropdown .icon:hover:after,
.mini-menu .dropdown .icon.drop-active:after,
.toggle-dropdown .icon:hover:after,
.toggle-dropdown .icon.drop-active:after,
.filter.video-filter .icon:hover:after,
.filter.video-filter .icon.drop-active:after {
	color: #90002d;
	content: "\f054";
	top: 15px;
	right: 5px;
	font-size: 0.6em;
	
}

.filter.video-filter .icon:hover:after,
.filter.video-filter .icon.drop-active:after {
	top: 9px;
}

.ie .pages .dropdown .icon:hover:after,
.ie .pages .dropdown .icon.drop-active:after,
.ie .filter-dropdown .icon:hover:after,
.ie .filter-dropdown .icon.drop-active:after {
	font-size: 14px;
}

.pages .dropdown .child,
.mini-menu .dropdown .child,
.toggle-dropdown .child {
	display: none;
	position: absolute;
	left: 100px;
	top: 10px !important;
	padding: 0 0 0 50px;
	height: 152px;
	list-style: none;
	margin: 0;
	z-index: 10000;
}

.mini-menu .dropdown .child {
	font-size: 1em;
	height: 425px;
}

.pages .dropdown li:nth-child(1) .child,
.mini-menu .dropdown li:nth-child(1) .child,
.toggle-dropdown li:nth-child(1) .child {
	top: 8px;
}

.pages .dropdown li:nth-child(2) .child {
	top: -28px;
}

.mini-menu .dropdown li:nth-child(2) .child {
	top: -29px;
}

.toggle-dropdown li:nth-child(2) .child {
	top: -31px;
}

.pages .dropdown li:nth-child(3) .child {
	top: -64px;
}

.mini-menu .dropdown li:nth-child(3) .child {
	top: -66px;
}

.toggle-dropdown li:nth-child(3) .child {
	top: -70px;
}

.pages .dropdown li:nth-child(4) .child {
	top: -100px;
}

.mini-menu .dropdown li:nth-child(4) .child {
	top: -102px;
}

.toggle-dropdown li:nth-child(4) .child {
	top: -109px;
}

.pages .dropdown li:nth-child(5) .child {
	top: -136px;
}

.mini-menu .dropdown li:nth-child(5) .child {
	top: -139px;
}

.toggle-dropdown li:nth-child(5) .child {
	top: -148px;
}

.pages .dropdown li:nth-child(6) .child {
	top: -172px;
}

.mini-menu .dropdown li:nth-child(6) .child {
	top: -176px;
}

.toggle-dropdown li:nth-child(6) .child {
	top: -187px;
}

.pages .dropdown li:nth-child(7) .child {
	top: -208px;
}

.mini-menu .dropdown li:nth-child(7) .child {
	top: -213px;
}

.toggle-dropdown li:nth-child(7) .child {
	top: -226px;
}

.pages .dropdown li:nth-child(8) .child {
	top: -244px;
}

.mini-menu .dropdown li:nth-child(8) .child {
	top: -250px;
}

.toggle-dropdown li:nth-child(8) .child {
	top: -265px;
}

.mini-menu .dropdown li:nth-child(9) .child {
	top: -287px;
}

.pages .dropdown .child a,
.mini-menu .dropdown .child a,
.toggle-dropdown .child a {
	width: 120px;
	padding: 0 0 8px;
	border: 0;
	text-align: left;
}

.toggle-dropdown .child a {
	color: #333;
}

.toggle-dropdown .child a:hover {
	color: gold;
}

.pages .dropdown .options,
.mini-menu .dropdown .options,
.our-videos .filter .options {
	list-style: none;
	margin: 0;
	font-size: .75em;
}

.pages .dropdown-destinations {
	/* width: 25%; */
	height: auto;
	font-size: 1em;
}
@media screen and (min-width: 660px) {
	.pages .dropdown-destinations1 {
		width: 10%;
		height: auto;
		font-size: 1em;
	}
}
@media screen and (max-width: 660px) {
	.pages .dropdown-destinations1 {
		width: 100%;
		height: auto;
		font-size: 1em;
	}
}
.mini-menu .dropdown {
	width: 429px;
	height: 450px;
}

.pages .dropdown-destinations .parent a {
	width: 190px;
}

.pages .dropdown-destinations .child {
	height: 308px;
}

.pages .dropdown-destinations .child a {
	width: 150px;
	background: #ffffff;
	max-width: 100px;
	border-bottom: dotted 1px #e3e3e3;
	padding: 10px;
}

.mini-menu .dropdown .options a {
	font-family: 'Yanone Kaffeesatz', sans-serif;
}

.pages .dropdown .right {
	margin: 9px 0 0;
	padding: 0 0 0 18px;
	border-left: 1px solid #ebebeb;
	height: 422px;
}

.pages .dropdown .button-destinations {
	display: block;
	background: #f4f1ea url(../images/dropdown-map.png) 12px 85px no-repeat;
	border-radius: 5px;
	width: 262px;
	height: 277px;
	font-size: 1.14em !important;
	line-height: 1;
	color: #860328;
	text-decoration: none;
	padding: 20px 15px 0;
	border: 0;
}

.pages .dropdown .button-destinations .icon {
	padding: 0 15px 0 0;
}

.pages .dropdown .button-destinations .icon:after {
	content: "\f054";
	top: 8px;
	right: 0;
	  font-size: 1.8rem;
}

.ie .pages .dropdown .button-destinations .icon:after {
	font-size: 1.8rem;
}

.pages .dropdown-tailor-made {
	width: 190px;
	height: auto;
}

.pages .dropdown-tailor-made .title {
	line-height: 1.5;
}

.dropdown-toggle {
	line-height: 1;
	background: #860328;
	color: #fff;
	border-radius: 3px;
	padding: 9px 15px 8px;
	margin: 0;
	font-size: 2em;
}

.video-filter .child {
	display:none;
	position: absolute;
	top: 32px;
	right: 1px;
	transform: translateX(100%);
	background: #fff;
/*	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);*/
}

.video-filter .filter-dropdown {
	left: 0;
	right: auto;
}

#content-right .dropdown-toggle {
	width: 262px;
	display: inline-block;
}

.dropdown-toggle.icon:after {
	color: #fff;
	content: "\f054";
	top: 15px;
	right: 15px;
	font-size: 0.6em;
}

.ie .dropdown-toggle.icon:after {
	font-size: 14px;
}

.toggle-location {
	color: #860328;
	padding: 8px 15px;
	margin: 0;
}

#content-right .toggle-location {
	width: 262px;
	display: inline-block;
}

.ie7 #content-right .dropdown-toggle,
.ie7 #content-right .toggle-location {
	zoom: 1;
	display: inline;
}

#content-left .filter.toggle-filter,
#content-right .filter.toggle-filter {
	padding: 0;
	margin: 0 0 20px;
}

#content-right .toggle-dropdown {
	top: 43px;
}

a.button.related-holiday {
	margin: 0;
}


/* ===== Content ===== */

#content {
	padding: 35px 0 0;
}

/* ===== Footer ===== */

footer {
	/*position: absolute;*/
	width: 100%;
	z-index: 250;

	/*margin: 75px 0 0;*/
	background: #f4f1ea;
}

footer .upper {
	background: #333;
	padding: 13px 0 13px;
	font-size: 17px;
	font-family:'Yanone Kaffeesatz';
}

footer .lower {
	font-size: 12px;
	background-color:#fdfcfa;
}
.backcolor
{
	background: white;
}
footer .social .sep {
	margin: 0 24px;
	border-left: 1px solid #ebebeb;
}

footer .social .left {
	float: none;
	display: inline-block;
	font-size: 1em;
}

footer .social {
	text-align: center;
}

footer .social .left a {
	padding: 7px 38px 7px 0;
	line-height: 1;
/*	font-weight: 600;*/
	color: white;
	text-decoration: none;
}

footer .social .facebook {
	background: url(../images/footer-facebook.png) right center no-repeat;
}
footer .social .Instagram {
	background: url(../images/footer-instagram.png) right center no-repeat;
}

footer .social .newsletter {
	background: url(../images/footer-newsletter.png) right center no-repeat;
	margin: 0 0px;
}

footer .social .blog {
	background: url(../images/footer-blog.png) right center no-repeat;
}

footer .social .right {
	margin: -11px 0;
	width: 271px;
}


footer .social input.button {
	float: left;
	background: #000;
	color: #fff;
	width: 83px;
	height: 37px;
}

footer .columns {
	margin: 0px;
	border-bottom: 1px solid #ebebeb;
}

footer .column {
	width: 200px;
	float: left;
}

footer .column:nth-child(even) {
	margin: 0 20px;
}

footer .column h5 {
	line-height: 1;
	padding: 0 0 10px;
	border-bottom: 1px solid #ebebeb;
	width: 85%;
}

footer .column h5 a {
	text-decoration: none;
	color: #333;
	font-size: 0.9em;
}

footer .column h5 a:hover {
	color: #860328;
}

footer .column ul {
	margin: 0;
	font-family: 'Yanone Kaffeesatz';
	    text-shadow: 0px 0px black;
}

footer .column li {
	padding: 0 0 10px;
}

footer .column li a {
	text-decoration: none;
	color: #333;
	font-size: 1em;
}

footer .column li a:hover {
	color: #860328;
}

footer .accreditation {
	padding: 25px 0;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	margin: 0 0 30px;
}

footer .accreditation .left {
	margin: -15px 0;
}

footer .atol {
	margin: 0 55px 0 0;
	width: 118px;
}

footer .aito {
	margin: 0 55px 0 0;
	width: 118px;
	margin-bottom: 3%;
}

footer .iata {
	margin: 0 55px 0 0;
	width: 125px;
}

footer .abtot {
	margin: 0 50px 0 0;
	width: 120px;
}

footer .fco {
	margin: 0 45px 0 0;
}

footer .st {
	margin: 0 34px 0 0;
}

footer .credit,
footer .credit a {
	color: black !important;
    text-shadow: 0 0 black;
    font-size: 1.2em;
    list-style-type: none;
	padding-top: 10px;
    text-align: center;
    font-family: 'Yanone Kaffeesatz';
}

footer .credit p {
	clear: both;
	font-size: 1.2em;
	font-family: 'Yanone Kaffeesatz';
	text-shadow: 0px 0px black;
}

footer .credit .right {
	text-align: right;
	font-size: 1.5em;
}

footer .credit ul {
	list-style: none;
	padding: 0;
	margin: 0;
    font-size: 1.8em;
    margin-left: 280px;
}

footer .credit li {
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}
footer .credit li:first-of-type {
	border: 0;
	margin: 0;
	padding: 0;
}

footer .credit li a {
	text-shadow: 0 0 black;
	font-family: 'Yanone Kaffeesatz';
	
}

/* ===== Classes ===== */
.loader {
	height: 36px;
	margin:  0 0 11px 15px;
}

.climates .regions-list {
	padding: 0;
	list-style: none;
}

.climates .regions-list li {
	font-size: 18px;
	line-height: 1.3;
}

.climates .regions-list li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.climates .regions-list li ul li {
	padding: 0 0 0 15px;
}

.fco-icon {
	height: 16px;
	margin: 0 5px 0 0;
	vertical-align: baseline;
}

.tabs li.tab--travel-advice {
	float: right;
}

.tabs li.tab--travel-advice a {
	margin: 0;
}

.cookies td {
	border-top: 1px solid;
	padding: 2px 4px;
}

.cookie-bar {
	display: none;
	font-size: 0;
	background: #333;
	color: #fff;
	padding: 10px;
	text-align: center;
	border-bottom: 2px solid #fff;
}

.cookie-bar	p,
.cookie-bar	.button {
	display: inline-block;
	vertical-align: middle;
}

.cookie-bar p {
	font-size: 14px;
	max-width: 80%;
	margin: 0 15px 0 0;
}

.cookie-bar p.button {
	transition: all .25s ease;
	margin: 0;
	float: none;
	line-height: 24px;
	cursor: pointer;
}

.cookie-bar a {
	color: #fff;
	
}

.tooltip-modal{
	position:absolute;
	top: 35px;
	right: 0px;
	background:#333;
	border-radius: 15px;
	width: 280px;
	opacity: 0;
	z-index: -1;
 transition: opacity 0.2s ease-in;
 -ms-transition: opacity 0.2s ease-in;
 -moz-transition: opacity 0.2s ease-in;
 -webkit-transition: opacity 0.2s ease-in;
}
.tooltip-modal.active{
	opacity: 1;
	z-index: 10;
    transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
}
.modal-point{
	position:absolute;
	top: -10px;
	right: 81px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #333;
}
.tooltip-modal-close{
	position:absolute;
	top: 5px;
	right:5px;
	padding:6px;
}
.tooltip-modal-close img{
	width: 12px;
	height: 12px;
}
.tooltip-content{
	padding: 15px;
	color: #fff;
}

.tooltip-content a{
	color: #fff;
	text-decoration: none;
	font-size: 1.4em;
}

.contact-form span.error {
	clear: both;
	display:block;
	color: #f00;
	
	margin: 7px 0;
}

.holiday-stats{
	position: relative;
}

.notice {
	font-size: 1.2em;
	color: #999;
	margin-bottom: 5px;
	text-align: left;
}
label .req {
	color:#860328;
}
.icon {
	position: relative;
}

.icon:before,
.icon:after {
	position: absolute;
	/*font-weight: normal;*/
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
}
.banner-button {
	display: block;
	border: 1px dotted #999;
	padding: 5px;
	text-decoration: none;
}

.banner-button span {
	line-height: 1;
}

.banner-button .button-icon {
	float: right;
}

.banner-button .link {
	color: #fff;
	font-size: 2.4em;
	float: left;
	text-align: left;
}

.banner-button .icon:after {
	content: "\f054";
	top: 31px;
	right: -15px;
	font-size: 0.6em;
}

.ie .banner-button .icon:after {
	font-size: 14px;
}


/*
.button {
	font-size: 1.4em;
	line-height: 1;
	background: #860328;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
	padding: 7px 12px;
	display: block;
	float: left;
	border: 0;
}
*/
.routemaster_field .button {
	font-size: 1.4em
}

.button.right {
	float: right;
}

p .button {
	font-size: 1.4em;
}


.cta {
	font-size: 2.1em;
	text-decoration: none;
	color: #860328;
}

.cta.icon:after {
	content: "\f054";
	bottom: -1px;
	right: -15px;
	font-size: 0.6em;
}

.ie .cta.icon:after {
	font-size: 14px;
}

.holiday-search form {
	background: #333;
	border-radius: 5px;
	padding: 16px;
	margin: 0 0 8px;
}

.holiday-search h4 {
	color: #fff;
	margin: 0 0 5px;
}

.holiday-search select,
.review-search select {
	width: 268px;
	font-size: 1.4em;
	height: 36px;
	display: block;
	background: #fff;
	border: 1px solid #b2b2b2;
	line-height: 36px;
	padding: 8px 0;
	margin: 0 0 14px;
}

.review-search select {
	display: inline-block;
	margin: 0 5px 14px 0;
}

.holiday-search input[type="text"] {
	width: 268px;
	font-size: 1.4em;
	padding: 10px;
	border-radius: 3px;
	border: 0;
	box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.17), inset -2px 2px 2px rgba(0, 0, 0, 0.17);
	font-size: 1.4em;
	margin: 0 0 14px;
	-webkit-appearance: none;
}

.holiday-search form a.icon {
	color: #fff;
	text-decoration: none;
	font-size: 1.4em;
}

.holiday-search form a.icon:after {
	content: "\f0da";
	top: 1px;
	right: -12px;
}

.holiday-search .button {
	float: right;
}

img.button-icon {
    max-width: 50px;
}

img.holiday-focus-icon {
	width: 24px;
	margin: 0 10px 0 0;
}

#content-left .holiday-search {
	margin: 0 0 25px 0;
}

#content-left .holiday-search select {
	width: 230px;
}

#content-left .holiday-search input[type="text"] {
	width: 230px;
}

#content-left .holiday-search form a.icon {
	color: #fff;
	text-decoration: none;
	font-size: 1.4em;
}

#content-left .holiday-search form a.icon:after {
	content: "\f0da";
	top: 1px;
	right: -12px;
}

#content-left .holiday-search .button {
	float: right;
}

#search-options {
	display: none;
	padding-top: 5px
}

.search-options-open #search-options {
	display: block;
}

.search-options-open .holiday-search form a.icon:after {
	content: "\f0d7";
}

#content-left .wishlist-summary {
	color: #fff;
	background: #860328 url(../images/icon-wishlist.png) 188px 65px no-repeat;
	border-radius: 5px;
	padding: 16px;
	margin: 0 0 20px;
}

#content-left .wishlist-summary p {
	margin: 0;
}

#content-left .wishlist-summary .icon {
	color: #fff;
	text-decoration: none;
	font-size: 1.4em;
}

#content-left .wishlist-summary .icon:after {
	content: "\f0da";
	top: 1px;
	right: -12px;
}

#content-left .button-destinations {
	display: block;
	background: #f4f1ea url(../images/sidebar-map.png) bottom center no-repeat;
	border-radius: 5px;
	height: 170px;
	font-size: 2.4em;
	line-height: 1;
	color: #860328;
	text-decoration: none;
	padding: 20px;
	margin: 0 0 20px;
}

#content-left .banner-button {
	margin: 0 0 20px;
}

#content-left .button-green .inner {
	padding: 12px 10px 8px 14px;
}

#content-left .button-orange .inner {
	padding: 26px 10px 22px 14px;
}

#content-left .button-brown .inner {
	padding: 26px 10px 22px 14px;
}

#content-left .button-red .inner {
	padding: 26px 10px 22px 14px;
}

#fb-root {
    display: none;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}


#content-left .grading {
	border: 1px dotted #999;
	padding: 10px;
	margin: 0 0 25px;
}

#content-left .grading ul {
	list-style: none;
	margin: 0 0 17px;
	padding: 0;
	border-top: 1px dotted #999;
}

#content-left .grading li {
	border-bottom: 1px dotted #999;
	padding: 3px 0;
}

.grade {
	display: block;
	background: url(../images/grading.png) top left no-repeat;
	width: 100px;
	height: 9px;
	float: left;
	margin: 5px 0 0;
}

.grade-01 {
	background-position: 0 0;
}

.grade-02 {
	background-position: 0 -9px;
}

.grade-03 {
	background-position: 0 -18px;
}

.grade-04 {
	background-position: 0 -27px;
}

.grade-05 {
	background-position: 0 -36px;
}

.grade-06 {
	background-position: 0 -45px;
}

.grade-07 {
	background-position: 0 -54px;
}

.grade-08 {
	background-position: 0 -63px;
}

.holiday-grade-label {
	float: left;
	margin: 0 5px;
}

#facts .grade {
	margin: 7px -5px 0 5px;
}

#facts .grading{
	float: left;
}

#facts .holiday-grade-label {
	float: left;
	margin: 0;
}

#facts .holiday-grade-label.desktop-hide {
	margin: 0 0 0 5px;
}

#content-left .grading .button {
	float: right;
	padding: 7px 12px;
}

#content-left .offer h4 {
	color: #860328;
	margin: 0;
}

#content-left .offer p:last-of-type {
	margin: 0;
}

#content-left .social {
	margin: 40px 0 0;
}

#content-left .social h4 {
	width: 74px;
	padding: 0 15px;
	margin: -26px auto 2px;
	background: #fff;
}

#content-left .social iframe {
	float: left;
	margin: 0 13px 0 0;
	width: 48px !important;
}

#content-left .social .twitter-share-button {
	float: left;
	width: 56px !important;
	margin: 0 13px 0 0;
}

#content-left .social .cf div {
	float: left !important;
	margin: 0 13px 0 0 !important;
}

#content-left .social .cf div iframe {
	width: 50px !important;
}

#content-left .social .email {
	display: block;
	float: left;
	height: 20px;
	width: 56px;
	margin: 0 0 10px;
	background: url(../images/email-sprite.png) bottom center no-repeat;
}

#content-left .social .email:hover {
	background: url(../images/email-sprite.png) center no-repeat;
}

#content-left .social .email:active {
	background: url(../images/email-sprite.png) top center no-repeat;
}

.holiday #itinerary .download-itinerary.border-box.cf{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	top: 0;
}

a.button.light.icon.download-itinerary-btn{
	max-width: 300px;
	position: relative;
	margin: auto;
	float: none;
	top: 0;
	right: 0;
}

a.button.light.icon.download-itinerary-btn.main{
	top: 0;
}

.intro {
	font-size: 2.1em;
}

.intro strong {
	color: #860328;
}

.border-box {
	border: 1px solid #dcdcdc;
	margin: 0 0 20px;
}

.border-box .inner {
	background: #f4f1ea;
	padding: 10px;
}

.border-box .inner.related-holidays {
	background: #fff;
}
.border-box .inner.related-holidays h4.dark {
	color: #333;
}

.intro-boxes {
  margin-bottom: 20px;
}

#content-left .border-box .inner {
	padding: 10px;
}

.mapListings {
	display: none;
}

.mapListings .inner {
	position: relative;
	border: 1px dotted #999;
	padding: 5px;
}

.holiday-map .mapListings {
	display: block;
	position: relative;
	top: -25px;
}

.minimalListings {
	display: none
}

.minimal-list .minimalListings {
	display: block;
	position: relative;
	top: -25px;
}

.minimalListings .listing {
	overflow: hidden;
	padding: 0 20px 16px;
	margin: 0 0 20px;
	border-bottom: 1px dotted #999;
}

.minimalListings .listing .button {
	margin: 0;
}

.minimalListings .listing h3 {
	max-width: 510px;
	float: left;
	margin: 0;
}

.minimalListings .pagination {
	margin: 25px 0 0
}

.holiday-map .listings {
	display: none;
}

.minimal-list .listings {
	display: none;
}

#itinerary .download-itinerary.cf {
  top: -40px;
}

.map-loading-indicator {
	position: absolute;
	z-index: 1000;
	background: url(../images/bg_black_50.png) repeat 0 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.map-loading-indicator span {
	position: absolute;
	left: 50%;
	top: 200px;
	margin-left: -100px;
	width: 200px;
	background: #860328 url(../images/mapLoadIndicator.gif) 48px center no-repeat;
	color: #fff;
	text-align: center;
	padding: 20px 20px 20px 40px;
	font-size: 2.5em;
}

.gmap {
	height: 500px;
}

.gmap, .gmap * {
	box-sizing: initial;
}

.gmap .holiday-map-popup {
	font-size: 0.85em;
	width: 300px;
	min-height: 163px;
}

.gmap .holiday-map-popup h3 {
	font-size: 2.4em;
	margin-bottom: 0px;
}

.gmap .holiday-map-popup p.meta {
	color: #777;

	bottom: -13px;
}

.gmap .holiday-map-popup img {
	display: inline;
	margin: 0 10px 5px 0;
}

.gmap .holiday-map-popup p.moredetails {
	font-size: 1.1em;
}

.no_results p {
	color: #999;
	font-size: 2em;
	border: 1px dashed #ccc;
	text-align: center;
	padding: 50px;
}

.listing {
	margin: 0 0 25px;
}

.listing .meta {
	margin: 0 0 15px;
}

.listing .meta h3 {
	margin: 0;
}

.listing .meta h3 img {
	width: 24px;
}

.listing .meta h5 {
	color: #666;
	margin: 0;
}

.listing .image {
	margin: 0 0 15px;
	position: relative;
}

.listing .price {
	color: #860328;
}

.listing .button {
	margin: 22px 0 0;
	padding: 7px 32px 7px 12px;
}
.listing p.contact {
	text-align: right;
}

.listing p.contact .button {
	margin-top: 0;
	margin-left: 8px;
	position: relative;
	top: -7px;
}

.listing .icon:after {
	content: "\f054";
	top: 14px;
	right: 14px;
	font-size: 0.6em;
}

.ie .listing .icon:after {
	font-size: 14px;
}

#itinerary {
	position: relative;
	padding: 10px;
	padding-bottom: 20px;
}

.review__information {
	width: 100%;
}

.review__stats {
	display: inline-block;
	width: calc(100% - 320px);
	min-width: 260px;
	vertical-align: top;
}

.review__stars {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px;
}

.review__star-wrapper {
	position: relative;
	margin: 0;
	color: #333;
	font-size: 1.4em;
}

.review__label {
	margin: 0 10px 0 0;
	min-width: 45px;
	display: inline-block;
	vertical-align: super;
}

.review__bar {
	height: 18px;
	width: 204px;
	border: 1px solid #b2b2b2;
	display: inline-block;
	border-radius: 3px;
	position: relative;
}

.review__bar-score {
	top: 1px;
	left: 1px;
	display: block;
	position: absolute;
	height: 14px;
	width: 0;
	background: #f8872b;
	border-radius: 2px;
	transition: width 1s ease;
}

.review__count {
	margin: 0 0 0 10px;
	vertical-align: super;
	display: inline-block;
	width: 45px;
}

/* Full itinerary list */
.full-itinerary {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #333;
	font-size: 1em; /* setting this here because OLs are excluded from font sizing elsewhere - to fix */
}

.full-itinerary-day {
	font-size: 1.4em;
	width: 100%;
	margin: 0 0 30px !important; 	/* having to add this override specificity applied to all list items in the holiday context */
}

	.full-itinerary-day__heading {
		background: #f4f1ea;
		padding: 0.25em;
		font-size: 1.5em;
	/*	font-weight: bold;*/
	}

	.full-itinerary-day__details {
		margin: 0.5em 0 1.5em;
	}

		.full-itinerary-day__details p {
			font-size: 14px;
		}

		/* .full-itinerary-day__details b,
		.full-itinerary-day__details strong {
			font-weight: bold;
		} */

	.full-itinerary-day__image {
		float: right;
		margin: 0 0 1em 1em;
		width: 200px;
	}

	.full-itinerary-day__accomodation--marker img{
		padding: 0 0.6em 0.4em 0;
		position: relative;
	}

	/*.full-itinerary-day__accomodation--marker::before,*/
	.full-itinerary-day__meals--marker::before {
		content: '';
		display: inline-block;
		width: 1em;
		height: 1em;
		border-radius: 50%;
		background: #860328;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}


.itinerary-table {
	font-size: 1.4em;
	width: 100%;
	margin: 0 0 30px;
	background: #f4f1ea;
	display: none;
}

.map-itinerary .itinerary-table {
	display: block;
}

.itinerary-table.active {
	display: block;
}

.itinerary-table th {
	text-align: left;
	padding: 7px 13px;
	color: #860328;
}

.itinerary-table td {
	padding: 7px 13px;
	width: 100%;
	text-align: left;
}

.itinerary-table td.light {
	color: #860328;
	font-size: 1.5em;
	text-align: center;
	width: 70px;
  	min-width: 70px;
}


.itinerary-table tr:nth-child(odd) td {
	background: #fff;
}

/*.itinerary-table tr:nth-child(even) td {
	background: #fff;
}*/

.itinerary-table td img {
	float: left;
	margin: 0 10px 0 0;
	width: 200px;
}

.map-holder .inner .button {
	float: none;
	display: inline-block;
}

.map-key {
	background: #f4f1ea;
	padding: 10px 6px 0;
	margin: 0 0 30px;
}

.routemaster_field {
	width: auto !important;
	margin: -10px;
	height: 390px !important;
}

.map-key h4 {
	margin: 0 0 5px 10px;
}

.map-key ul {
	list-style: none;
	padding: 0;
	margin: 0 -3px;
}

.map-key li,
.holiday-content .map-key li {
	background: #fff;
	margin: 0 3px 6px;
	padding: 10px 50px 10px 10px;
	width: 218px;
	float: left;
}

#holiday-reviews .review {
	display:none;
}

#holiday-reviews .review.active {
	display:block;
}

#holiday-reviews .review p {
	font-style: italic;
}

#holiday-reviews .review-rating {
	float: right;
	position: relative;
	top: -2px;
}

.review-rating {
	display: inline-block;
}

.review-rating .star {
	font-size: 14px;
	position: relative;
	display: inline-block;
	width: 14px;
}

.review-rating .star::before,
.review-rating .star::after {
	position: absolute;
	top: 0;
	left: 0;
	color: #f8872b;
}

.review-rating .star::before {
	content: '\2606';
}

.review-rating .star::after {
	content: '\2605';
	color: transparent;
}

.review-rating.rating-1 .star:nth-child(1)::after,
.review-rating.rating-10 .star:nth-child(1)::after {
	color: #f8872b;
}

.review-rating.rating-15 .star:nth-child(1)::after,
.review-rating.rating-15 .star:nth-child(2)::after {
	color: #f8872b;
}

.review-rating.rating-2 .star:nth-child(1)::after,
.review-rating.rating-2 .star:nth-child(2)::after,
.review-rating.rating-20 .star:nth-child(1)::after,
.review-rating.rating-20 .star:nth-child(2)::after {
	color: #f8872b;
}

.review-rating.rating-25 .star:nth-child(1)::after,
.review-rating.rating-25 .star:nth-child(2)::after,
.review-rating.rating-25 .star:nth-child(3)::after {
	color: #f8872b;
}

.review-rating.rating-3 .star:nth-child(1)::after,
.review-rating.rating-3 .star:nth-child(2)::after,
.review-rating.rating-3 .star:nth-child(3)::after,
.review-rating.rating-30 .star:nth-child(1)::after,
.review-rating.rating-30 .star:nth-child(2)::after,
.review-rating.rating-30 .star:nth-child(3)::after {
	color: #f8872b;
}

.review-rating.rating-35 .star:nth-child(1)::after,
.review-rating.rating-35 .star:nth-child(2)::after,
.review-rating.rating-35 .star:nth-child(3)::after,
.review-rating.rating-35 .star:nth-child(4)::after {
	color: #f8872b;
}

.review-rating.rating-4 .star:nth-child(1)::after,
.review-rating.rating-4 .star:nth-child(2)::after,
.review-rating.rating-4 .star:nth-child(3)::after,
.review-rating.rating-4 .star:nth-child(4)::after,
.review-rating.rating-40 .star:nth-child(1)::after,
.review-rating.rating-40 .star:nth-child(2)::after,
.review-rating.rating-40 .star:nth-child(3)::after,
.review-rating.rating-40 .star:nth-child(4)::after {
	color: #f8872b;
}

.review-rating.rating-45 .star:nth-child(1)::after,
.review-rating.rating-45 .star:nth-child(2)::after,
.review-rating.rating-45 .star:nth-child(3)::after,
.review-rating.rating-45 .star:nth-child(4)::after,
.review-rating.rating-45 .star:nth-child(5)::after {
	color: #f8872b;
}

.review-rating.rating-5 .star::after,
.review-rating.rating-50 .star::after {
	color: #f8872b;
}

.review-rating.rating-15 .star:nth-child(2)::after,
.review-rating.rating-25 .star:nth-child(3)::after,
.review-rating.rating-35 .star:nth-child(4)::after,
.review-rating.rating-45 .star:nth-child(5)::after {
	width: 7px;
	overflow: hidden;
}


.map-key li img {
	float: left;
	margin: 0 10px 0 0;
}

.calendar p {
	margin: 0 0 5px;
}

.calendar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
	font-size: 1.2em;
	line-height: 1;
	text-align: center;
}

.calendar li {
	float: left;
	width: 30px;
	padding: 9px 0;
	margin: 0 2px 0 0;
	border-radius: 3px;
	background: #d9d7d2;
	box-shadow: 0 1px 0 #a8a69f;
}

.calendar li a {
	text-decoration: none;
}

.gmap .calendar.small ul {
	position: absolute;
	bottom: 6px;
}

.calendar.small li {
	width: 15px;
	padding: 3px 0;
}

.ie7 .calendar li,
.ie8 .calendar li {
	border-bottom: 1px solid #a8a69f;
}

.calendar .available {
	color: #860328;
	background: #fff;
}

.intro-box {
	margin: -10px 0 20px;
	background: #f4f1ea;
	padding: 20px;
}

.intro-box .header-image {
	margin: -20px -20px 20px;
	position: relative;
	height: 261px;
}

.intro-box .header-image img {
	position: absolute;
}

.intro-box .intro-box__heading {
	font-size: 2.4em;
}

.intro-box .buttons {
	position: absolute;
	top: 19px;
	right: 17px;
	z-index: 10;
	width: 158px;
}

.intro-box .buttons .button {
	display: block;
	margin: 0 0 9px;
}

.intro-box .buttons .button-grey {
	line-height: 1.3;
	padding: 7px 28px 2px 12px;
}

.intro-box .buttons .icon:after {
	content: "\f054";
	top: 13px;
	right: 10px;
	font-size: 0.6em;
}

.intro-box .buttons .button-grey.icon:after {
	top: 43px;
}

.ie .intro-box .buttons .icon:after {
	font-size: 14px;
}

.intro-box .view-holidays {
	float: right;
	padding: 7px 28px 7px 12px;
}

.intro-box .view-holidays.icon:after {
	content: "\f054";
	top: 14px;
	right: 10px;
	font-size: 0.6em;
}

.ie .intro-box .view-holidays.icon:after {
	font-size: 14px;
}

.filter {
	margin: 0 0 25px;
	position: relative;
	padding: 45px 0 0;
}

.filter-buttons {
	width: 100%;
	margin: 0 0 10px;
	height: 35px;
}

.filter-buttons .button {
	float: left;
	margin: 0 10px 0 0;
	cursor: default;
}

.filter-buttons .button.button-grey {
	cursor: pointer;
}

.filter-buttons .icon:after {
	content: "\f0d7";
	top: 29px;
	left: 50%;
	color: #860328;
	margin: 0 0 0 -6px;
}

.filter-dropdown {
	margin: 0 0 12px;
	position: relative;
	z-index: 10;
	min-width: 300px;
}

#content-left .filter {
	margin: 0 0 40px;
}

#content-left .filter-dropdown {
	min-width: 262px;
}

#content-left .filter-dropdown span {
	padding: 0 5px 0 8px;
}

.filter .filter-dropdown {
	position: absolute;
	top: 0;
	right: 0;
}

.filter-dropdown a {
	color: #860328;
	padding: 0 32px 0 0;
	text-decoration: none;
}

.filter-dropdown .icon:after {
	content: "\f078";
	font-family: FontAwesome;
	top: 7px;
	right: 11px;
	font-size: 0.6em;
}

.ie .filter-dropdown .icon:after {
	font-size: 14px;
}

.filter-dropdown span {
	display: inline-block;
	/* float: left; */
	padding-right: 5px;
	vertical-align: top;
}

.filter-dropdown .drop {
	right: 0;
	z-index: 10;
	list-style: none;
	font-size: 1em;
	background: #fff;
	padding: 0;
	margin: 0;
	min-width: 215px;
	overflow: hidden;
}

.filter-dropdown .drop li {
	display: none;
}

.filter-dropdown .drop li.js-vid-filter-parent.js-displayed {
	display: block;
}

.filter-dropdown .drop {
	display: inline-block;
}

.filter-dropdown .drop li:first-child {
	display: block;
	font-size: 1em;
}

.filter-dropdown .drop:hover {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}


.filter-dropdown .drop li:not(:first-child) {
	font-size: 0.8em
}

.filter.video-filter .filter-dropdown .drop:hover {
	box-shadow: none;
}

.filter.video-filter .filter-dropdown .drop .dropdown {
	display: none;
}

@media screen and (min-width: 660px) {
	.filter-dropdown .drop:hover li {
		display: block;
	}
	.filter.video-filter .filter-dropdown .drop:hover .dropdown {
		display: block !important;
	}
}
.filter.video-filter .filter-dropdown .drop li {
	font-size: 19px;
	line-height: 1.7;
}

.filter.video-filter .filter-dropdown .drop li.filter-holder {
	font-size: 24px;
	line-height: inherit;
}

.filter.video-filter .filter-dropdown .drop .options li {
	font-size: 14.75px;
}

.filter.video-filter .icon:after {
	content: '';
}

.filter.video-filter .dropdown {
	border: 1px solid #730020;
	height: 450px;
	width: 425px;
	padding: 5px 15px;
}

.filter.video-filter .dropdown .parent > li {
	position: relative;
	padding: 2px 0;
	/*border-bottom: 1px dotted #999;*/
}

.filter.video-filter .dropdown a {
	padding: 0 32px 0 0;
}

.filter.video-filter .dropdown .child {
	border: 0;
	height: 425px;
	padding: 0 0 0 50px;
}

.filter.video-filter .dropdown li:nth-child(1) .child {
	top: 3px;
}

.filter.video-filter .dropdown li:nth-child(2) .child {
	top: -34px;
}

.filter.video-filter .dropdown li:nth-child(3) .child {
	top: -71px;
}

.filter.video-filter .dropdown li:nth-child(4) .child {
	top: -108px;
}

.filter.video-filter .dropdown li:nth-child(5) .child {
	top: -145px;
}

.filter.video-filter .dropdown li:nth-child(6) .child {
	top: -182px;
}

.filter.video-filter .dropdown li:nth-child(7) .child {
	top: -219px;
}

.filter.video-filter .dropdown li:nth-child(8) .child {
	top: -256px;
}

.filter.video-filter .dropdown li:nth-child(9) .child {
	top: -293px;
}

.filter-dropdown .drop li:not(:first-child) a {
	color: #333
}

.filter-dropdown .drop li:not(:first-child) a:hover {
	color: #860328;
}

.filter-dropdown .drop a {
	padding: 0 32px 0 8px;
	display: block;
	white-space: nowrap;
}

.filter-count {
	margin: 0;
}

.holiday-map .filter-form {
	display: none;
}

.filter-form label {
	font-size: 1.4em;
}

.filter-form select {
	width: 210px;
	font-size: 1.4em;
}

.sep {
	clear: both;
	border-top: 1px dotted #999;
	margin: 0 0 16px;
}

ul.photo-gallery {
	padding: 0;
	list-style: none;
}

ul.photo-gallery li {
	float: left;
	margin: 0 4px 8px;
/*	width: 148px;
	height: 148px;*/
}

ul.photo-gallery.no-img-height li {
	height:auto;
}

ul.photo-gallery li a.border-box {
	display: block;
	width: 148px;
	height: 148px;
}

ul.photo-gallery li img {
	display: block;
}

.button-review {
	float: right;
}

.review-overview p {
	margin: 0;
}

.reviews-review {
	padding: 20px 0 0;
	border-top: 1px dotted #999;
	margin: 0 0 20px;
}

.reviews-review--first {
	padding: 0;
	border: 0;
}

.review-title strong {
	margin: 0 10px 0 0;
}

.review-date {
	float: right;
}

.review-content {
	font-style: italic;
}

.review-content a {
	font-style: normal;
}

.reviews-review p:last-of-type {
	margin: 0;
}

.reviews-content .border-box {
	text-align: center;
}

.reviews-content .review-overview {
	text-align: left;
}

.reviews-content .border-box .button {
	float: none;
	display: inline-block;
	padding: 7px 24px;
}

.reviews-review-creationdate {
  font-size: 0.85em;
  font-style: italic;
}

.listing .toggle-area {
	margin: 25px 0 0;
	clear: both;
}

.listing .toggle.icon:after {
	content: "\f078";
	font-family: FontAwesome;
	top: 13px;
	right: 14px;
	font-size: 0.6em;
}

.listing .toggle.icon.hide:after {
	content: "\f077";
	font-family: FontAwesome;
	top: 12px;
}

.ie .listing .toggle.icon:after {
	font-size: 14px;
}

.listing .toggle-area .cta {
	padding: 0 25px 0 0;
}

.listing .toggle-area .cta.icon:after {
	content: "\f019";
	font-family: FontAwesome;
	top: 1px;
	right: 0px;
	font-size: 1em;
}

.ie .listing .toggle-area .cta.icon:after {
	font-size: 21px;
}

.form {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1;
}

.form li {
	position: relative;
}

/* .form .title {
} */

.form .title h4,
.how-to-book .border-box .red {
	color: #860328;
}

h4.pad-top {
	padding-top:20px;
}

.form .title h5 {
	line-height: 1.2;
}

.form .sep {
	border-bottom: 1px dotted #999;
	margin: 23px 0;
}

.form .sep.min {
	margin: -10px 0 10px;
}

.form .row {
	margin: 0 0 12px;
}

.form .col {
	float: right;
	width: 209px;
}

.form li .col:first-of-type {
	float: left;
}

.form .tooltip {
	position: absolute;
	right: 28px;
	padding: 15px;
	background: #a2a098;
	border-radius: 3px;
	color: #fff;
	width: 261px;
	z-index: 5;
}

.form .tooltip.icon:after {
	content: "\f0d9";
	font-family: FontAwesome;
	left: -12px;
	color: #a2a098;
	font-size: 4.5em;
	z-index: 5;
}

.ie .form .tooltip.icon:after {
	font-size: 45px;
}

.form .tooltip.top {
	top: 4px;
}

.form .tooltip.top.icon:after {
	top: 20px;
}

.form .tooltip.bottom {
	bottom: -14px;
}

.form .tooltip.bottom.icon:after {
	bottom: 6px;
}

.form .tooltip p {
	margin: 0;
}

.form label {
	display: block;
	font-size: 1.3em;
	line-height: 1.3;
	margin: 0 0 7px;
}

.form input[type="text"],
.form input[type="password"],
.form input[type="email"],
.form textarea {
	font-size: 1.4em;
	width: 100%;
	padding: 10px;
	border-radius: 3px;
	border: 0;
	box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.17), inset -2px 2px 2px rgba(0, 0, 0, 0.17);
	-webkit-appearance: none;
}

.ie7 .form input[type="text"],
.ie8 .form input[type="text"],
.ie7 .form input[type="password"],
.ie8 .form input[type="password"],
.ie7 .form textarea,
.ie8 .form textarea {
	border: 1px solid #b2b2b2;
}

.form input[type="file"] {
	font-size: 1.4em;
	width: 100%;
	padding: 10px;
}


#br-address-1,
#br-address-2,
#ir-address-1,
#ir-address-2,
#fo-address-1,
#fo-address-2{
	margin-bottom:3px
}

.form input.day {
	width: 39px;
}

.form input.day,
.form input.month {
	margin: 0 9px 0 0;
}

.form input.month,
.form input.year {
	width: 72px;
}

.form select {
	font-size: 1.4em;
	width: 100%;
	height: 36px;
	display: block;
	background: #fff;
	border: 1px solid #b2b2b2;
	line-height: 36px;
	padding: 8px 0;
}

.form select.day {
	width: 59px;
}

.form select.day,
.form select.month {
	margin: 0 9px 0 0;
}

.form select.month,
.form select.year {
	width: 92px;
}

.form select.day,
.form select.month,
.form select.year {
	float: left;
}

/* .form input[type="checkbox"] {
} */

.form input[type="checkbox"].right {
	margin: 3px 0 0 5px;
}

.form .image {
	margin: 0 0 20px 0;
}

.form .content {
	width: 100%;
}

.form .content ul {
	font-size: 1.4em;
	list-style: disc;
	padding: 0 0 0 16px;
}

.form .content li {
	padding: 0 0 10px;
}

.form label.text-right {
	text-align: right;
	position: relative;
	top: -17px;
	clear: both;
	float: right;
	width: 420px;
}

.form input[type="submit"] {
	height: 38px;
}

.form input.login {
	margin: 21px 0 0;
	height: 36px;
}

/* .form-composer {} */

.form-composer .row ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.form-composer .row li {
	display: inline-block;
	margin: 0 5px 0 0;
}

.form-composer input[type="radio"] {
	position: relative;
	top: -2px;
}

.form-composer input[type="radio"] + label {
	display: inline-block;
}

.form-composer input[type="radio"] + label::-moz-selection {
	background: transparent;
	color: transparent;
	text-shadow: none;
}

.form-composer input[type="radio"] + label::selection {
	background: transparent;
	color: transparent;
	text-shadow: none;
}

.form-composer [for$=-rating] {
	position: relative;
	top: 8px;
	float: left;
	width: 40%;
}

.form-composer [for$=-rating] + ul {
	font-size: 0;
	float: left;
}

.form-composer [for$=-rating] + ul li {
	width: 24px;
}

.form-composer [for$=-rating] + ul label {
	font-size: 24px;
	position: relative;
	color: transparent;
	background: #f4f1ea;
	margin: 0 -10px 7px -20px;
	padding: 0 10px;
}

.form-composer [for$=-rating] + ul label::before,
.form-composer [for$=-rating] + ul label::after {
	position: absolute;
	top: 0;
	left: 0;
	color: #f8872b;
}

.form-composer [for$=-rating] + ul label::before {
	content: '\2606';
}

.form-composer [for$=-rating] + ul label::after {
	content: '\2605';
	color: transparent;
}

.form-composer [for$=-rating] + ul label.star::after {
	color: #f8872b;
}

.form-composer .form-error {
	clear: both;
}

.form-composer .form-error label {
	color: #f00;
	
	margin: 7px 0;
}

.form-composer h5 + .form-error label {
	margin: -14px 0 ;
}

.pagination {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	display: inline-block;
	font-size: 1.4em;
	line-height: 1;
	
	text-align: center;
}

.pagination li {
	float: left;
	margin: 0 0 0 3px;
	height: 24px;
	width: 24px;
	padding: 5px 0;
}

.pagination li a {
	display: block;
	background: #710c04;
	color: gold;
	height: 24px;
	width: 24px;
	padding: 5px 0;
	margin: -5px 0;
/*	font-weight: 400;*/
	text-decoration: none;
}
.pagination li.label {
	height: 24px;
	width: auto;
	padding: 10px;
	margin: -5px 0;
/*	font-weight: normal;*/
}
.readmre{
	color: #710c04;
    text-decoration: underline;
    font-size: 1.3em;
}
/* home */

/* .home #content {
   padding: 50px 10px;
} */


.home #content h1 {
	margin: 0 0 20px;
}

.home #content h3 {
	line-height: 1.2em;
	/*top:150px;*/
}


.home #content-left {
	width: 300px;
}

.home #content-right {
	width: 640px;
}

.home .hero {
	height: 420px;
	position: relative;
}

.home .slider {
	height: 100vh;
	width: 100%;
	position: relative;
	z-index: 10;
	/*top: 10px;*/
	font-size: 12px;
}

.home .slide {
	height: 100vh;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	/*background-size: auto 100% !important;*/
	opacity: 0;
}

.home .slide .wrapper {
	height: 100%;
}

.home .slide .text {
	background: #fff;
	border-radius: 5px;
	cursor: pointer;
	position: absolute;
	left: 8%;
	/*bottom: 100px;*/
	bottom: 147px;
	max-width: 420px;
	text-align: left;
}

.home .slide .fixed-flash {
	padding: 5px 15px;
	background: #860328;
	color: #fff;
	display: inline-block;
	position: absolute;
	bottom: 13%;
	left: 8%;
	font-size: 1.8em;;
	border-radius: 5px;
}

.home .slide .fixed-flash:after {
	content: "";
	display: none;
}

.home .slide h2 {
	background: #860328;
	padding: 20px 20px 15px 20px;
	border-radius: 5px 5px 0 0;
	color: #fff;
	line-height: 1;
	margin: 0;
	font-size: 2em;
	
}

.home .slide p {
	line-height: 0.7;
	margin: 0;
	font-size: 20px;
	padding: 11px 25px 11px 11px;
}

.home .slide a {
	color: #333;
	text-decoration: none;
	font-size: 0.6em;
}

.home .slide a:after {
	top: 3px;
	right: -10px;
}

.home .hero .wrapper {
	position: relative;
	z-index: 100;
}

.home .holiday-search {
	width: 300px;
	padding: 26px 0 0;
	float: left;
}

.home .button-destinations {
	display: block;
	background: #f4f1ea url(../images/button-map.png) 13px 13px no-repeat;
	border-radius: 5px;
	height: 110px;
	font-size: 2.4em;
	line-height: 1;
	color: #860328;
	text-decoration: none;
	padding: 50px 12px 0 0;
}

.button-reviews {
	display: block;
	background: #f4f1ea;
	border-radius: 5px;
	height: 110px;
	text-decoration: none;
	padding: 12px;
	color: #333;
}

.button-reviews h4 {
	color: #860328;
}

.button-reviews .review-rating {
	float: right;
	position: relative;
	top: -1px;
}

.home.search-options-open .button-destinations {
	display: none;
}

.home .button-destinations .icon {
	float: right;
	padding: 0 15px 0 0;
}

.home .button-destinations .icon:after {
	content: "\f054";
	font-family: FontAwesome;
	top: 33px;
	right: 0;
	font-size: 0.6em;
}

.ie .home .button-destinations .icon:after {
	font-size: 14px;
}

.home .search-bar {
	background: #333;
	color: #fff;
}

.home .search-bar__fields {
	display: inline-flex;
	justify-content: space-between;
	padding: 28px 0;
	flex-wrap: wrap;
	    align-items: center;
		padding-left: 300px;
}

.home .search-bar__heading {
	width: 100%;
	font-size: 24px;
	text-align: center;
}

.home .search-bar input[type="text"] {
	padding: 10px;
	border-radius: 3px;
	border: 0;
	box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.17), inset -2px 2px 2px rgba(0, 0, 0, 0.17);
	font-size: 1.4em;
	-webkit-appearance: none;
}

.home .search-bar input[type="text"]::placeholder {
	color: #000;
}

.home .search-bar select::-ms-expand {
	display: none;
}

.home .search-bar select {
	/* width: 195px; */
	-webkit-appearance:none;
	-moz-appearance: none;
	border: 0;
	box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.17), inset -2px 2px 2px rgba(0, 0, 0, 0.17);
	padding: 0 10px;
	font-size: 1.4em;
	height: 36px;
	margin: 0 0 5px;
	width: 100%;
	border-radius: 3px;
	background: url(../images/dropdown.ico) right / 20px no-repeat #fff;
}

.home .search-bar .search-bar__advanced-fields select {
	/* width: 144px; */
	width: 100%;
}

.home .search-bar input[type="text"] {
	/* width: 195px; */
	width: 100%;
	margin: 0 0 5px;
}

.home .search-bar input[type="submit"] {
	width: calc(50% - 5px);
}

.home .search-bar a {
	width: 110px;
}

.home .search-bar__field--hidden {
	display: none;
}

.home .search-bar__advanced-search {
	font-size: 1.2em;
	align-self: center;
	color: #fff;
	text-decoration: none;
	border: 1px solid;
	border-radius: 3px;
	height: 36px;
	margin: -2px 0px 0px;
	line-height: 1;
	padding: 11px 7px;
	text-align: center;
}

.search-bar__advanced-fields {
	display: flex;
	justify-content: space-between;
	padding-bottom: 0;
	max-height: 0px;
	transition: all .2s;
	overflow: hidden;
	flex-wrap: wrap;
}

.search-bar__advanced-fields--active {
	max-height: 500px;
	padding-bottom: 28px;
	margin-top: -96px;
}

.search-bar__heading--advanced {
	opacity: 0;
}

.search-bar__advanced-fields hr {
	width: 100%;
	opacity: 0.3;
	margin: 23px 0 0;
}

/* .search-bar__advanced-fields hr:after {
	content: "";
	width: 147px;
	height: 4px;
	display: block;
	left: 0;
	margin: -2px 0 0;
	background: #333;
} */

.search-bar__alt-fields {
	display: flex;
	padding: 28px 0 0;
}

.home .search-bar__heading.search-bar__heading--alternative {
	min-width: 147px;
	text-align: right;
	margin-right: 10px;
}

.search-bar__alt-fields a.button {
	width: auto;
	height: 36px;
	white-space: nowrap;
}

.search-bar__heading--or {
	margin: 0 15px;
}

.home-bar{
	background: #333;
}
.left-bar{
	padding-top: 5px;
	border-right: 2px solid #ffffff;
}
.right-bar{
	padding-top: 20px;
}
.rating-bar {
	background: #333;
	font-size: x-small;
	color: white;
}

.rating-bar__content {
	/* display: flex; */
	/* justify-content: space-between; */
	padding:4px 0;
	/* flex-wrap: wrap; */
}

.rating-bar__traveler {
	/* display: flex; */
	justify-content: center;
	align-items: center;
	/* flex-wrap: wrap; */
	text-align: center;
}

.rating-bar__traveler-text {
	/* width: calc(100% - (220px + 0.5rem)); */
	min-width: 195px;
	margin: 0 0.5rem 0 0;
	align-self: center;
}

.rating-bar__traveler-graphic {
	/* display: flex; */
	position: relative;
	/* justify-content: center; */
	width: 220px;
}

.rating-bar__traveler-graphic-stars {
	text-align: right;
}

.rating-bar__traveler-graphic-stars-text {
	font-size: 28px;
	display: block;
	margin: 0 0 -5px;
}

.rating-bar__traveler-graphic-score {
	align-self: flex-end;
}

.rating-bar__traveler-graphic-score-text {
	margin: 0 0 0 8px;
	font-size: 33px;
    /* baseline-shift: sub; */
    font-family: 'Yanone Kaffeesatz';
}

.rating-bar__traveler-link {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.rating-bar__spacer {
	border-bottom: 2px solid #ddd;
	border-left: 2px solid #ddd;
	width: 100%;
	margin: 20px 0;
}

.rating-bar__aito {
	/* display: flex; */
	/* justify-content: center; */
	align-items: center;
	/* flex-wrap: wrap; */
	text-align: center;
}

.rating-bar__aito-text {
	/* width: calc(100% - (220px + 0.5rem)); */
	min-width: 195px;
	margin: 0 0.5rem 0 0;
	align-self: center;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}

/* .rating-bar__aito-feedback {
	width: 220px;
	height: 62px;
} */

/* AITO modal style override */
section[data-cssmodal-maxwidth] div.modal-inner {
	max-width: 80%;
}

/* AITO modal style override */
section[data-cssmodal-maxwidth].modal--fade .modal-inner,
section[data-cssmodal-maxwidth].modal--show .modal-inner {
	margin-left: 0 !important;
	transform: translateX(-50%);
}

/* AITO modal style override */
section[data-cssmodal-maxwidth].modal--fade .modal-close:after,
section[data-cssmodal-maxwidth].modal--show .modal-close:after {
	right: 10% !important;
	margin-right: 0 !important;
	color: #fff;
}

/* AITO modal style override */
@media screen and (max-width: 480px) {
	section[data-cssmodal-maxwidth].modal--fade .modal-inner,
	section[data-cssmodal-maxwidth].modal--show .modal-inner {
		transform: translateX(0%);
	}

	section[data-cssmodal-maxwidth].modal--fade .modal-close:after,
	section[data-cssmodal-maxwidth].modal--show .modal-close:after {
		right: 0% !important;
	}
}

.featured-links {
	background: #333;
	padding: 5px 10px;
	color: #fff;
	width:100%;
	
}

.featured-links__content h2 {
	text-align: center;
	margin: 0 0 24px;
}

.featured-links__item {
	position: relative;
}

.featured-links__link {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: pointer;
}

.featured-links__item h3 {
	position: absolute;
	display: inline-block;
	background: #860328;
	padding: 0.5rem 1rem;
	top: 100px;
	left: 0;
}

.featured-links__item p {
	margin: 15px 0 25px;
}

.destinations__data {
	display: none;
}
.news-and-offers{
	padding: 10px 10px;
	background-color: white;
}
.news-and-offers-first {
	
		background: #333333;
		color: white;
   
}
.myBtnContainer{
/*margin-left: 3%;

margin-right: 3%;
padding: 10px 10px 10px 10px;*/
margin-top: -11px;
padding-bottom: 10px;
}

.ht2 {
	text-align: left;
}

.news-and-offers__section-heading {
	position: relative;
}

.news-and-offers__section-heading::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - (15px / 2));
	left: 0;
	right: 0;
	transform: translateY(-50%);
	/*background: #ddd;*/
	height: 5px;
	z-index: -1;
}

.news-and-offers__section-heading h2 {
	display: inline-block;
	padding: 0 15px 0 0;
	/*background: #F4F1EA;*/
	z-index: 2;
	color: #333;
	
}


.news-and-offers__articles {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
.news-and-offers-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #ffffff;
}

.news-and-offers-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news-and-offers-2 {
	/* width: calc(25% - ((40px * 3) / 4)); */
	width: 100%;
	position: relative;
}
.news-and-offers-2 img {
	margin: 0 0 14px;
}
.news-and-offers-2 {
	width: calc(50% - 40px);
	position: relative;
}

.news-and-offers-2 {
	width: calc(25% - ((40px * 3) / 4));
	position: relative;
}


.news-and-offers-2 {
	width: 300px;
	position: relative;
}


.news-and-offers__article {
	/* width: calc(25% - ((40px * 3) / 4)); */
	width: 100%;
	position: relative;
	border-radius: 10px;
	padding:1%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    margin-bottom:5%;
}
@media only screen and (max-width: 600px) {
  .news-and-offers__article {
    padding:5%;
  }
}
.news-and-offers__article:hover{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.news-and-offers__label {
	position: absolute;
	padding: 5px 10px;
	background: #860328;
	color: #fff;
	top: 14px;
	left: 0;
	font-size: 1.9em;
}

.news-and-offers__article img {
	margin: 0 0 14px;
	height: 200px;
    width: 100%;
}

.news-and-offers__heading {
	font-size: 2.5em;
	margin: 0 0 15px;
	color:#860328;
	text-shadow: 0px 0px #860328;
}

.news-and-offers__date {
	color: #999;
	line-height: 1.6;
	margin: 0;
}

.bg-feature {
	margin: 0;
	padding: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-feature__overlay {
	background: rgba(40, 40, 40, 0.8);
	margin: 0;
	padding: 0;
}

.bg-feature__content {
	padding: 30px 0;
	color: #eee;
}

.bg-feature__content a {
	color: #eee;
}
#icndot
{
	font-size: 0.2em;
}
.tabs-section {
	padding: 65px 0;
}

.banner-section {
	padding: 20px;
	text-align: center;
	background-color: #515151;;
	font-size: 0.9em;
}

.banner-section h2 {
	margin: 0 auto 35px;
	display: inline-block;
	position: relative;
	width: 100%;
}

/*.banner-section h2::before {
	position: absolute;
	content: "";
	left: -1.4em;
	top: 50%;
	transform: translateY(calc(-50% + 3px));
	display: inline-block;
	width: 34px;
	height: 34px;
	background: url('../images/icon-call.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 34px;
}*/

.banner-section h2 a {
	color: inherit;
}

.center {
	text-align: center;
}

.category-images {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	font-size: 2.1em;
	text-align: center;
}

.category-images li {
	border: 1px dotted #999;
	padding: 5px 5px 7px;
	float: left;
	margin: 0 59px 20px 0;
}

.category-images li:nth-child(4n) {
	margin-right: 0;
}

/* .category-images li:nth-child(5n) {
	margin-left: 130px;
} */

.category-images__badge {
	border: 1px dotted #fff !important;
}

.category-images__badge img {
	width: 118px !important;
	margin: 0 auto !important;
}

.category-images img {
	display: block;
	margin: 0 0 2px;
	width: 188px;
	height: 121px;
}

.home .tab {
	margin: 0 0 40px 0;
}

.home .tab .title {
	border-bottom: 2px solid #860328;
}

.home .tab .home-late {
	margin: 0;
}

.latest-news {
	clear: both;
	border-top: 4px solid #e5e5e5;
	border-bottom: 4px solid #e5e5e5;
	padding: 17px 0;
	margin: 0 0 40px;
}

.latest-news p {
	margin: 0;
	line-height: 1;
}

.latest-news a {
	float: right;
	padding: 0 24px 0 0;
	text-decoration: none;
	color: #333;
	
}

.latest-news a:after {
	content: "\f0da";
	font-family: FontAwesome;
	top: 2px;
	right: 10px;
	color: #666;
}

.banners {
	clear: both;
}

.banners .banner-button {
	/*width: 300px;*/
	float: left;
}

.banners .banner-button {
	margin: 0 40px 40px 0;
}

.banners .banner-button:nth-child(3n) {
	margin: 0 0 40px 0;
}

/* destinations */

.home .destinations.hero,
.destinations .hero {
	background: #f4f1ea;
	height: 420px;
}

.home .destinations.hero .wrapper,
.destinations .hero .wrapper {
	position: relative;
}

.destinations .text {
	width: 275px;
	position: absolute;
	top: 240px;
}

.destinations .text h1 {
	color: #860328;
	margin: 0;
}

.destinations .text p {
	margin: 0 0 5px;
}

.destinations .text .cta {
	color: #333;
}

.destinations .climate .intro-box p img {
	width: 566px;
}

.home .destinations.hero .map-locations,
.destinations .hero .map-locations {
	width: 980px;
	height: 420px;
	position: absolute;
	z-index: 10;
}

.home .destinations.hero .popup,
.destinations .hero .map-locations .popup {
	position: absolute;
	width: 234px;
	background: #fff;
	border: 1px solid #a2a098;
	padding: 15px;
	z-index: 10000;
	border-radius: 3px;
	display: none;
	min-height: 220px;
}
.home .destinations.hero .map-locations .popup.the-americas,
.destinations .hero .map-locations .popup.the-americas,
.home .destinations.hero .map-locations .popup.southeast-asia,
.destinations .hero .map-locations .popup.southeast-asia,
.home .destinations.hero .map-locations .popup.the-himalayan-kingdoms,
.destinations .hero .map-locations .popup.the-himalayan-kingdoms,
.home .destinations.hero .map-locations .popup.india-sri-lanka,
.destinations .hero .map-locations .popup.india-sri-lanka,
.home .destinations.hero .map-locations .popup.the-far-east,
.destinations .hero .map-locations .popup.the-far-east,
.home .destinations.hero .map-locations .popup.central-asia,
.destinations .hero .map-locations .popup.central-asia,
.home .destinations.hero .map-locations .popup.europe,
.destinations .hero .map-locations .popup.europe,
.home .destinations.hero .map-locations .popup.africa-the-middle-east,
.destinations .hero .map-locations .popup.africa-the-middle-east {
	display: block
}

.home .destinations.hero .map-locations .popup:after,
.destinations .hero .map-locations .popup:after {
	content: '';
	width: 27px;
	height: 48px;
	position: absolute;
	top: 50%;
	margin: -24px 0 0;
	background: url(../images/map-arrow.png) top left no-repeat;

	/*Hide arrow in <IE8 */
	display: none\9
}

.home .destinations.hero .map-locations .popup.the-americas,
.destinations .hero .map-locations .popup.the-americas {
	top: 20px;
	left: 420px;
}

.home .destinations.hero .map-locations .popup.the-americas:after,
.destinations .hero .map-locations .popup.the-americas:after {
	top: 230px;
	left: -27px;
	background-position: 0px top;
}

.home .destinations.hero .map-locations .popup.southeast-asia,
.destinations .hero .map-locations .popup.southeast-asia {
	top: 20px;
	left: 480px;
}

.home .destinations.hero .map-locations .popup.southeast-asia:after,
.destinations .hero .map-locations .popup.southeast-asia:after {
	top: 170px;
	right: -27px;
	background-position: right top;
}

.home .destinations.hero .map-locations .popup.the-himalayan-kingdoms,
.destinations .hero .map-locations .popup.the-himalayan-kingdoms {
	top: 20px;
	left: 450px;
}

.home .destinations.hero .map-locations .popup.the-himalayan-kingdoms:after,
.destinations .hero .map-locations .popup.the-himalayan-kingdoms:after {
	top: 135px;
	right: -27px;
	background-position: right top;
}

.home .destinations.hero .map-locations .popup.india-sri-lanka,
.destinations .hero .map-locations .popup.india-sri-lanka {
	top: 20px;
	left: 420px;
}

.home .destinations.hero .map-locations .popup.india-sri-lanka:after,
.destinations .hero .map-locations .popup.india-sri-lanka:after {
	top: 150px;
	right: -27px;
	background-position: right  top;
}

.home .destinations.hero .map-locations .popup.the-far-east,
.destinations .hero .map-locations .popup.the-far-east {
	top: 20px;
	left: 440px;
}

.home .destinations.hero .map-locations .popup.the-far-east:after,
.destinations .hero .map-locations .popup.the-far-east:after {
	top: 120px;
	right: -27px;
	background-position: right top;
}

.home .destinations.hero .map-locations .popup.central-asia,
.destinations .hero .map-locations .popup.central-asia {
	top: 20px;
	left: 365px;
}

.home .destinations.hero .map-locations .popup.central-asia:after,
.destinations .hero .map-locations .popup.central-asia:after {
	top: 94px;
	right: -27px;
	background-position: right top;
}

.home .destinations.hero .map-locations .popup.europe,
.destinations .hero .map-locations .popup.europe {
	top: 20px;
	left: 220px;
}

.home .destinations.hero .map-locations .popup.europe:after,
.destinations .hero .map-locations .popup.europe:after {
	top: 115px;
	right: -27px;
	background-position: right top;
}

.home .destinations.hero .map-locations .popup.africa-the-middle-east,
.destinations .hero .map-locations .popup.africa-the-middle-east {
	top: 20px;
	left: 205px;
}

.home .destinations.hero .map-locations .popup.africa-the-middle-east:after,
.destinations .hero .map-locations .popup.africa-the-middle-east:after {
	top: 170px;
	right: -27px;
	background-position: right top;
}

/* .home .destinations.hero .map-locations .popup.arrow-left:after,
.destinations .hero .map-locations .popup.arrow-left:after {

} */

.home .destinations.hero .map-locations .popup h3,
.destinations .hero .map-locations .popup h3 {
	font-size: 2.4em;
}

.home .destinations.hero .map-locations .popup p,
.destinations .hero .map-locations .popup p {
	font-size: 1.2em;
}

.home .destinations.hero .map-locations .popup ul,
.destinations .hero .map-locations .popup ul {
	list-style: none;
	padding: 0;
	line-height: 1;
}

.home .destinations.hero .map-locations .popup li,
.destinations .hero .map-locations .popup li {
	padding: 0 0 8px;
}

.home .destinations.hero .map-locations .popup a,
.destinations .hero .map-locations .popup a {
	color: #333;
	text-decoration: none;
}

.home .destinations.hero .map-locations .popup .icon,
.destinations .hero .map-locations .popup .icon {
	padding: 0 0 0 12px;
}

.home .destinations.hero .map-locations .popup .icon:before,
.destinations .hero .map-locations .popup .icon:before {
	content: "\f054";
	font-family: FontAwesome;
	top: 5px;
	left: 0;
	font-size: 0.6em;
}

.home .destinations.hero .map-locations .popup .options .icon:before,
.destinations .hero .map-locations .popup .options .icon:before {
	top: 3px;
}

.ie .home .destinations.hero .map-locations .popup .icon:before,
.ie .destinations .hero .map-locations .popup .icon:before {
	font-size: 9px;
}

.home .destinations.hero .map-locations .popup .regions-list,
.destinations .hero .map-locations .popup .regions-list {
	font-size: 1.2em;
	margin: 0;
}


.home .destinations.hero .map-locations .popup .options,
.destinations .hero .map-locations .popup .options {
	margin: 8px 0 -8px;
	margin-left: 12px
}

.home .destinations.hero .map-locations .maplayer,
.destinations .hero .map-locations .maplayer {
	width: 980px;
	height: 420px;
	position: absolute;
	left: 0;
	right: 0;
}

.maplayer.l1 {
	z-index: 1;
}

.maplayer.l2 {
	z-index: 2;
}

.maplayer.l3 {
	z-index: 3;
}

.maplayer.l4 {
	z-index: 4;
}

.home .destinations.hero .map-locations .map-destination-highlight,
.destinations .hero .map-locations .map-destination-highlight {
	background: url(../images/destination-map-sprite.png) center 420px no-repeat;
	opacity: 0;
	transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
}

.home .destinations.hero .map-locations.southeast-asia .map-destination-highlight,
.destinations .hero .map-locations.southeast-asia .map-destination-highlight {
	background-position-y: 0;
	opacity: 1;
}

.home .destinations.hero .map-locations.the-americas .map-destination-highlight,
.destinations .hero .map-locations.the-americas .map-destination-highlight {
	background-position-y: -420px;
	opacity: 1;
}

.home .destinations.hero .map-locations.africa-the-middle-east .map-destination-highlight,
.destinations .hero .map-locations.africa-the-middle-east .map-destination-highlight {
	background-position-y: -840px;
	opacity: 1;
}

.home .destinations.hero .map-locations.europe .map-destination-highlight,
.destinations .hero .map-locations.europe .map-destination-highlight {
	background-position-y: -1260px;
	opacity: 1;
}

.home .destinations.hero .map-locations.central-asia .map-destination-highlight,
.destinations .hero .map-locations.central-asia .map-destination-highlight {
	background-position-y: -1680px;
	opacity: 1;
}

.home .destinations.hero .map-locations.the-himalayan-kingdoms .map-destination-highlight,
.destinations .hero .map-locations.the-himalayan-kingdoms .map-destination-highlight {
	background-position-y: -2100px;
	opacity: 1;
}

.home .destinations.hero .map-locations.the-far-east .map-destination-highlight,
.destinations .hero .map-locations.the-far-east .map-destination-highlight {
	background-position-y: -2520px;
	opacity: 1;
}

.home .destinations.hero .map-locations.india-sri-lanka .map-destination-highlight,
.destinations .hero .map-locations.india-sri-lanka .map-destination-highlight {
	background-position-y: -2940px;
	opacity: 1;
}

.destinations .destination-listing {
	margin: 0 0 25px;
}


.destinations .destination-listing .left img {
	margin: 0 0 10px;
}

.destinations .destination-listing .left p {
	margin: 0;
}

.destinations .destination-listing .right a {
	text-decoration: none;
	color: #333;
	display: block;
}

.destinations .destination-listing .right ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1;
}

.destinations .destination-listing .right .regions-list > li {
	border-bottom: 1px dotted #999;
	padding: 10px 0 4px;
}

.destinations .destination-listing .right a.light {
	font-size: 2.1em;
}

.destinations .destination-listing .right .regions-list > li > .icon:after {
	content: "\f054";
	font-family: FontAwesome;
	top: 6px;
	right: 0;
	font-size: 0.6em;
}

.ie .destinations .destination-listing .right .regions-list > li > .icon:after {
	font-size: 14px;
}

.destinations .destination-listing .right .regions-list li:last-of-type {
	border: 0;
}

.destinations .destination-listing .right .regions-list ul {
	font-size: 1.4em;
	margin: 5px 0 0;
}

.destinations .destination-listing .right .regions-list ul li {
	padding: 3px 0;
}

/* .destinations .destination-listing .right .regions-list ul li a {
} */

.destinations .destination-listing .right .regions-list ul li .icon:after {
	content: "\f054";
	font-family: FontAwesome;
	top: 5px;
	right: 2px;
	font-size: 0.6em;
}

.ie .destinations .destination-listing .right .regions-list ul li .icon:after {
	font-size: 9px;
}

.destinations.region .filter,
.search.results .filter,
.holiday-types.type .filter,
.inspiration.holidays .filter {
	padding: 0;
}

.destinations #content-right h1 {
	font-size: 3.2em;
	margin: 0 0 15px;
}

.destinations .filter {
	padding: 0;
}

.destinations .article {
	border-bottom: 1px dotted #999;
	padding: 0 0 16px 20px;
	margin: 0 0 20px;
}

.destinations .article h3 {
	margin: 0;
}

/* holidays trekdetails page */
.holiday-sticky-nav-bar.navbar-fixed {
	top: 0px;
	padding: 10px 0 0;
	z-index: 100;
	position: fixed;
	width: 680px;
	background: #fff;
	box-shadow: 0px 10px 20px 0px rgba(255,255,255,1);
}

#sticky-nav-content-filler {
	display: none;
}

#sticky-nav-content-filler.expand-filler{
	display: block;
	min-height: 60px;
}

#holiday-sticky-drop-nav-bar.navbar-fixed {
    width: 300px;
}

.tabs {
    list-style: none;
    font-size: 1.8em;
    line-height: 1;
    padding: 0;
    margin: 0 0 10px;
    clear: both;
}
.tabs li {
    float: left;
}
.tabs li a:hover {
    color: gold;
    background: #860328;
   
}
.tabs li a.active {
    color: gold;
    background: #860328;
    border-color: #860328;
}
.holiday .tabs a {
    margin: 0 4px 0 0;
    padding: 12px 8px;
}
.tabs li a {
    display: block;
    color: gold;
    text-decoration: none;
    border-radius: 3px 3px 0 0;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #860328;
    background: #860328;
	padding: 9px 20px;
    margin: 0px 3px 0 4px;
}

.mobile-tabs {
	width: 100%;
	font-size: 1.4em;
	margin: 0 0 20px;
	background: #fff;
	border: 1px solid #ccc;
	height: 30px;
}

div.mobile-tabs {
	border: 0;
}
.holiday .tabs a {
    margin: 0 4px 0 0;
    padding: 12px 8px;
}


#sticky-nav-content-filler {
	display: none;
}

#sticky-nav-content-filler.expand-filler{
	display: block;
	min-height: 60px;
}


/* inspiration */

.inspiration .slider {
	position: relative;
	border-bottom: 1px dotted #999;
	margin: 0 0 25px;
	width: 460px;
	height: 295px;

}

.inspiration .slide {
	position: absolute;
	display: none;
	width: 460px;
	height: 177px;
}

.inspiration .slide img {
	position: absolute;
	top: 0;
	left: 0;
}

.inspiration .slide .text {
	position: absolute;
	right: 0;
	background: #860328;
	color: #fff;
	padding: 10px 40px 10px 10px;
	top: 177px;
	left: 0;
}

.inspiration .slide h3 {
	margin: 0;
	line-height: 1.1;
}

.inspiration .slide .cta {
	color: #fff;
}

.inspiration .counter {
	list-style: none;
	margin: 14px 0 14px -32px;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
}

.inspiration .counter li {
	float: left;
	margin: 0 3px;
}

.inspiration .counter a {
	display: block;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #c7c6c1;
}

.inspiration .counter a.active {
	background: #860328;
}

.inspiration #content-right .column {
	width: 140px;
	margin: 0 20px 20px 0;
	float: left;
}

.inspiration .filter-dropdown {
	margin: -50px 0 0;
}

.inspiration .filter .filter-dropdown {
	margin: 0 0 12px;
}

/* Tailor Made */

/* .tailor-made {
} */

.tailor-made .holiday-search {
	background: #333;
	border-radius: 5px;
	padding: 16px;
}

.tailor-made .img-container {
	display: block;
	position: relative;
	margin: 0 0 20px;
	text-decoration: none;
}

.tailor-made .contain-160 {
	height: 160px;
}

.tailor-made .contain-180 {
	height: 122px;
}

.tailor-made .contain-225 {
	height: 152px;
}

.tailor-made .contain-225 .flag {
	top: 36px;
}

.tailor-made .contain-230 {
	height: 230px;
}


.tailor-made .img-container img {
	position: absolute;
	top: 0;
	left: 0;
}

.tailor-made .img-container .flag {
	position: absolute;
	z-index: 10;
	background: #860328;
	color: #fff;
}

.tailor-made .img-container .flag.left {
	left: 0;
}

.tailor-made .img-container .flag.right {
	right: 0;
}

.tailor-made .img-container .flag * {
	margin: 0;
}

.tailor-made .contain-230 .flag {
	padding: 6px 16px;
	top: 20px
}

.tailor-made .contain-225 .flag {
	padding: 6px 16px;
}

.tailor-made .contain-180 .flag {
	padding: 8px 16px;
	top: 33px
}

.tailor-made .contain-160 .flag {
	padding: 8px 8px;
	top: 107px
}

.tailor-made .options .column {
	width: 210px;
}

.tailor-made .options .column:nth-child(even) {
	margin: 0 25px;
}

.tailor-made .options .column p {
	margin: 0;
}

.tailor-made .tabs a {
	margin: 0 4px 0 0;
	padding: 12px 8px;
	min-width: 90px;
	text-align: center;
}

.tailor-made .tabs li:last-of-type a {
	margin: 0;
}

.tm-content .tm-intro {
	padding: 0 0 25px;
	margin: 0 0 25px;
	border-bottom: 1px dotted #999;
}

.tm-content .tm-intro .red {
	color: #860328;
}

.tm-content .tm-intro .button.toggle {
	padding: 7px 32px 7px 12px;
	margin: 0 5px 0 0;
}

.tm-content .tm-intro .toggle.icon:after {
	content: "\f078";
	font-family: FontAwesome;
	top: 13px;
	right: 14px;
	font-size: 0.6em;
}
.tm-content .tm-intro .toggle.icon.active:after {
	content: "\f077";
	font-family: FontAwesome;
	top: 13px;
	right: 14px;
	font-size: 0.6em;
}

.tm-content .tm-intro .toggle.icon.hide:after {
	content: "\f077";
	font-family: FontAwesome;
	top: 12px;
}

.ie .tm-content .tm-intro .toggle.icon:after {
	font-size: 14px;
}


.tm-content .column ul {
	margin: 0;
}

.tm-content .column li {
	margin: 0 0 8px;
}

.tm-content .column li:last-of-type {
	margin: 0;
}

.tm-content .calendar h4 {
	text-align: center;
	margin: 0 0 10px;
}

.tm-content .calendar ul {
	width: 384px;
	margin: 0 auto 20px;
}

.tm-content .calendar .available {
	background: #cf7a43;
	color: #fff;
}

.tm-content .calendar .available.best {
	background: #860328;
	color: #fff;
}

.tailor-made table {
	font-size: 1.4em;
	width: 100%;
	margin: 0 0 30px;
}

.tailor-made th {
	background: #f4f1ea;
	padding: 7px 13px;
}

.tailor-made tr th:nth-child(1) {
	text-align: left;
}

.tailor-made td {
	padding: 7px 13px;
	border-bottom: 1px dotted #999;
	position: relative;
}

.tailor-made.wish-list td {
	text-align: center;
}

.tailor-made .pfix {
	position: relative;
	height: 19px;
}

.tailor-made tr td:nth-child(1) {
	text-align: left;
}

.tailor-made table .icon {
	text-decoration: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -8px 0 0;
}

.tailor-made table .icon:after {
	content: "\f056";
	font-family: FontAwesome;
	top: -4px;
	left: -8px;
	font-size: 1.6em;
}

.tailor-made.wish-list p.right .button {
	float: none;
	display: inline;
}
.tailor-made-highlight {
	display: none;
}
.tailor-made-experience-thumbnail img {
	cursor: pointer;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	-ms-transition: opacity 300ms;
	transition: opacity 300ms;
}
ul.photo-gallery:hover .tailor-made-experience-thumbnail img {
	opacity:0.65;
}
ul.photo-gallery:hover .tailor-made-experience-thumbnail img:hover {
	opacity:1;
}
.tailor-made-highlight.active {
	display: block;
}

/* News & Offers */

.news-offers .article {
	border-bottom: 1px dotted #999;
	padding: 0 0 20px;
	margin: 0 0 20px;
}

.news-offers .article:last-of-type {
	border: 0;
}

.news-offers .article h4 {
	margin: 0 0 10px;
}

.news-offers .article img.right {
	margin: 0 0 20px;
}

.news-offers .article .icon {
	font-size: 2.1em;
	text-decoration: none;
}

.news-offers .article .icon:after {
	content: "\f054";
	font-family: FontAwesome;
	top: 4px;
	right: -10px;
	font-size: 0.6em;
}

.news-offers .article:last-of-type {
	margin: 0;
}

.news-offers.late-availability .listing .calendar {
	margin: 0 0 22px;
}

.news-offers.late-availability .listing .button {
	margin: 0;
}

.category-list {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
	color: #860328;
}

/* News Article */

/* .news-offers.article {} */

.news-offers.article #content-right h4 {
	color: #860328;
}

.news-offers.article .column {
	margin: 0 0 20px;
}

.news-offers.article .column img {
	height: auto;
	margin: 0 0 5px;
}

.news-offers.article .column h5 a {
	text-decoration: none;
}


/* How to Book */

.how-to-book .steps {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	font-size: 2.1em;
	line-height: 1;
	color: #fff;
}

.how-to-book .steps li {
	float: left;
	background: #a2a098;
	position: relative;
	padding: 0 0 0 10px;
	text-align: center;
	width: 57px;
}

.how-to-book .steps li:before,
.how-to-book .steps li:after {
	content: '';
	position: absolute;
	display: block;
	height: 0;
	width: 0;
	top: 0;
}

.how-to-book .steps li:before {
	background: transparent;
	right: -10px;
	z-index: 10;
	border-left: 10px solid #a2a098;
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
}

.how-to-book .steps li:after {
	background: transparent;
	right: -13px;
	top: -5px;
	z-index: 5;
	border-left: 13px solid #fff;
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
}

.how-to-book .steps a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	padding: 9px 0 5px;
	width: 15px;
}

.how-to-book .steps.step1 li:nth-child(1),
.how-to-book .steps.step2 li:nth-child(2),
.how-to-book .steps.step3 li:nth-child(3),
.how-to-book .steps.step4 li:nth-child(4),
.how-to-book .steps.step5 li:nth-child(5) {
	background: #860328;
}

.how-to-book .steps.step1 li:nth-child(1):before,
.how-to-book .steps.step2 li:nth-child(2):before,
.how-to-book .steps.step3 li:nth-child(3):before,
.how-to-book .steps.step4 li:nth-child(4):before,
.how-to-book .steps.step5 li:nth-child(5):before {
	border-left: 10px solid #860328;
}

.how-to-book .steps.step2 li:nth-child(1),
.how-to-book .steps.step3 li:nth-child(1),
.how-to-book .steps.step3 li:nth-child(2),
.how-to-book .steps.step4 li:nth-child(1),
.how-to-book .steps.step4 li:nth-child(2),
.how-to-book .steps.step4 li:nth-child(3),
.how-to-book .steps.step5 li:nth-child(1),
.how-to-book .steps.step5 li:nth-child(2),
.how-to-book .steps.step5 li:nth-child(3),
.how-to-book .steps.step5 li:nth-child(4) {
	background: #333;
}

.how-to-book .steps.step2 li:nth-child(1):before,
.how-to-book .steps.step3 li:nth-child(1):before,
.how-to-book .steps.step3 li:nth-child(2):before,
.how-to-book .steps.step4 li:nth-child(1):before,
.how-to-book .steps.step4 li:nth-child(2):before,
.how-to-book .steps.step4 li:nth-child(3):before,
.how-to-book .steps.step5 li:nth-child(1):before,
.how-to-book .steps.step5 li:nth-child(2):before,
.how-to-book .steps.step5 li:nth-child(3):before,
.how-to-book .steps.step5 li:nth-child(4):before {
	border-left: 10px solid #333;
}


.how-to-book .booking-summary {
	list-style: none;
	margin: 0;
	padding: 10px;
	font-size: 1em;
	line-height: 1;
}

/* .how-to-book .booking-summary li {
}

.how-to-book .booking-summary .title {
} */

.how-to-book .booking-summary .sep {
	border-bottom: 1px dotted #999;
	margin: 13px 0;
}

.how-to-book .booking-summary .sep.min {
	margin: -8px 0 7px;
}

.how-to-book .booking-summary .row {
	margin: 0 0 12px;
}

.how-to-book .booking-summary .price {
	color: #860328;
	
}

.how-to-book .border-box > .red {
	padding: 0 20px;
	margin: 13px 0 4px;
}

.how-to-book .border-box table {
	font-size: 1.4em;
	width: 100%;
	margin: 0 0 30px;
}

.how-to-book .border-box th {
	background: #f4f1ea;
	text-align: left;
	padding: 7px 13px;
}

.how-to-book .border-box td {
	padding: 7px 13px;
	border-bottom: 1px dotted #999;
}

.how-to-book .border-box tr td:nth-child(2) {
	text-transform: uppercase;
}

.how-to-book .border-box td .btn {
	background: #860328;
	padding: 3px 6px 2px;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	margin: -3px 0 0;
}

.what-is-this {
	display: none;
	background-color: rgb(252, 252, 175);
	padding: 10px 14px;
	margin-top: 10px;
	color: #555;
	border: 1px solid yellow;
}

ul.radio-options {
	list-style: none;
	padding: 10px 20px 10px 40px;
}
ul.radio-options li{
	margin-bottom:12px;
}
ul.radio-options li input {
	position: absolute;
	left: -20px;
}
/* About */

.about .header-image {
	margin: 0 0 15px;
}

.about .photo-gallery {
	font-size: 1em;
}

.about .photo-gallery li {
	height: auto;
}

.about .listing .meta {
	margin: 0;
}

.about .listing .meta .button {
	margin: 0;
}

.about .listing .image {
	margin: 0 0 10px;
}

/* ABOUT / VIDEO 
.our-videos .border-box {
	margin: 20px 0 60px 0;
}

.our-videos .border-box .button {
	float: none;
	margin: 0;
	text-align: center;
	max-width: 230px;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
}

/* Links */

.links .listing .meta {
	margin: 0;
}

.links .listing .meta h3 {
	float: none;
}

.links .listing .meta a {
	display: block;
	text-decoration: none;
}

.links .listing .meta .toggle.icon:after {
	content: "\f078";
	font-family: FontAwesome;
	top: 13px;
	right: 14px;
	font-size: 0.6em;
}

.links .listing .meta .toggle.icon.hide:after {
	content: "\f077";
	font-family: FontAwesome;
	top: 12px;
}

.ie .links .listing .meta .toggle.icon:after {
	font-size: 14px;
}

.links .listing h4 {
	margin: 0;
}

/* Our Grading System */

.our-grading-system h4 span {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

.our-grading-system h4 .grade {
	margin: 14px 0 0;
}

/* Booking Area */

label.cf div.notice {
  padding: 0 0 0.5em;
  color: #F10000;
}



/* IE Notice */
.ie-notice {
	display: block;
	padding: 20px;
	background-color: #fff;
	border-bottom: 1px solid #999;
	text-align: center;
}

.ie-notice h3 {
	font-size: 1.5em;
}

.ie-notice p {
	font-size: 1.2em;
}

/* Reviews */

.fields-hidden {
	display: none;
}

/* ==|== media queries ======================================================

========================================================================== */


/*	Mobile Layout: < 740px.
================================================================	*/

@media only screen and (max-width: 739px) {

.mobile-hide {
	display: none !important;
}

/* ===== Wrapper ===== */

.wrapper {
	width: 300px;
}

/* ===== Header ===== */

header {
	text-align: center;
}

#logo {
	display: inline-block;
	width: 200px;
	margin: 15px 0;
}

header h4 {
	line-height: 1.3;
}

header .mobile-nav {
	font-size: 0;
	margin: 0;
	padding: 0;
	color: gold;
}

header .mobile-nav li {
	display: inline-block;
	font-size: 21px;
	font-size: 1.05rem;
}

header .mobile-nav span,
header .mobile-nav a {
	display: block;
	padding: 8px 20px 9px;
}

header .mobile-nav a {
	text-decoration: none;
	color: gold;
}

header .mobile-nav li:nth-child(2) a {
	padding: 8px 12px 9px 28px;
}

header .mobile-nav span:hover,
header .mobile-nav a:hover {
	color: gold
}

header .mobile-nav img {
	margin: -4px 5px 0 0;
}

header .js-mobile-toggle.icon:after {
	top: 16px;
	right: 4px;
}

header .mobile-nav .js-search-toggle.icon:after {
	content: "\f002";
	font-family: FontAwesome;
	top: 11px;
}

header .js-mobile-search {
	display: none;
	height: 46px;
}

header .mobile-search input[type="text"] {
	float: left;
	width: 70%;
}

header .mobile-search .button {
	float: right;
}

/* ===== Content ===== */

#content-left {
	display: none;
}

#content-right + #content-left {
	display: block;
	clear: both;
	padding: 30px 0 0;
}

/* ===== Footer ===== */

footer .social {
	text-align: center;
	font-size: 1.1em;
}

footer .social a,
footer .social .newsletter {
	display: inline-block;
	margin: 5px 0;
}

footer .js-mobile-toggle.icon:after {
	top: 6px;
}

footer .columns {
	margin: 0 0 -11px;
}

footer .column,
footer .column:nth-child(even) {
	float: none;
	width: 100%;
	margin: 0 0 10px;
}

footer .accreditation {
	text-align: center;
}

footer .accreditation .left {
	margin: 0;
}

footer .accreditation img {
	display: inline-block;
	margin: 0 2px;
}

footer .credit,
footer .credit .right {
	text-align: center;
}

footer .credit ul {
	float: none;
}

footer .credit li {
	float: none;
	display: inline-block;
}

/* ===== Classes ===== */

.js-mobile-toggle.icon:after {
	content: "\f078";
	font-family: FontAwesome;
	top: 11px;
	right: 14px;
	font-size: 0.6em;
}
.js-mobile-toggle.js-mobile-toggle-open.icon:after {
	content: "\f077";
	font-family: FontAwesome;
}

.js-mobile-toggle-area {
	display: none;
}

.js-mobile-move {
	clear: both;
}

.category-images li {
	width: 140px;
	margin: 0 20px 20px 0;
}

.category-images li:nth-child(2n) {
	margin: 0 0 20px;
}

.category-images li:nth-child(2n+1) {
	clear: both;
}

.category-images li:nth-child(5n) {
	margin-left: 0;
}


.category-images img {
	width: 128px;
}

.breadcrumbs {
	clear: both;
	font-size: 1.2em;
}

.breadcrumbs + .holiday-search {
	margin: 0 0 20px;
}

.holiday-search select,
.holiday-search input[type="text"] {
	width: 100%;
}

.intro-box {
	padding: 15px;
}

.intro-box .header-image {
	margin: -15px -15px 15px;
}

.intro-box .intro-box__heading,
.intro-box h4 {
	font-size: 2em;
}

#content-left .holiday-search form a.icon {
	display: inline-block;
}

/* Force table to not be like tables anymore */
.responsive-table,
.responsive-table thead,
.responsive-table tbody,
.responsive-table th,
.responsive-table td,
.responsive-table tr {
	display: block;
}

/* Hide table headers (but not display: none;, for accessibility) */
.responsive-table thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.responsive-table tr {
	margin: 0 0 20px;
}

.responsive-table td,
.how-to-book .responsive-table td {
	position: relative;
	/*padding: 7px 13px 7px 155px;*/
}

.responsive-table tr td.caps:before {
	text-transform: none;
}

.responsive-table tr td:first-of-type,
.how-to-book .responsive-table tr td:first-of-type {
	padding: 7px 13px;
	background: #f4f1ea;
	
	border: 0;
}

.responsive-table tr td:first-of-type:before {
	display: none;
}

.responsive-table td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 7px;
	left: 13px;
	width: 50%;
	white-space: nowrap;
	content: attr(data-label);
}

.form p .button.left {
	float: left;
}

.form p .button.right {
	float: right;
}

.form .sep.min {
	margin: 10px 0;
}

.form #groupAirport {
	margin: 0 0 10px;
}

/* Home */

.home .hero {
	height: 300px;
}

.home .holiday-search {
	position: absolute;
	top: 215px;
}

.home .slide .text {
	background: #F4F1EA;
	bottom: 88px;
}

.home .slide .fixed-flash {
	font-size: 20px;
}

.home .slide h2 {
	font-size: 2em;
	padding: 15px 13px;
}

.home .button-destinations {
	display: none;
}

.home #content h1 {
	font-size: 3em;
}

.home #content h3 {
	font-size: 2em;
}

.home .search-bar__heading.search-bar__heading--alternative {
	width: 100%;
	text-align: center;
}

.search-bar__heading--or {
	margin: 0;
}

.search-bar__alt-fields {
	flex-direction: column;
	margin: auto;
}

/* Destinations */

.intro-box .header-image {
	height: 115px;
}

.listing .image {
	text-align: center;
}

/* Holiday */

.holiday .holiday-info .left {
	text-align: center;
	margin-bottom: 6px;
}

/*
.holiday.dates-prices .responsive-table td {
	padding: 7px 13px 7px 155px;
}

.holiday.dates-prices .responsive-table tr td.caps:before {
	text-transform: none;
}

.holiday.dates-prices .responsive-table tr td:first-of-type {
	padding: 7px 13px;
	background: #f4f1ea;
	
	border: 0;
}

.holiday.dates-prices .responsive-table tr td:first-of-type:before {
	display: none;
}
*/

.holiday-dates-table .responsive-table td {
	/*padding: 7px 13px 7px 155px;*/
}

.holiday-dates-table .responsive-table tr td.caps:before {
	text-transform: none;
}

.holiday-dates-table .responsive-table tr td:first-of-type {
	padding: 7px 13px;
	background: #ffffff;
	
	border: 0;
}

.holiday-dates-table .responsive-table tr td:first-of-type:before {
	display: none;
}

.holiday .photos-heading .left {
	float: left;
}

.holiday .photos-heading .right {
	float: right;
}

.holiday.extensions .listing .meta h3 {
	margin: 0 0 5px;
}

.holiday.extensions .itinerary .download-itinerary {
	margin: 0 0 45px;
}

/* Holiday Types */

.holiday-types .columns {
	margin: 0;
}

/* Inspiration */

/* Tailor Made */

.tailor-made #content-left .holiday-search select {
	width: 100%;
}

.tailor-made .options .contain-160 {
	height: auto;
}

.tailor-made .options .contain-160.img-container img,
.tailor-made .options .contain-160.img-container .flag {
	position: static;
}

.tailor-made .tm-info {
	margin: 0 0 20px;
}

.tailor-made .tm-info .button.right {
	display: inline-block;
	float: none;
}

.tailor-made .tm-info .button + .button {
	margin: 0 0 0 15px;
}

.tailor-made .tm-content .calendar {
	text-align: center;
}

.tailor-made .tm-content .calendar h4,
.tailor-made .tm-content .calendar ul {
	float: none;
}

.tailor-made .tm-content .calendar h4 {
	margin: 0 0 10px;
}

.tailor-made .tm-content .calendar ul {
	width: 192px;
}

.tailor-made.wish-list .responsive-table td:before {
	text-align: left;
}

/* .tailor-made .contain-230 {
	height: 200px;
}
 */

/* About */

.about.responsible-travel .listing .meta .button {
	float: none;
	display: inline-block;
	margin: 10px 0 0;
}

/* Blog */

.blog #content-right {
	margin: 0 0 30px;
}

} /* mobile */

/*	Portrait Mobile Layout: 480px.
================================================================	*/

@media only screen and (max-width: 479px) {

.portrait-hide {
	display: none !important;
}

header h4 {
	font-size: 1.6em;
}

/* ===== Classes ===== */

.form .row {
	margin: 0;
}

.form .col {
	width: 268px;
	margin: 0 0 12px;
}

.form input.day,
.form input.month,
.form input.year,
.form select.day,
.form select.month,
.form select.year {
	width: 100%;
}

.form select.day {
	margin: 0 0 9px;
}

.form select.year {
	margin: 9px 0 0;
}

.form a + p {
	margin: 50px 0 0;
	clear: both;
}

.category-images {
	font-size: 1.4em;
}

.review__label {
	display: block;
}

/* Home */

.home .hero {
	height: 300px;
}

.home .slider,
.home .slide {
	height: 300px;
}

.home .slide .text {
	max-width: 300px;
}

.featured-links__item p {
	margin: 30px 0 25px;
}

/* Destinations */

.calendar li {
	margin: 0 2px 2px 0;
}

.calendar li:nth-child(7) {
	clear: both;
}

ul.photo-gallery li {
	width: 169px;
	height: 169px;
}

ul.photo-gallery li a.border-box {
	width: 146px;
	height: 146px;
}

/* Holiday Types */

.holiday-types .columns .column-four {
	float: none;
	width: 100%;
	margin: 0 0 20px;
}

/* Inspiration */

.inspiration .slider {
	width: 300px;
	height: 234px;
}

.inspiration .slide {
	width: 300px;
	height: 115px;
}

.inspiration .slide .text {
	top: 115px;
}

.inspiration #content-right .column {
	float: none;
	width: 100%;
	margin: 0 0 20px;
}

/* Tailor Made */

.tailor-made .options .column,
.tailor-made .options .column:nth-child(even) {
	width: auto;
	margin: 0 auto 20px;
}

/* Tailor Made */

.tailor-made .contain-180 {
	height: 134px;
}

.tailor-made .contain-225 {
	height: 140px;
}

.tailor-made .img-container .flag.left,
.tailor-made .img-container .flag.right {
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
}

/* About */

.about .photo-gallery li:nth-child(2n+1) {
	clear: both;
}

#holiday-sticky-drop-nav-bar.navbar-fixed {
    width: 300px;
}

} /* mobile portrait */

/*	Landscape Mobile Layout: 480px.
================================================================	*/

@media only screen and (min-width: 480px) and (max-width: 739px) {

.landscape-hide {
	display: none !important;
}

/* ===== Wrapper ===== */

.wrapper {
	width: 460px;
}

/* ===== Footer ===== */

footer .social a,
footer .social .newsletter {
	margin: 5px 50px;
}

/* ===== Classes ===== */

.form select.day {
	width: 92px;
}

.form select.day + select.month {
	margin: 0 0 9px;
}

.form a + p {
	float: right;
}

.category-images li {
	width: 220px;
	margin: 0 20px 20px 0;
}

.category-images img {
	width: 208px;
}

.banners .banner-button {
	width: 460px;
}

.button-green .inner,
.button-red .inner {
	padding: 26px 16px 8px 14px;
	
}

#content-left .button-green .inner,
#content-left .button-red .inner {
	padding: 26px 10px 8px 14px;
}

.button-green .button-icon,
.button-red .button-icon {
	margin: -36px 0 0;
}

.button-green .icon:after,
.button-red .icon:after {
	top: 4px;
}

.how-to-book .steps li {
	width: 90px;
}

.tooltip-modal{
	top: 35px;
	right: 106px;
}
.modal-point{
	left:125px;
}
/* Home */

.home .hero {
	height: 400px;
}

.home .slider,
.home .slide {
	height: 400px;
}

/* .home .slide .text {
	top: 240px;
} */

.home .holiday-search {
	top: 316px;
	left: 50%;
	margin: 0 0 0 -150px;
}

.home .column-list li {
	width: 460px;
}

.rating-bar__content {
	flex-wrap: nowrap;
}

.rating-bar__spacer {
	border-bottom: none;
	border-left: 2px solid #ddd;
	width: auto;
	margin: 0;
}

.category-images__badge img {
	width: 166px !important;
	margin: 0 auto !important;
}


.news-and-offers__article {
	width: calc(50% - 40px);
	position: relative;
}

/* Destinations */

.intro-box .header-image {
	height: 177px;
}

.listing .holiday-flag {
	left: 49px;
}

/* Holiday */

.holiday-flag {
	left: 65px;
}

.holiday.map-itinerary .holiday-content .map-key li {
	width: 448px;
}

/* Holiday Types */

.holiday-types .column-four {
	width: 220px;
	margin: 0 20px 30px 0;
}

.holiday-types .column-four:nth-child(2n) {
	margin: 0 0 30px;
}

/* Inspiration */

.inspiration #content-right .column {
	width: 220px;
}

.inspiration #content-right .column:nth-child(2n+1) {
	clear: both;
}

.inspiration #content-right .column:nth-child(2n) {
	margin: 0 0 20px;
}

/* News Article */

.news-offers.article .column {
	float: left;
	width: 220px;
	margin: 0 20px 20px 0;
}

.news-offers.article .column:nth-child(2) {
	margin: 0 0 20px;
}

/* Tailor Made */

.tailor-made .options .column {
	width: 148px;
	float: left;
	margin: 0 0 30px;
}

.tailor-made .options .column:nth-child(even) {
	margin: 0 8px 30px;
}

.tailor-made .tm-content .calendar ul {
	width: 384px;
}

.tailor-made.destination .img-container img {
	left: 50%;
	margin: 0 0 0 -150px;
}

/* About */

.about .photo-gallery li:nth-child(3n+1) {
	clear: both;
}

/* Reviews */

.composer-rating-text {
	float: right;
	position: relative;
	top: 5px;
}


} /* mobile landscape */


/*	Tablet Layout: > 740px.
================================================================	*/

@media only screen and (min-width: 740px) {


/* ===== Header ===== */

#logo {
	float: left;
	margin: 0px 0 0;
}

/* ===== Nav ===== */

.pages {
	display: block !important;
	background: url(../images/pages-sep.png) top right no-repeat;
}

.pages li {
	float: left;
	width: 137px;
	background: url(../images/pages-sep.png) top left no-repeat;
}

/* ===== Content ===== */

#content-left {
	float: left;
	width: 262px;
}

#content-right {
	float: right;
	width: 460px;
}


/* ===== Classes ===== */

.js-mobile-toggle-area {
	display: block !important;
}

.left {
	float: left;
}

.right {
	float: right;
}

.column {
	float: left;
}

.column.right {
	float: right;
}

.tooltip-modal{
	top: 35px;
	right: 105px;
}
.modal-point{
	left:125px;
}

/* Home */

.home #content .columns .column {
	width: 390px;
	float: left;
	margin: 0 60px 0 0;
}

.home #content .columns .column:last-of-type {
	margin: 0;
}

.home .tab {
	width: 300px;
	float: left;
	margin: 0 40px 40px 0;
}

.home .tab:last-of-type {
	margin: 0;
}

.home .search-bar select,
.home .search-bar input[type="text"] {
	width: calc(33% - 5px);
}

.home .search-bar .search-bar__advanced-fields select {
	/* width: calc(25% - 5px); */
	width: calc(33% - 5px);
}

.rating-bar__content {
	flex-wrap: nowrap;
}

.rating-bar__spacer {
	border-bottom: none;
	border-left: 2px solid #ddd;
	width: auto;
	margin: 0;
}

.category-images__badge img {
	width: 128px !important;
	margin: 0 auto !important;
}

.featured-links__item p {
	margin: 20px 0 0;
}

.news-and-offers__article {
	width: 300px;
	position: relative;
}

/* Holiday */

.holiday.map-itinerary .holiday-content .map-key li {
	width: 448px;
}

/* Reviews */

.composer-rating-text {
	float: right;
	position: relative;
	top: 5px;
}

} /* tablet */

/*	Tablet Layout: > 740px < 960px.
================================================================	*/

@media only screen and (min-width: 740px) and (max-width: 999px) {

.category-images {
	font-size: 1.7em
}
.tablet-hide {
	display: none !important;
}

/* ===== Wrapper ===== */

.wrapper {
	width: 740px;
}

/* ===== Header ===== */

#logo {
	width: 250px;
	margin: 35px 0 0;
}

/* ===== Nav ===== */

.upper nav li {
	margin: 10px 0 0 9px;
	padding: 0 0 0 9px;
}

.upper nav li:nth-child(2) {
	border: 0;
}

.pages li {
	width: 123px;
}

/* ===== Footer ===== */

footer .social {
	text-align: center;
}

footer .social .left {
	float: none;
}

footer .column {
	width: 132px;
}

footer .atol,
footer .aito,
footer .iata,
footer .abtot,
footer .fco {
	margin: 0 15px 0 0;
}

/* ===== Classes ===== */

.form select.day {
	width: 92px;
}

.form select.day + select.month {
	margin: 0 0 9px;
}

/* Force table to not be like tables anymore */
.responsive-table,
.responsive-table thead,
.responsive-table tbody,
.responsive-table th,
.responsive-table td,
.responsive-table tr {
	display: block;
}

/* Hide table headers (but not display: none;, for accessibility) */
.responsive-table thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.responsive-table tr {
	margin: 0 0 20px;
}

.responsive-table td,
.how-to-book .responsive-table td {
	position: relative;
	padding: 7px 13px 7px 155px;
}

.responsive-table tr td.caps:before {
	text-transform: none;
}

.responsive-table tr td:first-of-type,
.how-to-book .responsive-table tr td:first-of-type {
	padding: 7px 13px;
	background: #f4f1ea;
	
	border: 0;
}

.responsive-table tr td:first-of-type:before {
	display: none;
}

.responsive-table td:before {
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 7px;
	left: 13px;
	width: 50%;
	white-space: nowrap;
	content: attr(data-label);
}

.how-to-book .steps li {
	width: 90px;
}

/* Home */

.category-images li {
	width: 170px;
	margin: 0 20px 20px 0;
}

.category-images li:nth-child(4n) {
	margin: 0 0 20px;
}

.category-images li:nth-child(4n+1) {
	clear: both;
}

.category-images img {
	width: 158px;
}

.home #content .columns .column {
	width: 360px;
	margin: 0 20px 0 0;
}

.home .tab {
	width: 230px;
	margin: 0 25px 40px 0;
}

.home .column-list li {
	width: 225px;
}

.home .banners .banner-button {
	width: 360px;
	margin: 0 20px 20px 0;
}

.home .banners .banner-button:nth-child(2n) {
	margin: 0 0 20px;
}

/* Destinations */

.destination-listing .left,
.destination-listing .right {
	float: none;
}

.intro-box .header-image {
	height: 176px;
}

.listing .image,
.listing .content {
	float: none;
}

.listing .image {
	text-align: center;
}

.listing .holiday-flag {
	left: 49px;
}

/* Holiday */

.holiday-flag {
	left: 65px;
}

.holiday .holiday-info .left,
.holiday .holiday-info .right {
	float: none;
}

.holiday .holiday-info .left {
	text-align: center;
	margin-bottom: 6px;
}

/*
.holiday.dates-prices .responsive-table td {
	padding: 7px 13px 7px 155px;
}

.holiday.dates-prices .responsive-table tr td.caps:before {
	text-transform: none;
}

.holiday.dates-prices .responsive-table tr td:first-of-type {
	padding: 7px 13px;
	background: #f4f1ea;
	
	border: 0;
}

.holiday.dates-prices .responsive-table tr td:first-of-type:before {
	display: none;
}
*/
.holiday-dates-table .responsive-table td {
	/*padding: 7px 13px 7px 155px;*/
}

.holiday-dates-table .responsive-table tr td.caps:before {
	text-transform: none;
}

.holiday-dates-table .responsive-table tr td:first-of-type {
	padding: 7px 13px;
	background: #f4f1ea;
	
	border: 0;
}

.holiday-dates-table .responsive-table tr td:first-of-type:before {
	display: none;
}

.holiday .photos-heading .left {
	float: left;
}

.holiday .photos-heading .right {
	float: right;
}

.holiday.extensions .listing .meta h3 {
	margin: 0;
}

.holiday.extensions .itinerary .download-itinerary {
	margin: 0 0 45px;
}

/* Holiday Types */

.holiday-types .column-four {
	width: 170px;
	margin: 0 20px 0 0;
}

.holiday-types .column-two {
	width: 470px;
	margin: 0 20px 0 0;
}

/* Inspiration */

.inspiration #content-right .column {
	width: 220px;
}

.inspiration #content-right .column:nth-child(2n+1) {
	clear: both;
}

.inspiration #content-right .column:nth-child(2n) {
	margin: 0 0 20px;
}

/* News */

.news-offers .article img.right {
	float: none;
}

/* News Article */

.news-offers.article .column {
	width: 220px;
	margin: 0 20px 20px 0;
}

.news-offers.article .column:nth-child(2) {
	margin: 0 0 20px;
}

/* Tailor Made */

.tailor-made .options .column {
	width: 148px;
	margin: 0 0 30px;
}

.tailor-made .options .column:nth-child(even) {
	margin: 0 8px 30px;
}

.tailor-made .options .contain-160 {
	height: auto;
}

.tailor-made .options .contain-160.img-container img,
.tailor-made .options .contain-160.img-container .flag {
	position: static;
	width: 100%;
}

.tailor-made .tm-info {
	margin: 0 0 20px;
}

/* .tailor-made .contain-230 {
	height: 200px;
}
 */
.tailor-made .tm-info .button.right {
	display: inline-block;
	float: none;
}

.tailor-made .tm-intro .img-container.left,
.tailor-made .tm-intro .right {
	float: none;
}

.tailor-made.destination .img-container img {
	left: 50%;
	margin: 0 0 0 -150px;
}

.tailor-made.wish-list .responsive-table td:before {
	text-align: left;
}

/* About */

.about .photo-gallery li:nth-child(3n+1) {
	clear: both;
}

} /* tablet only */

/*	Desktop Layout: > 1000px.
================================================================	*/

@media only screen and (min-width: 1000px) {

.desktop-hide {
	display: none !important;
}
.holiday-dates-table table {
	text-align: left;
	width: 100%;
}

/* ===== Wrapper ===== */

.wrapper {
	width: 1100px !important;
}

/* ===== Header ===== 

header {
	height: 159px;
}*/

/* ===== Content ===== */

#content-right {
	width: 680px;
}

/* ===== Classes ===== */

.border-box .inner {
	padding: 20px;
	height: 464px;
}

.form .content {
	width: 400px;
}

.form .image {
	width: 188px;
	margin: 0 20px 0 0;
}

#content-left .border-box .inner {
	padding: 14px;
}

#content-left .grading {
	padding: 14px;
}

ul.photo-gallery {
	padding: 0;
	list-style: none;
}
/*
ul.photo-gallery li {
	width: 158px;
	height: 158px;
}*/

ul.photo-gallery li a.border-box {
	display: block;
	width: 158px;
	height: 158px;
}

.form .row {
	margin: 0 0 12px;
}

.form .col {
	float: right;
	width: 289px;
}

.form .col-half {
	float: left;
	width: 134px;
	margin: 0 20px 0 0;
}
.form .col-half-end {
	margin: 0;
}

.form li .col:first-of-type {
	float: left;
}

.pagination {
	float: right;
	margin: 0;
}

.map-holder .inner {
	height: 430px;
}

.holiday-grade-label {
	float: none;
	margin: 0;
}

.how-to-book .steps li {
	width: 127px;
}

.how-to-book .steps li:nth-child(2) {
	width: 115px;
}

.how-to-book .steps li:nth-child(3) {
	width: 160px;
}

.how-to-book .steps li:nth-child(5) {
	width: 139px;
}

.how-to-book .steps a {
	width: auto;
}

.filter-buttons {
	width: 320px;
}

.filter-buttons.wide {
	width: 340px;
}

.tooltip-modal{
	top: 35px;
	right: 27px;
}
.modal-point{
	top: -10px;
	left: 125px;
}
/* Home */


.home .banners .banner-button:nth-child(3n) {
	margin: 0 0 40px 0;
}
.home .search-bar__heading {
	width: auto;
	padding-right:10px;
}

.home .search-bar select,
.home .search-bar input[type="text"] {
	width: 195px;
}

.home .search-bar .search-bar__advanced-fields select {
	/* width: 144px; */
	width: 195px;
}

.home .search-bar input[type="submit"] {
	width: 83px;
	height: 36px;
	font-size: 17px;
	padding:10px 10px;
}

.home .search-bar__advanced-search {
	margin: -5px 0px 0px;
}

.search-bar__advanced-fields--active {
	margin-top: 0;
}

.rating-bar__traveler,
.rating-bar__aito {
	text-align: left;
}

.category-images__badge {
	width: 200px;
}

.category-images__badge img {
	width: 153px !important;
	margin: 0 auto !important;
}

.news-and-offers__article {
	width: calc(25% - ((20px * 3) / 4));
	position: relative;
}

/* Destinations */

.destinations .destination-listing .left {
	width: 437px;
	border-right: 1px dotted #999;
	padding: 0 18px 0 0;
	margin: 0 18px 0 0;
}

.destinations .destination-listing .right {
	width: 173px;
}

.listing .meta h3 {
	float: left;
}

.listing .meta h5 {
	float: right;
	margin: 10px 0 0;
}

.listing .image {
	width: 180px;
	margin: 0 15px 0 0;
}

.listing .content {
	width: 425px;
}

/* Holiday */

.holiday .holiday-info h1 {
	max-width: 520px;
	font-size: 3.25em;
}

.holiday .holiday-info .tag {
	float: right;
	display: block;
	margin: 0;
}

.holiday .holiday-info .left,
.holiday .holiday-info .right,
.holiday .holiday-content .column,
.holiday.introduction .holiday-content .column {
	width: 330px;
}

.holiday .holiday-content,
.holiday.introduction .holiday-content {
	padding: 20px;
}

.holiday .holiday-content .column.left,
.holiday.introduction .holiday-content .column.left {
	margin: 0 0 25px -20px;
}

.holiday .holiday-content .column.right,
.holiday.introduction .holiday-content .column.right {
	margin: 0 -20px 25px 0;
}

.holiday.facts .holiday-content {
	padding: 20px 0 20px 20px;
}

.holiday.facts .holiday-content .leader img {
	float: right;
	margin: 0 0 10px 10px;
	width: 200px;
}

.holiday.dates-prices .holiday-content .column {
	width: 330px;
	margin: 0;
}

.holiday-dates-table td,
.holiday-dates-table th {
	padding: 7px 14px;
    min-width: 128px;
}

.holiday-dates-table .availability-head-cell {
	padding: 7px 9px 7px 22px;
}

.holiday-dates-table td.availability {
	font-size: 0.9em;
	width: 220px;
	position: relative;
	padding-left:22px;
}

.holiday-dates-table td.has-tip {
	padding-left:0;
}



td.availability .availability-tip {
	position: absolute;
	top: 20%;
	left: 70%;
	min-width: 120px;
	width: 320px;
	max-width: 320px;
	padding: 0.5em 1em 1em 1em;
	background: #333333;
	color: #fff;
	z-index:99;
	border-radius:8px;
	text-transform: none;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
	opacity: 0;
	transition: all 0.25s ease;
	font-size: 1em;
	transform:translate3d(0,-8px,0);
	pointer-events: none;
}

td.availability .availability-tip h3 {
	display:block;
	color:#fff;
	font-size:21px;
	margin:0 0 10px 0;
}

.availability-tip:after {
	content: " ";
	display: block;
	width: 12px;
	height: 12px;
	background: #333333;
	position: absolute;
	top: 10px;
	left: -5px;
	transform: rotate(45deg);
	z-index:-1;
}


/*
td.availability.has-tip:before{
	content:"!";
	color:#333;
	display:inline-block;
	padding: .2em;
    margin: 0 .5em 0 0;
    border-radius: 50%;
    border: 1px solid #860328;
    font-size: .75em;
    text-decoration: none;
    width:1em;
    height:1em;
    text-align:center;
    line-height:1;
    font-weight:bold;
}

td.availability:before {
	content:"!";
	color:#fff;
	display:inline-block;
	padding: .2em;
    margin: 0 .5em 0 0;
    border-radius: 50%;
    border: 1px solid transparent;
    font-size: .75em;
    text-decoration: none;
    width:1em;
    height:1em;
    text-align:center;
    line-height:1;
    font-weight:bold;
}
*/


td.has-tip .availability-tip-trigger:hover + .availability-tip {
	opacity: 1;
	transition: all 0.25s ease;
	cursor: pointer;
	pointer-events: none;
}


.holiday.map-itinerary .holiday-content .itinerary h3 {
	float: left;
}
.holiday.map-itinerary .holiday-content .itinerary h3.restrict-width {
	width:435px
}

.holiday .itinerary .download-itinerary {
	position: absolute;
	right: 0;
	top: 5px;
	margin: 0;
}

.holiday .itinerary ul {
	right: 0;
	left: auto;
}

.holiday .itinerary ul:after {
	right: 5px;
	left: auto;
}

.holiday.map-itinerary .holiday-content .map-key li {
	width: 331px;
	line-height: 2em;
}

.holiday.photo-gallery .holiday-content .photo-gallery li {
	margin: 0 4px 8px;
	margin: 0 8px 16px
}

/* Holiday Types */

.holiday-types .column-four {
	width: 220px;
	margin: 0 32px 0 0;
}

.holiday-types .column-two {
	width: 470px;
	margin: 0 32px 0 0;
}

.holiday-types .column-four:last-of-type,
.holiday-types .column-two:last-of-type {
	margin: 0;
}

/* Inspiration */

.inspiration .slider {
	width: 680px;
	height: 300px;
}

.inspiration .slide {
	width: 680px;
	height: 261px;
}

.inspiration .slide .text {
	top: 158px;
	left: auto;
}

.inspiration #content-right .column {
	width: 188px;
	margin: 0 0 35px;
}

.inspiration #content-right .column:nth-child(3n+1) {
	clear: both;
}

.inspiration #content-right .column:nth-child(3n+2) {
	margin: 0 52px 35px;
}

/* Tailor Made */

.tailor-made .contain-180 {
	height: 180px;
}

.tailor-made .contain-225 {
	height: 225px;
}

.tm-content .tm-intro .red {
	padding: 8px 20px;
}

.tm-content .tm-intro > p {
	padding: 0 20px;
}

/* News */

.news-offers .article img.right {
	margin: 0 0 20px 20px;
}

/* News Article */

.news-offers.article .column {
	width: 188px;
}

.news-offers.article .column:nth-child(2) {
	margin: 0 52px;
}

/* Late Availability */

.news-offers.late-availability .listing .calendar {
	margin: 7px 0 0;
}


/* Tailor Made */

.tailor-made .contain-225 .flag {
	top: 120px
}

.tailor-made .contain-180 .flag {
	top: 100px
}

.tailor-made .tm-info .left {
	width: 440px;
}

.tm-content .tm-intro .img-container,
.tm-content .tm-intro .img-container img{
	width: 330px;
}

.tm-content .tm-intro  .right {
	width: 305px;
	margin: 0 25px 0 0;
}

.tm-content .tm-intro .button.toggle {
	margin: 0 10px 0 0;
}

.tm-content .calendar h4 {
	float: left;
	margin: 17px 20px 0 88px;
}

.tm-content .calendar ul {
	float: left;
	margin: 20px 0;
}

.tm-content .column {
	width: 330px;
}

.tm-content .column.left {
	margin: 0 0 25px;
}

.tm-content .column.right {
	margin: 0 0 25px 0;
}


/* TM About */

.about .listing .content {
	width: 300px;
}

.about .listing .image {
	width: 220px;
	margin: 0;
}

.about .photo-gallery li:nth-child(4n+1) {
	clear: both;
}
.algcntr
{
	text-align: left;
	font-family: 'Yanone Kaffeesatz';
	padding-bottom: 10px;
}
/* Reviews */

.form-composer [for$=-rating] {
	width: 50%;
}

/* Address finder */
.address-finder__list {
	list-style: none;
	padding: 0;
	margin: 0 3px;
	background: #fff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
	font-size: 16px;
	border-radius: 3px;
}

.address-finder__item {
	padding:0;
	margin: 0;
	border-bottom: 1px solid #dedede;
}

.address-finder__link {
	color: #000;
	text-decoration: none;
	padding: 1em;
	display: block;
}

.address-finder__link:hover {
	background: #dedede;
}


} /* desktop */




/*	Retina media query.
	Overrides styles for devices with a
	device-pixel-ratio of 2+, such as iPhone 4.
================================================================	*/

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {

.how-to-book .steps a {
		padding: 9px 0 8px;
}

}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

.clear {
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
	overflow: hidden;
}

/* clearfix */
.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
	/*font-size: 12px;*/
}

/* ==|== print styles =======================================================

   ========================================================================== */

@media print {
	* {
		background: transparent !important;
	/*	color: black !important;*/
		box-shadow: none !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}

	a, a:visited {
		text-decoration: none;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}

	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr, img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}
}
/*introduction and video*/

.video-fluid {
	width: 100%;
	outline: 0  !important;
	padding-top: 56px;
	
    /*  height: 350px;
  position: right;
    padding: 10px 10px;
	padding-bottom: 50px;*/
}


.bg-color {
    background-color: #f6f6f6;
    padding: 10px 10px;
}
.row{
  box-sizing: border-box;
 
}
.columnabout {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px;
  padding-top: 10px;
    padding-left: 10px;
/*	border-style: ridge;*/
	 border-radius: 25px;
}
.columnvideo {
  float: right;
  width: 45%;
  /*padding: 10px;*/
  height: 300px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.button-group {
    margin: 20px 0;
    text-align: center;
}
/*image gallery*/
.button {
	display: inline-block;
	/* padding: 0.5em 1.0em;
	border-radius: 4px;*/
	background: #86031f;
	color: gold;
   	font-size: 2.5em;
	cursor: pointer;
	padding: 5px 10px;
	/* border: 1px solid #000000;*/
	/*margin: 10px;*/  
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}

.button:hover {
  background-color: #712d02;
}

.button:active,
.button.is-checked {
  background-color: #712d02;
  outline: none;
}

.button-group {
  margin: 20px 0;
  text-align: center;
}

.button-group:after {
  content: '';
  display: block;
  clear: both;
}
.pdngtp
{
	padding-top: 15px !important;
}
img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
 /* max-width: 100%;
  height: auto;*/
  width:312px;
  height:200px;
}
.pddinglt
{
	padding-left: 10px;
}
.grid article {
  background-color: #FFFFFF;
  display: block;
  float: left;
  margin: 1%;
  width: 23%;
}

@media (max-width: 1024px) {
  .grid article {
    width: 31.3%;
  }
}

@media (max-width: 767px) {
  .grid article {
    width: 48%;
  }
}

@media (max-width: 479px) {
  .grid article {
    margin: 2% 0;
    width: 100%;
  }
}
.image
{
	width:100%;
	height:200px;
}

/* Center website */
.main {
  max-width: 1000px;
  margin: auto;
}
.row1
{
	height:300px;
	width:25%;
	padding:10px 10px;
}

/* h1 {
	font-size: 3.3em !important;
  word-break: break-all;
} */

.column2 {
  /* float: left; */
  
  display: none; /* Hide all elements by default */
  
}
/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
/* .content {
 width: 100%;
    height: auto;
	font-size: 0.5em;
} */

/* The "show" class is added to the filtered elements */
.show {
  display: block;
  width: 100%;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #860328;
  cursor: pointer;
  color: white;
    font-size: 14px;
}

.btn:hover {
  background-color: #86031f;
  color: white;
}
.bttn {
	border: none;
	padding: 5px 10px;
	background:#86031f;
	cursor: pointer;
	color: gold;
	font-size: 2.2em;
	/* margin-top: 10px; */
	/*  font-family:  ";
	 */ outline: 0;
	 font-family: 'Yanone Kaffeesatz', sans-serif; 
  }
  
  .bttn:hover {
	background-color: #86031f;
	color: gold;
	outline: 0;
  }
  .bttn.active {
	background-color:#86031f;
	color: gold;
		   
  }
  .bttn:focus {
    outline: none !important;
   /* border:1px solid red;
    box-shadow: 0 0 10px #719ECE;*/
}
  
.btn.active {
  background-color:#86031f;
  color: white;
         font-size: 15px;
}

/* itinerary */
.accordiong {
	background-color: white;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 20px;
	transition: 0.4s;
	border-bottom: 1px solid #ebebeb;
	color: black;
	text-shadow:  0px 0px black;
	padding: 10px;
  }
  .accordiong:focus {
    outline: none !important;
   /* border:1px solid red;
    box-shadow: 0 0 10px #719ECE;*/
}
  
  .active1, .accordiong:hover {
	background-color:white;
	color: black;
	
  }
  
  .accordiong:after {
	content: '\002B';
	float: right;
	margin-left: 5px;
  }
  
  .active1:after {
	content: "\2212";
  }
  
  .panel {
	  padding:0px 18px;
	font-size:x-small;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	color: black;
	padding-left: 10px;
  }
  /*special offer*/
  .module {
	background: 
	  linear-gradient(
		rgba(0, 0, 0, 0.1),
		rgba(0, 0, 0, 0.5)
	  ),
	  url(../images/gallery/climbhigh.jpg);
	background-size: cover;
	width: 100%;
	height: 276px;
	position: relative;
	float: left;
  }
  /*upcoming events*/
.upcoming{
	width:100%;
	padding:20px;
	/*border-radius: 5px;
	color: white;*/
    background: #515151;;
    /*background: url(../images/climbhigh.jpg);*/
    background-size: cover;
    color: white;
  
}
.bxsdo
{
	font-size: 12px;
	/* box-shadow: inset 1px 0 0 #dcdcdc; */
}
.slid
{
	font-family: 'Yanone Kaffeesatz', sans-serif;
    padding-bottom: 10px;
	/*margin-right: -5%;
	margin-left: 1%;*/
}
 .upcomingcolumn {
	margin-top: 17px;
   
    }

    .row11:after {
    content: "";
    display: table;
    clear: both;
    }
	
	.accordion {
		background-color: white;
		color: black;
		cursor: pointer;
		padding: 22px;
		width: 100%;
		border: none;
		text-align: left;
		outline: 0 !important;
		transition: 0.4s;
		font-size: 0.5em;
		text-shadow:  0px 0px black;
	  }
	  .accordion:after {
		content: '\002B';
		float: right;
		margin-left: 5px;
	  }
	  .panel1 {
		font-size:x-small;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
		color: white;
		
	  }
/*navbar====================================== */
.justify-content-center
{
	font-size: 12px;
	height: 50px;
}

.nav-link {
	color:white;
	/* border-right: 1px dotted #d599aa; */
}
.nav-link:hover
{
	color: gold;
}
a:hover {
	border-color:#86031f;
	text-decoration: none !important;
	color: gold !important;
  }
.header
{
	background-color: #7a001f;
}
.lower
{
	background-color: #860328;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
  }
  .htl
  {
    width: 100%;
	color:white;
	padding: 5px 5px;
	background-color:#515151;;
	 }
	 .mybtn{
		padding-bottom: 10px;
	 }
	 .lttrvli
	 {
		line-height: 50%;
	 }
	 .whytrvl
	 {
		color: white; 
		text-align: left;
		 padding-bottom: 10px;
		 font-family: 'Yanone Kaffeesatz';
	 }
	 .coalgap
	 {
		column-gap: 23px;
	 }
  .bhutan
  {
	padding: 10px 10px;
	background-color: white;
		}
  .bhutan a
  {
	color: #860328;
    font-size: 2.5em;
    text-shadow:  0px 0px #860328;
    font-family: 'Yanone Kaffeesatz';
	text-transform: capitalize;
    
  }
  .bhutan a:hover
  {
	  color: #860328;
  }

  .bhut
  {
	  width: 100%;
	  padding: 10px 10px;
	  font-size: smaller;
  }
.right
{
	text-align-last: right;
}

.cmg
{
	outline: 0px;
}
  
  #cards-container {
	overflow: hidden;
	margin: 20px;
  }
  
  .cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
/*	width: 99999px;*/
color: darkred;
  }
  
  .card {
	
	background: white !important;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border: 0px !important;
	border-radius: unset !important;
	height: 318px;
	margin-top: 3px;
	margin-inline-end: auto;
	
  }
  .ftrpp1
  {
	color: black;
		font-family: 'Yanone Kaffeesatz';
		text-shadow:0px 0px black;LINE-HEIGHT: 1.1em;
  }
  .upcmg
  {
    font-family: 'Yanone Kaffeesatz';
	color: #860328 !important;
    text-shadow:0px 0px #860328;
    LINE-HEIGHT: 1.1em;
	font-size: 20px !important;
  }
  .upcoming a:hover
  {
	  color: #860328 !important;
  }
  .upcoming .card:hover {
      box-shadow: 0 10px 20px rgb(255 255 255 / 16%), 0 6px 6px rgb(255 255 255 / 35%);
  }
  .ftrpp
  {
	font-family: 'Yanone Kaffeesatz' !important;
	margin: auto;
	text-align: center;   
	line-height: 1em;
	font-size: 26px !important;
	/* font-weight: 600; */
  }
  .ftrpp2
  {
	font-family: 'Yanone Kaffeesatz' !important;
	margin: auto;
	text-align: center;   
	line-height: 1em;
	font-size: 20px !important;
	/* font-weight: 600; */
  }
  .ftrpp3
  {
	font-family: 'Yanone Kaffeesatz' !important;
	margin: auto;
	text-align: center;   
	line-height: 1em;
  }
  .ftrppcrd
  {
	margin: 0px 37%;
  }
  .lgohdr
  {
	height: 85px;
  }
  .card:hover {
	/*-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);*/
	cursor: pointer;
  }
  
  .card .img {
	max-width: 220px;
	height: 220px;
	display: inline-block;
  }
  
 
  
  /* The style below is just for the appearance of the example div */
  
  .style {
    /* width: 90vw; */
    /* height: 90vh; */
    text-align: left;
    /* padding-top: calc(50vh - 50px); */
    /* margin-left: 5vw; */
    
	/*background-color: #161514;*/
		
}
  .style p {
	color:rgb(24, 21, 21);
	text-align: justify;
  }
  .str
{
	text-align: center;
}
  
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoInstagram:hover {
	background-color:rgb(248, 91, 18);
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i,.social-network a.icoInstagram:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: rgb(8, 8, 8);
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

a {
 background-color: transparent;   
} 
.lgs{
	border-bottom: 1px solid #dcdcdc;
	text-align: center;
}
.lgs1
{
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
}
.about{
	text-align: center;
}
/*Testimonal*/
#demo {
    background: linear-gradient(112deg, #ffffff 50%, white 50%);
    max-width: 900px;
    margin: auto
}

.carousel-caption {
    position: initial;
    z-index: 10;
    padding: 5rem 8rem;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    line-height: 2rem
}

@media(max-width:767px) {
    .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        line-height: 1.5rem
    }
}

.carousel-caption img {
    width: 6rem;
    border-radius: 5rem;
    margin-top: 2rem
}

@media(max-width:767px) {
    .carousel-caption img {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem
    }
}

#image-caption {
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.5rem
}

@media(max-width:767px) {
    #image-caption {
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem
    }
}
/*trekking */
.trekk{
	background: #333;
	padding: 5px 5px;
}
/*For book with confidence row in trekking page*/
.col-xs-12
{
	color:gold;
	margin: auto;
}
/* about trekking*/

.trekking_header {
	padding: 20px;
	background-color: white;
}
.trekking_header h1
{
	text-align: left;
}
/*.trek_co1
{
	background-color: gray;
}*/
.map-container-6{
	overflow:hidden;
	/*padding-bottom:56.25%;*/
	position:relative;
	/*height: 400px;*/
	}
	.map-container-6 iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
	border-radius:10px;
	}
	.card11
	{
		/*padding: 10px 10px;*/
		text-align: center;
		background-color: white;
		padding-bottom: 2px;
		padding-bottom: 15px;
	}
	
	.mlsavg{
		padding-top: 12px;
    padding-bottom: 20px;
	}
	.simi{
		padding: 30px 10px;
		background: #515151;
		padding-bottom: 25px;
	}
	.simi_2{
		padding: 10px 10px;
		/* background: #515151; */
		padding-bottom: 25px;
	}
	.crdht
	{
		margin-left: 33%;
		margin-bottom: 10px;
	}
	.card-text
	{
		padding: 10px;
    /* color: black; */
    text-align: center;
    font-family: 'Yanone Kaffeesatz';
    color: #212529;
    /*text-shadow: 0px 0px black;*/
    font-size: 2.2em;
    LINE-HEIGHT: 1em;
	}
	.bs-example{
        margin: 20px;
    }
	
    #ac-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    z-index: 1001;
}
#popup {
    width: 555px;
    height: 400px;
    background: #7a001f;
	padding-left: 10px;
    position: relative;
    top: 10px;
    left: 375px;
}
.tre{
	text-align: center;
	background: #696969;;
    color: white;
    
	padding-bottom: 0.1%;
}
.iter{
	font-size: 1.9em;
    font-family: 'Yanone Kaffeesatz';
color: gold;
}
.col1
{
	width: 100%;
    min-height: 160px;
    background: darkgray;
    text-align: center;
    font-size: 0.9em;
    /*padding-top: 15px;*/
    /*padding-bottom: 15px;*/
}

.navbar {
    width: 100%;
    display: inline-block;
     padding: 0rem 0rem !important;
}
.navbar ul{
  list-style: none;
  margin: 0 auto;
  padding:0;
}
 
.navbar ul li{
    color: #fff;
    float: right;
    /* line-height: 50px; */
    text-align: right;
    cursor: pointer;
    /* font-weight: 900; */
    text-transform: uppercase;
    /* font-family: Arial; */
    transition: 0.5s;
    position: relative;
    padding: 0 20px;
    /* position: absolute; */
    left: 947%;
    margin-top: -60%;
}
 
.navbar ul li:nth-child(6){
  background: black;
}
 
.navbar ul li:hover:not(.active){
  background: #860328;
}
.togglesearch{
    position: absolute;
    top: 54px;
    right: 28.7%;
    width: 350px;
    height: 60px;
    line-height: 60px;
    display: none;
  }
   
  .togglesearch:before{
    content: "";
    position: absolute;
    top: -32px;
    right: 13px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid #860328;
  }
   
  .togglesearch input[type="text"]{
    width: 200px;
    border: 1px solid #860328;
    outline: none;
  }
   
  .togglesearch input[type="button"]{
    width: 80px;
    background: #860328;
    color: #fff;
    margin-left: -6px;
    border: 1px solid #860328;
    outline: none;
    cursor: pointer;
  }   
  @media only screen and (min-width:240px) and (max-width: 768px){
    .navbar ul li{
        float:none;
        display:block;
        text-align:center;
        margin:0 auto;
    }
}
.spil{
	/* font-family:"kite-mallory", "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font: 50%/1.4 mallory;
	font-size: 14px;
}
.spil li{
	font-size: 12px;
	padding: 2px;
}
.spil1
{
	width:100%;padding: 10px 10px;
}
.pp{
margin-left: 38%;
font-size: 1.9em;
list-style-type: none;
}
#back2Top {
	position: fixed;
    bottom: 10px;
    right: 0px;
    text-decoration: none;
    background: #86031f;
    font-size: 2.2em;
    margin: 0;
    padding: 9px;
    color: gold;
    font-family: 'Yanone Kaffeesatz';
    text-shadow: 0 0 gold;
	z-index: 9999;
	border-radius:10px 0px 0px 10px;
}
#back2Top:hover {
    color: #860328;
}

.dhr{
	list-style-type: none;
	line-height: 2em;
	font-size: 2.1em;
	font-family:'Yanone Kaffeesatz';
	color: #860328;
}
.dhr a{
	font-size: 20px;
	color: #860328;
	text-shadow:0px 0px #860328;
}
.dhr a:hover{
	color: black;
	text-shadow: 0px 0px black;
}
#enquire-button {
   
	 /* position: fixed;
    top: 50%;
    right: -36px;
    padding: 5px 10px;
    z-index: 11111;
	background-color:#86031f ;
	color: gold; */
	/* font-size: 2.3em;
	font-family: 'Yanone Kaffeesatz';
	border: 0px;
	text-shadow: 0 0 gold; */

	transform: rotate(270deg);
	border: 0px;
	position: fixed;
    bottom: 200px;
    right: -37px;
    text-decoration: none;
    background: #86031f;
    font-size: 2.5em;
    margin: 0;
    /* max-width: 43px; */
    /* border-radius: 5px; */
    padding: 6px 16px;
    color: gold;
    font-family: 'Yanone Kaffeesatz';
    text-shadow: 0 0 gold;
	z-index: 1000;
	border-radius:10px 11px 0px 0px;
}
#enquire-button:focus
{
	outline: none;
}

#social_button {
   
	transform: rotate(270deg);
	border: 0px;
	position: fixed;
    bottom: 150px;
    right: 10px;
    text-decoration: none;
    background: #710c04;
    font-size: 2em;
    margin: 0;
    padding: 6px 16px;
    color: gold;
    font-family: 'Yanone Kaffeesatz';
    text-shadow: 0 0 gold;
	z-index: 1000;
}

.mgtop0 {
    margin-top: 0;
	margin-bottom:0;
	border-bottom: 1px solid #ebebeb;
    /* width: 95%; */
    margin-left: 9%;
    margin-right: 9%;
}
.cred
{
	list-style-type: none;
	text-align: center;
}
/* Hide the images by default */
.mySlides1 {
	display: none;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
	cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
	right: 0;
	border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
  }
  
  /* Container for image text */
  .caption-container {
	text-align: center;
	background-color: #222;
	padding: 2px 16px;
	color: white;
  }
    /* Add a transparency effect for thumnbail images */
  .demo {
	opacity: 0.6;
  }
  
  .active,
  .demo:hover {
	opacity: 1;
  }
  .abt{
	color: gold;padding-top: 4px;padding-top: 0px;
    font-size: 25px;
    margin-top: -5px;
  }
  .card_img {
	height: auto;
	background-color: rgba(0, 0, 0, 0.4);
	color: white;
	flex: 247px  0 0;
	padding-left: 24px;
    padding-right: 10px;
    padding-top: 20px;
	padding-bottom: 10px;
  }
  .cards img {
	  width: 100%;
	  object-fit: cover;
  }
  .cards-wrapper {
	display: flex; 
	transition: ease 0.5s;
  }
  .card-text1
  {
	  font-size: 1.4em;
	  margin: 3px;
    text-align: justify;
	padding-bottom: 4px;
  }
  .display-area {
	width: 100%;
  /*   border: 1px solid black; */
	overflow-x: hidden;
	margin: auto;
  }
  
  .dots-wrapper {
	display: flex;
	justify-content: center;
	margin: auto;
  }
  
  .dot {
	border: none;
	background: rgba(0, 0, 0, 0.2);
	width: 20px;
	height: 20px;
	margin: 5px;
	border-radius: 50%;
	outline: none;
  }
  .dot:hover {
	background: rgba(0, 0, 0, 0.3);
  }
  .dot.active {
	background: rgba(0, 0, 0, 0.5);
  }
 
  .bttn1 {
	border: none;
	background-color: #860328;
	cursor: pointer;
	color: gold;
	  font-size: 1.8em;
	/*  font-family:  ";
	 */ outline: 0;
	 font-family: 'Yanone Kaffeesatz', sans-serif; 
  }
  /*hotel page*/
  /* Hide the images by default */
.mySlides {
	display: none;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
	cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
	right: 0;
	border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
  }
  
  /* Container for image text */
  .caption-container {
	text-align: center;
	background-color: #222;
	padding: 2px 16px;
	color: white;
  }
  
  .row:after {
	content: "";
	display: table;
	clear: both;
  }
  
  /* Six columns side by side */
  .column {
	float: left;
	width: 16.66%;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
	opacity: 0.6;
	height: 85px;
    padding: 1px;
	width: fit-content;
  }
  

  .pslide
  {
	  padding: 20px 20px;
  }
  .pslide1
  {
	  width: 55%;
  }
  .priv{
	list-style-type: none;
    color: #666;
    font-size: 1.4em;
    /* border-left: 1px dotted #999; */
    padding-left: 39%;
  }
  .priv li{
	border-left: 1px dotted black;
  }
  .priv1
  {
	  text-align: center;
  }
  .bttn2
  {
	
		border: none; 
	   padding: 5px 30px;
		background:#860328;
		cursor: pointer;
		color: gold;
		  font-size: 1.8em;
		  margin-top: 10px;
		/*  font-family:  ";
		 */ outline: 0;
		 font-family: 'Yanone Kaffeesatz', sans-serif; 
		 border-radius: 3px 3px 0 0;	
  }
  .bttn2:hover {
	background-color: #86031f;
	color: gold;
	outline: 0;
  }
  .bttn2.active {
	background-color:#86031f;
	color: gold;
		   
  }
  .bttn2:focus {
	outline: none !important;
   /* border:1px solid red;
	box-shadow: 0 0 10px #719ECE;*/
}
.htlparo
{
	padding: 10px 10px;
	background-color: white;
}
/*hotel page*/
  .slideshowContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.imageSlides {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: -1;
}
.bckgdclr
{
	background-color: white; 
	color: black;
	border-radius: 10px;
	height: 100%;
}
.whytrvlicon
{
	height:70px !important;
	padding:10px 10px;
}
.whytrvlhdng
{
	font-size: 20px;
	color: #860328;
	text-shadow: 0px 0px #860328;
	margin: auto;
	font-family: 'Yanone Kaffeesatz';
	margin: 0px 0px 5px 0px !important;
}
/* add 'visible' class via Javascript */
.visible {
  opacity: 1;
}

.slideshowArrow {
  font-size: 7em;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}

.slideshowArrow:hover {
  opacity: 0.75;
}

#leftArrow {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#rightArrow {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translate(50%, -50%);
}

.slideshowCircles {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.circle {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: solid 2px rgba(255, 255, 255, 0.5);
  transition: 1s ease-in-out;
}

.dot {
  background-color: rgba(255, 255, 255, 0.7);
  border: solid 2px rgba(255, 255, 255, 0.5);
}
.box-line {
    padding: 9px 0;
    font-weight: 500;
    border-top: 1px solid #ebebeb;
    color: #181818;
}
.loct
{
    font-size: 17px;
    color: darkred;
}
.glry{
	width: 100%;
}
.fas {
    font-weight: 900;
    font-size: medium
}
table {
	width: 100%;
	
}

th, td {
	padding: 10px;
}
table.secondary caption {
	caption-side: bottom;
}
.brdr
{
width: 100%;
padding: 15px;
margin: 0;
    background: #f4f1ea;
}

.box-line1 {
    font-weight: 500;
    border-top: 1px solid #ebebeb;
    color: #181818;
	padding-top: 4px;
}
.box-line2 {
    font-weight: 500;
    border-top: 1px solid #ebebeb;
}
table 
{
	border: none;
}
.hseruls
{
    background: #f4f1ea;
}
.splt{
    padding-bottom: 10px;
}
.splt img{
	
		height: 200px;
		width: 100%;

}
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
	background: hsla(0,0%,100%,.5);
	padding: 10px;
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 90%;
    max-width: 100%;
	    border-radius: .3rem;
}

/* Caption of Modal Image */
#caption {
	margin: auto;
    display: block;
    width: 30%;
    max-width: 700px;
    text-align: center;
    color: black;
    background: white;
    padding: 10px;
	font-size: 1.3em;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 60px;
	right: 100px;
	opacity: 1.5 !important;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
	background-color: darkred;
	color: gold !important;
	padding: 5px;
	border-radius: 10px;
}

.close:hover,
.close:focus {
    color: gold;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
.rrts
{
	padding: 10px 10px;
}
.rrls{
	border: 1px solid #ebebeb;
	font-family: 'Yanone Kaffeesatz',sans-serif;
    font-size: 1.7em;
}
.smlrtrkimg
{
	height: 200px;
    width: 100%;
}
.lgo{
	height:110px;
}
.div-table {
	display: table;         
	width: 100%; 
    background: #f4f1ea;
	font-size: 1.2em;  
	border-spacing: 5px; /* cellspacing:poor IE support for  this */
  }
  .div-table-row {
	display: table-row;
	width: 100%;
	clear: both;
  }
  .div-table-col {
	float: left; /* fix for  buggy browsers */
	display: table-column;         
	width: 33%;   
  }
  /*3 4 5 star hotels*/
  .card81 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #ebebeb;
    border-radius: .25rem;
}
.card81-body {
    flex: 1 1 auto;
}
.btn1-primary {
    color: gold;
    background-color: darkred;
    border-color: darkred;
    padding: 13px 21px;
	font-size: 1.6em;
    font-family: 'Yanone Kaffeesatz';
}
.btn1-primary:hover
{
    color: gold;
}
.card81-title {
    margin-bottom:0rem;
    text-align: center;
    font-family: 'Yanone Kaffeesatz';
    font-size: 2em;
    text-shadow: 0 0 black;
}
.card81-text {
    /* margin: 3%; */
    text-align: center;
    /* font-family: 'Yanone Kaffeesatz'; */
    /* font-size: 2em; */
}
.spl
{
	padding: 10px 10px;
}
.card-horizontal {
	display: flex;
	flex: 1 1 auto;
	padding: 14px;
    padding-left: 0px;
	padding-bottom: 10px;
  }
  /*near by attractions*/
  .cardnba {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
	border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-radius: .25rem;
	background: #f4f1ea;
	text-transform: capitalize;
}


.btn2-primary {
    color: gold;
    background-color: darkred;
    border-color: darkred;
    padding: 7px 11px;
    font-size: 1.2em;
    font-family: 'Yanone Kaffeesatz';
}
.btn2-primary:hover
{
    color: gold;
}
.cardnba-title
{
	text-transform: capitalize;
	font-family: 'Yanone Kaffeesatz';
}
.ganimg
{
	padding:30px 10px;
}
.thitwr
{
	color:gold;
	font-size: 0.5em;
}
.simi1
{
/* background: #515151; */
    color: white;
    padding: 10px 10px;
}
.img5star img
{
height: 230px;
width: 100%;
border-radius: 10px;
margin-bottom: 10px;
}
.img5star a
{
	color: white;
    font-size: 1.8em;
    font-family: 'Yanone Kaffeesatz';
}
.img5star a:hover
{
	color:white;
}

.bxlr {
	background-color: lightgrey;
     width: 200px;
    /* border: 15px solid green; */
    padding: 21px;
    /* margin: 20px; */
    color: darkred;
    font-size: 1.8em;
    font-family: 'Yanone Kaffeesatz';
	text-shadow: 0 0 black;
}
.nls{
	/* font-family: mallory,Helvetica Neue,Helvetica,Arial,sans-serif; */
	font: 50%/1.4 mallory;
	font-size: 12px;
	padding: 10px;
}
.romtmpe{
	border: 1px solid #ebebeb;
	/* background: #f7f7f7; */
	
}
.rmte{
	/* background-color: #f7f7f7; */
	font-family: 'Yanone Kaffeesatz';
    font-size: 20px;
	border-bottom: 1px solid #ebebeb;

}
.rmte1{
	color: green;
    text-shadow: 0 0 green;
    padding-top: 10px;
    text-align: center;
	font-size: 1.8em;
    font-family: 'Yanone Kaffeesatz';
}
.bxlr1 {
    background-color: lightgrey;
    width: 150px;
    /* border: 15px solid green; */
    padding: 6px;
    /* margin: 20px; */
    /* color: gold; */
    font-size: 1.4em;
    font-family: 'Yanone Kaffeesatz';
    /* border: 3px solid gold; */
    text-align: center;
    font-style: bold;
    font-weight: bolder;
}
.nls1{
    font-family: 'Yanone Kaffeesatz';
    /* background-color: #f7f7f7; */
    border-top: none !important;
	width: 28%;
	border-right: 1px solid #ebebeb;
}
.bxsdw{
	box-shadow: 1px solid #ebebeb;

}

.dlysmry1
{
	background: darkgray;
	font-size: 1.5em;
    font-family: 'Yanone Kaffeesatz';
}
.dlysmry1 td{
    font-size: 20px;
	padding: 10px;
}
.smrydly td
{
	border-bottom: 1px solid #ebebeb;
	/*line-height: 2.6;*/
	font-family: 'Yanone Kaffeesatz';
    font-size: 20px;
	padding: 10px;
    text-shadow: 0 0 black;
}

 .smry{
	 padding: 10px;
	 padding-bottom:0;
	 background-color: white;
 } 
 .hglts{
	font-size: 12px !important;
    line-height: 1.6;
    margin: 0 0 15px;
    /* font-family:mallory,Helvetica Neue,Helvetica,Arial,sans-serif; */
    font: 50%/1.4 mallory;
    text-align: justify;
	padding-left: 0px;
 }
 .hglts1
 {
	padding-left: 0px !important;
	font-size: 12px;
 }
 .whinc{
	font-family: 'Yanone Kaffeesatz';
	font-size: 20px;
 }
 .mlstrekover
 {
	text-transform: uppercase;
	text-align: center;
	font-family: 'Yanone Kaffeesatz';
	color:#3b3f42;
	/*text-shadow:0px 0px black;*/
 }
 .rtsprsn
 {
	font-size: 20px;
	font-family: 'Yanone Kaffeesatz' !important;
	font-weight: 400 !important;
	text-shadow:0px 0px black;
 }
 .rtsprsn1
 {
	text-shadow: 0px 0px black;
 }

/*tour page*/
.tour_header {
	padding: 10px 10px;
}
.tour_header h1
{
	text-align: left;
}
.trrimg{
	background-image: url(../images/hotel/1.jpg);
	height: 400px; 
	width:100%;
}
.slideshowContainer1 {
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 600px;
  }
/*Trekking Page*/
.pddng{
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.bhutanpoiimg
{
	height: 140px;
    width: 100%;
}
.pdngspc{
	padding-right: 0px !important;
}
.pdngrght{
	padding-right: 5px !important;
}
.drutrek
{
	padding:30px 10px;
	padding-left: 0px;
}
.drkmls
{
	padding-top: 7px;
}
.fafaicons
{
	font-size: 39px;
	padding: 10px 10px;
}
.spctbl
{
	padding-left:10px;
	font-size: 20px;
}
.mapsection
{
	color: white;
	background: #515151;
	padding: 15px 15px;
}
.itrglry
{
	text-align: left;
	 color: black;
	 font-family: 'Yanone Kaffeesatz';
}
.rtstrek
{
   background: darkgray;
}
.simiclr
{
	color: white;
	font-family: 'Yanone Kaffeesatz';
}
.glryclr
{
	color: white;
	font-family: 'Yanone Kaffeesatz';
}
.hgltsclr
{
	color: gold;
	margin-right: 10px;
}
/*blog page*/
.blgig
{
	width:100%;
	border-radius: 10px;
}
.blgsp
{
	padding:30px;
}
/*event tour*/
.accordiongg {
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: inherit;
	transition: 0.4s;
	background-color:darkgray;
	color: black;
	text-shadow:  0px 0px black;
	margin-bottom: 5px;
	LETTER-SPACING: 2PX;
  }
  .accordiongg:focus {
    outline: none !important;
   /* border:1px solid red;
    box-shadow: 0 0 10px #719ECE;*/
}
  
  .active1, .accordiongg:hover {
	background-color:darkgray;
	color: black;
	
  }
  
  .accordiongg:after {
	content: '\002B';
	float: right;
	margin-left: 5px;
	color: black;
  }
  
  .active1:after {
	content: "\2212";
  }
  .panel6 {
	padding:0px 18px;
  font-size:x-small;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color: black;
}

.pnlimg
{
	width: 100%;
}
#itinerary1 {
padding-bottom: 10px;
}
.itnevepa
{
	padding: 0px;
}
/*day tour*/
.dytur
{
	width: 100%;
	/* height: auto; */
    height: 100vh;
}
@media (max-width: 666px) {
	.dytur
	{
		width: 100%;
		/* height: auto; */
		height: 40vh;
	}
}
.dyturr
{
	width: 100%;
}
.dytur1
{
	padding: 0px !important;
}
.icnbfsp
{
	width: 100%;
    height: 90px;
    padding: 10px;
}
.icnbf{
	text-align: center;
}
.accordionn {
	background-color: white;
	color: black;
	cursor: pointer;
	padding: 12px;
	width: 100%;
	border: none;
	text-align: left;
	outline: 0 !important;
	transition: 0.4s;
	font-size: 0.5em;
	text-shadow:  0px 0px black;
	margin-bottom: 0px;
	background: lightgray;
  }
  .accordionn:after {
	content: '\002B';
	float: right;
	margin-left: 5px;
  }
  .active1:after {
	content: "\2212";
  }
  .panell {
	padding:0px 18px;
  font-size:x-small;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color: black;
  margin-top: 4px;
  border: 1px solid #cecece;
}
/*slider*/
.testimonial-slider {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 30px;
    text-align: center;
 }
 
 .testimonial-slider ul.slider {
	display: block;
	list-style: none;
	padding: 0;
	position: relative;
	display: inline-block;
	width: 100%;
	height: 350px;
	overflow: hidden;
	margin: 0 auto;
	font-size: 3.3em;
    /* font-family: mallory,Helvetica Neue,Helvetica,Arial,sans-serif !important; */
    font: 50%/1.4 mallory;
 }
 
 .testimonial-slider ul.slider li {
	 position: absolute;
	 display: block;
	 width: 100%;
	 opacity: 0;
	 margin: 0 auto;
 }
 .testimonial-slider ul.slider li:nth-child(1) {
	 opacity: 1;
 
	 -webkit-animation: fade-animation-1 25s infinite;
			 animation: fade-animation-1 25s infinite;
 }
 .testimonial-slider ul.slider li:nth-child(2) {
	 -webkit-animation: fade-animation-2 25s infinite;
			 animation: fade-animation-2 25s infinite;
 }
 .testimonial-slider ul.slider li:nth-child(3) {
	 -webkit-animation: fade-animation-3 25s infinite;
			 animation: fade-animation-3 25s infinite;
 }
 .testimonial-slider ul.slider li:nth-child(4) {
	 -webkit-animation: fade-animation-4 25s infinite;
			 animation: fade-animation-4 25s infinite;
 }
 
 .testimonial-slider q {
	display: inline-block;
	/* font-family:mallory,Helvetica Neue,Helvetica,Arial,sans-serif; */
	font: 50%/1.4 mallory;
    font-size: 0.7em;
 }
 
 .testimonial-slider .source {
	 margin-top: 25px;
	 color: black;
	 /* font-family:mallory,Helvetica Neue,Helvetica,Arial,sans-serif; */
	 font: 50%/1.4 mallory;
	 font-size: 0.5em;
	 text-align: center;
 }
 
 /* KEYFRAME DECLARATIONS */
 @keyframes fade-animation-1 {
	 0%, 25%, 100% {
		 opacity:0
	 }
	 3%, 22% {
		 opacity: 1;
	 }
 }
 @keyframes fade-animation-2 {
	 0%, 25%, 50%, 100% {
		 opacity:0
	 }
	 28%, 47% {
		 opacity: 1;
	 }
 }
 @keyframes fade-animation-3 {
	 0%, 50%, 75%, 100% {
		 opacity:0
	 }
	 53%, 72% {
		 opacity: 1;
	 }
 }
 @keyframes fade-animation-4 {
	 0%, 75%, 100% {
		 opacity:0
	 }
	 78%, 97% {
		 opacity: 1;
	 }
 }
 
 @-webkit-keyframes fade-animation-1 {
	 0%, 25%, 100% {
		 opacity:0
	 }
	 3%, 22% {
		 opacity: 1;
	 }
 }
 @-webkit-keyframes fade-animation-2 {
	 0%, 25%, 50%, 100% {
		 opacity:0
	 }
	 28%, 47% {
		 opacity: 1;
	 }
 }
 @-webkit-keyframes fade-animation-3 {
	 0%, 50%, 75%, 100% {
		 opacity:0
	 }
	 53%, 72% {
		 opacity: 1;
	 }
 }
 @-webkit-keyframes fade-animation-4 {
	 0%, 75%, 100% {
		 opacity:0
	 }
	 78%, 97% {
		 opacity: 1;
	 }
 }
 .trsp
 {
	 text-align: left;
 }
 .lclimt
 {
	font-size: 1.5em;
    line-height: 1.6;
    margin: 0 0 15px;
    /* font-family:mallory,Helvetica Neue,Helvetica,Arial,sans-serif; */
	font: 50%/1.4 mallory;
    text-align: justify;
    padding-left: 0px;
 }
 .lclimt1
 {
	font-size: 0.5em;
    line-height: 1.6;
    margin: 0 0 15px;
    /* font-family:mallory,Helvetica Neue,Helvetica,Arial,sans-serif; */
	font: 50%/1.4 mallory;
    text-align: justify;
    padding-left: 0px;
 }
 .entevent
 {
	font-family: 'Yanone Kaffeesatz';
    font-size: 24px;
 }
 .itnnlry
 {
	letter-spacing: 2px;
	color:black;
	font-size: 24px;
	/* text-shadow: 0 0 black; */
	padding-left: 0px;
	font-family: 'Yanone Kaffeesatz';
 }
 .itryll
 {
	color: #860328;
	font-family: 'Yanone Kaffeesatz';
	margin-left: -2px;
 }
 /*fixed departures*/
 .fddrs
 {
	background: lightgray;
 }
 .fddrs :hover
 {
	 background-color: white;
 }
 .fxddept
 {
	background: lightgrey;
 }
 .fdcnt
 {
	 padding: 10px 10px;
 }
 .fxddpticnsze
 {
	font-size: 10px !important;
 }
 .fdcnt1
 {
	height: 290px;
    width: 100%;
	border-radius: 10px;
 }
 .fdcnul
 {
	font-size: 1.5em !important;
    line-height: 1.6;
    margin: 0 0 15px;
    /* font-family:mallory,Helvetica Neue,Helvetica,Arial,sans-serif; */
	font: 50%/1.4 mallory;
    text-align: justify;
    padding-left: 0px;
 }
 
.simple-gallery {
	width: 60%;
  }
  .simple-gallery img {
	width: 100%;
  }
  .simple-gallery ul {
	list-style-type: none;
	line-height: 0;
  }
  .simple-gallery .simple-gallery--preview {
	width: 74%;
	float: left;
	margin-right: 2%;
  }
  .simple-gallery .simple-gallery--thumbs {
	width: 22.2%;
	float: left;
  }
  .simple-gallery .simple-gallery--thumbs ul li {
	margin-bottom: 10%;
  }
  /*carrental*/
  .crrental
  {
	  padding: 10px;
  }
  .crrental1
  {
	/* border-bottom: 1px solid #dcdcdc; */
	padding: 10px;
  }
  .itnnlry1 {
    letter-spacing: 2px;
    color: black;
    font-size: 2.3em;
    font-weight: 700;
    padding-left: 0px;
    font-family: 'Yanone Kaffeesatz';
  }
  .lowry
  {
	padding-bottom: 10px;
    padding-left: 0px !important;
  }
  .lory{
	border-bottom: 1px solid #ebebeb;
	
    /* padding-top: 1%; */

  }
  .icndp
  {
	text-align: center;
    padding-bottom: 10px;
	font-size:1.5em;
  }
  .crrntl{
	border: 1px solid #ebebeb;
    height: 38px;

  }
  .cltty{
	padding: 10px;
    padding-left: 0px;
	padding-right: 0px;
	column-gap: 10px;
  }
  .cltty1
  {
	background: #e3e3e3;
    padding: 10px !important;
	margin-bottom: 5%;
	border-radius: 10px;
	transition: transform .3s ease;
  }
  .cltty1:hover
  {
	background: #e3e3e3;
    padding: 10px !important;
	margin-bottom: 5%;
	border-radius: 10px;
	transform: scale(1.05);
  }
  .crrntimg
  {
	height: 160px;
	margin-bottom: 6px;
	width: 100%;
	border-radius: 10px;
  }
  .calebri
  {
	  border-bottom: 1px solid #ebebeb;
  }
  .calebri1
  {
	display: inline-block;
    background: #fff;
    padding: 7px 10px;
    line-height: normal;
    font-size: 16px;
    text-transform: lowercase;
    border: 1px solid #ebebeb;
    border-radius: 2px;
	margin-left: 8%;
	margin-right: 30px;
	text-shadow: 0 0 black;
	font-family: 'Yanone Kaffeesatz';
  }
  .bton{
          border: none;
        padding: 5px 10px;
        background: #860328;
        cursor: pointer;
        color: gold;
        font-size: 16px;
        /* font-family: "; */
        outline: 0;
        font-family: 'Yanone Kaffeesatz', sans-serif;
        border-radius: 3px 3px 0 0;
        margin-left: 43px;
  }
  .algend
  {
	text-align: end;
  }
 .algrnd
  {
    padding-left: 0px  !important;
  }
  .algd{
	  text-align: center;
  }
  .crrtl
  {
	height: 31px;
	margin-left: -1%;
  }
  .tbbtn {
    display: block;
    color: gold;
    text-decoration: none;
    background: #333;
	padding: 9px 20px;
	font-family: 'Yanone Kaffeesatz';
    font-size: 2em;
	padding-bottom: 52px;
}	
.fntbtn
{
	text-align: center;
    /* font-family: 'Yanone Kaffeesatz'; */
    /* font-size: 2.1em; */
	font-size: 18px;
	/* text-shadow: 0 0 black; */
}
.styftn{
	text-align: center;
    /* font-family: 'Yanone Kaffeesatz'; */
    /* font-size: 2.1em; */
	font-size: 12px;
    /* text-shadow: 0 0 black; */
}
.roundimg
{
    height: 120px;
	width: 135px;
}
.whytrl
{
	/* padding: 50px; */
	min-height: 400px;
	background-color: #3d3333;
	color: white;
}
.whtplpr
{
	padding: 20px;
	background-color: lightgray;
}
/* .mtrsp{
	padding: 20px
	;
}
.mtrsp1
{
	padding: 10px;
    border: 1px solid #dcdcdc;
	height: 215px;
} */
.rptst
{
	height: 300px;
    width: 100%;
	border-radius: 10px;
}
.rtssp{
	height: 125px;
}
.hwitwks
{
	/* padding: 20px; */
	background-color: white;
}
/*contact form*/
.cntctus h4{
	color: darkred;
    text-shadow: 0 0 darkred;
	font-size: 26px;
}
/* Style inputs */
input[type=text], select, textarea {
	/* width: 100%;
	padding: 12px;
	border: 1px solid #ebebeb;
	margin-top: 6px;
	margin-bottom: 16px; */
	resize: vertical;
	width: 100%;
    padding: 5px;
    border: 1px solid #ebebeb;
    margin-top: 6px;
    margin-bottom: 10px;
    resize: vertical;
  }
  
  input[type=submit] {
	background-color: darkred;
    color: gold;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    margin-top: 15px;
    font-size: 1.3em;
	margin-left: 20%;
  }
  
  input[type=submit]:hover {
	background-color: darkred;
  }
  .cntctus
  {
	 padding: 20px;
  } 
.cntctus label
{
	font-size: 1.9em;
	text-shadow: 0 0 black;
    font-family: 'Yanone Kaffeesatz';
}
.spincnt
{
	padding-left: 6px;
}
.imgwbp
{
	width: 100%;
	max-width:97%;
}
/* The popup form - hidden by default */
.form-popup {
	display: none;
	position: fixed;
	bottom: 0;
	right: 400px;
	z-index: 9;
  }
  
  /* Add styles to the form container */
  .form-container {
	max-width: 500px;
    background-color: white;
    padding: 10px;
  }
  
  /* Full-width input fields */
  .form-container input[type=text], .form-container input[type=password] {
	width: 100%;
	padding: 15px;
	margin: 5px 0 22px 0;
	border: none;
  }
  
  /* When the inputs get focus, do something */
  .form-container input[type=text]:focus, .form-container input[type=password]:focus {
	background-color: #ddd;
	outline: none;
  }
  
  /* Set a style for the submit/login button */
  .form-container .btn {
	background-color: darkred;
    color: gold;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    font-family: 'Yanone Kaffeesatz';
    font-size: 2em;
  }
  
  /* Add a red background color to the cancel button */
  .form-container .cancel {
	background-color: white;
    color: black;
    text-align: right;
    /* width: 0%;
    /* margin-right: 1%; */
    /* margin-left: 90%;
    width: 0px;
    padding: 0px; */ 
  }
  /* Add some hover effects to buttons */
  .form-container .btn:hover, .open-button:hover {
	opacity: 1;
  }
  .lblnme label
  {
	display: inline-block;
    margin-bottom: 0.5rem;
    font-family: 'Yanone Kaffeesatz';
    font-size: large;
    text-shadow: 0 0 black;
  }
  .whytrvlhght
  {
	background: darkgray;
    min-height: 270px;
	padding: 20px;
	border-radius: 10px;
  }
  .whttrvlus
  {
	padding: 15px 20px;
  }
  .whytrvlborder
  {
	  border-bottom: 1px solid #ebebeb;
  }
.icnwhytrvl
{
	height: 45px;
    padding-left: 35%;
	margin-top: -18%;
}
.whttrvlbh
{
	column-gap: 10px;
    margin: auto;
    padding-top: 25px;
}
.htlcrd
{
	width: 14%; 
	height: 63px;
}

.htlcd{
padding-top:1px;
}
#contact1 input[type="text"],
#contact1 input[type="email"],
#contact1 input[type="tel"],
#contact1 select[type="select"],
#contact1 textarea, select
#contact1 button[type="submit"] {
  /* font: 400 13px/16px mallory,Helvetica Neue,Helvetica,Arial,sans-serif; */
  font: 400 13px/16px mallory;
}
.fnt
{
	/* font: 400 14px/16px mallory,Helvetica Neue,Helvetica,Arial,sans-serif; */
	font: 400 14px/16px mallory;
}
#contact1 {
	background: #F9F9F9;
	padding-left: 25px;
	margin: 40px 0;
	padding: 30px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  }
  
#contact1 h3 {
	display: block;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 10px;
  }
  
  #contact1 h4 {
	margin: 5px 0 15px;
	display: block;
	font-size: 13px;
	font-weight: 400;
  }
  
#contact1 input[type="text"],
#contact1 input[type="email"],
#contact1 input[type="tel"],
#contact1 select[type="select"],
#contact1 textarea {
  width: 100%;
  border: 1px solid #ebebeb;
  background: #FFF;
  margin: 0 0 20px;
  padding: 10px;
}

#contact1 input[type="text"]:hover,
#contact1 input[type="email"]:hover,
#contact1 input[type="tel"]:hover,
#contact1 select[type="select"],
#contact1 textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #ebebeb;
}

#contact1 textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact1 button[type="submit"] {
  cursor: pointer;
  border: none;
  background: #86031f;
  color: gold;
  margin: 0 0 5px;
  padding:5px 10px;
  font-size: 19px;
  text-shadow: 0 0 gold;
  font-family: 'Yanone Kaffeesatz';
}

#contact1 button[type="submit"]:hover {
  background: #86031f;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact1 button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact1 input:focus,
#contact1 textarea:focus {
  outline: 0;
  border: 1px solid #ebebeb;
}

/*enquire now*/
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact select[type="select"],
#contact textarea, select
#contact button[type="submit"] {
  /* font: 400 14px/16px mallory,Helvetica Neue,Helvetica,Arial,sans-serif; */
  font: 400 14px/16px mallory;
}

#contact {
  background: #F9F9F9;
  padding-left: 25px;
  margin: 40px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}


#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact select[type="select"],
#contact textarea {
  width: 100%;
  border: 1px solid #ebebeb;
  background: #FFF;
  margin: 0 0 20px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact select[type="select"],
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #ebebeb;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  border: none;
  background: #86031f;
  color: gold;
  margin: 0 0 5px;
  padding: 4px 10px;
  font-size: 19px;
  text-shadow: 0 0 gold;
  font-family: 'Yanone Kaffeesatz';
}

#contact button[type="submit"]:hover {
  background: #86031f;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #ebebeb;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

/* Style the tab */
#tab {
	background: #333;
    font-family: 'Yanone Kaffeesatz';
	text-align: center;
  }
  
  /* Style the buttons inside the tab */
  #tab button {
	background-color: inherit;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 18px 21px;
	transition: 0.3s;
	font-size: 19px;
	color: white;
  }
  
  /* Change background color of buttons on hover */
  #tab button:hover {
	color: white;
  }
  
  /* Create an active/current tablink class */
  #tab button.active {
	color: white;
  }
  
  /* Style the tab content */
   .tabcontent {
	/* display: none;
	padding: 6px 12px;
	border: 1px solid #ebebeb; */
	padding-top: 10px;
	border-top: none;
	background-color: white;
  }

  /*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team {
	background-color: white;
  }
  
  .team .member {
	text-align: center;
	margin-bottom: 80px;
	position: relative;
  }
  
  .team .member .pic {
	border-radius: 4px;
	overflow: hidden;
  }
  
  .team .member img {
	  transform: scale(1.1);
	transition: all ease-in-out 0.4s;
  }
  
  .team .member:hover img {
	transform: scale(1.1);
  }
  
  .team .member .member-info {
	position: absolute;
	left: 0px;
	right: 0px;
	background: white;
	/* border-bottom: 1px solid #ebebeb; */
	padding: 2px 0;
	border-radius: 4px;
  }
  
  .team .member h4 {
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 20px;
	color:black;
	position: relative;
	padding-bottom: 10px;
  }
  
  .team .member h4::after {
	content: '';
	position: absolute;
	display: block;
	width: 50px;
	height: 1px;
	
	bottom: 0;
	left: calc(50% - 25px);
  }
  
  .team .member span {
	font-style: italic;
	display: block;
	font-size: 35px;
	color: gold;
  }
  
  .team .member .social {
	margin-top: 7px;
  }
  
  .team .member .social a {
	transition: color 0.3s;
    color: #860328;
    font-size: 20px;
    font-family: 'Yanone Kaffeesatz';
    text-shadow: 0 0 #860328;
    text-decoration: underline;
	cursor: pointer;
  }
  
  .team .member .social a:hover {
	color: #860328 !important;
	text-decoration: underline !important;
  }
  
  .team .member .social i {
	font-size: 16px;
	margin: 0 6px;
  }
  
  @media (max-width: 992px) {
	.team .member {
	  margin-bottom: 100px;
	  min-height: 280px;
	}
	.whytrvlhght{
		margin-bottom: 35px;
	}
  }
  /*flipcard*/
  .image
  {
	width: 100%;
    height: 230px;
  }
 /*bhutan travelresources*/
 .accor {
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 2.2em;
	transition: 0.4s;
	background-color:darkgray;
	color: black;
	text-shadow:  0px 0px black;
	margin-bottom: 5px;
	LETTER-SPACING: 2PX;
	font-family: 'Yanone Kaffeesatz';
	padding-left: 5px;
  }
  .accor:focus {
    outline: none !important;
   /* border:1px solid red;
    box-shadow: 0 0 10px #719ECE;*/
}
  
  .active1, .accor:hover {
	background-color:darkgray;
	color: black;
	
  }
  
  .accor:after {
	content: '\002B';
	float: right;
	margin-left: 5px;
	color: black;
  }
  
  .active1:after {
	content: "\2212";
  }
  .pan {
	padding:0px 18px;
  font-size:x-small;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color: black;
} 
.lftpd{
	padding-left: 4px;
}
.list__link--arrowless {
    display: inline-block;
    padding: 5px 15px 5px 0;
    color: #a70a2c;
}
.list__link {
    text-decoration: none;
    line-height: 1.1;
	width: 100%;
	/* border-bottom: 1px solid #ebebeb; */
}
.list--arrows {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
	font-family: 'Yanone Kaffeesatz';
    font-size: 20px;
    text-shadow: 0 0 black;
}
.questionicon
{
	color: #860328;
	font-size: 1.4em !important;
	padding-right: 20px;
}
                                  
 .fntsze{
	 font-size: 23px !important;
 }
 /*search button*/
 .text-center{
	text-align: center;
 }
.new_social> a{
	text-decoration: none !important;
}

.list_travel_with li{
	list-style-type: none;
	font-size: 12px;
    line-height: 1.5;
    margin-top: 2%;
    margin-bottom: 3%;
}
.list_travel_with li i{
	color: #A7092C;
	margin-right: 2%;
}
.pad-right{
	padding-left: 5px !important;
	padding-right: 5px !important;
}
@media screen and (min-width: 900px) {
	.search_box_size{
		width: 450px;
	}
}
.search-box{
  width: 100%;
  height: 60px;
  position: relative;
  display: flex;

}
.search-input{
  width: 100%;
  padding: 10px;
  border: 4px solid #860328;
  border-radius:10px 0 0 10px ;
  border-right: none;
  outline: none;
  font-size: 18px;
  color: #ffffff;
  background: none;
}
.search-button{
 text-align: center;
height: 46px;
width: 40px;
outline: none;
cursor: pointer;
border: 4px solid #860328;
 border-radius: 0 10px 10px 0 ;
border-left: none;
background: none;
font-size: 18px;
border-left: 4px solid #860328;
margin-top: 5px;
}
.search-button i{
    color: #ffffff;
}


/* tripadvisor */
.cdsROW.wide {
	width: 450px !important;
	height: 47px !important;
	border-radius: 10px !important; 
}
.cdsROW.wide .cdsLocName a {
    line-height: 100%;
    white-space: nowrap !important;
}
.cdsROW.wide .cdsROWContainer .cdsComponent {
	max-width: 180px !important;
	border-radius: 10px 0px 0px 10px !important;
	/* background-color: red; */
}

.mr-b-5{
	margin-bottom: 0;
}
/* .cdsROW.wide .cdsROWContainer .cdsComponent {

} */
/* tripadvisor ends */

.holiday_idea > img{
	border-radius: 10px;
}
.holiday_idea > img:hover{
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
/* .holiday_idea>h2{
	padding: 0 5px;	
}
.holiday_idea>p{
	padding: 0 5px;	
} */
.card_heading{
	margin-bottom: 0px !important;
}
.rating_banner{
	padding-top: 10px; 
	padding-bottom: 10px;
}
.card-border{
	border-radius: 10px !important;
}
.card-border>.card-img-top{
	border-radius: 10px 10px 0px 0px;
}
.content>.img-radius{
	border-radius: 10px;
}
.modal_image{
	border-radius: 10px;
	max-height:100%;
}
.tours-over-p>span{
	color: #000000 !important;
	font-size: 12px !important;
	line-height: 1.6 !important;
	margin: 0 0 10px !important;
	/* font: 50%/1.4 mallory; */
	font-family: mallory,Helvetica Neue,Helvetica,Arial,sans-serif !important;
	text-align: justify !important;
}
.selectbox-size{
	font-size: 20px;
}
.t-heading{
	font-size: 12px;
}
/* .climate_heading>.IsZvec{
	font-size: 12px !important;
	max-width: 500px !important;
} */
.phw {
        font-size: 15px;
    padding-top: 15px;
}

@media screen and (min-width: 660px) {
	.desktop{
		display: block;
	}
	.mobile{
		display: none;
	}
}
@media screen and (max-width: 660px) {
	/* .TA_cdsratingsonlywide{
		display: inline-grid !important;
	} */
	.desktop{
		display: none;
	}
	.mobile{
		display: block;
	}
	.left-bar{
		padding-top: 0px;
		border-right: 0px solid #ffffff;
	}
	.rating-bar__traveler-graphic{
		width: 300px;
	}
	.cdsROW.wide .cdsROWContainer{
		display: inline-grid !important;
		width: 100% !important;
	}
	.cdsROW.wide {
		width: 300px !important;
		height: 90px !important;
		border-radius: 10px !important; 
	}
	.cdsROW.wide .cdsLocName a {
		line-height: 100%;
		/* white-space: nowrap !important; */
	}
	.cdsROW.wide .cdsROWContainer .cdsComponent {
		max-width: 100% !important;
		border-radius: 10px 10px 0px 0px !important;
		padding-top: 2%;
		margin-bottom: 1%;
	}
	.mr-b-5{
		margin-bottom: 5%;
	}
	.whytrl
	{
		height: 100%;
		padding: 5%;
	}
	.hwitwks{
		padding: 5%;
	}
	footer .aito
	{
		margin: 0 10px 0 0;
	}
	.de-flex-small{
		display: block !important;
	}
	.card-border {
    	border-radius: 10px !important;
    	margin-bottom: 30px;
	}
	.crdht
	{
		margin-left: 33%;
		margin-bottom: 10px;
		margin-top: 5%;
	}
	.card{
		min-height: 370px;
	}
	.js-mobile-nav{
		display: none;
	}
	.js-mobile-toggle-area_2{
		display: none;
	}
	.right-bar{
    	/*padding-left: 10%;*/
	}

}
.whytravel:hover {
    -webkit-box-shadow: 4px 4px 11px -5px rgba(255,217,0,1);
    -moz-box-shadow: 4px 4px 11px -5px rgba(255,217,0,1);
    box-shadow: 4px 4px 11px -5px rgba(255,217,0,1);
}
.lgs a{
    width: calc(25% - ((20px * 3) / 4));
    position: relative;
}
@media only screen and (max-width: 600px) {
    .lgs a{
        width: calc(25% - ((20px * 3) / 2));
        position: relative;
    }
}
.automargin {
    margin-top:auto;
    margin-bottom:auto;
}

@media only screen and (max-width: 600px) {
    .flex-row-reverse {
        -ms-flex-direction: row-reverse!important;
        flex-direction: inherit !important;
    }
}

.shadow3 {
    padding: 4%;
    box-shadow: rgb(0 0 0 / 30%) 10px 19px 38px, rgb(0 0 0 / 22%) 0px 15px 12px;
}

