
* {
    outline: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin        : 0;
    padding       : 0;
    border        : 0;
    font-size     : 100%;
    font          : inherit;
    vertical-align: baseline;
    outline       : none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

select, input, textarea {
	font-family: 'Montserrat', sans-serif;
}

body {
	padding-top: 110px;
	font-size  : 18px;
	font-weight: 300;
	line-height: 30px;
	color      :var(--blue);
    font-family: 'Montserrat', sans-serif;
	margin: 0 !important;
}
.start-main-sections iframe {
	margin-bottom: 30px;
}
iframe {
	max-width: 100%;
	width: 100%;
}
img {
	max-width: 100%;
	height: auto !important;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing : 0;
}

.ytdefer {
	width:480px;
	height:360px;
	max-width: 100%;
	cursor: pointer;
}

.gridBlack {
    display                : -webkit-flex;
    display                : -ms-flexbox;
    display                : flex;
    -webkit-flex-wrap      : wrap;
    -ms-flex-wrap          : wrap;
    flex-wrap              : wrap;
    -webkit-flex-direction : row;
    -ms-flex-direction     : row;
    flex-direction         : row;
    -webkit-justify-content: center;
    -ms-flex-pack          : space-between;
    justify-content        : space-between;
}

:root {
    --blue       : #111f39;
    --light-brown: #d4b375;
    --dark-brown : #d3aa63;
    --black      : #393d45;
	--grey       : #353a43;
    --white      : #ffffff;
	--red        : #c20001;
}

.wrapper {
    width: 100%;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px;
}

header {
	position: fixed;
    top: 0;
    z-index: 9999999;
    width: 100%;
}

.header-bg {
    background-color: var(--blue);
}

.header-block-section {
    align-items: center;
    position   : relative;
}

.header-item {
    width     : 33.33%;
}

.header-item a {
    padding        : 40px 0;
    display        : inline-block;
    text-decoration: none;
    color          : var(--white);
    text-transform : uppercase;
    font-weight    : 500;
	font-size: 20px;
}

.header-logo {
    width     : 33.33%;
    text-align: center;
}

.header-logo img {
    position : absolute;
    left     : 50%;
    transform: translateX(-50%);
    top      : 5%;
    z-index  : 1;
	height: auto;
}

.contact-menu {
    display        : flex;
    align-items    : center;
    justify-content: flex-end;
}

.contact-menu span {
    background   : var(--light-brown);
    width        : 30px;
    height       : 30px;
    display      : inline-block;
    border-radius: 50%;
    position     : relative;
    margin-left  : 15px;
}

.header-item .contact-menu span img {
    width    : 16px;
    top      : 50%;
    left     : 50%;
    transform: translate(-50%, -50%);
    position : absolute;
}

.main-banner-block {
    position: relative;
	height: 83vh;
    overflow: hidden;
}

.main-banner-block .slick-slide {
	height: 83vh;
	position: relative;
}

.main-banner-block:not(.home),.main-banner-block:not(.home) .slick-slide {
	height: auto;
	float: none;
}

.main-banner-block:not(.home) .main-banner-images-block {
	background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 160px 0 !important;
    background-position: bottom !important;
}

.main-banner-block .slick-arrow img {
	width: 80%;
}

.main-banner-images-block img {
    width  : 100%;
    display: block;
	position: absolute;
    bottom: 0;
}


.main-banner-block.home .main-block-content {
    position : absolute;
    top      : 20%;
}

.main-block-content h1 {
    font-size     : 71px;
	line-height   : 1;
    color         : var(--white);
    font-weight   : 700;
    text-transform: uppercase;
}

.main-block-content h1>span.light {
    font-weight: 400;
    display    : block;
}

.main-block-content h1 span.bold-brown {
    color: var(--light-brown);
}

.main-block-content img {
    width : auto;
    margin: 20px 0;
}

.main-block-content p {
    font-size  : 18px;
    color      : var(--white);
    font-weight: 700;
    line-height: 1.5;
}

a.btn-bg-dark, a.quotebutton {
    background-color: var(--dark-brown);
    padding         : 10px 30px;
    display         : inline-block;
    color           : var(--white) !important;
    text-decoration : none;
    text-transform  : uppercase;
    font-weight     : 700;
    border          : 2px solid transparent;
}
a.quotebutton {
	margin-bottom: 30px;
	margin-top: 30px;
}

a.btn-bg-dark:hover,a.btn-bg-border:hover {
background-color: var(--light-brown);	
}

a.btn-bg-border {
    padding        : 10px 30px;
    display        : inline-block;
    color          : var(--white);
    border         : 2px solid var(--dark-brown);
    text-decoration: none;
    text-transform : uppercase;
    font-weight    : 600;
}

table.pricing {
	text-align: left;
    width: 100%;
    box-shadow: 1px 1px 8px 1px #00000033;
    border-radius: 10px;
	margin-bottom: 30px;
	display: block;
}
table.pricing caption {
	background: #ebeff4;
    padding: 20px 15px;
	font-weight: 600;
    font-size: 25px;
    color: var(--blue);
    text-align: left;
	display: block;
}
table.pricing tbody {
	display: inline-table;
	width: 100%;
}
table.pricing  tr th {
    padding: 10px 15px;
    border-bottom: 1px solid #ebeff4;
    font-size: 18px;
    font-weight: normal;
}

table.itinerary-table.pricing tr:hover,table.itinerary-table.pricing tr:focus {
	background: #f5f5f5;
}

table.pricing tr:nth-of-type(2) th,table.itinerary-table.pricing tr:not(:first-child) th {
    font-size: 16px;
    font-weight: 300;
}
table.pricing  tr td {
    padding: 10px 15px;
	font-size: 16px;
    border-bottom: 1px solid #ebeff4;
}
table.pricing  strong {
	font-weight: 300 !important;
}
table.pricing th[colspan="2"] {
    border-right: 1px solid #ebeff4;
	text-align: center;
}
table.pricing tr:first-child th:first-child {
	border-right: 1px solid #ebeff4;
}

.itinerary-table {
    text-align: left;
    width: 100%;
    box-shadow: 1px 1px 8px 1px #00000033;
    border-radius: 10px;
	margin-bottom: 30px;
	display: block;
}
.itinerary-table caption {
	background: #ebeff4;
    padding: 20px 30px;
	font-weight: 600;
    font-size: 25px;
    color: var(--blue);
    text-align: left;
	display: block;
}
.itinerary-table tr th:first-child {
    padding: 10px 30px;
    border-bottom: 1px solid #ebeff4;
    font-size: 18px;
	line-height: 24px;
    font-weight: normal;
}
.itinerary-table tr th, .itinerary-table tr td {
    padding: 10px 30px;
	font-size: 16px;
	line-height: 22px;
    border-bottom: 1px solid #ebeff4;
}
.itinerary-table strong {
	font-weight: 300 !important;
}
.itinerary-table a {
	    color: var(--blue);
}
.start-main-sections h3 {
	font-weight: 600;
	padding-bottom: 20px;
}
.start-main-sections strong {
	font-weight: bold;
}
.included {
	margin-bottom: 30px;
}
.included li {
	position: relative;
	padding-left: 25px;
	padding-bottom: 20px;
	font-weight: normal;
    line-height: 1.5;
}
.included li:before {
	content: '';
    background: url(../images/accordian-icon.png);
    width: 16px;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 3px;
}
.inner-list-item em {
	font-style: italic;
}

.main-block-content p {
    margin-bottom: 30px;
}

.search-bg-section {
    background   : rgb(230, 201, 152);
    background   : linear-gradient(90deg, rgba(230, 201, 152, 1) 0%, rgba(210, 178, 124, 1) 79%, rgba(192, 156, 98, 1) 100%);
    border-radius: 10px;
    padding      : 0 40px 40px;
    margin       : 0 auto;
}

.search-full-section {
    position  : relative;
    margin-top: -80px;
	margin-bottom: 50px
}

.search-header {
    text-align: center;
    padding   : 40px 0 20px;
}

.search-header h2 {
    color      : var(--blue);
    font-size  : 48px;
    font-weight: 700;
}

.search-header p {
    font-size  : 22px;
    margin-top : 15px;
	font-weight: normal;
    color      : #393d45;
}

.search-item-section {
    width        : 33.33%;
    margin-bottom: 25px;
}

.search-item-section label {
    width      : 100%;
    display    : block;
    color      : #111419;
	font-weight: 500;
	margin-top : 20px;
}

.search-item-section select {
    margin-top  : 10px;
    width       : 100%;
    height      : 50px;
    padding     : 0 10px;
    border: 1px solid #d1dfe3;
    font-size   : 16px;
    outline     : none;
	border-radius: 3px;
	cursor: pointer;
	color: #52565a;
}

.search-item-section-box {
    margin: 0 10px;
}

.search-box-button a {
    background-color: var(--blue);
	padding: 20px 25px 20px 50px;
    text-transform: uppercase;
    color: var(--white);
    font-size: 19px;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
    position: relative;
	margin-right: 10px;
	line-height: 1;
	margin-bottom: 25px;
}
.search-box-button a:before {
	content        : '';
	background     :url("../images/search_icon.png");
    width: 21px;
    height: 100%;
    display: block;
    position: absolute;
    left: 15px;
    background-repeat: no-repeat;
}

.search-main-full-block {
    width : 100%;
    margin: 0 auto;
}

.search-box-button {
    width     : 100%;
    text-align: right;
}

.margin-space {
    padding: 60px 0;
}

.welcome-text-block {
    width: 50%;
}

.hide-on-load {
	display: none;
}
.hide-on-load.show {
	display: block;
}
.read-more.hide {
	display: none !important;
}

.welcome-image-block {
    width     : 45%;
	margin-left: 5%;
    text-align: right;
}

.welcome-image-block img {
	max-width: 100%;
	border-radius: 20px;
}

.welcome-text-block h2 {
    font-size    : 45px;
    margin-bottom: 20px;
    font-weight  : 700;
    line-height  : 1.2;
    color        : var(--grey);
}

.welcome-text-block h2 span {
    color: var(--light-brown);
}

.welcome-text-block p {
    color        : var(--blue);
    margin-bottom: 40px;
}

.welcome-button-item span {
    position       : absolute;
    height         : 80px;
    width          : 80px;
    background     : rgb(230, 201, 152);
    background     : linear-gradient(90deg, rgba(230, 201, 152, 1) 0%, rgba(210, 178, 124, 1) 79%, rgba(192, 156, 98, 1) 100%);
    border-radius  : 50%;
    display        : flex;
    align-items    : center;
    justify-content: center;
    left           : -40px;
    top            : 50%;
    transform      : translateY(-50%);
    color          : var(--white);
    font-weight    : 700;
	font-size: 	   24px;
}

.welcome-button-item {
    width     : 38%;
    background: #eff0f2;
    padding   : 40px 10px 40px 30px;
    display   : flex;
    position  : relative;
    text-align: center;
	border-radius: 3px;

}

.welcome-button-item a {
    color          : var(--black);
    font-weight    : 700;
    text-decoration: underline;
    line-height: 28px;
}

.welcome-text-box p {
    margin-bottom: 20px;
}

.welcome-text-box a {
	color: var(--black);
}

.welcome-text-box {
    margin-top: 40px;
}
.welcome-text-box .btn-bg-dark,a.quotebutton {
	border-radius: 3px;
}
@media only screen and (min-width: 768px){
	
	
.home .single-item-banner .main-banner-images-item.first {
	background: url(https://rockymountainholidays.com/photos/RMH_Home_Slider_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.wrapper.about {
	background:var(--blue) url( "../photos/the_award_winning_rocky_mountaineer_train.jpg") no-repeat;
	background-position: right;
	background-size: 50% auto !important;
	margin: 50px 0;
}
	
.text-column:before {
	content: '';
    background: url("../images/big-logo.png");
    width: 634px;
    height: 100%;
    display: block;
    position: absolute;
	left: -170px;
    top: 0px;
    background-repeat: no-repeat;
}
	.round-complete-box a:before {
	content: '';
    background: url(https://rockymountainholidays.com/images/small_logo_round_trip.png);
	width: 218px;
    height: 100%;
    display: block;
    position: absolute;
    left: -50px;
    top: 30px;
    background-repeat: no-repeat;
    margin: auto;
    opacity: .2;
}
	
.map-bg-section {
    position        : relative;
    overflow        : hidden;
	background: url("../images/map-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
}

.text-column {
    width   : 50%;
    position: relative;
    padding : 50px 0;
}


.image-column {
    width: 50%;
}

.text-column-box {
    padding: 30px 30px 20px 0;
    z-index : 999;
}

.image-column img {
    width  : 100%;
    display: block;
}

.text-column-box h2 {
    font-weight  : 700;
    font-size    : 45px;
    color        : var(--white);
    margin-bottom: 30px;
	line-height: 1;
}

.text-column-box h2 span {
    color: var(--light-brown);
}

.text-column-box p {
    color      : var(--white);
}

.text-column-box ul {
    margin-top: 30px;
}

.text-column-box ul li img {
    margin-right: 10px;
}

.text-column-box ul li {
    color        : var(--white);
    margin-bottom: 15px;
	position: relative;
	padding-left: 30px;
	font-weight: 700;
	font-size: 20px;
}

.text-column-box ul li a {
	color: white;
	text-decoration: none;
}

.text-column-box ul li:before {
	content: '';
    background: url("../images/checked.png");
    width: 16px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
	top: 6px;
    background-repeat: no-repeat;
}
.text-column-box ul li span {
	display: block;
}
.text-column-box ul li span a {
    color      : var(--dark-brown);
	line-height: 20px;
    margin-bottom: 20px;
}

.text-column .logo-overlay {
    position : absolute;
    top      : 50%;
    left     : 50%;
    transform: translate(-50%, -50%);
}

.logo-overlay img {
    max-width: 400px;
}

.text-column .logo-overlay {
    position : absolute;
    top      : 50%;
    left     : 50%;
    transform: translate(-50%, -50%);
    z-index  : 1;
}

.packages-bg-color {
    background-color: #f6f2e7;
	padding-top: 100px;
	padding-bottom: 100px;
}

.packages-bg-color .btn-bg-dark {
	border-radius: 3px;
}

.packages-item-section img {
    width: 100%;
}

.packages-item-section {
    width        : 20%;
	display: none;
    margin-bottom: 50px;
}

.packages-item-section-box {
    margin: 0 10px;
}

.packages-item-section-box a {
	text-decoration: none;
}

#loadMore.hide {
	display: none;
}

.packages-image span {
    position: absolute;
    left: 10px;
    top: 10px;
    text-align: center;
    background-color: var(--light-brown);
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--white);
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    border: 8px solid;
    line-height: 21px;
}

.packages-image {
    position: relative;
	line-height: 0;
}

.packages-image img {
    border-top-left-radius : 20px;
    border-top-right-radius: 20px;
	object-fit: cover;
    height: 180px !important;
}

.packages-text {
    background-color          : var(--white);
    padding                   : 15px 5px;
    text-align                : center;
    border-bottom-left-radius : 20px;
    border-bottom-right-radius: 20px;
}

.packages-text p {
    color      : var(--blue);
    font-weight: 700;
    font-size  : 15px;
}

.packages-header-section {
    text-align   : center;
    margin-bottom: 60px;
}

.packages-header-section h2 {
    font-weight: 700;
    color      : var(--grey);
    font-size  : 45px;
}

.packages-header-section h2 span {
    color: var(--light-brown);
	margin-bottom: 40px;
}

.packages-block-section {
    justify-content: flex-start;
}

.round-trip-item-section {
    width: 16.66%;
}

.round-trip-image img {
    width        : 100%;
    display      : block;
    border-radius: 20px;
}

.round-trip-item-box {
    margin: 0 5px;
}

.round-trip-item-box a {
	text-decoration: none;
}

.round-trip-image {
    position: relative;
}

.round-trip-image span {
    position        : absolute;
    left            : 50%;
    transform       : translateX(-50%);
    bottom          : -55px;
    text-align      : center;
    background-color: var(--light-brown);
    width           : 75px;
    height          : 75px;
    display         : flex;
    justify-content : center;
    align-items     : center;
    border-radius   : 50%;
    color           : var(--white);
    font-weight     : 700;
    font-size       : 16px;
    text-transform  : capitalize;
    border          : 8px solid;
	line-height     : 21px;
}

.round-trip-item-box h2 {
    margin-top : 50px;
	line-height: 26px;
    text-align : center;
    font-size: 19px;
    font-weight: 700;
    color      : var(--blue);
}

.round-text-box {
    width:50%;
	float: left;
}

.round-image-box {

    overflow: hidden;
    width   : 40%;
	float: right;
	margin-top: -40px;
    position: relative;
}

.round-image-box img {
    display          : block;
}

.round-complete-box a {
    align-items     : center;
    margin-top      : 70px;
    background-color: var(--light-brown);
    padding-left    : 120px;
	position: relative;
	padding-top: 40px;
    padding-bottom: 0px;
}

.round-complete-box img {
    background-size: cover;
    display: block;
    right: 0; 
	border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.round-text-box p {
    color      : var(--white);
}

.round-text-box h2 {
    font-size  : 45px;
    font-weight: 700;
    color      : var(--white);
}

.round-text-box h3 {
    font-size  : 22px;
    margin     : 25px 0 15px;
    color      : var(--white);
    font-weight: 500;
}
.round-text-box div {
	position: absolute;
    right: 32%;
    top: 40px;
    z-index: 9;
    width:105px;
    height:105px;
    border-radius: 50%;
    background: white;
    text-align: center;
    color: var(--light-brown);
    font-weight: 500;
    font-size: 50px;
	line-height: 30px;
}
.round-text-box div:before {
	content: '';
    width: 125px;
    height: 125px;
    position: absolute;
    left: -10px;
    top: -10px;
    background: rgba(255,255,255,.5);
    z-index: -1;
    border-radius: 50%;
}
.round-text-box div span:nth-child(1){
	padding-top: 25px;
    display: block;
    padding-bottom: 5px;
}

.round-text-box div span:nth-child(2) {
	color: var(--blue);
	font-size: 20px;
	display: block;
	font-weight: 700;
}


span.round-nodge {
    display        : flex;
    flex-direction : column;
    align-items    : center;
    justify-content: center;
}

button.facts-button_prev.slick-arrow {
    position  : absolute;
    z-index   : 9;
    background: transparent;
    border    : none;
    width     : 50px;
    top       : 50%;
    left      : 5px;
    transform : translateY(-50%) rotate(180deg);
    cursor    : pointer;
}

button.facts-button_next.slick-arrow {
    position  : absolute;
    z-index   : 9;
    background: transparent;
    border    : none;
    width     : 50px;
    top       : 50%;
    transform : translateY(-50%);
    right     : 5px;
    cursor    : pointer;
}

.main-banner-images-block {
    position: relative;
}

.main-banner-images-block .container {
	position: relative;
}

.main-banner-images-block.opacity:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
}
.main-banner-images-block.opacity.one:before {
	background: rgba(0,0,0,.1);
}
.main-banner-images-block.opacity.two:before {
	background: rgba(0,0,0,.2);
}
.main-banner-images-block.opacity.three:before {
	background: rgba(0,0,0,.3);
}
.main-banner-images-block.opacity.four:before {
	background: rgba(0,0,0,.4);
}
.main-banner-images-block.opacity.five:before {
	background: rgba(0,0,0,.5);
}

.packages-header-section p {
    margin-top: 20px;
    font-weight: 400;
    max-width: 800px;
    margin: 0 auto;
}

.holiday h2 span {
	display: block;
}

.holiday-item-section-box {
    border-radius   : 20px;
    margin          : 0 15px;
	background-color: var(--blue);
}

.holiday-item-section-box a {
	text-decoration: none;
}

.holiday-item-section h3 {
    padding    : 20px 0 20px 20px;
    color      : var(--white);
    font-weight: 600;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	
	/*background: linear-gradient(to top, #111f39 60px, rgba(255,255,255,.1));*/
}

.holiday-item-section img {
    width                  : 100%;
    display                : block;
    border-top-left-radius : 20px;
    border-top-right-radius: 20px;
}

button.facts-button_prev.facts-button_prev-circle {
    left: -40px;
}

button.facts-button_next.facts-button_next-circle {
    right: -40px;
}


.map-content h2 {
    font-size  : 45px;
    color      : var(--white);
    font-weight: 700;
}

.map-image img {
    width: 100%;
}

.map-content p {
	font-size: 19px;
    margin: 30px 0 30px;
    color: var(--white);
    font-weight: 400;
}


.locations-block ul li {
    width        : 25%;
    margin-bottom: 15px;
    font-size    : 18px;
    color        : var(--white);
	position: relative;
	padding-left: 30px;
	font-weight: 700;
}
.locations-block ul li:before {
	content: '';
    background: url("../images/checked-white.png");
    width: 16px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 6px;
    background-repeat: no-repeat;
}
.locations-block ul li a {
	color        : var(--white);
	text-decoration: none;
}

.map-image-with-text-block {
    align-items: center;
    z-index    : 11;
    position   : relative;
}

.footer-bg-image {
    background   : var(--blue);
    background-repeat  : no-repeat;
    background-size    : cover;
    background-position: bottom;
    position           : relative;
    padding            : 30px 0;
}

.footer-bg-image:after {
    position        : absolute;
    content         : '';
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    background-color: #111f39d5;
}

.footer-block-section {
    position   : relative;
    z-index    : 1;
    display    : flex;
    align-items: center;
}

.footer-content-section {
    width: 70%;
}

.footer-content-section .copyrights,.footer-content-section .links {
	color: var(--white);
    font-weight: 500;
    margin-bottom: 10px;
	line-height: 1.5;
    font-size: 16px;
}

.footer-content-section a {
	color: var(--white);
	text-decoration: none;
}

.footer-content-section ul {
    display: flex;
	margin-top: 20px;
}

.footer-content-section ul li {
    margin-right   : 10px;
    border         : 2px solid var(--white);
    width          : 45px;
    height         : 45px;
    display        : flex;
    justify-content: center;
    align-items    : center;
    border-radius  : 50%;
	line-height: 0;
}

.footer-logo {
    width     : 30%;
    text-align: right;
}

.image-with-text-block .image-column .image-column-image {
    background-image   : url(../images/image-block.png);
    background-size    : cover;
    background-position: bottom;
    background-repeat  : no-repeat;
    height             : 100%;
}

.image-column-image img {
    display: none;
}

.dekstop-hide {
    display: none;
}

.vancouver-custom-button {
    text-align: center;
}

.testimonials-bg {
    background-color: var(--blue);
    padding-bottom  : 100px;
	padding-top: 100px;
}

.testimonials-bg .packages-header-section h2 {
    color: var(--white);
}

.testimonials-block-section ul.slick-dots	{
	width: 75%;
    margin-left: 25%;
    margin-top: 10px;
}
.testimonials-block-section ul.slick-dots li {
	float: left;
	margin-right: 5px;
}
.welcome-image-block ul.slick-dots {
	text-align: center;
}
.welcome-image-block ul.slick-dots li{
	display: inline;
	float: none;
	margin-right: 5px;
}
.testimonials-block-section ul.slick-dots li button, .welcome-image-block ul.slick-dots li button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background:#e5e7ea;
	border: none;
    font-size: 0;
	cursor: pointer;
}
.testimonials-block-section ul.slick-dots li.slick-active button, .welcome-image-block ul.slick-dots li.slick-active button {
	background: #c09c62;
}

.confidence-logos {
	margin-top: 40px;
	margin-bottom: 50px;
}

.confidence-logos ul {
    display        : flex;
    justify-content: center;
}

.confidence-logos ul li {
    margin: 0 10px;
}

.testimonials-bg .packages-header-section {
    margin-block: 20px;
}

.testimonials-logos-block-section ul {
    justify-content: center;
    display        : flex;
    align-items    : center;


}

.testimonials-logos-block-section ul li {
    
    text-align     : center;
    border         : 1px solid #4b5463;
    border-radius  : 10px;
    margin         : 0 5px;
    height         : 100px;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

.review-slider-testimonials li {
    padding: 0 10px;
}
ul.review-slider-testimonials .slick-list {
	overflow: visible;
}
ul.review-slider-testimonials .slick-slide.slick-current {
	position: relative;
	border-color: white;
}
ul.review-slider-testimonials .slick-slide.slick-current:after {
    content: '';
    position: absolute;
    bottom: -60px;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #fff;
    clear: both;
    left: 0;
    right: 0;
    margin: 0 auto;
}


 
.testimonials-logos-block-section ul li a {
    line-height: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}
.testimonials-content-block a {
	color: var(--black);
    font-size: 15px;
    margin-top: 20px;
    display: block;
}

.testimonials-logos-block-section ul li img {
    max-width: 100%; 
}

.testimonials-logos-block-section {
    margin-top: 30px;
}

.testimonials-block-section {
    margin          : -46px auto 50px;
    background-color: var(--white);
    padding         : 60px 50px;
    box-shadow      : 2px 2px 10px 1px #00000014;
}

/*li.google-logo {
	background: #f4f4f4;
}*/

li.facebook-logo img,li.google-logo img {
	max-width: 80% !important;
}

.testimonials-content-block h2 {
    font-size    : 33px;
    margin-bottom: 20px;
	margin-left: -15px;
}

.testimonials-content-block p {
    font-size: 17px;
	font-weight: 500;
}

.testimonials-item-section {
    display: flex !important;
}

.testimonials-logo-box {
    width     : 25%;
    text-align: center;
}

.testimonials-content-block {
    width: 75%;
}

.testimonials-logo-box img {
    max-width: 70%;
    margin   : 0 auto;
}

.main-block-content h3 {
    font-size     : 55px;
    color         : var(--white);
    text-transform: uppercase;
}

.main-block-content h3 span {
    font-weight: 700;
}

.start-main-sections {
    width: 65%;
	margin-top: 70px;
}

.start-sidebar-sections {
    width: 30%;
	margin-top: 60px;
	margin-bottom: 30px;
}

.start-sidebar-sections-box {
    margin-left:20px;
}

.start-main-sections p {
	margin-bottom: 15px;
}
.start-main-sections p a,.start-main-sections li a, .entry a {
	color: var(--black);
}
form#search_pdf {
	width: 100%;
}
.page_nav input {
    width: 20px;
    padding: 5px !important;
    margin-right: 10px;
    text-align: center;
}
form {
	width: 500px;
	max-width: 100%;
}
form input,form select, form textarea {
    border: 1px solid var(--black);
    padding: 10px;
    font-size: 15px;
	margin-bottom: 20px;
	width: 100%;
	box-sizing: border-box;
}
input[type="radio"] {
    width: auto;
    margin-right: 20px;
    margin-left: 0;
}
form input[type="submit"] {
    background-color: var(--blue);
    border-radius: 3px;
    color: var(--white);
    padding: 20px 25px 20px 50px;
    text-transform: uppercase;
    font-size: 19px;
    cursor: pointer;
	border: 0;
	margin-top: 25px;
}
form input[type="submit"]:hover {
	background-color: var(--dark-brown);
	color:var(--blue);
}
form label {
	display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
	padding-bottom: 5px;
}
form p {
	font-size: 16px;
    margin: 0 !important;
}
.note {
	font-weight: bold;
    font-size: 15px;
    margin-top: -10px;
    margin-bottom: 20px;
}
.red {
	color:var(--red);
}

.inner-header-section {
    margin-bottom: 20px;
}

.inner-header-section h2,h2.heading {
    font-size     : 33px;
    font-weight   : 700;
    color         : var(--black);
    position      : relative;
    border-bottom : 2px solid var(--light-brown);
    display       : inline-block;
    padding-bottom: 10px;
	margin-bottom: 10px;
}
h2.heading {
	margin-bottom: 30px;
}

.table_of_contents {
	width: 100%;
    text-align: left;
    margin-bottom: 30px;
}
table.table_of_contents tr {
	width: 45%;
    float: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaebec;
    padding-bottom: 15px;
}
table.table_of_contents tr:nth-child(even) {
	margin-left: 10%;
}
table.table_of_contents tr a {
	color: var(--black);
    text-decoration: none;
	padding-left: 25px;
	position: relative;
	font-weight: 400;
}
table.table_of_contents tr a:before {
	content: '';
    background: url(../images/accordian-icon.png);
    width: 16px;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 3px;
}

.inner-header-section h2 span,h2.heading span {
    color: var(--light-brown);
	line-height: 1.2;
}

.inner-header-section {
    margin-bottom: 20px;
}

.description p {
    color        : var(--black);
    line-height  : 1.5;
    margin-bottom: 25px;
}

.start-sidebar-sections p {
	font-size: 15px;
    line-height: 1.5;
}
.start-sidebar-sections .inner-header-section h2 {
	margin-bottom: 0;
	line-height: 1.2
}

.inner-package-section {
	padding-top: 10px !important;
}

.inner-package-bg {
    background-color: var(--light-brown);
    padding         : 20px;
    border-radius   : 10px;
}

.package-header h2 {
	color: var(--white);
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    border-bottom: 1px solid var(--white);
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.package-header p {
	font-weight: normal;
    color: var(--white);
    font-size: 18px;
    line-height: 1.4;
}

.package-form-block {
    margin-top: 10px;
}

.inner-search-item-section {
    width        : 100%;
    margin-bottom: 10px;
}

.inner-search-item-section label {
    display      : block;
    font-weight  : 600;
    font-size    : 16px;
}

.inner-search-item-section select {
    width      : 100%;
    height     : 45px;
    border     : 1px solid #909090;
    font-size  : 16px;
    font-weight: 500;
    color      : var(--black);
    padding    : 10px;
}

.inner-list-item {
    width        : 50%;
    margin-bottom: 10px;
}

.inner-list-item .acc_list .acc_title {
    font-weight: 400;
    color      : var(--black);
    line-height: 1.5;
	cursor: pointer;
}
.inner-list-item .acc_list .acc_title a {
	color      : var(--black);
	text-decoration: none;
}

.inner-list-item .acc_list .acc_desc {
    margin-top : 15px;
    line-height: 1.4;
	margin-bottom: 30px;
	font-size: 14px;
	
}

.inner-list-item-box {
    margin        : 0 10px;
    border-bottom : 1px solid #eaebec;
    margin-bottom : 15px;
    padding-bottom: 15px;
}

.acc_list h5 {
	position: relative;
	padding-left: 25px;
}

.detailed-itinerary-list-blocks h5:before {
	display: none;
}

.acc_list h5:before {
	content: '';
    background: url(../images/accordian-icon.png);
    width: 16px;
    height: 100%;
    position: absolute;
	background-repeat: no-repeat;
    left: 0;
	top: 3px;
}

.acc_list .active h5:before {
	background: url(../images/accordian-icon-down.png);
}

.start-sidebar-sections .inner-list-item .acc_list .acc_desc p {
    font-size: 14px;
	line-height: 1.5;
}
.start-sidebar-sections .inner-list-item .acc_list .acc_desc a {
	color: var(--black);
    font-size: 14px;
	line-height: 25px;
}



.inner-list-item .acc_list .acc_desc p {
    font-size: 16px;
	line-height: 1.5;
}

.inner-list-block {
    margin-top: 40px;
}

.route-map-image img {
    border-radius: 10px;
	max-width: 100%;
}

.route-map-button {
    margin-top: 20px;
}

.route-map-button .btn-bg-dark {
	border-radius: 3px;
}

.content-box .inner-list-item {
    width: 100%;
}

.content-box img {
    width        : 100%;
    border-radius: 10px;
	margin-top: 15px;
}

.content-box .inner-list-item-box {
    margin-left : 0;
    margin-right: 0;
}

.about-rocky-mountaineer {
    padding      : 20px;
    border-radius: 10px;
    box-shadow   : 1px 1px 10px 0px #0000002b;
}

.content-box .inner-list-block .inner-list-item:last-child .inner-list-item-box {
    border-bottom: none;
}

.rocky-mountaineer-quote-button a {
	padding: 10px 0;
    width: 100%;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    margin-top: 10px;
	box-sizing: border-box;
}

.inner-header-section {
    margin-bottom: 20px;
}

.grand-rail-header {
    background: #ebeff4;
    padding   : 20px 30px;
}

.grand-rail-header h2 {
    font-weight: 600;
    font-size  : 25px;
    color      : var(--blue);
}

.grand-rail-table {
    display: flex;
}

.grand-rail-days {
    width: 25%;
}

.grand-rail-activities {
    width: 50%;
}

.grand-rail-list {
    width: 25%;
}

.grand-rail-table .table-items ul li {
    padding      : 10px 30px;
    border-bottom: 1px solid #ebeff4;
	font-size: 16px;
}

.grand-rail-days.table-items:first-child ul li {
	font-size: 18px;
	font-weight: normal;
}

.grand-rail-circle-table {
    box-shadow   : 1px 1px 8px 1px #00000033;
    border-radius: 10px;
}

.whats-included-list-item .inner-list-block .inner-list-item .inner-list-item-box {
    margin-right: 0;
    margin-left : 0;
	border: none;
	padding-bottom: 10px;
}

.whats-included-list-item .inner-list-block .inner-list-item {
    width: 100%;
}

.whats-included-list-item .inner-list-block {
    margin-top: 20px;
}

.whats-included-list-item h3 {
    font-weight: 600;
}

.whats-included-list-item {
    margin-top: 40px;
}

.detailed-itinerary-list-blocks .inner-list-item {
    width: 100%;
}

.detailed-itinerary-list-blocks .inner-list-item .inner-list-item-box .acc_list .acc_title {
    border       : 1px solid #d7d7d7;
    padding      : 15px;
    text-indent  : 0;
    border-radius: 5px;
    font-size    : 18px;
    color        : var(--blue);
    transition   : 0.3s;
}

.detailed-itinerary-list-blocks .inner-list-item .acc_list .acc_desc p {
    font-size: 16px;
	
}

.detailed-itinerary-list-blocks .inner-list-item .inner-list-item-box .acc_list h5.detailed_title.active {
    background-color: var(--blue) !important;
    color           : var(--white);
}

.detailed-itinerary-list-blocks .inner-list-item .inner-list-item-box {
    margin        : 0;
    padding-bottom: 0;
}

.detailed-itinerary-list-blocks .inner-list-item .inner-list-item-box {
    border-bottom: none;
}

.detailed-itinerary-list-blocks .inner-list-item .inner-list-item-box .acc_list h5.detailed_title.active {
    background: url(../images/accordian-icon-down-white.png) right 20px center no-repeat;
}

.detailed-itinerary-list-blocks .inner-list-item .inner-list-item-box .acc_list h5.detailed_title {
    background: url(../images/accordian-icon.png) right 20px center no-repeat;
	padding-right: 30px;
}

.start-sidebar-sections-box .inner-list-item-box {
    margin-bottom : 5px;
    padding-bottom: 5px;
}

.start-sidebar-sections-box .inner-list-item .acc_list .acc_title {
    font-size: 15px;
	font-weight: 500;
}

.inner-header-section {
    margin-bottom: 20px;
}

.departure-dates-section p {
    color      : var(--black);
}

.departure-dates-block {
    margin-top: 30px;
	margin-bottom: 40px;
}

.departure-dates-item {
    width   : 50%;
    position: relative;
}

.departure-dates-item-box {
    background-color: var(--blue);
    padding         : 20% 10%;
    margin-right    : 40px;
    border-radius   : 10px;
	position: relative;
}

.departure-dates-item-box:after {
	content: '';
    background: url(../images/white-logo-transparent.png);
    width: 218px;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    right: -10%;
    bottom: -40%;
    top: auto;
}

.departure-dates-item-box h2 {
    color      : var(--white);
    font-size  : 22px;
    line-height: 1.5;
    font-weight: 500;
}

.overlay-departure-logo {
    position: absolute;
    bottom  : -50px;
    right   : 0;
}

.prices-description-section p {
    line-height  : 1.5;
    margin-bottom: 15px;
}

.prices-description-section p b {
    font-weight: 600;
}

.image-container {
    background-image          : url(../images/quote-bg-image.jpg);
    background-repeat         : no-repeat;
    background-size           : cover;
    background-position       : center;
    width                     : 100%;
    height                    : 100%;
    border-top-right-radius   : 10px;
    border-bottom-right-radius: 10px;
}

.quote-content-content-block {
    width: 60%;
}

.quote-bg-image {
    width: 40%;
}

.quote-content-content-block {
    border                   : 1px solid #d7d8d9;
    box-sizing               : border-box;
    padding                  : 25px;
    border-top-left-radius   : 10px;
    border-bottom-left-radius: 10px;
    border-right             : none;
}

.quote-content-content-block p {
    font-weight: 700;
    font-size  : 18px;
}

.book-confidence-section {
    padding      : 20px;
    border-radius: 10px;
    box-shadow   : 1px 1px 10px 0px #0000002b;
}

.book-confidence-logos-block ul {
    display    : flex;
    align-items: center;
}

.book-confidence-logos-block ul li img {
    width: 90%;
}

.start-sidebar-sections .testimonials-logos-block-section ul {
	flex-wrap: wrap;
	justify-content: space-between;
}
.start-sidebar-sections .testimonials-logos-block-section ul li {
    width: 46%;
    margin-bottom: 10px;
	margin-left: 0;
	border: 1px solid #e5e6e7;
	background: #f4f4f4;
}
.start-sidebar-sections .testimonials-logos-block-section img {
	max-width: 80% !important;
}
.start-sidebar-sections-box .margin-space {
    padding: 40px 0;
}
.inner-list-block .inner-list-item:last-child {
    margin-bottom: 0;
}
.package-form-block .inner-search-item-section:last-child {
    margin-bottom: 0;
}
.package-form-block .search-box-button {
	text-align: left;
}
.start-sidebar-sections-box .inner-list-block {
    margin-top: 21px;
}
.start-sidebar-sections-box .inner-list-block .inner-list-item:last-child .inner-list-item-box{
    margin-bottom: 0;
    padding-bottom: 0;
}
.about-rocky-mountaineer .rocky-mountaineer-quote-button {
    margin-top: 15px;
}

.desktop-hide {
	display: none;
}
.start-sidebar-sections-box .form_box #search_pdf .slc_list{
	background-color: #d4b375;
}


.start-main-sections .entry img {
	border-radius: 20px;
}
#toTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: var(--dark-brown);
  color: white;
  cursor: pointer;
  padding:5px 15px;
  border-radius: 3px;
}
ul.other  {
	margin-left: 20px;
	margin-bottom: 30px;
}
ul.other li {
	list-style:disc;
}
ul.other li a {
	color: var(--blue);
	text-decoration: none;
    font-weight: 500;
}

@media only screen and (max-width: 1400px){
	
	html,body {
		overflow-x: hidden;
	}
	
	body {
    padding-top: 50px;
	}
	
	.header-logo img {
		width: 80px;
	}
	.header-item a {
    padding: 10px 0;
	font-size: 16px;
	}
	
	.main-banner-block,.main-banner-block .slick-slide,.main-banner-block:not(.home), .main-banner-block:not(.home) .slick-slide {
		height: unset;
	}
	.home .main-block-content {
		position: relative !important;
		top: auto;
		padding: 50px 0 100px;
	}
	.main-banner-block {
		position: relative;
	}
	.home .main-banner-images-block {
		position: absolute !important;
	}
	.main-banner-images-block img {
		position: relative;
		width: auto;
	}
	.main-banner-block .slick-arrow {
		display: none !important;
	}
	.search-full-section {
    margin-top: -30px;
	}
	.holiday-block-section {
		padding: 0 50px;
	}
	button.facts-button_prev.facts-button_prev-circle {
    left: 0px;
	}
	button.facts-button_next.facts-button_next-circle {
    right: 0px;
	}
	.text-column {
	padding: 40px 0;
	}
}

@media only screen and (max-width: 1200px){
	
	table.pricing tr td,table.pricing tr th {
    padding: 10px 10px;
	}
	table.pricing tr td,table.pricing tr th,table.pricing tr:nth-of-type(2) th,table.itinerary-table.pricing tr:not(:first-child) th {
    font-size: 14px;
	}
	
	.round-complete-box a {
		padding-left: 20px;
	}
	
	.search-block-section {
	padding: 0px;
	}
	
	.testimonials-bg {
		padding-bottom:100px !important;
	}
	.round-complete-box  p {
	font-size: 16px;
    line-height: 24px;
	}
	
	.round-complete-box {
		margin-bottom: 50px;
	}
    .search-main-full-block{
        width: 100%;
    }
	.search-item-section label {
		font-size: 15px;
	}
    .text-column-box{
        padding: 0 5% 0 0;
    }
    .text-column-box h2{
        margin-bottom: 20px;
    }
	.margin-space {
    padding:30px 0;
	}
	    .welcome-button-item{
        flex-wrap: wrap;
        width: 100%;
        margin: 10px 0;
    }
	.welcome-button-item {
		padding-left: 60px;
	}
	.round-trip-item-box h2,.packages-text p {
    font-size: 16px;
	}
	.round-trip-image span {
    width: 65px;
    height: 65px;
    font-size: 15px;
    border: 5px solid;
    line-height: 20px;
	}
	button.facts-button_next.facts-button_next-circle {
        right: -40px;
    }
    button.facts-button_prev.facts-button_prev-circle {
        left: -40px;
    }
}
@media only screen and (min-width: 1024px){
.testimonials-logos-block-section ul .slick-track {
	transform: translate3d(0px, 0px, 0px)!important;
}
}
@media only screen and (max-width: 1024px){
	.locations-block ul li {
    width: 45%;
	}
    .welcome-button-block-section{
        justify-content: center;
    }
    .welcome-image-block img {
        width: 100%;
    }

    .text-column-box ul li{
        margin-bottom: 5px;
    }
    .text-column-box h2{
        font-size: 30px;
    }
    .welcome-text-block h2 {
        font-size: 35px;
    }
    .packages-header-section h2{
        font-size: 35px;
    }
    .packages-item-section{
        width: 25%;
    }
    .main-block-content h1 > span, .main-block-content h1 {
        font-size: 40px;
    }
    .holiday-item-section-box{
        margin: 0 10px;
    }
    .map-content h2{
        font-size: 35px;
    }
    .search-header h2{
        font-size: 35px;
    }
    .round-text-box h2{
        font-size: 35px;
    }
    .map-content p{
        margin: 20px 0;
    }
    .locations-block ul li{
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.2;
    }
    .testimonials-logos-block-section ul li{
        height: 70px;
    }
    .testimonials-block-section{
        width: 100%;
    }
    .testimonials-logo-box img{
        margin: auto;
    }
	.round-complete-box:after {
	    position: relative;
        width: 540px;
        height: 388px;
        margin: 20px auto 0;
	}
	.round-complete-box:before {
		display: none;
	}
	.round-complete-box {
		text-align: center;
	}
	.round-text-box {
		width: 100%;
	}
	.round-complete-box a {
		padding: 20px;
	}
	.round-text-box div {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    margin: 30px auto;
	}
	.round-image-box{
  	width: 100%;
	margin-top: 20px;
    }
	.round-image-box img {
		display: block;
		margin:0 auto;
		max-width: 95%;
		border-radius: 0;
	}
	.start-main-sections {
    width: 100%;
	}
	.start-sidebar-sections {
	width: 50%;
	margin: 0 auto 50px;
	}
	.start-sidebar-sections-box {
    margin-left: 0;
	}
	.grand-rail-header,.itinerary-table caption {
    padding: 20px 10px;
	}
	.grand-rail-table .table-items ul li,.itinerary-table tr th:first-child,.itinerary-table tr th, .itinerary-table tr td {
    padding: 10px 10px;
	}
	.grand-rail-days.table-items:first-child ul li,.itinerary-table tr th:first-child {
    font-size: 14px;
	line-height: 19px;
	}
	.grand-rail-table .table-items ul li,.itinerary-table tr th, .itinerary-table tr td {
    font-size: 14px;
	line-height: 18px;
	}
	.quote-block-section {
		font-size: 15px;
	}
 ul.review-slider-testimonials .slick-list {
  overflow: hidden;
 }
}
@media only screen and (max-width: 850px){
    .testimonials-logos-block-section ul{
        flex-wrap: wrap;
    }
    .testimonials-logos-block-section ul li{
        height: 100px;
        margin-bottom: 15px;
        width: 30%;
    }
}
@media only screen and (max-width: 768px){
.home .main-banner-images-block {
    position: absolute!important;
    height: 100%;
    left: 0;
    right: 0;
}	
	
.home .single-item-banner .main-banner-images-item.first {
	background: url(https://rockymountainholidays.com/photos/RMH_Home_Slider_2_mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
	height: 100%;
}

	
	.map-bg-section {
		background:#bb904b;
	}
	.locations-block ul li:before {
		top: 4px;
	}
	.locations-block ul li {
    line-height: 25px;
	}
	
	.testimonials-block-section {
		padding: 60px 20px;
	}
	
	.tbl_list.itinerary-table.tbl_list.pricing td:first-child {
		width: 10px;
		text-align: left;
	}
	.tbl_list.itinerary-table.tbl_list.pricing td {
		width: 100px;
	}
	
	.overflow {
		overflow: auto;
		margin-bottom: 30px;
		-webkit-overflow-scrolling: touch;
		-webkit-overflow-scrolling: auto !important;
	}
	

	table.pricing {
		width: 768px;
	}

	
	table.table_of_contents tr a {
    font-size: 14px;
	line-height: 20px;
	display: block;
	}
	table.table_of_contents tr {
    width: 48%;
	}
	table.table_of_contents tr:nth-child(even) {
    margin-left: 4%;
	}
	table.table_of_contents tr:nth-child(odd) {
    clear: left;
	}
	
	.round-complete-box a {
		margin-top: 20px;
	}
	
	#loadMore {
		display: none;
	}
	
	.main-banner-images-item:nth-of-type(2) {
		display: none;
	}
	.main-banner-images-item img {
    height: 70vh !important;
	object-fit: cover;
	width: 100%;
	}
	
	.container {
		padding: 0 15px;
	}
	
	.search-bg-section {
		padding: 0 0 40px;
	}
	.search-header {
		padding-bottom: 0;
	}
    .search-item-section{
        width: 50%;
    }
    .search-header h2, .round-text-box h2 {
        font-size: 30px;
		line-height: 1;
    }
    .search-header p {
        font-size: 18px;
    }
    .main-block-content h1 > span, .main-block-content h1 {
        font-size: 35px;
		line-height: 1.1;
    }
    a.btn-bg-dark, a.btn-bg-border{
        padding: 10px 20px;
    }
    .welcome-text-block, .welcome-image-block {
        width: 100%;
		margin-left: 0;
    }
	
	.welcome-text-box .btn-bg-dark {
		margin: 30px auto 0;
		display: table;
		padding: 10px 30px;
	}
   
    .welcome-button-block-section {
        justify-content: space-around;
    }
    .image-column-image img{
        display: block;
    } 
    .image-column-image{
        background-image: none !important;
    }
    .image-column, .text-column, .map-image, .map-content{
        width: 100%;
    }
    .text-column{
        padding: 30px 0;
    }
    .round-trip-item-section {
        width: 33.33%;
        margin-bottom: 30px;
    }
    .round-trip-item-box {
        margin: 0 10px;
    }
    .round-complete-box{
        margin-top: 20px;
    }
    .welcome-text-block{
        margin-bottom: 35px;
    }
    .welcome-text-block h2, .packages-header-section h2, .map-content h2 {
        font-size: 30px;
    }
    .packages-item-section {
        width: 33.33%;
    }
    .map-image {
        margin-top: 30px;
    }
    .map-image-with-text-block{
        flex-direction: column-reverse;
    }
    .round-trip-block-section, .packages-block-section {
        padding: 0 30px;
    }
    .round-trip-block-section button.facts-button_next.facts-button_next-circle, .round-trip-block-section button.facts-button_prev.facts-button_prev-circle, .packages-block-section button.facts-button_next.facts-button_next-circle, .packages-block-section button.facts-button_prev.facts-button_prev-circle {
        top: 40%;
    }
	
	 .search-full-section{
        margin-top: -40px;
    }
    .header-logo img{
        width: 80px;
    }
    .search-main-full-block{
        width: 95%;
    }
	.welcome-button-block-section {
		display: block;
	}
    .welcome-button-item{
    width: 300px;
    margin: 0 auto 30px;
    }
    .round-text-box h3{
        font-size: 20px;
    }
    .packages-text{
        padding: 15px;
    }

    .footer-logo img {
        width: 90%;
    }
    .main-block-content h1 > span, .main-block-content h1{
        font-size: 30px;
    }
    .welcome-text-block p, .welcome-text-box p, .text-column-box p, .round-text-box p{
        font-size: 16px;
    }
	
	.search-item-section label {
		margin-top: 0;
	}
	
	input:not([type='radio']), select {
		-webkit-appearance: none;
		background: var(--white);
	}
	.wrapper.about {
    background: var(--blue);
	margin: 50px 0 30px;
	}
	.text-column:before {
	width: 100%;
    left: 0;
    background-size: contain;	
	}
	.desktop-hide {
		display: block;
	}
	.small-right {
		font-size: 14px;
		font-weight: bold;
		text-align: right;
	}
	.text-column-box h2 {
		line-height: 1.2;
	}
	.packages-header-section h2 span {
		display: block;
		line-height: 1.5;
	}

	.packages-header-section {
		margin-bottom: 0;
	}
	button.facts-button_next.facts-button_next-circle {
    right: -20px;
	}
	button.facts-button_prev.facts-button_prev-circle {
		left: -20px;
	}
	    .testimonials-logos-block-section ul li{
        height: 80px;
    }
    .testimonials-content-block h2{
        text-align: center;
    }
    .testimonials-logo-box, .testimonials-content-block{
        width: 100%;
    }
    .testimonials-logo-box{
        margin-bottom: 50px;
    }
    .testimonials-logo-box img{
        width: 150px;
    }
    .testimonials-item-section{
        flex-wrap: wrap;
    }
	.testimonials-block-section ul.slick-dots{
    width: 100%;
    margin-left: 0;
	display: flex;
    justify-content: center;
	}
	.testimonials-content-block p {
		font-size: 16px;
	}
	.footer-bg-image {
    padding: 50px 0;
	}
	.footer-block-section {
		display: block;
		text-align: center;
	}
	.footer-content-section {
    width: 100%;
	}
	.footer-content-section ul {
		justify-content: center;
		margin-bottom: 30px;
	}
	.footer-logo {
		text-align: center;
		margin: 0 auto;
	}
	.footer-logo img {
		width: auto;
	}
	.footer-content-section .copyrights,.footer-content-section .links {
		margin-bottom: 30px;
	}
	.packages-header-section.holiday h2 span {
		line-height: 20px;
	}
	.holiday-block-section {
		margin-top: 25px;
		margin-bottom: 40px;
	}
	.holiday-block-section button.facts-button_next.facts-button_next-circle {
		right: 0;
	}
	.holiday-block-section button.facts-button_prev.facts-button_prev-circle {
		left: 0;
	}
	.start-sidebar-sections, .start-main-sections {
	width: 100%;
	}
	.grand-rail-table .table-items ul li {
		height: 40px;
		line-height: 18px;
	}
	.start-sidebar-sections .testimonials-logos-block-section img {
    max-width: 100px !important;
	}
	
	.quote-content-content-block {
    width: 100%;
	}
	.quote-content-content-block {
    border-right: 1px solid #d7d8d9;
	padding: 15px;
	}
	.quote-bg-image {
    width: 100%;
    margin-top: 30px;
	}
	.quote-bg-image .image-container {
	height: 300px;
    border-radius: 10px;
	}
	#toTop {
	font-size: 14px;
    padding: 0px 10px;
    right: 15px;
    bottom: 15px;
	}
}

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

	
	.search-item-section label {
		font-size: 18px;
	}
    .round-text-box{
        width: 100%;
    }
    a.btn-bg-dark, a.btn-bg-border {
        
    }
    .search-item-section {
        width: 100% !important;
    }
    .search-box-button, .welcome-text-block h2, .packages-header-section h2, .map-content h2, .text-column-box h2{
        text-align: center;
    }
    .footer-content-section h3{
        font-size: 14px;
    }
    .map-content p{
        text-align: center;
    }
    .footer-content-section ul li img {
        width: 20px;
    }
    .footer-content-section ul li {
         
        width: 40px;
        height: 40px;
         
    }
	.departure-dates-item-box {
    background-color: var(--blue);
    margin-right: 10px;
	}
	.departure-dates-item-box h2 {
    font-size: 17px;
	}
     
}
@media only screen and (max-width: 480px){
	
	.banner-content-buttons {
	display: flex;
	justify-content: space-between;
	}
	
	.banner-content-buttons a.btn-bg-dark {
	width: 46%;
	padding: 10px 0;
	}
	
	a.btn-bg-dark {
	font-size: 14px;
	width: 100%;
	text-align: center;
	}
	
	.search-box-button a {
	margin-top: 15px;
	width: 100%;
    box-sizing: border-box;	
	text-align: center;
	}
	.search-box-button a:before {
		left: auto;
	}
	.search-item-section-box {
    margin: 0;
	}
	
	.departure-dates-item {
		width: 100%;
		margin-bottom: 20px;
	}
	.departure-dates-item-box {
		margin-right: 0;
	}
	
	a.btn-bg-dark, a.btn-bg-border,a.quotebutton {
		font-size: 15px;
		box-sizing: border-box;
	}
	
    .round-trip-block-section, .packages-block-section {
        padding: 0 50px;
    }
    .locations-block ul li{
        width: 100%;
    }
    .welcome-button-item {
        width: 200px;
    }
	
	.holiday-block-section button.facts-button_next.facts-button_next-circle img,.holiday-block-section button.facts-button_prev.facts-button_prev-circle img {
		width: 30px;
	}
	button.slick-arrow img {
		width: 20px;
	}

    .header-item .contact-menu span img {
        width: 10px;
    }
    .contact-menu span {
       width: 20px;
       height: 20px;
    }
    .header-item a{
        font-size: 14px;
    }
    .logo-overlay img {
        max-width: 300px;
    }
    .footer-content-section, .footer-logo{
        width: 100%;
    }
    .footer-block-section{
        flex-wrap: wrap;
    }
    .footer-content-section {
        text-align: center;
        margin-bottom: 30px;
    }
    .footer-content-section ul {
        justify-content: center;
    }
    .holiday-block-section, .round-trip-block-section, .packages-block-section {
        padding: 0 25px;
	}
	.packages-bg-color .btn-bg-dark {
		font-size: 14px;
	}
	.inner-list-item {
    width: 100%;
    margin-bottom: 5px;
	}
    
}