
/* GLOBAL */

body, html { color:#241f20; font-size:15px; background-color:#faf2db; }

h1, h2, h3 { font-family: 'Roboto Slab', serif; color:#004568; }

h1 { font-size:24px; line-height:1.1em; }
h2 { font-size:20px; line-height:1.1em; }
h3 { font-size:16px; color:#0b5c6d; line-height:1.3em; }
h3.larger { margin-bottom:-10px; font-size:22px; }
h4 { margin:10px 0 0 0; color:#003068; font-weight:bold; font-size:16px; }


.uk-button { padding:5px 25px 3px 25px; color:#fff; font-size:20px; background-color:#4DA6C4; font-family: 'Roboto Slab', serif; border-bottom:4px solid #004568; text-decoration:none !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
.uk-button:focus, .uk-button:hover { color:#fff; background-color:#004568; border-bottom:4px solid #4DA6C4; text-decoration:none; }

em { color:#000; font-weight:normal; }

hr { margin:2rem 0; width:100%; height:1px; border:none; background-color:#fff; border-top:1px solid #d29e54; }

a { color:#004568; }
a:focus, a:hover { color:#6c2e00; outline:none; }

img.align_right { float:right; margin:0 0 10px 20px; border:6px solid #fff; box-shadow: 0 0 6px 1px rgba(0,0,0,.3);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
img.align_left { float:left; margin:0 20px 10px 0; border:6px solid #fff; box-shadow: 0 0 6px 1px rgba(0,0,0,.3);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }

img.align_center { margin:0; border:6px solid #fff; box-shadow: 0 0 6px 1px rgba(0,0,0,.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }'

figure.align_right { max-width:400px; float:right; margin:3px 0 10px 20px; }
figure.align_left { max-width:400px; float:left; margin:3px 20px 10px 0; }
figure img { margin-bottom:8px; border:6px solid #fff; width:100%; box-shadow: 0 0 6px 1px rgba(0,0,0,.3);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
figure figcaption { display:none; font-size:.9em; text-align:center; color:#666; font-style:italic; line-height:1.3em; }
figure img:focus, figure img:hover { box-shadow: 0 0 6px 1px rgba(33,153,232,.5); }

.map {
  margin-top:40px;
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
    border:2px solid #3c7a33;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.video-embed { position: relative; padding-bottom: 56.25%; height: 0; margin:10px 0 20px 0; overflow: hidden; max-width: 100%; }
.video-embed iframe, .video-embed object, .video-embed embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.uk-lightbox { background:rgba(0,0,0,.85); }

#video.uk-modal { background:rgba(0,0,0,.85)}
#video .uk-modal-body { background:transparent; padding:0; }

#cruise.uk-modal { background:rgba(0,0,0,.6)}
#cruise .uk-modal-body { position:relative; padding:20px 30px; background:#F9F2D6 url('../images/modalBKG2.jpg') no-repeat top center; }
#cruise .uk-modal-body h2 { margin:0; text-align:center; }
#cruise .uk-modal-body h3 { margin:0; }
#cruise .uk-modal-body p { margin:10px 0; color:#000; }
#cruise .uk-modal-body hr { margin:20px 0; }
#cruise .uk-button-small { margin:0 0 15px 0; padding:0 15px; font-size:13px; }
#cruise .uk-modal-close { position:absolute; top:15px; right:15px; z-index:9999; }

.fixed { max-width:1200px; margin:0 auto; padding:0 30px 0 0; }

.uk-table { width:100%; max-width:500px; }
.uk-table th { font-size:20px; }
.uk-table.uk-table-small { width:100%; max-width:100%; font-size:14px; }
.uk-table.uk-table-small td { padding:5px; }

#editpage { position: fixed; top: 4px; left: 4px;  z-index:9999; }
#editpage a { float:left; padding: 3px 6px 5px 6px; background: #db1174; color: #fff; display: block; font-weight: normal; font-size:14px; z-index:9999; margin:0 1px; text-decoration:none; line-height:1em; 
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; }
#editpage a:hover { background: #ffffcc; color: #000; text-decoration:none; }



/* HEADER & NAV */

.header, .header-right, .header .logo img, .header .icon img, .uk-active .header-right, .uk-active .logo img, .uk-active .icon img, .uk-navbar-toggle {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.header { padding:14px 10px 14px 30px; height:80px; background-color:#004568;
-webkit-box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.75);
box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.6); }

.header .logo img { position:relative; top:0; max-height:80px; }
.header .icon img { position:absolute; top:-100px; }
.header .header-right { position:relative; top:0; padding-top:0; text-align:right; }
.header .header-right a { color:#ade6fc; }
.header .header-right a:focus, .header .header-right a:hover { color:#fff; }
.header .header-right p { margin:0 0 10px 0; padding:0; font-size:14px; font-weight:bold; line-height:1.1em; }
.header .header-right span { padding:0 20px; color:#fff; font-size:18px; }
.header .header-right span a { color:#fff; }
.header .header-right span a:focus, .header .header-right span a:hover { color:#fff; text-decoration:none; }
.header .header-right p.freight { margin:0 20px 0 0; padding:0; color:#ccc; font-size:15px; font-weight:normal;  }
.header .header-right p.freight a { margin-left:5px; }
.header .header-right p.freight a.phone { color:#fff; }
.header .header-right .uk-button { height:26px; line-height:25px; font-size:13px; border:none; padding:0 20px; margin-left:15px; }
.header .header-right .uk-button:hover { background:#000; }
.header .fh-button-2d { height:25px; font-size:14px !important; }

.uk-active .header { padding:0 10px 10px 30px; height:40px; background-color:rgba(0,69,104,.9); }
.uk-active .header-right { position:relative; top:-58px; }
.uk-active .header-right p.freight { margin-bottom:10px; }
.uk-active .header .logo img { top:-100px; }
.uk-active .header .icon img { top:10px; max-height:30px; }

.uk-navbar-container { background:none !important; }

.uk-navbar-toggle { height:40px; color:#fff !important; text-transform:uppercase; justify-content: right; }
.uk-navbar-toggle:focus, .uk-navbar-toggle:hover { color:#fff; }
.uk-navbar-toggle-icon { padding:0 7px !important; }
.uk-active .uk-navbar-toggle { margin-top:35px; }

.uk-navbar-nav li a { height:40px; padding:0 14px; color:#fff !important; font-size:16px !important; font-weight:700; font-family: 'Roboto Slab', serif; text-transform:uppercase; }
.uk-navbar-nav li a:focus, .uk-navbar-nav li a:hover { color:#ade6fc !important; }
.uk-open { color:#ffb542 !important; }

.uk-navbar-dropdown { width:270px; margin:0; padding:5px 0; line-height:0; background-color:#222; text-align:left; }
.uk-navbar-dropdown.drop1012 { width:180px; }
.uk-navbar-dropdown-nav li { padding:0; line-height:0; }
.uk-navbar-dropdown-nav li a { margin:0; padding:10px 15px !important; line-height:12px; height:12px; font-size:15px !important; color:#fff !important; font-family:helvetia,arial,sans-serif; text-transform:initial; }
.uk-navbar-dropdown-nav li a:focus, .uk-navbar-dropdown-nav li a:hover { background-color:#454545; color:#ffb542 !important; }

.uk-offcanvas a { color:#fff !important; font-size:18px; line-height:1.1em; };
.uk-offcanvas ul ul { margin-left:15px; margin-bottom:10px; }
.uk-offcanvas ul ul { margin:0; padding:0 0 5px 10px; }
.uk-offcanvas ul ul a { color:#adadad !important; font-size:14px; line-height:1.4em; }


/* MESSAGE */

#message { padding:0 20px; background:#00314a; }
#message h2 { width:100%; margin:0; padding:14px 0 16px 0; font-size:16px; text-align:center; color:#fff; line-height:1.3em; }
#message h2 a { color:#ade6fc; }

/* HERO */

.video { width:100%; background:#000 url('../images/getwest.jpg') no-repeat top center; background-size:cover; }

.hero { background-color:#000; border-bottom:2px solid #fff; }
.hero img { width:100%; max-width:100%; }


/* SECTIONS */

.sections { background-color:#faf2db; }
.sections div.text h1 { margin-top:30px; }
.sections .section-text { background:#faf2db url('../images/content-bkg.jpg') repeat-x top center; }
.sections img { width:100%; max-width:100%; border-top:2px solid #fff; border-bottom:2px solid #fff; }
.sections div.text { margin:0 auto; padding:40px 20px; max-width:1160px; font-weight:300; font-size:14px; line-height:1.7em; }
.sections div.text p { margin:0 0 15px 0; text-align:left; color:#241f20; }
.sections.hero { border-bottom:5px solid #214a82; }
.sections a { margin-right:8px; padding:6px 25px 5px 25px; color:#fff; font-size:16px; background-color:#4DA6C4; font-family: 'Roboto Slab', serif; border-bottom:3px solid #004568;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
.sections a:focus, .sections a:hover { color:#fff; background-color:#004568; border-bottom:3px solid #4DA6C4; text-decoration:none; }


/* CONTENT */

.content { width:100%; min-height:200px; padding:75px 0 50px 0; background:#faf2db url('../images/content-bkg.jpg') repeat-x top center; }
.content p a { text-decoration:underline; }
.content p a.uk-button.uk-button-small { position:relative; top:7px; padding:7px 18px 6px 18px; font-size:13px; line-height:1.1em; text-transform:uppercase; }
.content h2 img { margin-bottom:25px; }

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

.uk-accordion { margin-top:40px; }
.uk-accordion h3 { padding:12px 15px 12px 18px; color:#b58b04; border-left:3px solid #3c7a33; background-color:#f7f7f7; }
.uk-accordion-content { padding-bottom:30px; color:#000; }
.uk-accordion-content h3 { margin:25px 0 -10px 0; padding:0; font-size:20px; border:none; background:none; }
.uk-accordion-content .photo img { margin-top:5px; border:2px solid #3c7a33; 
-webkit-box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.75);
box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.5); }

.uk-card { margin-bottom:40px; }
.uk-card-body { padding:20px 30px; font-size:15px; }
.uk-card-body h3 { margin-bottom:-5px; font-size:20px; color:#0b5c6d !important; line-height:1.1em; }

.sales .uk-card { margin-bottom:40px; }
.sales .uk-card-body { padding:15px; font-size:13px; }
.sales .uk-card-body h3 { font-size:15px; }

.gallery { margin-top:40px; }
.gallery img { box-shadow: 0 0 6px 1px rgba(0,0,0,.3); border:4px solid #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
.gallery img:focus, .gallery img:hover { box-shadow: 0 0 6px 1px rgba(33,153,232,.5); }

.main table { margin:30px 0 30px 0; border-bottom:1px solid #ccc; font-size:14px; }
.main table td { padding:5px 15px; border-top:1px solid #ccc; }
.main table th { text-align:left; padding:5px 15px; }

.main table.fares { margin:30px 0 5px 0; width:100%; font-size:14px; border:none; border-collapse: collapse; }
.main table h3 { margin:0; padding:0; font-size:1.5em; line-height:1.3em; }
.main table h3 small { font-family:arial, sans-serif; font-weight:bold; font-size:.9rem !important; }
.main table.fares td { padding:4px 0; border-top:none; border-bottom:1px dotted #666; }
.main table.fares td small { font-size:13px; }
.main table.fares th { padding:6px 10px; font-size:20px; color:#fff; text-align:left; background-color:#004568; font-weight:normal; }
.main table.fares th span { color:#ccc; }
.main table.fares.short { max-width:300px; }
.main table.fares th strong { padding-left:12px; color:#fff; }
.main table.fares.oneway tr.kayak { background-color:#ece0ca; }
p.note { margin:0; padding:5px 0; text-align:center; line-height:1.1em; }
p.kayak { padding:5px 10px; background-color:#ece0ca; }
h3.book { margin:0 0 25px 0; text-align:center; font-size:22px; }

.tale h1 { margin-bottom:30px; }
.tale .photo { width:100%; max-width:350px; box-shadow: 0 0 6px 1px rgba(0,0,0,.3); border:4px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .tales .photo { width:100%; box-shadow: 0 0 6px 1px rgba(0,0,0,.3); border:4px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
.tales .item { margin-top:30px; padding-top:30px; border-top:1px dotted #ccc; }
.tales .item h3 { margin:0; }
.tales .item p { margin:10px 0 0 0; }


/* SOCIAL */

.social { padding:5px 0; line-height:0; margin-bottom:25px; }
.social ul { margin:4px 0; padding:0; list-style:none; }
.social ul li { display:inline; }
.social a { display:inline-block; margin:2px 0; width:40px; height:40px; line-height:42px; text-align:center; background-color:#ccc; color:#fff; }
.social a i { font-size:20px; }
.social a.facebook { background-color:#3b5998; }
.social a.twitter { background-color:#00aced; }
.social a.linkedin { background-color:#007bb6;}
.social a.google { background-color:#dd4b39; }
.social a.pinterest { background-color:#cb2027; }
.social a.email { background-color:#3490f3; }
.social a:hover { background-color:#fff; color:#00aced; }


/* TALES */

.hometales { padding:0 40px 50px 40px; background-color:#faf2db;  }
.hometales .layout { margin:0 auto; width:100%; }
.hometales .item p { margin:0; padding:0; }
.hometales .item h3 { margin:0; text-align:center; }
.hometales .thumb img { margin:0 0 10px 0; }


/* SIDEBAR */

.sidebar { font-size:14px; }

.thumb { margin-top:10px; }
.thumb img { margin-bottom:30px; box-shadow: 0 0 6px 1px rgba(0,0,0,.3); border:4px solid #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
.thumb img:focus, .thumb img:hover { box-shadow: 0 0 6px 1px rgba(33,153,232,.5); }


.TripAdvisor { text-align:center; width:100%; max-width:306px; margin:25px auto 40px auto; }
.TAtitle { text-align:center; margin:3px 0 0 0; font-weight:bold; }
.TAseal { max-width:306px; margin:0 auto; }
.TripAdvisor blockquote { margin:10px auto 5px auto; padding:0; border:none; font-size:1em; }
.TripAdvisor blockquote p { margin:0; padding:0; line-height:1.4em; font-style:italic; color:#474747; text-align:justify; }
.TripAdvisor blockquote p a { color:#474747; text-decoration:none; }
.TripAdvisor blockquote p.title { margin:0 0 7px 0; padding:0 0 7px 0; color:#548d48; font-weight:bold; border-bottom:1px solid #ccc; line-height:1.3em; text-align:left; }
.TripAdvisor blockquote p.title a { color:#548d48; }
.TripAdvisor blockquote p a:focus, .sidebar blockquote p a:hover { text-decoration:none; color:#059; }



/* CONTEST */
.contest { margin:30px auto 0 auto; max-width:310px; text-align:center; }
.contest img { max-width:180px; }
.contest h3 { margin:10px 0 5px 0; padding:0; line-height:1.2em; font-size:18px; }
.contest p { margin:0; padding:0 0 5px 0; line-height:1.3em; font-size:14px; text-align:justify; }
.contest p.note { color:#666; line-height:1.3em; }


/* FOOTER */

.footer { padding:40px 50px 15px 50px; background:#000 url('../images/footer-bkg2.jpg') no-repeat bottom center; color:#fff; background-size:cover; }
.footer h2 { margin:25px 0 10px 0; font-size:24px; color:#fff; text-transform:uppercase; color:#ade6fc; letter-spacing:1px; }

.footer .f-left { text-align:center; }
.footer .f-left a { color:#fff; }
.footer .f-left a:focus, .footer .f-left a:hover { color:#ade6fc; }
.footer .f-left p { margin:0; line-height:1.7em; font-size:18px; }
.footer .f-left img { text-align:center; margin-bottom:10px; }
.footer .f-left img { width:100%; max-width:300px; }

.footer .f-right { text-align:center; font-size:20px; }
.footer .f-right p { margin:20px 0; line-height:1.5em; }
.footer .f-right span { font-size:26px; padding-left:5px; }
.footer .f-right a { color:#ade6fc; }
.footer .f-right a:focus, .footer .f-right a:hover { color:#fff; }
.footer .f-right span a { color:#fff; }
.footer .f-right span a:focus, .footer .f-right span:hover { color:#fff; text-decoration:none; }
.footer .f-right i { margin:0 5px; font-size:34px; }
.footer .f-right .fa-facebook { color:#11abe4; }
.footer .f-right .fa-youtube { color:#FF0000; }
.footer .f-right .fa-envelope { color:#fff; }
.footer .f-right .fa-tripadvisor { color:#fee199; }
.footer .f-right p.address { margin-bottom:30px; line-height:1.4em; font-size:16px; }

.footer .copyright { padding:20px 0 0 0; font-size:13px; color:#ade6fc; text-align:center; }
.footer .copyright span { padding:0 10px; }
.footer .copyright a { color:#ade6fc; border-bottom:1px dotted #ade6fc; }
.footer a:focus, .footer a:hover { color:#fff; text-decoration:none; border-color:#fff; }




/* MEDIA QUERIES */


/* min-width 640px, small screens */
@media only screen and (min-width: 640px) { 
  
    h1 { font-size:26px; }
    h2 { font-size:22px; }
    h3 { font-size:18px; }

   #message h2 { padding:18px 20px 20px 20px; font-size:18px; }

  .content .main { padding-right:20px; }
  
  .uk-navbar-container { padding:0 10px; }

  .sections .uk-overlay { font-size:20px; }
  .sections .text p { font-size:16px; }

  .footer .f-left { text-align:left; }
  .footer .f-right { text-align:right; }

  
}

/* min-width 960px, medium screens */
@media only screen and (min-width: 960px) { 

  h1 { font-size:34px; }
  h2 { font-size:26px; }
  h3 { font-size:20px; }

  #message h2 { padding:22px 20px 24px 20px; font-size:24px; }

  .content .main { padding-right:70px; }
  .content .sidebar { padding-left:0; }
  
  .sections .uk-overlay { font-size:30px; }
 
}


/* min-width 1024px, ipad */
@media only screen and (min-width: 1024px) { 
 
  .uk-navbar-nav li a { padding:0 14px; font-size:17px !important; }
  .uk-navbar-dropdown-nav li a { font-size:15px !important; }

}


/* min-width 1200px, large screens */
@media only screen and (min-width: 1200px) { 

  h1 { font-size:38px; }
  h2 { font-size:28px; }

  .main table.fares { font-size:15px; }
  
  .sections .uk-overlay { font-size:38px; }
    .sections .text p { font-size:18px; line-height:1.5em; }

    .uk-navbar-nav li a { padding:0 18px; font-size:18px !important; }
    .uk-navbar-dropdown-nav li a { font-size:15px !important; }

  
}

/* min-width 1400px */
@media only screen and (min-width: 1400px) { 

  h1 { font-size:42px; }
  h2 { font-size:30px; }

  #message h2 { padding:22px 20px 24px 20px; font-size:28px; }

  .sections .uk-overlay { font-size:44px; }
  
  .uk-navbar-nav li a { padding:0 22px; font-size:20px !important; }
  .uk-navbar-dropdown-nav li a { font-size:15px !important; }

  
}

/* min-width 1600px, x-large screens */
@media only screen and (min-width: 1600px) { 

  
}


