/* line 415, ../sass/resources/_icons.scss */
.logo-hurtigruten {
  background-image: url("/files/hurtigruten-logo.svg");
}

/* line 415, ../sass/resources/_icons.scss */
.logo-STA {
  background-image: url("/files/scottish-tourism-alliance-logo.svg");
}

/* line 765, ../sass/base/_forms.scss */
input[type="text"].newsletter__input {
  display: table-cell;
  float: none;
  width: auto;
  width: 60%;
  text-transform: none;
  padding-left: 17px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  height: 60px;
  vertical-align: top;
  color: #34444b;
}

/* line 778, ../sass/base/_forms.scss */
input[type="submit"].newsletter__submit {
  display: table-cell;
  width: 40%;
  float: none;
  background-color: #ec6851;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 0 4px 4px 0;
  height: 60px;
  vertical-align: top;
}

/* line 778, ../sass/base/_forms.scss */
input[type="submit"]:hover.newsletter__submit {
  background-color: #d45d49;
}

/* line 413, ../sass/base/_base.scss */
.blockquote--large::before {
  content: '“';
  font-size: 96px;
  font-weight: bold;
  font-style: italic;
  line-height: 110px;
  color: #ec6851;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 260, ../sass/layout/_layout.scss */
.section-package-info .package-info-icon, .section-right-image .package-info-icon {
  display: inline-block;
  margin-bottom: 20px;
  cursor: default;
}

.sidebar-wide {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
}
/* line 5, ../sass/base/_accordions.scss */
.accordion h1 {
  font-size: 0.96666667em;
  line-height: 2em;
  padding: 0;
  margin: 0;
  color: #34444b;
  font-weight: 500;
}
/* line 13, ../sass/base/_accordions.scss */
.accordion h1 a {
  text-decoration: none;
  color: #34444b;
  display: block;
  width: 100%;
}
/* line 19, ../sass/base/_accordions.scss */
.accordion h1 a:after {
  font-family: 'nordicvisitor';
  content: "\f077";
  margin-left: 10px;
  font-size: 0.72222222em;
  line-height: 1.84615385em;
}

/* line 801, ../sass/base/_base.scss */
.image-content__caption {
  background-color: rgba(103, 103, 103, 0.84);
  color: #fcfafa;
  font-size: 0.8em;
  line-height: 1.44em;
  font-style: italic;
  position: absolute;
  bottom: 0;
  padding: 4px 20px;
}

.image-content__caption a {
  color: #fcfafa;
  text-decoration: underline;
}

.submenu {
  background-color:rgba(255, 255, 255, 0.9);
  font-family:"Gotham", sans-serif;
  text-transform:uppercase;
  font-weight:bold;
  font-size:0.66666667em;
  line-height:2em;
  width:100%;
  height:50px;
  box-shadow:0 4px 13px rgba(0, 0, 0, 0.1);
  margin-bottom: 0px
}

.youtube-player {
        position: sticky;
        padding-bottom: 56.23%;
        /* Use 75% for 4:3 videos */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        background: #000;
        margin: 5px;
    }
    
.youtube-player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: transparent;
    }
    
.youtube-player img {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto;
        max-width: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        height: auto;
        cursor: pointer;
        -webkit-transition: .4s all;
        -moz-transition: .4s all;
        transition: .4s all;
    }
    
    .youtube-player img:hover {
        -webkit-filter: brightness(75%);
    }
    
    .youtube-player .play {
        height: 72px;
        width: 72px;
        left: 50%;
        top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        background: url("//i.imgur.com/TxzC70f.png") no-repeat;
        cursor: pointer;
    }

/*Information on what travel styles are - icons*/

.info-tooltip,.ui-tooltip {
display:inline-block;
text-transform:none;
font-family:Gotham,serif;
color:#fff
}

.info-tooltip {
background:#34444b;
width:12px;
height:12px;
vertical-align:text-top;
line-height:12px;
border-radius:10px;
font-size:9px;
font-weight:700;
margin-top:1px;
cursor: pointer;
}

.ui-tooltip {
font-size:12px;
background:#34444b;
padding:15px 25px;
z-index:2000;
max-width:320px;
width:auto;
border-radius:5px
}

.ui-tooltip.dynamic-width {
max-width:480px
}

.ui-tooltip p {
color:#fff;
margin:0;
padding:0
}

.ui-helper-hidden-accessible {
display:none
}

.ui-tooltip.grey.bottom:before,.ui-tooltip.grey.top:before {
display:block;
content:'';
height:0;
width:0;
left:50%;
position:absolute
}

.ui-tooltip.grey.top:before {
border:7px solid transparent;
border-bottom:7px solid #34444b;
bottom:100%;
-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);
transform:translateY(-50%);
margin-bottom:-7px
}

.ui-tooltip.grey.bottom:before {
border:7px solid transparent;
border-top:7px solid #34444b;
top:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);
transform:translateY(-50%);
margin-top:7px
}

.dropdown-nav ul ul a {
   padding:10px 0 10px 5px
}

@media (max-width:768px) {
	.ui-tooltip,
	.ui-tooltip.dynamic-width
   {
	padding:7px;
	max-width:170px
   }
}

.card .destination-label {
display:inline-block;
background:rgba(255,255,255,.82);
position:absolute;
top:15px;
height:30px;
line-height:30px;
border-radius:0 5px 5px 0;
padding:0 10px;
font-family:Gotham,sans-serif;
text-transform:uppercase;
font-size:.65em;
font-weight:700;
color:#34444b
}

.card .destination-label .tooltip-static-click:hover,.card .destination-label .tooltip-static:hover {
color:#3a8492
}

@media (max-width:1435px) {
.card .infobox+.destination-label
   {
	display:none
   }
}

.highlights ul {
    list-style:none;
    padding-left:20px;
    font-weight:500;
    font-size: 1.11111111em;
    line-height: 1.2em;
}

.itinerary-item p {
	font-size:1em;
	line-height:1.40em;
	position:relative;
	margin-bottom:15px;
	color:#64696d;
}

section.section-everything p {
   color: #34444b;
}

section.section-everything ul {
   padding-left: 30px;
}

section.section-everything ul a {
   color: #ec6851;
}

section.section-everything ul a:hover {
   color: #23527c;
}

td a {
  color: #ec6851;
}

@media (max-width: 480px) and (min-width: 300px) {
   .youtube-player 
 {
 	margin-top: 0px !important;
  }
}
@media (min-width:481px) and (max-width:1310px) {
    .card-front h1 {
        font-size: 1.233337em;
    }
}
@media (min-width:481px) and (max-width:1310px) {
    .card-front h2.sub-name {
        font-size: 0.8666em;
    }
}
@media (min-width:481px) and (max-width:1310px) {
   .card .card-front h1.long {
        font-size: 1.2em;
    }
}
@media (max-width:768px) and (min-width:200px) {
   .request-icon {
        display: none;
    }
}
/* line 114, ../sass/components/_components.scss */
.promotions p {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 1.1em;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 2px 0;
}
.sub-notice p
{
  color: #ffffff;
  margin-left: 10px;
  font-size: 14px;
}
.notice a
{
  color: #ffffff;
  text-decoration: underline;
}
.notice a:hover
{
  color: #ffd269;
  text-decoration: underline;
}
.ui-datepicker-calendar .ui-state-hover
{
  background: #acc;
  color: #fff;
}
.ui-datepicker-calendar .ui-state-active
{
  border-radius: 0px;
  background: #34444b;
}

/* line 5, ../sass/base/_accordions.scss */
.accordion h2 {
  font-size: 0.66666667em;
  line-height: 2em;
  padding: 0;
  margin: 0;
  color: #34444b;
  font-weight: 500;
}
/* line 13, ../sass/base/_accordions.scss */
.accordion h2 a {
  text-decoration: none;
  color: #34444b !important; 
  display: block;
  width: 100%;
}
/* line 19, ../sass/base/_accordions.scss */
.accordion h2 a:after {
  font-family: 'nordicvisitor';
  content: "\f077";
  margin-left: 10px;
  font-size: 0.72222222em;
  line-height: 1.84615385em;
}

/*#41556 BASECAMP - Contact us - new component*/

.cx-contact {
    text-align: center;
    position:relative;
    height:100%;
    padding-bottom:70px;
}
.cx-contact .icon {
    font-size: 40px;
    color: #76b89b;
}
.cx-contact h3 {
    margin:0;
}
.cx-contact p {
    margin:0;
    color:#333;
}
.cx-contact p strong {
    color: #d45d49;
    font-size: 1.3em;
}
.cx-contact .cx-footer {
    position:absolute;
    bottom:10px;
    left:0;
    right:0;
}
.button-link.btn-ctx {
    margin:0px auto;
    background:#76b89b;
}
.row-flex {
    display:flex;
}
.ctx-form {
    padding-top:80px;
}
.sec-customer-contact-form img {
    max-width:100%;
}
@media (max-width: 767px) {
    .cx-contact {
        padding-bottom:45px;
    }
    .cx-contact p {
        font-size:0.9em;
    }
    .button-link.btn-ctx {
        padding: 0;
        background: transparent;
        color: #d45d49;
        font-size: 0.75em;
        line-height:100%;
    }
}

/* line 9, ../sass/modules/_footer.scss */
.footer-main h2, .footer-main .price, .footer-main .package-headline, .footer-main .booking-form-request, .footer-main .blog__tags {
  font-family: "ArcherPro", serif;
  font-size: 0.77777778em;
  line-height: 1.71428571em;
  color: #858a8f;
  display: block;
  font-weight: normal;
  text-transform: none;
  margin: 0;
}

/* line 90, ../sass/modules/_footer.scss */
.footer-main .footer-blog h2, .footer-main .footer-blog .price, .footer-main .footer-blog .package-headline, .footer-main .footer-blog .booking-form-request, .footer-main .footer-blog .blog__tags {
  font-size: 0.66666667em;
  line-height: 2em;
}

address a {
  color: #ec6851;
}
address a:hover {
  color: #23527c;
}
/* line 71, ../sass/components/_row-dual.scss */
.row-dual-70-front h1 {
  text-align: left;
}

@media only screen and (min-width: 960px) {
        .hero {
    		height: 440px;
		  }
	.hero-front {
    		height: 820px;
  		}
	.hero-destination {
    		height: 550px;
  		}
	.hero.hero-subpage .hero-text {
    		bottom: 20%;
 		 }
	.hero.hero-destination .hero-text {
   		 bottom: 30%;
  		}
  }

@media only screen and (min-width: 1310px) {
        .hero {
    		height: 500px;
		  }
	.hero-front {
    		height: 820px;
  		}
	.hero-destination {
    		height: 550px;
  		}
	.hero.hero-subpage .hero-text {
    		bottom: 20%;
 		 }
	.hero.hero-destination .hero-text {
   		 bottom: 30%;
  		}
  }

    @media only screen and (min-width: 1520px) {
     .hero {
 	height: 600px;
  		}
      .hero-front {
 	height: 940px;
  		}
    }

    @media only screen and (min-width: 1900px) {
       .hero {
    		height: 700px;
 		 }
.hero-short {
  height: 510px;
}
	.hero-front {
   		height: 940px;
  		}
    }
.hero-auto {
  height: auto;
}
.hero-shortest {
  height: 300px;
  padding-top: 4%;
}

.box-chat-right ul {
    padding-left: 1px;
    margin-bottom: 1px;
}

.box-chat-right li {
    display: inline-block;
    width: 32%;
    margin-bottom: 20px;
}

@media (max-width:1200px) {
   .box-chat-right li {
    display: inline-block;
    width: 49%;
    margin-bottom: 20px;
  }
}

.box-chat-right p.ctry  {
    text-align: left;
    padding: 0;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 23px;
    margin-bottom: 1px;
}

.box-chat-right p.ph {
    text-align: left;
    padding: 0;
    font-weight: 100;
    letter-spacing: 0;
    line-height: 23px;
    margin-bottom: 1px;
}

.kkSimpleSlide.full{
padding:0;
height:100%;
}

.kkSimpleSlideContainer{
overflow:hidden;
height:100%;
}

a.anchor {
    display: block;
    position: relative;
    top: -300px;
    visibility: hidden;
}

.info-blocks .info-block.block-grey .inner-container>* {
	color:#34444b !important;
}

.package-headline + p {
	display:inline;
	margin-left:10px;
	color:#858a8f
}

p {
	color:#34444b;
	margin-bottom:30px
}

.sp-small p {
        color: #858a8f;
    }
.modal-highlight-details ul {
    color: #34444b;
    }

.logo-saf {
  background-image: url("/files/saf-logo.svg");
}

@media only screen and (max-width:1480px) {
    .hero .hero-text figure h1 {
        font-size: 2.66666667em;
        line-height: 1.1em;
    }
}

@media only screen and (max-width:1080px) {
    .hero .hero-text figure h1 {
        font-size: 2.16666667em;
        line-height: 1.1em;
    }
}

@media only screen and (min-width:1480px) {
    .hero .hero-text figure h1 {
        font-size: 3em;
        line-height: 1.1em;
    }
}

@media only screen and (min-width:1680px) {
    .hero-front {
        min-height: 700px;
    }

        .hero-front .hero-text-container {
            bottom: 80px;
        }
}

.main-header .dropdown-nav > ul > li.open > ul li {
	padding-top: 3px;
}

.main-header .dropdown-nav > ul > li ul li {
	padding: 2px 20px 2px;
}
.link-red:hover {
	text-decoration: underline;
}
.link-white:hover {
	text-decoration: underline;
}

@media only screen and (max-width:992px) {
	.section-booking-progress .tour-email-button {
		margin-bottom: 0px;
	}
}