

/*------------------------------------------------------------------------------------------*/
/* Defaults & Reset of specific styles across browsers */
/*------------------------------------------------------------------------------------------*/

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, blockquote, th, td {
    margin: 0;
    padding: 0;
    direction: ltr;
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

p {
    line-height: 25px;
}

.row img {
    height: auto;
    max-width: 100%;
	margin-bottom: 32px;
}

a {
    text-decoration: none;
    line-height: inherit;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
	    outline: none !important;
}


a:focus {
    outline: none !important;
}


iframe {
    border: 0 !important;
}






/*------------------------------------------------------------------------------------------*/
/* Layout Elements */
/*------------------------------------------------------------------------------------------*/


.container {
    max-width: none; 
    padding: 0 20px;
    margin: 0 auto;
}


/* Rows and Columns */

.row {
    max-width: 1245px;
    margin: 0 auto;
    /* padding: 48px 16px; */
	padding: 16px;
    position: relative;
}

.no-padding-bottom .row, .no-padding-bottom div, .no-padding-bottom.row {
    padding-bottom: 0;
}

.no-padding-top.row, .no-padding-top div {
    padding-top: 0;
}

.big-padding-top {
    padding-top: 75px !important;
}

.big-padding-bottom {
    padding-bottom: 85px !important;
}


/* Targets all elements */

[class*='col-'] {
    float: left;
    padding: 20px;
}


/* Clearfix */

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


/* Main Widths */

.col-1 {
    width: 100%;
}

.col-2 {
    width: 50%;
}

.col-3 {
    width: 33.33%;
}

.col-4 {
    width: 25%;
}

.col-5 {
    width: 20%;
}

.col-6 {
    width: 16.6666666667%;
}

.col-7 {
    width: 14.2857142857%;
}

.col-8 {
    width: 12.5%;
}

.col-9 {
    width: 11.1111111111%;
}

.col-10 {
    width: 10%;
}

.col-11 {
    width: 9.09090909091%;
}

.col-12 {
    width: 8.33%;
}

.col-2-3 {
    width: 66.66%;
}

.col-3-4 {
    width: 75%;
}

.col-9-10 {
    width: 90%;
}

/* Golden Ratio */
.col-61 {
    width: 61.8%;
}

.col-38 {
    width: 38.2%;
}







/* ----- Forms ----- */ 



form {
	margin: auto;
} 

label {
	display: block; 
	font-weight: 600; 
	margin-bottom: 16px; 
	color: #ffffff;
} 

input, textarea {
	display: inline-block; 
	width: 100%; 
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
	background-color: #f5f5f5; 
	border: none; 
	outline: none;
	resize:vertical; 
	padding-left: 8px;
}

input {
    height: 50px;
    margin: 20px 0;
    line-height: normal;
    font-size: 16px;
	margin-right: 16px;
}

input[type=submit] {
	 margin: auto; 
	text-align: center; 
	margin-top: 16px; 
	cursor: pointer; 
}

.radio-block {
	display: inline-block; 
	margin-right: 16px;
}

.radio input[type="radio"] {
	position:relative; 
	top:0; 
	left:0; 
	opacity:0; 
	width:40px; 
	height:40px;
}

input[type="radio"] {
	width:40px; 
	height:40px; 
	color: #2a3241; 
	margin-top: 10px;
}

label.radio-label {
	display: inline-block; 
	font-size: 14px; 
	vertical-align: middle; 
	margin-bottom: 0px;
}

.checkbox {
	display: inline-block; 
	/*width: 19%; */
	text-align: center;
}

input[type="checkbox"] {
	display: block; 
	width:40px; 
	height:40px; 
	background-color: #f5f5f5; 
	border: none; 
	outline: none;
	resize:vertical; 
	padding-left: 8px;
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

input[type="checkbox"] {

} 



@media all and (max-width: 620px) { 
	
.checkbox label.radio-label {
	margin-top: 8px;
	}

.checkbox {width: 49%; 
	margin-bottom: 8px;
	}
	
}








/* --------- Buttons ---------- */




button {
    font-size: 16px;
	margin-top: 16px;
    margin-right: 16px;
	padding: 16px 24px;
    height: 50px;
	min-width: 140px;
    text-align: center;
	text-transform: none;
    font-family: 'Montserrat', 'Open Sans', sans-serif, Arial, Helvetica;
    font-weight:600;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block;
	color: #2a3241;
    background: #A4CE39;
	border-radius: 30px; 
	cursor: pointer;
	opacity: 1;
}

button:hover {
    background: #A4CE39;
		opacity: 0.8;
}


.button {
    font-size: 16px;
	margin-top: 16px;
    margin-right: 16px;
	padding: 16px 24px;
    height: 50px;
	min-width: 140px;
    text-align: center;
	text-transform: none;
    font-family: 'Poppins', 'Open Sans', sans-serif, Arial, Helvetica;
    font-weight:600;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block;
	color: #2a3241;
    background: #A4CE39;
	border-radius: 30px; 
	cursor: pointer;
	opacity: 1;
}

.button:hover { 
    background: #A4CE39;
	opacity: 0.8;
}





/* Ghost Button - dark */ 

.ghost-dark {
	color: #2a3241; 
	background: transparent; 
	border: 2px solid #2a3241; 
}

.ghost-dark:hover {
	background: #c1c1c1; 
	color: #2a3241; 
	/* border: 2px solid transparent;  */
}


/* Ghost Button - light */ 

.ghost-light {
	color: #ffffff; 
	background: transparent; 
	border: 1.6px solid #ffffff; 
}

.ghost-light:hover {
	background: #1ca5f9; 
	color: #ffffff; 
	border: 1.6px solid transparent; 
}






/* --------- Images ---------- */

/*Alignment*/

img {
    vertical-align: top;
}

.image-center {
    display: block;
    margin: 0 auto;
}

a img {
    border: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
}

a img:hover {
    opacity: 0.7;
}





/*------------------------------------------------------------------------------------------*/
/* Fonts */
/*------------------------------------------------------------------------------------------*/ 


h1 {
    padding: 20px 0;
}

h2 {
    padding: 14px 0 28px 0;
}

h3 {
    padding: 10px 0;
}

h4 {
    padding: 7px 0;
}

h5 {
    padding: 7px 0;
}

h6 {
    padding: 7px 0;
}

/* Text Alignment */

.text-left {
    text-align: left;
}

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

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

/* Section Headings */

.section-heading {
    padding: 0 0 8px 0;
}

.section-subtitle {
    font-size: 18px;
    padding-top: 0;
}


.section-heading p {
    font-family: 'Poppins', 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 21px; 
    font-weight:600;
    color:#2b2421; 
	line-height: 1.6; 
}




/*------------------------------------------------------------------------------------------*/
/* Typography */
/*------------------------------------------------------------------------------------------*/


body {
    font-family: 'Poppins', 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:16px;
    font-weight:normal;
    color:#111; 
}


/* Standard Headings h1-h6 */

h1 {
    font-family: 'Montserrat', 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 60px;
    line-height: 64px;
    font-weight: 600;
    color:#2b2421;
}




h2 {
    font-family: 'Montserrat', 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 36px;
    font-weight: 600;
    color: #2b2421;
}

h3 {
    font-family: 'Montserrat', 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 30px; 
    font-weight:700;
    color:#2b2421;
}

h4 {
    font-family: 'Montserrat', 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 18px; 
    font-weight:600;
    color:#2b2421; 
	line-height: 1.6; 
}

h5 {
    font-family: 'Montserrat', 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 16px; 
    font-weight:400;
    color:#2b2421;
}

h6 {
    font-family: 'Montserrat', 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 14px; 
    font-weight:400;
    color:#2b2421;
}


p   {
    font-family: 'Poppins', 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 16px;
    font-weight: normal;
    color: #111; 
}


/* Section Title and Subtitle */

.section-title {
    font-family: 'Montserrat', 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 38px; 
    font-weight: 800;
    color: #111;
}

@media all and (max-width: 1024px) {
.section-title {
    padding: 16px;
}
}

.section-subtitle {
    font-family: 'Montserrat', 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 16px;
    font-weight:300;
    color:#9c9c9c;
}

.big-text {
    font-family: 'Montserrat', 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 60px;
    line-height: 64px;
    font-weight: 600;
    color:#2b2421;
}

.big-text-small {
    font-family: 'Montserrat', 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 36px;
    line-height: 36px;
    font-weight:800;
    color:#2b2421;
	margin-bottom: 16px;
}


.sub-heading  {
    font-family: 'Poppins', 'Open Sans', sans-serif, Arial, Helvetica;
	font-size: 16px;
    font-weight:600;
    color:#2b2421; 
	line-height: 1.8; 
}




.Dates {
    background: url(layout/calendar.png) no-repeat;
    background-size: contain;
    background-size: 30px;
    background-position-y: center;
    padding: 0 0 0 50px;
}











/* ----- List ----- */ 


.row li {margin-bottom: 16px;}





/* ----- Drawer ----- */ 




/* close */ 

.close-container {
  position: relative;
  margin: auto;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.leftright {
  height: 4px;
  width: 50px;
  position: absolute;
  margin-top: 24px;
  background-color: #A4CE39;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all .3s ease-in;
}

.rightleft {
  height: 4px;
  width: 50px;
  position: absolute;
  margin-top: 24px;
  background-color: #A4CE39;
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: all .3s ease-in;
}

.close-container:hover .leftright {
  transform: rotate(-45deg);
  background-color: #f96d2b;
}

.close-container:hover .rightleft {
  transform: rotate(45deg);
  background-color: #f96d2b;
}

.close-container:hover label {
  opacity: 1;
}




/* --- slide out panels --- */ 


.panel {
  padding: 20px;
}

.panel-content {
  position: relative;
  background: #ffffff;
  padding: 16px;
  height: 100%;
  overflow: scroll;
  overflow-x: hidden; 
  min-width: 300px;
}

.panel-content::-webkit-scrollbar {
  width: 0px; 
  background: transparent; 
}



/* panel close */ 

.panel-content .close {
    position: absolute;
	right: 16px;
}

.panel-content .close:before {
    position: absolute; 
	right: 60px;
	top: 60px;
}



/* panels */ 


.panel-right {
  z-index: 999999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: #eeeeee;
  position: fixed;
  display: block;
  bottom: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: -110%;
  width: auto;
  height: 100%;
}

.panel-right.expanded {
  right: 0;
}


.panel-right-contact {
  z-index: 999999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: #eeeeee;
  position: fixed;
  display: block;
  bottom: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: -110%;
  width: auto;
  height: 100%;
}

.panel-right-contact.expanded {
  right: 0;
}


.reveal-left {
  float: left;
}

.reveal-right {
  float: right;
} 

.reveal-right-contact {
  float: right;
} 



@media (max-width: 960px) {
	.panel-left, .panel-right {width: 100%;}
}
	









/* --------------------------------------- 
     Overrides & specific additions 
-----------------------------------------*/ 




#Header {
	height: 70px;
	color: #fff;
}



#Header #Logo {
    margin: 6px 10px 0 20px;
}
	
	
	

/* header actions */ 

.header-action {
	display: inline-block;
	float: right;
}

.header-action img {
	vertical-align: middle;
	margin-left: 8px;
	margin-right: 16px;
}

.header-item {
	display: inline-block;
	float: right;
	height: 100%;
    padding: 10px 16px;
    text-transform: none; 
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    -webkit-transition: all .5s;
    transition: all .5s;
	cursor: pointer;
}

.header-item:hover {
    background: rgba(255,255,255,.3);
}

.header-item img {
	vertical-align: middle;
	margin-left: 8px;
}




.header-items {}

.header-items-main {}







/* ----- login form ----- */ 


#LoginForm {
    padding: 16px;
	width: 100%;
    max-width: 400px;
}

form#LoginForm  {
	background: none;
}

#LoginForm p {
    margin: auto;
	margin-top: 16px;
    width: 100%;
    color: #111; 
    text-align: left;
    font-family: 'Poppins', 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 16px;
    font-weight: 600;
} 

#LoginForm a {
	display: block;
	margin: 0;
	margin-left: 0px;
	margin-top: 24px;
    width: 100%;
    text-align: left;
    font-family: 'Poppins', 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 16px;
    font-weight: 600;
	color: #A4CE39; 
}

#LoginForm input {
    width: 100%;
	margin: 16px;
	margin-left: 0;
}

#LoginForm button {
    width: auto; 
	margin: 16px;
	margin-left: 0;
	float: none;
}





/* ----- Contact drawer ----- */ 

.contact-item {
    display: block;
    margin-top: 16px;
    margin-bottom: 16px;
}


.contact a.email {color: #a4ce39; font-weight: 600;}










/* menu */ 


#Menu li {
    margin: 0;
}

#Menu li a {
    display: block;
    padding: 10px 16px;
    text-transform: none; 
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    -webkit-transition: all .5s;
    transition: all .5s;
}


@media only screen and (max-width: 767px) {
	
#Menu li a {
    color: #111111;
    font-size: 16px;
    font-family:  'Poppins', 'Open Sans', sans-serif, Arial, Helvetica;
    font-weight: 700;
	line-height: 1.4;
	padding-top: 20px;
	padding-bottom: 20px; 
}

#Menu #menuButton {
    display: block;
    background: url('layout/menu.png') no-repeat 50% 50%;
    width: 50px;
    height: 50px;
    background-size: contain;
    margin-right: 15px;
    cursor: pointer;
}
	
}





/* Internal Pages */ 


#HeaderImage {
    width: 100%;
    height: 40vh;
    max-height: 620px;  
    background: none;
    background-size: cover;
	background-position-y: center;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}


#HeaderImage h1 {
	font-family: 'Montserrat', 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 60px;
    line-height: 64px;
    /* font-weight: 800; */
    color: #ffffff;
    position: absolute;
    bottom: 16px;
    left: 10%;
    width: 100%;
	padding: 30px;
    margin-left: 16px;
    text-shadow: none; 
    z-index: 3;
}

h1:first-of-type {
    margin-top: 0;
}


#HeaderImage h1 {
    background: rgba(0,0,0,.5);
	width: auto;
}




/* Cover page */ 



#HomeSlider {
    position: relative;
	height: 100vh;
    width: 100%;
    background: #CCC;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 0px;
    overflow: hidden;
}


#HomeSlider #SlideText h1 {
	font-size: 48px;
	padding-bottom: 4px;
}

#SlideText h1 small {
    padding-left: 50px;
    margin-left: 5px;
}

#HomeSlider #SlideText {
	max-width: 1020px; 
}




/* Tourlist coverpage RHS */ 


#SliderButtons {
    z-index: 999;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 25vw;
    padding: 100px 20px 0;
    background: rgba(0,0,0,.8);
}

#SliderButtons .big-text-small.Dates {
    background: none;
    padding: 0;
    margin-top: 8px;
    color: #a4ce39;
}

.slider-tours {
}

.slider-tours::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #F5F5F5;
}
	

#HomeSlider #SliderButtons a.Tour {
	/* background-image: none !important; */
	background-position: -800px; 
    background-repeat: no-repeat;
	background-color: #252d32; 
    /* background-position: 50% 50%; */ 
    background-size: cover;
	-webkit-transition: all .5s;
    transition: all .5s;
}

#HomeSlider #SliderButtons a.Tour:hover {
	background-color: #a4ce39;; 
}


#HomeSlider #SliderButtons .active {
    border-color: none;
}

 

#SliderButtons .Tour {
    width: 100%;
	height: 100px;
	/*
    height: 100px;
    max-height: 140px;
	*/
    margin: 0;
    margin-bottom: 16px; 
    border: none;
	/*
	-webkit-box-shadow: 4px 4px 4px 0px rgba(207,207,207,0.28);
    -moz-box-shadow: 4px 4px 4px 0px rgba(207,207,207,0.28);
    box-shadow: 4px 4px 4px 0px rgba(207,207,207,0.28);
	*/
}


#SliderButtons .Tour h2 {
    background: none; /* rgba(0,0,0,.3); */  
    width: 100%;
    height: 100%;
    padding: 16px;
    left: 0;
    bottom: 0;
    margin: 0;
    text-shadow: none; 
}

#HomeSlider #SliderButtons .Tour h2 {
	font-size: 20px;
}

#HomeSlider #SliderButtons .Tour h2 small {
	display: block;
    margin-top: 8px;
	font-size: 16px;
}

#HomeSlider #SliderButtons {
    padding: 70px 20px 0;
	overflow-y: auto;
}
	
#SliderButtons .big-text-small {
	color: #ffffff;
	font-size: 22px;
}





@media only screen and (max-width: 1540px) {

	#HomeSlider #SliderButtons .Tour h2 {
		font-size: 18px;
	}
	#HomeSlider #SliderButtons .Tour h2 small {
	    font-size: 15px;
}
	
}
	
	
@media only screen and (max-width: 1120px) {

	#HomeSlider #SliderButtons {
        width: 30vw;
	}
	
	#HomeSlider #SlideText {
        margin-right: 30vw;
	}
	
	#HomeSlider #SliderButtons .big-text-small .Dates {
        margin-top: 0 !important;
	}
	
}


@media only screen and (max-width: 840px) {
	
	#HomeSlider #SliderButtons .Tour h2 {
		font-size: 16px;
	}
	#HomeSlider #SliderButtons .Tour h2 small {
	    font-size: 14px;
    }
}


@media all and (max-width: 767px) {
	
	
	#HomeSlider {
      height: 70vh;
	}
	
	#HomeSlider #SliderButtons {
        width: 100%;
		overflow-y: auto;
	}
	
	
	#SliderButtons {
    position: inherit;
    width: 100%;
    right: auto;
    top: auto;
    background: #000000;
    padding: 0 0 60px;
    }
	
    .slider-tours {
		padding-top: 50px;
    }
	
	
	#SliderButtons .Tour {
        width: 100%;
		max-height: 140px;
	}
	
	#HomeSlider #SliderButtons .Tour {
        margin-top: 16px;
		overflow-y: auto;
	}
		
    #HomeSlider #SliderButtons a.Tour {
        background-position: 50% 50%; 
	}
	
	#HomeSlider #SliderButtons .big-text-small.Dates {
		display: none; 
	}
		
	#HomeSlider #SliderButtons .slider-tours span.spacer {
        display: none;
    }
	
	#SliderButtons .Tour h2 {
        background: rgba(0,0,0,.3);   
	}
	
	#HomeSlider #SliderButtons .Tour h2 {
		font-size: 20px;
	} 
	
	#HomeSlider #SliderButtons .Tour h2 small {
	    font-size: 16px;
    }
	
	
}





/* Description - content */ 


#Description {
    width: 100%; 
    float: none;
}

#Description-images {
    width: 100%; 
    float: none;
}

#Description h1 {
	font-family: 'Montserrat', 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 36px;
    font-weight: 600;
    color: #2b2421;
}


.experience {
    padding: 60px 16px 45px 16px;
}

.experience {
    margin-top: 40px;
    width: 100%;
    background: none;
	background-color: #ccc;
    background-size: 75% auto;
    padding: 60px 0 45px;
    text-align: center;
}

@media (max-width: 480px) {
	
    .exoerience h1 {
        line-height: 1.2;
    }
		
    .experience p {
        font-size: 100%;
    }

}







/* tour list - pages - past - upcoming - current */ 



#upcoming-tours-page h1.Dates {
	margin-top: 16px;
	font-size: 48px;
}

.YearsTours {
    margin: 16px;
}

.Tour {
    margin-bottom: 20px;
}

.YearsTours .UpcomingTour {	
	padding: 0;
}

.UpcomingTour .TourImg {
    width: 30%;
    height: auto;
    min-height: 200px;
    margin-top: 0;
    float: left;
    display: inline-block; 
    margin-right: 0;
    background-size: cover;
    background-position: center;
    position: relative;
}

.UpcomingTour .tour-details {
	display: inline-block;
    width: 70%;
    min-height: 200px;
	padding: 16px;
	padding-top: 8px;
}

.UpcomingTour .tour-details h2 {
	padding-bottom: 8px;
}

.UpcomingTour p {
	padding: 16px;
}

@media all and (max-width: 767px) {
	
.UpcomingTour .TourImg {
    width: 100%;
    display: inline-block; 
}

.UpcomingTour .tour-details {
	display: inline-block;
    width: 100%;
    min-height: 0;
}
	
}





#past-tours-page h1.Dates {
	margin-top: 16px;
	font-size: 48px;
}


#past-tours-page .Tour h2, .TourImg h2 {
    text-shadow: none;
    font-size: 18px;
    line-height: 1.4;
	color: #ffffff;
    position: relative; 
    left: 0; 
    bottom: 0; 
}

#past-tours-page .Tour h2 {
	background: rgba(0,0,0,.3); 
    width: 100%;
    height: 100%;
	padding: 16px;
}






/* ----- Tour Page ----- */ 


#tours-page #HeaderImage {
    width: 100%;
    height: 620px !important;
    max-height: 620px;  
}


@media (max-width: 1020px) {
	
#tours-page #HeaderImage {
    height: 420px !important;
}
	
#tours-page .row {
    padding: 16px;
}
	
	
}
	

@media (max-width: 560px) {

#tours-page #HeaderImage {
    height: 100vh !important;
}
	
#tours-page #Description h1 {
    font-size: 36px;
}
	
}


@media (max-width: 320px) {
	
#tours-page #Description h1 {
    font-size: 24px;
}
	
}


	
#Actions {
    padding: 16px;
    width: 100%; 
}

#tours-page #Description h1 {
	font-size: 48px;
}

#tours-page #Actions h1 {
	font-size: 48px;
}

#tours-page #Actions h1.TourPrice {
	text-align: left;
	margin-bottom: 5px;
}

.TourPrice small {
	display: block;
    font-size: 14px;
    text-transform: lowercase;
    font-weight: 300;
	line-height: 1.6;
	text-align: left;
}

#tours-page #Actions h1.TourPrice br {
	display: none;
}

.book, .interest, .download, .print, .share {
    padding: 15px;
    text-transform: none;
    color: black;
    background-color: #a4ce39;
    display: block;
    margin-top: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    border-radius: 25px;
	background-size: contain;
    background-size: 50px;
    background-position-y: center;
    padding-left: 60px;
}




.interestForm, .existingInterestForm {
    padding: 10px;
    background: #fff;
    margin-top: 16px;
}

#tours-page #Actions .contact {
	margin-top: 24px;
}

#tours-page #Actions .contact h2 {
	font-size: 24px;
	padding-bottom: 8px;
}

#tours-page #Actions .contact .phone, .fax, .address, .website, .email, .facebook, .mobile {
    display: block;
    /* font-size: 16px; */
    margin-top: 16px;
    margin-bottom: 16px;
}

h1.itinerary {
    margin-bottom: 24px;
	font-size: 48px;
}

#Itinerary h2 {
	font-size: 24px !important;
	font-weight: 800;
	padding-bottom: 16px;
}

.Overnight a {
	font-weight: 600;
}

.itinerary {
    background-size: 30px;
    background-position-y: center;
}

.ItineraryRow {
    margin-bottom: 16px;
    padding: 16px;
}

.next, .last {
    line-height: 1.4;
}


#tours-page .fax  {
    background-image: url(/layout/fax.png);
	background-size: 15px;
	background-repeat: no-repeat;
    float: none;
    overflow: hidden;
}

	
	#tours-page .tour-map {
		display: none !important;
	}




@media all and (max-width: 767px) {

#tours-page .col-3 {
    width: 100%;
}

#tours-page #Description h1 {
    font-size: 36px;
	line-height: 1.4;
}
	
#tours-page #Actions .phone, #tours-page #Actions .fax, #tours-page #Actions .address, #tours-page #Actions .website, #tours-page #Actions .email, #tours-page #Actions .facebook, #tours-page #Actions .mobile {
    display: block;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    width: 100%;
    background-repeat: no-repeat;
    background-color: #cccccc;
    color: #300305;
    font-family: 'Montserrat', sans-serif; 
    font-weight: 700;
    padding: 14px 15px;
	padding-left: 60px;
    text-transform: none; 
    height: auto;
    border-radius: 25px;
}
	
	#tours-page .print {float: none; clear: both;}
	
	#tours-page .fax span {
        background: none;
}
		
}



@media (max-width: 360px) {
	
#tours-page .book, #tours-page .interest, #tours-page .download, #tours-page .print, #tours-page .share {
    background-image: none;
    padding-left: 0;
	text-align: center;
}

#tours-page #Actions .phone, #tours-page #Actions .fax, #tours-page #Actions .address, #tours-page #Actions .website, #tours-page #Actions .email, #tours-page #Actions .facebook, #tours-page #Actions .mobile {
    padding-left: 15px;
	text-align: center;
}
		
#tours-page .contact .phone span, #tours-page .contact .address span, #tours-page .contact .website span, #tours-page .contact .email span, #tours-page .contact .mobile span, #tours-page .contact .facebook span {
   display: none;
}
	
.ItineraryRow .Activity {
    padding-left: 1%;
    width: 100%;
}
	
.Overnight {
    padding-left: 1%;
    width: 100%;
    text-align: left;
    margin-top: 0;
}
	
.Overnight h2 {
	font-size: 24px;
	text-align: left !important;
	margin-bottom: 0 !important;
}
	
}





/* ----- whats included page ----- */ 

#whats-included-page #HeaderImage {
	background-image: url(/images/hero-booking-policies.jpg) !important;
}






/* ----- footer ----- */ 


#GreenmountPress {
    background: #2f2f2f;
}

#GreenmountPress p {
    color: #ffffff;
}

#FootContact .contact .phone, #FootContact .fax, #FootContact .address, #FootContact .website, #FootContact .email, #FootContact .facebook, #FootContact .mobile {
    display: inline-block;
    font-size: 11px; 
    margin-top: 0;
    margin-bottom: 0; 
}


@media all and (max-width: 520px) {
	
	#GreenmountPress a {
		font-size: 14px;
	}
}


@media all and (max-width: 360px) {
	
	#GreenmountPress a {
		font-size: 12px;
	}
		
	.MagLink {
        width: 30%;
	}
}
















/*------------------------------------------------------------------------------------------*/
/* Responsive Elements */
/*------------------------------------------------------------------------------------------*/



@media all and (max-width: 1590px) {
	
		
	.header-item img {
        display: none;
		margin-left: 0;
    }
	
}


@media all and (max-width: 1420px) {
	
	
	.header-item {
        padding: 10px 10px 10px 10px;
	}
	
	
	.header-item img {
        display: inline-block;
    }
	
	.header-item span {
        display: none;
		padding-right: 8px;
    } 
		
}



@media only screen and (max-width: 1310px) {
	

	.header-item span {
        display: inline-block;
    } 
	
	.header-items {
        text-align: right;
		position: absolute;
        right: 70px;
    }
	
	#Menu {
		clear: none;
		margin-left: 0;
		float: right;
		position: absolute;
        right: 0;
        padding-top: 12px;
	}
	
	#Menu ul {
		margin-top: 0px;
		background: white;
		height: 100vh;
		width: 200px;
		position: fixed;
		padding-top: 10px;
		right: -200px;
	    transition: all .5s;
	}
	
	#Menu ul.visable {
		right: 0;
	}
	
	#Menu li {
		display: block;
	}
	
	#Menu li a {
		color: black;
		font-size: 16px;
		font-weight: 700;
		font-family: 'Poppins', 'Open Sans', sans-serif, Arial, Helvetica;
        line-height: 1.4;
        padding-top: 20px;
        padding-bottom: 20px;
		text-align: left;
	}
	

	
	#Menu #menuButton {
		display: block;
		background: url(/layout/menu.png) no-repeat 50% 50%;
		width: 50px;
		height: 50px;
		background-size: contain;
		margin-right: 15px;
		cursor: pointer;
	}	
	
}



@media all and (max-width: 1024px) { 
	

	/* BIG padding adjustment */ 	
	
	.big-padding-bottom {
    padding-bottom: 32px !important;
    }

    .big-padding-top {
    padding-top: 32px !important;
    }
		
}



	
	

@media all and (max-width: 767px) { 

/* BIG padding adjustment */ 
	
    .big-padding-bottom {
        padding-bottom: 16px !important;
    }

    .big-padding-top {
        padding-top: 16px !important;
    }
	
	
	
	#Header {
        height: auto; 
    }	
		
    #Header #Logo {
        margin: 0 10px 5px 20px;
    }
	
	
	#Menu{
		margin-left: 0;
		float: right;
		position: relative;
        right: 0;
        padding-top: 0;
	}
	
	
	.header-items {
		position: relative;
        right: 0;
    }
	

	.header-item {
        padding: 5px 5px 5px 0;
	}
	
	.header-item img {
        display: none;
    }
	
	.header-item span {
        display: inline-block;
    } 
		
	.header-item {
        margin: auto;
		float: none;
        padding: 0 16px;
    }
	
	#HeaderImage h1 {
		left: 0;
	}
	

}
	



@media all and (max-width: 560px) { 

    .header-items {
        text-align: center;
    } 
	
    .header-item span {
        padding-right: 0;
    }
	
	#HeaderImage h1 {
        font-size: 28px;
    line-height: 36px;
    top: 100px;
		margin: 0;
		bottom: 0;
	}

}






/* Landscape mobile & down
===============================*/ 

@media (max-width: 480px) {

    .row {
        padding: 16px !important;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-2-3, .col-3-4, .col-9-10, .col-61, .col-38, .row {
        width: 100%;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-2-3, .col-3-4, .col-9-10, .col-61, .col-38 {
        padding-right: 0;
        padding-left: 0;
    }

	
    h1 {
        font-size: 36px;
		line-height: 1.2;
	}
	
	#Header {
        height: auto; 
    }
	
	
	.header-item {
        margin: auto;
		float: none;
        padding: 0 16px;
    }
	
		
}



/* Mobile to Tablet Portrait
===============================*/

@media (min-width: 480px) and (max-width: 767px) {

	
    .col-1, .col-2, .col-5, .col-7, .col-9, .col-11, .col-2-3, .col-3-4, .col-61, .col-38, .row {
        width: 100%;
    }

    .col-3, .col-4, .col-6, .col-8, .col-10, .col-12 {
        width: 50%;
    }

	

}



/* Landscape Tablet to Desktop
===============================*/ 

@media (min-width: 768px) and (max-width: 1024px) {


    .big-padding-top {
        padding-top: 45px !important;
    }

}








/*------------------------------------------------------------------------------------------*/
/* Print styles - Itinerary */
/*------------------------------------------------------------------------------------------*/



@media all {
	#tours-page .page-break	{display: none; }
}

/*
@media print  {
    * {-webkit-print-color-adjust:exact;}
}
*/

@media print {
	
	
#tours-page p {
    text-align: left; 
    }	

	
#tours-page .page-break	{
	display: block; 
	page-break-before: always;
	}	

	
#tours-page #Header {
    width: 1080px;
    margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
	

#tours-page .header-items {
		display: none;
	}
	

#tours-page #Main {
    padding-bottom: 100px;
	max-width: 1020px;
    margin: auto;
	margin-bottom: 16px;
}
	

#tours-page #HeaderImage {
	background-image: none !important;
    height: 200px !important;
    margin-bottom: 0px; 
    width: 100%; 
    margin: auto;
}
	
	#tours-page #HeaderImage h1 {
        font-family: 'Montserrat', 'Open Sans', sans-serif, Arial, Helvetica;
        font-size: 48px;
        line-height: 64px;
        font-weight: 800;
        color: #111;
        position: absolute;
        /*bottom: 0; */
		top: 0;
        left: 0;
        width: 100%;
        padding: 16px;
        margin-left: 0;
		background-color: #f5f5f5;
    }

    #tours-page .col-2-3 {
        width: 100%;
    }
	
	#tours-page a.print {
		display: none;
	}
	
	#tours-page #Description {
        width: 70%; 
        float: left;
    }

	#tours-page #Description h1 {
		font-size: 36px;
	}
	
	#tours-page #Description p {
		font-size: 16px;
		color: #111;
	}
	
    #tours-page #Description h1.Dates {
        background: url(/layout/calendar.png) no-repeat;
		-webkit-print-color-adjust: exact;
		background-size: 40px;
        background-position-x: left;
        background-position-y: center;
        padding: 7px 0 7px 60px;
        /* background-size: contain; 
        padding: 7px 0 16px 43px; */
    }

	
	#tours-page #Description ul {
		margin-top: 30px; 
		margin-bottom: 30px;
	}
			
	
	#tours-page #Description li {
		margin-top: 30px; 
		margin-bottom: 30px; 
		font-weight: 800; 
		max-width: 520px;
		font-size: 18px;
		color: #111;
	}
	
    .itinerary {
        -webkit-print-color-adjust: exact;
    }
	
	.breakfast, .lunch, .dinner {
		 -webkit-print-color-adjust: exact;
	}
	
	.phone span, .fax span, .address span, .website span, .email span, .facebook span, .mobile span {
		 -webkit-print-color-adjust: exact;
	}
	
	#tours-page h1.itinerary {
        font-size: 36px;
        color: #111;
        width: 100%;
        padding: 16px;
		padding-left: 50px;
		margin-top: 16px;
		margin-bottom: 16px;
	}
	
	#tours-page #Itinerary h2 {
		color: #111;
		font-weight: 800;
		font-size: 21px;
	}
	
	#tours-page #Itinerary p {
		font-size: 16px;
		color: #111;
		padding: 16px;
	}
	
	#Itinerary a {
        display: block;
        font-weight: 600;
    }
	
	
	#tours-page .ItineraryRow {
	    page-break-inside: avoid;
        position: relative;
        min-height: 120px;
		margin-bottom: 30px;
    }
	
	#tours-page span.day {
		margin-top: 8px;
		color: #111;
    }
	
	#tours-page .Overnight {
		color: #111;
	}

	#tours-page h1.map {
		display: none;
	}
	
	#tours-page .tour-map {
		display: none !important;
	}




}






