/*
	Theme Name: boatmatrix
	Theme URI: http://www.marketdistinctly.com
	Description: boatmatrix
	Version: 1
	Author: Jani Gyllenberg
	Author URI: http://www.marketdistinctly.com
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
.blue {
  color: #03366e; }

.red {
  color: #ff1900; }

h1, h2, h4, h5 {
  font-family: LeagueGothic, sans-serif; }

h1, h2 {
  text-transform: uppercase; }

main, #container {
  margin: 0 auto;
  padding: 0 50px;
  max-width: 960px; }

#container {
  margin-top: 50px; }

.home main {
  max-width: 100%;
  padding: 0; }

.section-block {
  margin: 0 auto;
  padding: 0 50px;
  max-width: 960px; }
  .section-block.grey {
    background: #e2dedd;
    max-width: 100%;
    padding: 0; }

.section-block .inner {
  margin: 0 auto;
  padding: 0 50px !important;
  max-width: 960px !important; }

.section-header {
  display: block; }
  .section-header.red {
    background: #ff1900;
    color: #fff; 
    line-height:40px;}

/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%; }

body {
  font: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #444; }

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  color: #444;
  text-decoration: none; }

a:hover {
  color: #444; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

input:focus {
  outline: 0;
  border: 1px solid #04A4CC; }

h1 {
  color: #03366e; }

.button {
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase; }
  .button.yellow {
    background: #fff500; }
    .button.yellow a {
      color: #000 !important;
      padding: 5px 12px; }

	.innerbutton {
	padding: 5px 12px;
	font-family: LeagueGothic, sans-serif;
    font-size: 23px;
    font-size: 2.3rem;
    margin: 0 auto;
    margin-bottom:20px;
    display:inline-block;
		
	}
	
	.innerbutton:hover {
		background:#fff;
	}
	
	.addon-input_multiplier + .addon-alert {
		display:none!important;
	}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative; }

/* header */
.header {
  /*background:#ff00fb;*/
  display: block;
  background-size: 100% auto;
  background-position: center center;
  height: 400px;
  /* bar */
  /* logo */
  /* nav */ }
  .header .header-outer {
    z-index: 100;
    position: absolute;
    width: 100%;
    vertical-align: middle;
    top: 0;
    left: 0;
    height: 400px;
    overflow: hidden !important; }
    .header .header-outer video {
      width: 100%;
      height: auto;
      position: relative;
      top: -10%;
      /*transform: translateY(-60%);*/ }
  .header .header-inner {
    z-index: 200;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 400px; }
  .header .bar {
	background-color: #03366e;
    background-color: rgba(3, 55, 111, 0.9);
    margin: 0 auto;
    display: block;
    height: 70px;
    margin-top: 35px;
    width: 100%;
    position: relative; }
  .header .bar * {
    margin: 0;
    padding: 0;
    vertical-align: middle; }
  .header .logo {
    background: #fff;
    display: inline-block;
    height: 70px;
    padding-right: 25px; }
    .header .logo .logo-img {
      margin-left: 50px;
      width: 200px;
      padding-top: 5px; }
  .header .nav-arrow {
    display: inline-block;
    width: 35px;
    height: 70px;
    background-image: url("img/nav-arrow.svg");
    background-size: 35px 70px;
    background-repeat: no-repeat; }
  .header .nav {
    padding-left: 25px;
    display: inline-block;
    height: 70px; }
    .header .nav ul li {
      font-family: LeagueGothic, sans-serif;
      font-size: 23px;
      font-size: 2.3rem;
      display: inline-block;
      line-height: 70px;
      text-transform: uppercase; }
      .header .nav ul li.current_page_item a {
        border-bottom: 4px solid #ff1900; }
      .header .nav ul li.current_page_item.button a {
        border-bottom: 0;
        color: #ff1900; }
      .header .nav ul li.current_page_item.button a:hover {
        border-bottom: 0; }
      .header .nav ul li.current_page_item.button:hover {
        background: #fff; }
      .header .nav ul li a {
        color: #fff; }
      .header .nav ul li a:hover {
        border-bottom: 4px solid #fff; }
      .header .nav ul li.button a {
        border-bottom: 0; }
      .header .nav ul li.button a:hover {
        border-bottom: 0; }
      .header .nav ul li.button:hover {
        border-bottom: 0;
        background: #fff; }
      .header .nav ul li.button {
        position: absolute;
        right: 50px;
        top: 17px;
        line-height: 37px; }
    .header .nav ul li + li {
      margin-left: 25px; }

main, #container {
  /*max-width:900px;
  //padding:0 50px;
  margin:0 auto;*/ }

.home section h1 {
  display: none !important; }

.home article h1 {
  display: block !important; }

/* sidebar */
/* footer */
.footer {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  background: #03366e;
  color: #fff;
  padding: 2px; }

.footer-reserve {
		font-family: LeagueGothic, sans-serif;
		
	color:#ff1900;
		display:block;
	margin:0 auto;
	    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom:10px;
    margin-top:10px;
}
.footer-phone {
	border-bottom:none!important;
	color:#fff;

}

.copyright a {
	color:#eee;
	border-bottom:1px dotted #eee;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
.comparison {
  margin: 0 auto;
  width: 680px;
  text-align: center; }
  .comparison .left, .comparison .middle, .comparison .right {
    display: inline-block; }
  .comparison * {
    vertical-align: top; }
  .comparison .middle {
    width: 70px;
    vertical-align: middle;
    line-height: 200px;
    text-align: center; }
  .comparison .left, .comparison .right {
    width: 300px; }
  .comparison .compare {
    width: 100%;
    height: auto; }

.table-responsive tr:first-child {
  font-weight: bold; }
.table-responsive tr td:first-child {
  font-weight: bold; }

.logos {
  text-align: center; }

.logos img {
  width: 25%;
  height: auto;
  display: inline-block; }

.wc-tabs {
  display: none; }

.add_to_cart_button {
  font-weight: normal !important; }

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: 'LeagueGothic';
  src: url("fonts/leaguegothic-regular-webfont.eot");
  src: url("fonts/leaguegothic-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/leaguegothic-regular-webfont.woff") format("woff"), url("fonts/leaguegothic-regular-webfont.ttf") format("truetype"), url("fonts/leaguegothic-regular-webfont.svg#league_gothicregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 1150px) {
	.header .header-outer video {
		top:-20%;
	}
}
@media only screen and (min-width: 1500px) {
	.header .header-outer video {
		top:-35%;
	}
}
@media only screen and (max-width: 850px) {
  .header {
    height: 300px; }
    .header .header-inner, .header .header-outer {
      height: 300px; }
    .header .bar {
      height: 50px;
      margin-top: 0; }
    .header .nav-arrow {
      height: 50px;
      width: 25px;
      background-size: 25px 50px; }
    .header .nav {
      height: 50px; }
      .header .nav .button.yellow {
        line-height: 30px;
        top: 10px; }
        .header .nav .button.yellow a {
          padding: 4px 12px; }
      .header .nav ul li {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 50px; }
    .header .logo {
      height: 50px; }
      .header .logo .logo-img {
        width: 200px; }

  .comparison {
    width: 500px;
    text-align: center; }
    .comparison .middle {
      width: 70px;
      line-height: 200px; }
    .comparison .left, .comparison .right {
      width: 200px; }

  .related.products {
    display: none; } }
@media only screen and (max-width: 685px) {
  .header .logo .logo-img {
    margin-left: 25px; }

  .header .nav ul li.button {
    right: 25px; }

  h1 {
    font-size: 25px;
    font-size: 2.5rem; }

  h2 {
    font-size: 20px;
    font-size: 2rem; }

  .woocommerce.columns-4 {
    padding-top: 25px;
    text-align: center; }

  .woocommerce[class*=columns-] ul.products li.product {
    width: 40%; }

  .woocommerce ul.products li.product {
    display: inline-block !important;
    float: none !important; }

  li.product:nth-child(2n) {
    margin-left: 25px !important; }

  .woocommerce ul.products li.product h3 {
    height: 50px; } }
@media only screen and (max-width: 650px) {
  .header {
    height: 200px;
    /*
    .bar {
    	background-color:#fff;
    	text-align:center;
    	.logo {
    		margin-left:0;
    		padding-left:0;
    		.logo-img {
    			margin-left:0;
    		}
    	}
    }*/ }
    .header .header-inner, .header .header-outer {
      height: 200px; }
      .header .header-inner video, .header .header-outer video {
        display: none; }
    .header .phone {
      display: inline-block !important;
      color: #fff !important;
      font-family: LeagueGothic, sans-serif;
      font-size: 23px;
      font-size: 2.3rem;
      position: absolute;
      right: 12.5px;
      top: 10px; }
      .header .phone a {
        color: #fff; }
    .header nav {
      padding-left: 0 !important;
      margin-top: 150px !important; }
      .header nav ul li {
        height: 42px !important;
        line-height: 42px !important;
        text-align: left;
        display: block !important;
        background: #03366e;
        border-bottom: 1px dotted #fff;
        padding-left: 25px !important; }
        .header nav ul li.button {
          position: relative !important;
          display: block !important;
          text-align: left !important;
          margin: 0 !important;
          padding: 0 !important;
          padding-left: 25px !important;
          top: 0 !important;
          line-height: 42px !important;
          right: 0 !important;
          border-radius: 0 !important; }
          .header nav ul li.button a {
            padding: 0 !important; }
          .header nav ul li.button:hover {
            background: #fff500 !important; }
            .header nav ul li.button:hover a {
              border-bottom: 4px solid #000 !important; }
        .header nav ul li.current_page_item.button a {
          color: #000 !important;
          border-bottom: 4px solid #000 !important; }
          .header nav ul li.current_page_item.button a:hover {
            border-bottom: 4px solid #000 !important; }
      .header nav ul li + li {
        margin-left: 0 !important; }
    .header .nav {
      display: block; }

  body.faq article ul {
    padding: 0 25px; }

  main, #container {
    margin-top: 200px;
    padding: 0 25px; }

  .section-block, .inner {
    padding: 0 25px; }
    

  .section-block .inner {
    padding: 0 25px !important; }

  .comparison {
    width: 100%; }
    .comparison .left, .comparison .right, .comparison .middle {
      display: block;
      width: 100%; }
    .comparison .middle {
      height: 40px;
      line-height: 40px;
      font-weight: bold;
      color: #03366e; }
    .comparison .middle, .comparison .right {
      display: none; }

  .woocommerce ul.products li.product h3 {
    height: 90px; }

  .logos {
    margin: 0 auto;
    width: 100%;
    text-align: center; }
    .logos a {
      display: block;
      margin: 0 auto; }
    .logos img {
      text-align: center;
      width: 70%; }

  .footer {
    padding: 0 25px; } }
@media only screen and (max-width: 321px) {
  .header {
    background-position: right 0px top 25px !important; }

  .header .logo {
    padding-right: 0px !important; }

  .header .logo .logo-img {
    margin-left: 12.5px !important; }

  .phone {
    font-size: 17px !important;
    font-size: 1.7rem !important;
    line-height: 32px !important; }

  h3 {
    font-size: 15px !important;
    font-size: 1.5rem !important; }

  .add_to_cart_button {
    font-weight: normal;
    font-size: 20px !important;
    font-size: 2rem !important; } }
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*------------------------------------*\
    WOOCOMMERCE & BOOKINGS
\*------------------------------------*/
/* Available calendar days background color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable a {
  background-color: #fff !important;
  color: #000 !important; }

/* Available calendar day hover background color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.bookable a:hover {
  background-color: #3e88d9 !important; }

/* Today's date on calendar background color */
#wc-bookings-booking-form .wc-bookings-date-picker .ui-datepicker td.ui-datepicker-today a {
  background-color: #fff500 !important;
  color: #000 !important; }

/* Time Blocks */
#wc-bookings-booking-form .block-picker li a {
  background-color: #03366e !important; }

/* Time Blocks Hover */
#wc-bookings-booking-form .block-picker li a:hover {
  background-color: #03366e !important; }

/* Fully booked calendar days */
.wc-bookings-date-picker .ui-datepicker td.fully_booked a,
.wc-bookings-date-picker .ui-datepicker td.fully_booked span {
  background-color: #ff1900 !important; }

/* Selected */
.wc-bookings-date-picker .ui-datepicker td.bookable-range .ui-state-default {
  background-color: #03366e !important; }

/* Button */
.button.product_type_booking.add_to_cart_button, .wc-bookings-booking-form-button.single_add_to_cart_button.button {
  font-family: LeagueGothic, sans-serif;
  border-radius: 6px !important;
  height: 36px !important;
  width: 123px !important;
  display: inline-block !important;
  text-align: center !important;
  text-transform: uppercase !important;
  background: #fff500 !important;
  color: #000 !important;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 37px;
  padding: 0; }

wc-bookings-booking-form-button.single_add_to_cart_button.button.disabled {
  background: #F2ED5F !important;
  color: #cdcdcd !important; }

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=style.css.map */
