/**********************/
/*** Flexbox Mixins ***/
/**********************/
/***********************/
/*** Social Icon Set ***/
/***********************/
/*****************************/
/*** Custom Mixin for CSSS ***/
/*****************************/
/**
 * /css/system.less
 * 
 * This file contains any custom CSS rules related to overridden  module styles that relate to core functionality that applies across all sites.
 * This is an interim/alternative option to copying the optional/custom modules' CSS file into 
 * /resources/modules/optional/MODULE/css/css-filename.css
 * By retaining basic layout CSS in the modules' externals, this file can be used to 
 * apply site-specific styling that takes advantage of variables and mixins created as part of the main resource set.
 *
 */
/***************/
/*** Message ***/
/***************/
/*******************/
/*** Breadcrumbs ***/
/*******************/
/******************/
/*** Pagination ***/
/******************/
/************************************************************************************/
/*** USAGE:                                                                       ***/
/*** 1) Define company brand colours as variables, eg @precedenceBlue: #00a5e3.  ***/
/*** 2) Use these to override default colours in Quick Config section.            ***/
/*** 3) Update other Quick Config variables as needed.                            ***/
/*** 4) Style further as necessary for each individual project.                   ***/
/************************************************************************************/
/*********************/
/*** Brand Colours ***/
/*********************/
/********************/
/*** Quick Config ***/
/********************/
/* Valid Options: "light-bg", "dark-bg" */
/* Header */
/* Navigation: Base */
/* Navigation: Top Level */
/* Navigation: Sub-Nav */
/* Content */
/* Footer Link Colour */
/* Author Link Colour */
/* 
  Form Colours and Borders.
  See forms.less for Label/Input Sizes and Distribution.
*/
/* Shadows */
/* Pagination */
/* System Messages */
/***********************************************/
/*** Responsive Layout and Global Structures ***/
/***********************************************/
/* Base Grid */
/* Width of the critical content area */
/* Tablet and Mobile Breakpoints */
/* Situational Breakpoints */
/* When the navigation should switch to compact mode */
/* When the design should change to a single-column layout */
/* When tables should stack cells */
/**********************/
/*** CMS: Overrides ***/
/**********************/
/**************************/
/*** CMS: Extra Classes ***/
/**************************/
/**
 * /css/media.less
 * 
 * This file contains any custom css rules related to the media module.
 *
 */
/*************************/
/*** Individual Photos ***/
/*************************/
/*********************/
/*** Photo Gallery ***/
/*********************/
/******************/
/*** Shadow Box ***/
/******************/
/* Form Label Options */
/* Form Input Size Options */
/**
 * /css/modules.less
 * 
 * This file contains any custom CSS rules related to overridden module styles.
 * This is an interim/alternative option to copying the optional/custom modules' CSS file into 
 * /resources/modules/optional/MODULE/css/css-filename.css
 * By retaining basic layout CSS in the modules' externals, this file can be used to 
 * apply site-specific styling that takes advantage of variables and mixins created as part of the main resource set.
 *
 */
/**********************/
/*** Call To Action ***/
/**********************/
/***********************/
/*** Readmore Module ***/
/***********************/
/*******************/
/*** News Module ***/
/*******************/
/*********************/
/*** Search Module ***/
/*********************/
/*******************/
/*** Auth Module ***/
/*******************/
/**
 * /css/media.less
 * 
 * This file contains any custom css rules related to social icons.
 *
 */
/*********************************************************/
/*** Usage: This file needs to be added to end of the  ***/
/*** "import" commands at the top of main.less   *********/
/*********************************************************/
/******************************/
/*** Contentpanel Variables ***/
/******************************/
/* Content Panel Nav */
/* Content Panel: Vertical Nav */
/* Content Panel: Horizontal Nav */
/***********************************/
/*** Shared Contentpanel Styling ***/
/***********************************/
/****************************************************/
/*** Class Suffixes for Individual Panel Styling ****/
/****************************************************/
/*********************************************************/
/*** Usage: This file needs to be added to end of the  ***/
/*** "import" commands at the top of main.less   *********/
/*********************************************************/
/**********************/
/*** Shop Variables ***/
/**********************/
/*******************/
/*** Shop Mixins ***/
/*******************/
/****************************/
/*** Shared Shop Elements ***/
/****************************/
/*************************************/
/*** Category/Product List Styling ***/
/*************************************/
/* Category Listing */
/* Product Listing */
/***********************/
/*** Product Details ***/
/***********************/
/************************************/
/*** Shopping Cart: Checkout Page ***/
/************************************/
/* Shop Registration Form */
/*
  IE8. 
*/
.right {
  float: right;
}
@media handheld,only screen and (max-width: 768px) {
  .right {
    float: none;
  }
}
.left {
  float: left;
}
@media handheld,only screen and (max-width: 768px) {
  .left {
    float: none;
  }
}
.clear::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
.clr {
  clear: both;
}
.box-shadow {
  -webkit-box-shadow: 1px 1px 2px 2px #e6e6e6;
  box-shadow: 1px 1px 2px 2px #e6e6e6;
}
.text-shadow {
  text-shadow: 1px 1px 2px #666666;
  filter: dropshadow(color=#666666,offx=1px,offy=1px);
}
.rotate-object {
  /* Safari and Chrome */
  -webkit-transform: rotate(-5deg);
  /* Firefox */
  -moz-transform: rotate(-5deg);
  /* IE 9 */
  -ms-transform: rotate(-5deg);
  /* Opera */
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
html {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body,
p {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  padding: 0;
}
iframe {
  max-width: 100%;
}
.block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.block > * {
  font-size: 22px;
}
@media handheld,only screen and (max-width: 768px) {
  .block {
    font-size: 22px;
    width: 100%;
    margin-left: 0;
  }
}
.msg {
  color: #ffffff;
  background: #F39800;
  width: auto !important;
  border: 0;
  border-radius: 0px;
  padding: 0.5em 2.5em;
  margin: 1em 0em 2em 0em !important;
}
.msg ul {
  background: none !important;
  border: 0 !important;
  margin: 0 !important;
  list-style-type: none;
}
.msg ul li {
  background: none !important;
  margin: 0;
}
.msg a {
  color: #ffffff;
}
.msg.errors {
  color: #ffffff;
  background: #a90000;
}
ul.breadcrumbs {
  list-style-type: none;
  margin: 0 0 1em 0 !important;
}
ul.breadcrumbs li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #dcdee4;
  font-size: 0.9em;
  padding: 0 0.2em 0 0;
}
ul.breadcrumbs li a {
  color: #dcdee4;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #a2a7b8;
}
.pagination {
  text-align: center;
  margin-top: 2.5em;
}
.pagination ul.pagination {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  width: auto;
  margin: 0;
}
.pagination ul.pagination li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background: none;
  font-size: 0.9em;
  border-radius: 0px;
  margin: 0;
}
.pagination ul.pagination li span.disabled {
  display: block;
  color: #f57f29;
  background-color: transparent;
  border-radius: 0px;
  padding: 0em 0.75em;
  cursor: default;
}
.pagination ul.pagination li a {
  display: block;
  color: #f57f29;
  background-color: transparent;
  text-decoration: none;
  border-radius: 0px;
  padding: 0em 0.35em;
  margin: 0.25em 0em;
  cursor: pointer;
}
.pagination ul.pagination li a:hover {
  color: #f57f29;
  background-color: transparent;
  text-decoration: underline;
}
.pagination ul.pagination li.current a {
  color: ;
  background-color: transparent;
  text-decoration: underline;
  cursor: default;
}
.pagination ul.pagination li.current a:hover {
  color: ;
  background-color: transparent;
}
p {
  margin: 0em 0em 1.25em 0em;
}
a {
  color: #f57f29;
  text-decoration: none;
}
a:hover {
  color: #e1650a;
  text-decoration: underline;
}
@media handheld,only screen and (max-width: 768px) {
  a:hover {
    color: #f57f29;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #6f779f;
  font-weight: normal;
  font-family: 'IM Fell English', 'Times New Roman', serif;
  line-height: 1.1em;
  margin: 1em 0em 0.2em 0em;
}
h1 {
  color: #16224c;
  font-size: 60px;
  font-weight: bold;
  font-family: 'PT Sans', Verdana, sans-serif;
  line-height: 1em;
  text-transform: uppercase;
}
@media handheld,only screen and (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
}
h2 {
  font-size: 42px;
}
@media handheld,only screen and (max-width: 768px) {
  h2 {
    font-size: 34px;
  }
}
h3 {
  font-size: 32px;
}
@media handheld,only screen and (max-width: 768px) {
  h3 {
    font-size: 30px;
  }
}
h4 {
  font-size: 26px;
}
@media handheld,only screen and (max-width: 768px) {
  h4 {
    font-size: 26px;
  }
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 22px;
}
ol,
ul {
  margin: 1em 0em 1em 2em;
}
ol li,
ul li {
  margin-bottom: 0.25em;
}
ol li ol,
ol li ul,
ul li ol,
ul li ul {
  margin: 0.5em 0em 0.5em 2em;
}
table {
  border: 1px solid #16224c;
  border-collapse: collapse;
  border-radius: 0px;
  margin: 1em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  table {
    table-layout: fixed;
    width: 100%;
  }
}
table tr {
  border-bottom: 1px solid #16224c;
}
@media handheld,only screen and (max-width: 768px) {
  table tr {
    display: block;
    background-color: transparent;
    border-bottom: 1px solid #16224c;
    width: auto !important;
    height: auto !important;
    padding: 1em 0.75em;
  }
}
table tr td,
table tr th {
  color: #16224c;
  background-color: transparent;
  vertical-align: top;
  padding: 0.75em 1em;
}
@media handheld,only screen and (max-width: 768px) {
  table tr td,
  table tr th {
    display: block;
    background-color: transparent;
    border-bottom: none;
    width: auto !important;
    height: auto !important;
    padding: 0.1em 0em;
  }
}
table tr td > *:first-child,
table tr th > *:first-child {
  margin-top: 0em;
}
table tr td > *:last-child,
table tr th > *:last-child {
  margin-bottom: 0em;
}
table tr td .media-thumbnail img,
table tr th .media-thumbnail img {
  max-width: none;
}
@media handheld,only screen and (max-width: 768px) {
  table tr td .media-thumbnail img,
  table tr th .media-thumbnail img {
    max-width: 100%;
  }
}
@media handheld,only screen and (max-width: 768px) {
  table tr:last-child {
    border-bottom: none;
  }
}
@media handheld,only screen and (max-width: 768px) {
  table thead {
    display: none;
  }
}
@media handheld,only screen and (max-width: 768px) {
  table thead tr {
    background-color: #16224c;
  }
}
table thead tr td,
table thead tr th {
  color: #ffffff;
  background-color: #16224c;
  font-weight: bold;
}
table tfoot {
  border-top: 1px solid #16224c;
}
@media handheld,only screen and (max-width: 768px) {
  table tfoot tr {
    background-color: transparent;
  }
}
table tfoot tr td,
table tfoot tr th {
  color: #16224c;
  background-color: transparent;
  font-weight: bold;
}
table.table-invisible {
  border-radius: 0px;
  border: none;
}
table.table-invisible tr {
  border: none;
}
@media handheld,only screen and (max-width: 768px) {
  table.table-invisible tr {
    background-color: transparent;
    border: none;
    padding: 0em;
  }
}
table.table-invisible tr td,
table.table-invisible tr th {
  color: #16224c;
  background-color: transparent;
  border: none;
  padding: 0.5em 2em 0.5em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  table.table-invisible tr td,
  table.table-invisible tr th {
    padding: 0em;
  }
}
table.table-invisible thead tr td,
table.table-invisible thead tr th,
table.table-invisible tfoot tr td,
table.table-invisible tfoot tr th {
  color: #16224c;
  background-color: transparent;
  font-weight: bold;
}
hr {
  clear: both;
  color: transparent;
  background: transparent url('../../include/resources/coralseasportfishing/images/i-hr.png') 50% 50% no-repeat;
  background-size: 1920px 32px;
  height: 32px;
  margin: 3em auto;
}
@media handheld,only screen and (max-width: 480px) {
  hr {
    background-size: 960px 16px;
    height: 16px;
  }
}
blockquote {
  color: #f57f29;
  background: transparent;
  font-size: 1.0em;
  font-weight: bold;
  font-family: 'PT Sans Narrow', Verdana, sans-serif;
  line-height: 1.4em;
  text-transform: uppercase;
  border-left: 4px solid #f57f29;
  border-radius: 0px;
  margin: 1.5em auto;
  padding: 0px;
  padding-left: 20px;
}
blockquote > *:first-child {
  margin-top: 0em;
}
blockquote > *:last-child {
  margin-bottom: 0em;
}
.button,
.submit {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #f57f29;
  background-color: transparent;
  font-size: 20px;
  font-weight: bold;
  font-family: 'PT Sans Narrow', Verdana, sans-serif;
  line-height: 1.0em;
  text-decoration: none;
  text-transform: uppercase;
  border-left: 7px solid #f57f29;
  border-right: 7px solid #f57f29;
  border-radius: 0px;
  margin: 25px 0px;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
}
.button .button-arrow,
.submit .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23f57f29%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.button img,
.submit img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.button:before,
.button:after,
.submit:before,
.submit:after {
  display: block;
  content: "";
  background-image: url('../../include/resources/coralseasportfishing/images/i-button-border-horizontal.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 6px;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0px;
  z-index: 5;
}
.button:before,
.submit:before {
  top: 0px;
}
.button:after,
.submit:after {
  bottom: 0px;
}
.button:hover,
.submit:hover {
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  -ms-transition: all ease 1s;
  transition: all ease 1s;
  /* Safari and Chrome */
  -webkit-transform: rotate(-5deg);
  /* Firefox */
  -moz-transform: rotate(-5deg);
  /* IE 9 */
  -ms-transform: rotate(-5deg);
  /* Opera */
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  color: #f57f29;
  background-color: transparent;
  border-color: #f57f29;
  text-decoration: none;
}
.button-small {
  padding:  / 2 ;
}
.button-alt {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #f57f29;
  background-color: transparent;
  font-size: 20px;
  font-weight: bold;
  font-family: 'PT Sans Narrow', Verdana, sans-serif;
  line-height: 1.0em;
  text-decoration: none;
  text-transform: uppercase;
  border-left: 7px solid #f57f29;
  border-right: 7px solid #f57f29;
  border-radius: 0px;
  margin: 25px 0px;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
}
.button-alt .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23f57f29%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.button-alt img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.button-alt:before,
.button-alt:after {
  display: block;
  content: "";
  background-image: url('../../include/resources/coralseasportfishing/images/i-button-border-horizontal.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 6px;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0px;
  z-index: 5;
}
.button-alt:before {
  top: 0px;
}
.button-alt:after {
  bottom: 0px;
}
.button-alt:hover {
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  -ms-transition: all ease 1s;
  transition: all ease 1s;
  /* Safari and Chrome */
  -webkit-transform: rotate(-5deg);
  /* Firefox */
  -moz-transform: rotate(-5deg);
  /* IE 9 */
  -ms-transform: rotate(-5deg);
  /* Opera */
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  color: #f57f29;
  background-color: transparent;
  border-color: #f57f29;
  text-decoration: none;
}
.left {
  float: left;
  margin: 0em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .left {
    float: none;
    margin: 0.5em auto;
  }
}
.right {
  float: right;
  margin: 0em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 768px) {
  .right {
    float: none;
    margin: 0.5em auto;
  }
}
.no-split {
  white-space: nowrap !important;
}
@media handheld,only screen and (max-width: 768px) {
  .no-split {
    white-space: normal;
  }
}
.no-wrap {
  clear: both !important;
}
.no-border {
  background-color: transparent !important;
  padding: 0em !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.columns-one-half {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .columns-one-half {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.columns-one-half:nth-of-type(odd) {
  padding-right: 20px;
}
@media handheld,only screen and (max-width: 768px) {
  .columns-one-half:nth-of-type(odd) {
    padding-right: 0px;
  }
}
.media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  max-width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media handheld,only screen and (max-width: 768px) {
  .media-thumbnail {
    display: block;
    float: none;
    text-align: center;
    margin: 1.5em auto;
  }
}
.media-thumbnail img {
  background: transparent;
  border: 0px solid #d9d9d9;
  border-radius: 0px;
  vertical-align: middle;
  padding: 0px;
}
@media handheld,only screen and (max-width: 768px) {
  .media-thumbnail img {
    pointer-events: none;
  }
}
.media-thumbnail .media-caption {
  clear: both;
  display: block;
  color: #6f779f;
  font-size: 0.8em;
  line-height: 1.3em;
  margin: 0.5em auto;
}
@media handheld,only screen and (max-width: 768px) {
  .media-thumbnail .media-caption {
    text-align: center;
    margin: 0.5em auto 1em auto;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .media-thumbnail.left,
  .media-thumbnail.right {
    display: block;
    float: none;
    text-align: center;
  }
}
.media-thumbnail.left {
  margin: 0.5em 1em 0.5em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .media-thumbnail.left {
    margin: 0.5em auto;
  }
}
.media-thumbnail.right {
  margin: 0.5em 0em 0.5em 1em;
}
@media handheld,only screen and (max-width: 768px) {
  .media-thumbnail.right {
    margin: 0.5em auto;
  }
}
.media-gallery {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.media-gallery > * {
  font-size: 22px;
}
@media handheld,only screen and (max-width: 768px) {
  .media-gallery {
    font-size: 22px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .media-gallery {
    font-size: 0;
    display: block;
    margin-left: -1.8%;
    width: 101.8%;
    padding: 0;
  }
  .media-gallery > * {
    font-size: 22px;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .media-gallery {
    font-size: 22px;
    width: 100%;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
  border-radius: 0px;
  vertical-align: top;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  overflow: hidden;
}
@media handheld,only screen and (max-width: 768px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .media-gallery .media-thumbnail {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 22px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 31.533333333333%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .media-gallery .media-thumbnail {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 22px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .media-gallery .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.media-gallery .media-thumbnail img {
  background: transparent;
  width: 100%;
  vertical-align: middle;
  border: 0px solid #d9d9d9;
  border-radius: 0px;
  padding: 0px;
}
.media-gallery .media-thumbnail .media-original-link {
  display: block;
  text-align: center;
  margin: 0.5em auto;
}
#sb-container #sb-wrapper-inner .prev-image-arrow,
#sb-container #sb-wrapper-inner .next-image-arrow {
  display: none !important;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form {
    max-width: 100%;
  }
}
.page-region form.form-invisible {
  background: transparent;
  border: none;
}
.page-region form.form-invisible .form-row {
  background: transparent;
  border: none;
  padding: 0.6em 0em;
}
.page-region form.f {
  color: #16224c;
  background: transparent;
  font-size: 1em;
  font-family: 'PT Sans', Verdana, sans-serif;
  border: 0px solid #16224c;
  max-width: 100%;
  padding: 0em;
}
.page-region form.f .buttons {
  margin: 0em 0em 0em 7.5em;
  border: none;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form.f .buttons {
    max-width: 100%;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form.f .buttons button,
  .page-region form.f .buttons .button {
    width: auto;
  }
}
.page-region form .form-row.inline-field,
.page-region form .inline-field {
  padding: 0.7em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row.inline-field,
  .page-region form .inline-field {
    padding: 0.7em 0em;
  }
}
.page-region form .form-row.inline-field .field,
.page-region form .inline-field .field {
  margin-left: 0em;
}
.page-region form .form-row {
  color: #16224c;
  background: transparent;
  font-family: 'PT Sans', Verdana, sans-serif;
  border-bottom: 0px solid #16224c;
  padding: 0.4em 0em;
}
.page-region form .form-row::after {
  content: ".";
  display: block;
  clear: both;
  height: 0.0625em;
  visibility: hidden;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row {
    padding: 0.4em 0em;
  }
}
.page-region form .form-row label {
  float: left;
  color: #6f779f;
  background-color: transparent;
  font-family: 'IM Fell English', 'Times New Roman', serif;
  width: 6.5em;
  margin: 0.55em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row label {
    float: none;
    width: auto;
  }
}
.page-region form .form-row label.rhs_label {
  float: none;
  width: auto;
}
.page-region form .form-row .field {
  margin-left: 7.5em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row .field {
    display: block;
    margin: 0em;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row .field .cal-icon {
    display: block;
    margin: 0em;
  }
}
.page-region form .form-row .field .validation-advice {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #ffffff;
  background: #a90000;
  padding: 0.2em 0.35em;
  margin: 0.3em 0.2em;
}
.page-region form .form-row .field .note.required {
  color: #b80000;
  background: transparent;
  vertical-align: top;
  padding: 0.3em 0.3em;
}
.page-region form .form-row input[type=text],
.page-region form .form-row input[type=password],
.page-region form .form-row select,
.page-region form .form-row textarea {
  color: #16224c;
  background: #ffffff;
  font-size: 1em;
  font-family: 'PT Sans', Verdana, sans-serif;
  width: 85%;
  max-width: 100%;
  border: 1px solid #16224c;
  border-radius: 0px;
  padding: 0.3em;
  margin: 0.2em 0;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row input[type=text],
  .page-region form .form-row input[type=password],
  .page-region form .form-row select,
  .page-region form .form-row textarea {
    width: 85%;
  }
}
.page-region form .form-row input[type=radio],
.page-region form .form-row input[type=checkbox] {
  border: 0;
  margin: 0 0.2em 0 0;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row select,
  .page-region form .form-row option {
    width: 85%;
    overflow: hidden;
  }
}
.page-region form .form-row input.tiny,
.page-region form .form-row textarea.tiny,
.page-region form .form-row select.tiny {
  width: 10%;
  min-width: 5em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row input.tiny,
  .page-region form .form-row textarea.tiny,
  .page-region form .form-row select.tiny {
    width: 85%;
    min-width: 0em;
  }
}
.page-region form .form-row input.small,
.page-region form .form-row textarea.small,
.page-region form .form-row select.small {
  width: 20%;
  min-width: 12em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row input.small,
  .page-region form .form-row textarea.small,
  .page-region form .form-row select.small {
    width: 85%;
    min-width: 0em;
  }
}
.page-region form .form-row input.medium,
.page-region form .form-row textarea.medium,
.page-region form .form-row select.medium {
  width: 50%;
  min-width: 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row input.medium,
  .page-region form .form-row textarea.medium,
  .page-region form .form-row select.medium {
    width: 85%;
    min-width: 0em;
  }
}
.page-region form .form-row input.large,
.page-region form .form-row textarea.large,
.page-region form .form-row select.large {
  width: 85%;
  min-width: 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form .form-row input.large,
  .page-region form .form-row textarea.large,
  .page-region form .form-row select.large {
    width: 85%;
    min-width: 0em;
  }
}
.page-region form .form-row .submit {
  border: none;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #f57f29;
  background-color: transparent;
  font-size: 20px;
  font-weight: bold;
  font-family: 'PT Sans Narrow', Verdana, sans-serif;
  line-height: 1.0em;
  text-decoration: none;
  text-transform: uppercase;
  border-left: 7px solid #f57f29;
  border-right: 7px solid #f57f29;
  border-radius: 0px;
  margin: 25px 0px;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
}
.page-region form .form-row .submit .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23f57f29%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.page-region form .form-row .submit img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.page-region form .form-row .submit:before,
.page-region form .form-row .submit:after {
  display: block;
  content: "";
  background-image: url('../../include/resources/coralseasportfishing/images/i-button-border-horizontal.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 6px;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0px;
  z-index: 5;
}
.page-region form .form-row .submit:before {
  top: 0px;
}
.page-region form .form-row .submit:after {
  bottom: 0px;
}
.page-region form .form-row .submit:hover {
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  -ms-transition: all ease 1s;
  transition: all ease 1s;
  /* Safari and Chrome */
  -webkit-transform: rotate(-5deg);
  /* Firefox */
  -moz-transform: rotate(-5deg);
  /* IE 9 */
  -ms-transform: rotate(-5deg);
  /* Opera */
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  color: #f57f29;
  background-color: transparent;
  border-color: #f57f29;
  text-decoration: none;
}
.page-region form .form-row .submit:hover {
  color: #f57f29;
  background-color: transparent;
}
.page-region form.medium-label {
  width: auto;
}
.page-region form.medium-label .buttons {
  margin-top: 0em;
}
.page-region form.medium-label .buttons.form-row {
  border-bottom: none;
}
.page-region form.large-label label {
  width: 16em;
  margin-right: 1em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form.large-label label {
    width: 100%;
    margin: 0em;
  }
}
.page-region form.large-label .field {
  margin-left: 17em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form.large-label .field {
    margin-left: 0em;
  }
}
.page-region form.large-label .buttons {
  margin-left: 17em;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region form.large-label .buttons {
    margin-left: 0em;
  }
}
#enquiry_form {
  max-width: 490px;
}
.cta-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
  padding: 10px 0px;
}
.cta-block > * {
  font-size: 22px;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block {
    font-size: 22px;
    width: 100%;
    margin-left: 0;
  }
}
.cta-block .cta {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta {
    margin: 0.75em auto;
  }
}
.cta-block .cta .cta-inner {
  color: #16224c;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 0px;
  min-height: 200px;
  padding: 15px 15px 120px 15px;
  margin-bottom: 0.5em;
  overflow: auto;
  position: relative;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta .cta-inner {
    min-height: 0px;
    max-width: 327px;
    margin: 0px auto;
  }
}
.cta-block .cta .cta-inner .media-thumbnail.media-size-call-to-action {
  display: block;
  margin: 0em;
}
.cta-block .cta .cta-inner .media-thumbnail.media-size-call-to-action img {
  width: 100%;
  border: none;
  border-radius: 0px;
  padding: 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta .cta-inner .media-thumbnail.media-size-call-to-action img {
    margin-top: 0em;
  }
}
.cta-block .cta .cta-inner .media-thumbnail .media-caption {
  display: none;
}
.cta-block .cta .cta-inner .cta-title {
  display: block;
  font-size: 22px;
  font-family: 'PT Sans', Verdana, sans-serif;
  line-height: 1.2em;
  padding: 10px 0px;
}
.cta-block .cta .cta-inner .cta-button-wrapper {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 30px;
}
.cta-block .cta .cta-inner .cta-button-wrapper .cta-button {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #f57f29;
  background-color: transparent;
  font-size: 20px;
  font-weight: bold;
  font-family: 'PT Sans Narrow', Verdana, sans-serif;
  line-height: 1.0em;
  text-decoration: none;
  text-transform: uppercase;
  border-left: 7px solid #f57f29;
  border-right: 7px solid #f57f29;
  border-radius: 0px;
  margin: 25px 0px;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
}
.cta-block .cta .cta-inner .cta-button-wrapper .cta-button .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23f57f29%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.cta-block .cta .cta-inner .cta-button-wrapper .cta-button img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.cta-block .cta .cta-inner .cta-button-wrapper .cta-button:before,
.cta-block .cta .cta-inner .cta-button-wrapper .cta-button:after {
  display: block;
  content: "";
  background-image: url('../../include/resources/coralseasportfishing/images/i-button-border-horizontal.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 6px;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0px;
  z-index: 5;
}
.cta-block .cta .cta-inner .cta-button-wrapper .cta-button:before {
  top: 0px;
}
.cta-block .cta .cta-inner .cta-button-wrapper .cta-button:after {
  bottom: 0px;
}
.cta-block .cta .cta-inner .cta-button-wrapper .cta-button:hover {
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  -ms-transition: all ease 1s;
  transition: all ease 1s;
  /* Safari and Chrome */
  -webkit-transform: rotate(-5deg);
  /* Firefox */
  -moz-transform: rotate(-5deg);
  /* IE 9 */
  -ms-transform: rotate(-5deg);
  /* Opera */
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  color: #f57f29;
  background-color: transparent;
  border-color: #f57f29;
  text-decoration: none;
}
.cta-block .cta:nth-of-type(3n+1) .cta-inner {
  background-image: url('../../include/resources/coralseasportfishing/images/i-cta-bg-1.png');
}
.cta-block .cta:nth-of-type(3n+2) .cta-inner {
  background-image: url('../../include/resources/coralseasportfishing/images/i-cta-bg-2.png');
}
.cta-block .cta:nth-of-type(3n) .cta-inner {
  background-image: url('../../include/resources/coralseasportfishing/images/i-cta-bg-3.png');
}
.cta-block .cta.columns-2 {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta.columns-2 {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cta-block .cta.columns-3 {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta.columns-3 {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cta-block .cta.columns-4 {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta.columns-4 {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (min-width: 769px) {
  .cta-block .cta.columns-4 .cta-title {
    font-size: 17px;
    font-weight: bold;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .cta-block .cta.columns-2,
  .cta-block .cta.columns-3,
  .cta-block .cta.columns-4 {
    margin-bottom: 1em;
  }
}
.readmore-style-box {
  border-bottom: 1px solid #dedede;
  margin-bottom: 15px;
}
.readmore-style-box .readmore-style-button {
  display: block;
  font-size: 25px;
  font-family: 'PT Sans Narrow', Verdana, sans-serif;
  text-transform: uppercase;
  margin-bottom: -12px;
}
.readmore-style-box .readmore-style-break {
  display: none;
}
.news-wrapper.news-wrapper-with-sidebar {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.news-wrapper.news-wrapper-with-sidebar > * {
  font-size: 22px;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper.news-wrapper-with-sidebar {
    font-size: 22px;
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper.news-wrapper-with-sidebar .news-content {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 73.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper.news-wrapper-with-sidebar .news-content {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper.news-wrapper-with-sidebar .news-sidebar {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
  padding-top: 0.75em;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper.news-wrapper-with-sidebar .news-sidebar {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
  padding: 25px 0px;
}
.news-wrapper .news-posts-list > * {
  font-size: 22px;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-list {
    font-size: 22px;
    width: 100%;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list .news-post {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
  text-align: center;
  margin-bottom: 20px;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-list .news-post {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.news-wrapper .news-posts-list .news-post .news-post-info {
  color: #334eaf;
  margin-top: -45px;
  margin-bottom: -25px;
  position: relative;
  z-index: 5;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-list .news-post .news-post-info .news-post-category,
  .news-wrapper .news-posts-list .news-post .news-post-info .news-post-date {
    display: block;
  }
}
.news-wrapper .news-posts-list .news-post .news-post-info .news-post-date {
  display: block;
  background-color: #ffffff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0px auto;
}
.news-wrapper .news-posts-list .news-post .news-post-info .news-post-date .news-post-date-text-wrapper-1 {
  display: table;
  width: 100%;
  height: 100%;
}
.news-wrapper .news-posts-list .news-post .news-post-info .news-post-date .news-post-date-text-wrapper-1 .news-post-date-text-wrapper-2 {
  display: table-cell;
  vertical-align: middle;
}
.news-wrapper .news-posts-list .news-post .news-post-info .news-post-date .news-post-date-text-wrapper-1 .news-post-date-text-wrapper-2 .line-1,
.news-wrapper .news-posts-list .news-post .news-post-info .news-post-date .news-post-date-text-wrapper-1 .news-post-date-text-wrapper-2 .line-2 {
  display: block;
  color: #16224c;
  font-weight: bold;
  font-family: 'PT Sans Narrow', Verdana, sans-serif;
  line-height: 1em;
  text-transform: uppercase;
}
.news-wrapper .news-posts-list .news-post .news-post-info .news-post-date .news-post-date-text-wrapper-1 .news-post-date-text-wrapper-2 .line-1 {
  font-size: 30px;
}
.news-wrapper .news-posts-list .news-post .news-post-info .news-post-date .news-post-date-text-wrapper-1 .news-post-date-text-wrapper-2 .line-2 {
  font-size: 22px;
}
.news-wrapper .news-posts-list .news-post .news-post-info .news-post-category {
  display: none;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-list .news-post .news-post-info .news-post-spacer {
    display: none;
  }
}
.news-wrapper .news-posts-list .news-post .news-post-info a {
  color: #334eaf;
}
.news-wrapper .news-posts-list .news-post .news-post-content {
  background: url('../../include/resources/coralseasportfishing/images/i-cta-bg-1.png') 50% 50% no-repeat;
  background-size: 100% 100%;
  min-height: 430px;
  padding: 5px 15px 120px 15px;
  position: relative;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-list .news-post .news-post-content {
    max-width: 327px;
    min-height: 0px;
    margin: 20px auto;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-list .news-post .news-post-content .news-post-image .media-thumbnail {
    text-align: left;
    margin: 10px 0px;
  }
}
.news-wrapper .news-posts-list .news-post .news-post-content .news-post-headline {
  color: #16224c;
  font-size: 22px;
  font-family: 'PT Sans', Verdana, sans-serif;
  line-height: 1.2em;
  position: relative;
  z-index: 10;
}
.news-wrapper .news-posts-list .news-post .news-post-content .news-post-preview {
  display: none;
}
.news-wrapper .news-posts-list .news-post .news-post-content .news-button-wrapper {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 35px;
}
.news-wrapper .news-posts-list .news-post .news-post-content .news-button-wrapper .news-button {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #f57f29;
  background-color: transparent;
  font-size: 20px;
  font-weight: bold;
  font-family: 'PT Sans Narrow', Verdana, sans-serif;
  line-height: 1.0em;
  text-decoration: none;
  text-transform: uppercase;
  border-left: 7px solid #f57f29;
  border-right: 7px solid #f57f29;
  border-radius: 0px;
  margin: 25px 0px;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
}
.news-wrapper .news-posts-list .news-post .news-post-content .news-button-wrapper .news-button .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23f57f29%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.news-wrapper .news-posts-list .news-post .news-post-content .news-button-wrapper .news-button img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.news-wrapper .news-posts-list .news-post .news-post-content .news-button-wrapper .news-button:before,
.news-wrapper .news-posts-list .news-post .news-post-content .news-button-wrapper .news-button:after {
  display: block;
  content: "";
  background-image: url('../../include/resources/coralseasportfishing/images/i-button-border-horizontal.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 6px;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0px;
  z-index: 5;
}
.news-wrapper .news-posts-list .news-post .news-post-content .news-button-wrapper .news-button:before {
  top: 0px;
}
.news-wrapper .news-posts-list .news-post .news-post-content .news-button-wrapper .news-button:after {
  bottom: 0px;
}
.news-wrapper .news-posts-list .news-post .news-post-content .news-button-wrapper .news-button:hover {
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  -ms-transition: all ease 1s;
  transition: all ease 1s;
  /* Safari and Chrome */
  -webkit-transform: rotate(-5deg);
  /* Firefox */
  -moz-transform: rotate(-5deg);
  /* IE 9 */
  -ms-transform: rotate(-5deg);
  /* Opera */
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  color: #f57f29;
  background-color: transparent;
  border-color: #f57f29;
  text-decoration: none;
}
.news-wrapper .news-posts-list .news-post:nth-of-type(3n+1) .news-post-content {
  background-image: url('../../include/resources/coralseasportfishing/images/i-cta-bg-1.png');
}
.news-wrapper .news-posts-list .news-post:nth-of-type(3n+2) .news-post-content {
  background-image: url('../../include/resources/coralseasportfishing/images/i-cta-bg-2.png');
}
.news-wrapper .news-posts-list .news-post:nth-of-type(3n) .news-post-content {
  background-image: url('../../include/resources/coralseasportfishing/images/i-cta-bg-3.png');
}
.news-wrapper .news-posts-single .news-post-information {
  display: block;
}
.news-wrapper .news-posts-single .news-post-information .news-post-social,
.news-wrapper .news-posts-single .news-post-information .news-date {
  display: block;
  float: none;
  margin-bottom: 15px;
}
@media handheld,only screen and (max-width: 768px) {
  .news-wrapper .news-posts-single .news-post-information .news-post-social,
  .news-wrapper .news-posts-single .news-post-information .news-date {
    display: block;
    float: none;
    text-align: left;
    margin: 0.25em 0em;
  }
}
.news-wrapper .news-posts-single .news-post-information .news-date {
  color: #6f779f;
  font-size: 20px;
  text-transform: uppercase;
}
.news-wrapper .news-posts-single .cms-page-comment {
  background: #f2f2f2;
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-heading {
  font-family: 'IM Fell English', 'Times New Roman', serif;
}
.news-wrapper .news-posts-single .cms-page-comment .cms-page-comment-body {
  color: #16224c;
}
.news-wrapper .news-posts-single .readmore-style-box {
  border: none;
  margin-bottom: 15px;
  overflow: hidden;
}
.news-wrapper .news-posts-single .readmore-style-box .readmore-style-button {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #f57f29;
  background-color: transparent;
  font-size: 20px;
  font-weight: bold;
  font-family: 'PT Sans Narrow', Verdana, sans-serif;
  line-height: 1.0em;
  text-decoration: none;
  text-transform: uppercase;
  border-left: 7px solid #f57f29;
  border-right: 7px solid #f57f29;
  border-radius: 0px;
  margin: 25px 0px;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
}
.news-wrapper .news-posts-single .readmore-style-box .readmore-style-button .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23f57f29%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.news-wrapper .news-posts-single .readmore-style-box .readmore-style-button img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.news-wrapper .news-posts-single .readmore-style-box .readmore-style-button:before,
.news-wrapper .news-posts-single .readmore-style-box .readmore-style-button:after {
  display: block;
  content: "";
  background-image: url('../../include/resources/coralseasportfishing/images/i-button-border-horizontal.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 6px;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0px;
  z-index: 5;
}
.news-wrapper .news-posts-single .readmore-style-box .readmore-style-button:before {
  top: 0px;
}
.news-wrapper .news-posts-single .readmore-style-box .readmore-style-button:after {
  bottom: 0px;
}
.news-wrapper .news-posts-single .readmore-style-box .readmore-style-button:hover {
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  -ms-transition: all ease 1s;
  transition: all ease 1s;
  /* Safari and Chrome */
  -webkit-transform: rotate(-5deg);
  /* Firefox */
  -moz-transform: rotate(-5deg);
  /* IE 9 */
  -ms-transform: rotate(-5deg);
  /* Opera */
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  color: #f57f29;
  background-color: transparent;
  border-color: #f57f29;
  text-decoration: none;
}
.news-wrapper .news-posts-single .readmore-style-box .readmore-style-break {
  display: none;
}
.news-wrapper .news-posts-single #cms_page_comment_form .form-row div.field #comment_field {
  width: 85%;
}
.search-wrapper .search input.search-button {
  background-color: transparent;
}
.search-wrapper .search input.search-button:hover {
  background-color: transparent;
}
@media handheld,only screen and (max-width: 768px) {
  .my-account-modify-form-buttons .button,
  .register-form-buttons .button {
    text-align: left;
    width: 100%;
  }
}
.social-icon {
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  transition: all ease 0.25s;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-color: #16224c;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 1.75em;
  height: 1.75em;
  border-radius: 50%;
  margin: 0.2em 0em 0.2em 0.1em;
}
.social-icon.facebook {
  background-image: url('../../include/resources/coralseasportfishing/images/social-icons/dark-bg/facebook.png');
  background-image: url('../../include/resources/coralseasportfishing/images/social-icons/dark-bg/facebook.svg'), none;
  background-size: auto 18px;
}
.social-icon.facebook:hover {
  background-color: #3b5998;
}
.social-icon.twitter {
  background-image: url('../../include/resources/coralseasportfishing/images/social-icons/dark-bg/twitter.png');
  background-image: url('../../include/resources/coralseasportfishing/images/social-icons/dark-bg/twitter.svg'), none;
  background-size: 15px 12px;
}
.social-icon.twitter:hover {
  background-color: #00acee;
}
.social-icon.linked-in {
  background-image: url('../../include/resources/coralseasportfishing/images/social-icons/dark-bg/linked-in.png');
  background-image: url('../../include/resources/coralseasportfishing/images/social-icons/dark-bg/linked-in.svg'), none;
  background-size: 15px 14px;
}
.social-icon.linked-in:hover {
  background-color: #0077b4;
}
.social-icon.google-plus {
  background-image: url('../../include/resources/coralseasportfishing/images/social-icons/dark-bg/google-plus.png');
  background-image: url('../../include/resources/coralseasportfishing/images/social-icons/dark-bg/google-plus.svg'), none;
  background-size: 14px 15px;
}
.social-icon.google-plus:hover {
  background-color: #da4835;
}
.social-icon.pinterest {
  background-image: url('../../include/resources/coralseasportfishing/images/social-icons/dark-bg/pinterest.png');
  background-image: url('../../include/resources/coralseasportfishing/images/social-icons/dark-bg/pinterest.svg'), none;
  background-size: 15px 15px;
}
.social-icon.pinterest:hover {
  background-color: #cc2028;
}
.social-icon.instagram {
  background-image: url('../../include/resources/coralseasportfishing/images/social-icons/dark-bg/instagram.png');
  background-image: url('../../include/resources/coralseasportfishing/images/social-icons/dark-bg/instagram.svg'), none;
  background-size: 15px 15px;
}
.social-icon.instagram:hover {
  background-color: #603913;
}
.social-icon.youtube {
  background-image: url('../../include/resources/coralseasportfishing/images/social-icons/dark-bg/youtube.png');
  background-image: url('../../include/resources/coralseasportfishing/images/social-icons/dark-bg/youtube.svg'), none;
  background-size: 15px 11px;
}
.social-icon.youtube:hover {
  background-color: #e32b21;
}
.taipan-contentpanel-block {
  position: relative;
}
.taipan-contentpanel-block.no-js.transition-horizontal,
.taipan-contentpanel-block.no-js.transition-vertical {
  overflow: hidden;
}
.taipan-contentpanel-block.no-js.transition-horizontal > .taipan-contentpanel-panelregion,
.taipan-contentpanel-block.no-js.transition-vertical > .taipan-contentpanel-panelregion {
  white-space: nowrap;
  overflow: hidden;
}
.taipan-contentpanel-block.no-js.transition-horizontal > .taipan-contentpanel-panelregion .taipan-contentpanel-panel,
.taipan-contentpanel-block.no-js.transition-vertical > .taipan-contentpanel-panelregion .taipan-contentpanel-panel {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.taipan-contentpanel-block > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.taipan-contentpanel-block > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h1:first-child,
.taipan-contentpanel-block > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h2:first-child,
.taipan-contentpanel-block > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h3:first-child,
.taipan-contentpanel-block > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h4:first-child,
.taipan-contentpanel-block > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h5:first-child,
.taipan-contentpanel-block > .taipan-contentpanel-panelregion > .taipan-contentpanel-panel h6:first-child {
  margin-top: 0px;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion {
  padding: 0px;
  margin: 0px;
  z-index: 10;
  min-width: 24px;
  min-height: 42px;
  pointer-events: none;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul {
  margin: 0px;
  text-align: center;
  overflow: hidden;
  pointer-events: auto;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li {
  display: block;
  padding: 0px;
  margin: 0px;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li a {
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  transition: all ease 0.25s;
  display: block;
  color: transparent;
  background: url('../../include/resources/coralseasportfishing/images/i-hero-nav-item-bg-1.png') 50% 50% no-repeat;
  background-size: 16px 16px;
  border: 0px solid #16224c;
  border-radius: 0px;
  width: 16px;
  height: 16px;
  overflow: hidden;
  position: relative;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li a:after {
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  transition: all ease 0.25s;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 5;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li a:hover:after,
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li a.currentslide:after {
  background-color: #16224c;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global {
  -webkit-transition: all ease 0.25s;
  -moz-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  -ms-transition: all ease 0.25s;
  transition: all ease 0.25s;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: none;
}
@media handheld,only screen and (max-width: 768px) {
  .taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global {
    display: none;
  }
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global:hover {
  background-color: transparent;
  opacity: 0.7;
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li:nth-of-type(4n+1) a {
  background-image: url('../../include/resources/coralseasportfishing/images/i-hero-nav-item-bg-1.png');
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li:nth-of-type(4n+2) a {
  background-image: url('../../include/resources/coralseasportfishing/images/i-hero-nav-item-bg-2.png');
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li:nth-of-type(4n+3) a {
  background-image: url('../../include/resources/coralseasportfishing/images/i-hero-nav-item-bg-3.png');
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul li:nth-of-type(4n) a {
  background-image: url('../../include/resources/coralseasportfishing/images/i-hero-nav-item-bg-4.png');
}
.taipan-contentpanel-block > .taipan-contentpanel-navregion > ul.taipan-contentpanel-nav {
  display: none;
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion {
  display: block;
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls {
  position: absolute;
  right: 0;
  bottom: 0;
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li {
  overflow: hidden;
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause {
  display: none;
  background-position: 50% 50%;
  width: 20px;
  height: 20px;
  opacity: 0.4;
  border: 0px solid #16224c;
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover {
  opacity: 0.7;
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover.playing-mouseover,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause:hover.playing-mouseover {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%2316224c%22%20points%3D%222%2C7%204%2C7%204%2C17%202%2C17%22%2F%3E%3Cpolygon%20fill%3D%22%2316224c%22%20points%3D%226%2C7%208%2C7%208%2C17%206%2C17%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.paused,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.paused {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%2316224c%22%20points%3D%224%2C7%209%2C12%204%2C17%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%2316224c%22%20points%3D%222%2C7%204%2C7%204%2C17%202%2C17%22%2F%3E%3Cpolygon%20fill%3D%22%2316224c%22%20points%3D%226%2C7%208%2C7%208%2C17%206%2C17%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing-mouseover,
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls li a.taipan-hero-link-control-playpause.playing-mouseover {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%2316224c%22%20points%3D%223%2C7%208%2C7%208%2C10%206%2C12%208%2C14%208%2C17%203%2C17%203%2C14%205%2C12%203%2C10%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion {
  width: 20px;
  left: 70px;
  right: auto;
}
@media handheld,only screen and (max-width: 1024px) {
  .taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion {
    left: 40px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion {
    left: 20px;
  }
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul li a {
  margin: 12px auto;
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global {
  display: none;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-next {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%2316224c%22%20points%3D%220%2C0%2012%2C10%2024%2C00%2012%2C7%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-previous {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%2316224c%22%20points%3D%220%2C10%2012%2C0%2024%2C10%2012%2C3%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-block.nav-vertical > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls {
  display: none;
  left: 0;
}
.taipan-contentpanel-block.nav-horizontal {
  width: 100%;
}
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul li {
  display: inline-block;
  vertical-align: middle;
}
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul li a {
  margin: 8px 3px;
}
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global {
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
}
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-next {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%2316224c%22%20points%3D%220%2C0%2010%2C12%200%2C24%207%2C12%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul li a.taipan-hero-link-global.taipan-hero-link-global-previous {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22%22%20height%3D%22%22%3E%3Cpolygon%20fill%3D%22%2316224c%22%20points%3D%2210%2C0%200%2C12%2010%2C24%203%2C12%22%2F%3E%3C%2Fsvg%3E');
}
.taipan-contentpanel-block.nav-horizontal > .taipan-contentpanel-navregion > ul.taipan-contentpanel-controls {
  top: 0;
}
#testimonials .taipan-contentpanel-panel {
  min-height: 580px;
  position: relative;
}
@media handheld,only screen and (max-width: 1024px) {
  #testimonials .taipan-contentpanel-panel {
    min-height: 0px;
  }
}
#testimonials .taipan-contentpanel-panel .panel-constrain {
  font-size: 22px;
  width: 980px;
  margin: 0px auto;
  padding: 80px 15px;
  height: 100%;
}
@media screen and (max-width: 1016.5975103734px) {
  #testimonials .taipan-contentpanel-panel .panel-constrain {
    width: 96.4%;
  }
}
#testimonials .taipan-contentpanel-panel .panel-constrain .panel-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 100%;
}
#testimonials .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  display: block;
  text-align: center;
}
@media handheld,only screen and (max-width: 1024px) {
  #testimonials .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell {
    padding: 0px 80px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  #testimonials .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell {
    padding: 0px 20px 0px 40px;
  }
}
#testimonials .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell p {
  color: #ba3100;
  font-size: 95px;
  font-family: 'IM Fell English', 'Times New Roman', serif;
  line-height: 1em;
  margin: 0px 0px 0.5em 0px;
  opacity: 0.7;
}
@media handheld,only screen and (max-width: 1024px) {
  #testimonials .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell p {
    font-size: 65px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  #testimonials .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell p {
    font-size: 30px;
    opacity: 0.7;
  }
}
#testimonials .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell h6 {
  color: #16224c;
  font-size: 30px;
  margin-top: 0px;
  opacity: 0.7;
}
@media handheld,only screen and (max-width: 1024px) {
  #testimonials .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell h6 {
    font-size: 25px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  #testimonials .taipan-contentpanel-panel .panel-constrain .panel-block .panel-cell h6 {
    font-size: 20px;
  }
}
#testimonials .taipan-contentpanel-panel:after {
  display: block;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}
.ajax-loading {
  opacity: 0.5;
}
.warning-message {
  color: #ffffff;
  background-color: #a90000;
  text-align: center;
  border: 1px solid #ffffff;
  padding: 0.5em;
  margin: 1em 0em;
}
.list-category-wrapper,
.list-product-wrapper {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.list-category-wrapper > *,
.list-product-wrapper > * {
  font-size: 22px;
}
@media handheld,only screen and (max-width: 768px) {
  .list-category-wrapper,
  .list-product-wrapper {
    font-size: 22px;
    width: 100%;
    margin-left: 0;
  }
}
.list-category-wrapper .list-category,
.list-category-wrapper .list-product,
.list-product-wrapper .list-category,
.list-product-wrapper .list-product {
  text-align: center;
  margin-bottom: 1.5em;
  position: relative;
}
.list-category-wrapper .list-category a,
.list-category-wrapper .list-product a,
.list-product-wrapper .list-category a,
.list-product-wrapper .list-product a {
  text-decoration: none;
}
.list-category-wrapper .list-category .list-category-inner,
.list-category-wrapper .list-category .list-product-inner,
.list-category-wrapper .list-product .list-category-inner,
.list-category-wrapper .list-product .list-product-inner,
.list-product-wrapper .list-category .list-category-inner,
.list-product-wrapper .list-category .list-product-inner,
.list-product-wrapper .list-product .list-category-inner,
.list-product-wrapper .list-product .list-product-inner {
  overflow: hidden;
}
.list-category-wrapper .list-category .list-category-inner .media-thumbnail,
.list-category-wrapper .list-category .list-product-inner .media-thumbnail,
.list-category-wrapper .list-product .list-category-inner .media-thumbnail,
.list-category-wrapper .list-product .list-product-inner .media-thumbnail,
.list-product-wrapper .list-category .list-category-inner .media-thumbnail,
.list-product-wrapper .list-category .list-product-inner .media-thumbnail,
.list-product-wrapper .list-product .list-category-inner .media-thumbnail,
.list-product-wrapper .list-product .list-product-inner .media-thumbnail {
  display: block;
}
.list-category-wrapper .list-category .list-category-inner .category-card-title,
.list-category-wrapper .list-category .list-category-inner .product-card-title,
.list-category-wrapper .list-category .list-product-inner .category-card-title,
.list-category-wrapper .list-category .list-product-inner .product-card-title,
.list-category-wrapper .list-product .list-category-inner .category-card-title,
.list-category-wrapper .list-product .list-category-inner .product-card-title,
.list-category-wrapper .list-product .list-product-inner .category-card-title,
.list-category-wrapper .list-product .list-product-inner .product-card-title,
.list-product-wrapper .list-category .list-category-inner .category-card-title,
.list-product-wrapper .list-category .list-category-inner .product-card-title,
.list-product-wrapper .list-category .list-product-inner .category-card-title,
.list-product-wrapper .list-category .list-product-inner .product-card-title,
.list-product-wrapper .list-product .list-category-inner .category-card-title,
.list-product-wrapper .list-product .list-category-inner .product-card-title,
.list-product-wrapper .list-product .list-product-inner .category-card-title,
.list-product-wrapper .list-product .list-product-inner .product-card-title {
  display: block;
  font-family: 'IM Fell English', 'Times New Roman', serif;
}
.list-category-wrapper {
  padding: 1em 0em;
}
.list-category-wrapper .list-category {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .list-category-wrapper .list-category {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.list-category-wrapper .list-category .list-category-inner {
  color: #16224c;
  background-color: transparent;
  border: none;
  border-radius: 0px;
}
.list-category-wrapper .list-category .list-category-inner .category-card-title {
  color: #16224c;
}
.list-product-wrapper .list-product {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .list-product-wrapper .list-product {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .list-product-wrapper .list-product {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 22px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .list-product-wrapper .list-product {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.list-product-wrapper .list-product .list-product-inner {
  color: #16224c;
  background-color: transparent;
  border: none;
  border-radius: 0px;
}
.list-product-wrapper .list-product .list-product-inner .product-card-title {
  color: #16224c;
}
.list-product-wrapper .list-product .list-product-inner .product-card-price {
  display: block;
}
.list-product-wrapper .list-product.featured {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .list-product-wrapper .list-product.featured {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .list-product-wrapper .list-product.featured {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 22px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .list-product-wrapper .list-product.featured {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.product-details-wrapper > * {
  font-size: 22px;
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper {
    font-size: 22px;
    width: 100%;
    margin-left: 0;
  }
}
.product-details-wrapper .product-title {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-title {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-info {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 64.866666666667%;
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-info {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-info.no-product-media {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-info.no-product-media {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-info .product-stock-message .in-stock {
  color: #16224c;
}
.product-details-wrapper .product-info .product-stock-message .out-of-stock {
  color: #c80c03;
}
.product-details-wrapper .product-info .product-price {
  font-size: 2em;
  font-family: 'IM Fell English', 'Times New Roman', serif;
  margin: 1em 0em;
}
.product-details-wrapper .product-info .product-price .on-special {
  text-decoration: line-through;
}
.product-details-wrapper .product-info .add-to-cart .product-line-title {
  margin-bottom: 0.75em;
}
.product-details-wrapper .product-info .add-to-cart .product-line-option {
  display: block;
}
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-label,
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-values {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-info .add-to-cart .product-line-option .option-label,
  .product-details-wrapper .product-info .add-to-cart .product-line-option .option-values {
    display: block;
  }
}
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-label {
  font-family: 'IM Fell English', 'Times New Roman', serif;
  min-width: 5em;
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-info .add-to-cart .product-line-option .option-label {
    min-width: 0em;
  }
}
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-values {
  margin: 0.25em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-info .add-to-cart .product-line-option .option-values {
    margin: 0.25em 0em 1em 0em;
  }
}
.product-details-wrapper .product-info .add-to-cart .product-line-option .option-values select {
  color: #16224c;
  background-color: #ffffff;
  border: 1px solid #16224c;
  padding: 0.3em 1em 0.3em 0.5em;
}
.product-details-wrapper .product-info .add-to-cart .add-to-cart-button {
  margin: 1em 0em;
}
.product-details-wrapper .product-media {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-media {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-media .product-image-primary {
  padding: 1.1em 0em 0em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-media .product-image-primary {
    padding: 2em 0em 0em 0em;
  }
}
.product-details-wrapper .product-media .product-image-primary .media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-media .product-image-primary .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.product-details-wrapper .product-media .product-image-secondary {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.product-details-wrapper .product-media .product-image-secondary > * {
  font-size: 22px;
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-media .product-image-secondary {
    font-size: 22px;
    width: 100%;
    margin-left: 0;
  }
}
.product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 23.2%;
  margin-bottom: 0.5em;
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .product-details-wrapper .product-media .product-image-secondary {
    font-size: 0;
    display: block;
    margin-left: -1.8%;
    width: 101.8%;
    padding: 0;
  }
  .product-details-wrapper .product-media .product-image-secondary > * {
    font-size: 22px;
  }
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 22px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 48.2%;
    margin-bottom: 0.5em;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .product-details-wrapper .product-media .product-image-secondary {
    font-size: 22px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .product-details-wrapper .product-media .product-image-secondary .media-thumbnail {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row {
  text-align: right;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.75em 0.1em;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row {
    text-align: left;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  text-align: center;
  vertical-align: middle;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.item-options {
  width: 3%;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row .column.item-options {
    width: 100%;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.thumbnail {
  width: 20%;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row .column.thumbnail {
    width: 100%;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.thumbnail .media-thumbnail img {
  margin: 0em;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.description {
  width: 44%;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.price {
  width: 10%;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.quantity {
  width: 10%;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row .column.total {
  width: 10%;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.heading {
  color: #16224c;
  font-family: 'IM Fell English', 'Times New Roman', serif;
  padding: 0.5em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.heading {
    display: none;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.heading .column {
  font-size: 1.25em;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.heading .column.thumbnail,
  .cart-checkout-wrapper form.checkout-form .cart-items .row.heading .column.total {
    display: none;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item {
    text-align: left;
    padding: 1em 0em;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.item-options {
    text-align: left;
    padding-bottom: 0.5em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.item-options .cart-item-icon {
  display: block;
  margin: 0.1em auto;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.item-options .cart-item-icon {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.thumbnail .media-thumbnail img {
  width: 90%;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.thumbnail .media-thumbnail img {
    width: 20em;
    width: 100%;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description {
  text-align: left;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description {
    width: 100%;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options {
  color: #666666;
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option {
    display: block;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option .option-label,
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option .option-value {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-options .product-option .option-label {
  font-weight: bold;
  margin-right: 0.25em;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.description .product-nostock-message {
  color: #c80c03;
  font-size: 0.9em;
  margin-top: 0.5em;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price {
    text-align: left;
    width: 100%;
    margin: 0.5em 0em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .mobile-label {
  display: none;
  font-weight: bold;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .mobile-label {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .item-price {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .item-price .units {
  display: block;
  color: #666666;
  font-size: 0.8em;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.price .item-price .units {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity {
    text-align: left;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity .mobile-label {
  display: none;
  font-weight: bold;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity .mobile-label {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    margin-bottom: 0.25em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.quantity .quantity-field {
  text-align: center;
  width: 4em;
  border: 1px solid #e6e6e6;
  padding: 0.25em;
  margin: 0em auto;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.total {
  text-align: right;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.item .column.total {
    display: none;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column {
  text-align: right;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column {
    text-align: left;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.label {
  font-weight: bold;
  width: 89%;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.label {
    width: auto;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.label::after {
  content: ": ";
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.amount {
  width: 10%;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer .column.amount {
    width: auto;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer:first-child {
    margin-top: 2em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping {
  text-align: center;
  padding: 1em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping {
    text-align: left;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .weight,
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .shipping-options {
  margin: 0.5em 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .shipping-options .label,
  .cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .shipping-options .amount {
    display: block;
    margin: 0.25em 0em;
  }
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .label,
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .amount {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .label {
  font-weight: bold;
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping .label::after {
  content: ": ";
}
.cart-checkout-wrapper form.checkout-form .cart-items .row.footer.shipping select {
  color: #16224c;
  background: #ffffff;
  font-size: 1em;
  font-family: 'PT Sans', Verdana, sans-serif;
  width: auto;
  max-width: 100%;
  border: 1px solid #16224c;
  border-radius: 0px;
  padding: 0.2em 0.3em;
  margin: 2px 0;
}
.cart-checkout-wrapper form.checkout-form .cart-logged-in .logged-in-username {
  font-weight: bold;
}
.cart-checkout-wrapper form.checkout-form .address-details {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.cart-checkout-wrapper form.checkout-form .address-details > * {
  font-size: 22px;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .address-details {
    font-size: 22px;
    width: 100%;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details .billing-address {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .address-details .billing-address {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details .shipping-address {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .address-details .shipping-address {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details .shipping-address .shipping-address-selection {
  margin: 1em 0em;
}
.cart-checkout-wrapper form.checkout-form .address-details .shipping-address .shipping-address-selection .radio-label {
  padding-left: 0.25em;
}
.cart-checkout-wrapper form.checkout-form .address-details #shipment_default_address_region.use-shipping-address {
  opacity: 1.0;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .address-details #shipment_default_address_region.use-shipping-address {
    display: block;
  }
}
.cart-checkout-wrapper form.checkout-form .address-details #shipment_default_address_region.use-invoice-address {
  opacity: 0.4;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .address-details #shipment_default_address_region.use-invoice-address {
    display: none;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.cart-checkout-wrapper form.checkout-form .additional-information > * {
  font-size: 22px;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .additional-information {
    font-size: 22px;
    width: 100%;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information .order-comments,
.cart-checkout-wrapper form.checkout-form .additional-information .vouchers {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .additional-information .order-comments,
  .cart-checkout-wrapper form.checkout-form .additional-information .vouchers {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information #postage-on-request-message,
.cart-checkout-wrapper form.checkout-form .additional-information #stock-unavailable-message,
.cart-checkout-wrapper form.checkout-form .additional-information #gift-voucher-info-region {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .additional-information #postage-on-request-message,
  .cart-checkout-wrapper form.checkout-form .additional-information #stock-unavailable-message,
  .cart-checkout-wrapper form.checkout-form .additional-information #gift-voucher-info-region {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #f57f29;
  background-color: transparent;
  font-size: 20px;
  font-weight: bold;
  font-family: 'PT Sans Narrow', Verdana, sans-serif;
  line-height: 1.0em;
  text-decoration: none;
  text-transform: uppercase;
  border-left: 7px solid #f57f29;
  border-right: 7px solid #f57f29;
  border-radius: 0px;
  margin: 25px 0px;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23f57f29%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update:before,
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update:after {
  display: block;
  content: "";
  background-image: url('../../include/resources/coralseasportfishing/images/i-button-border-horizontal.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 6px;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0px;
  z-index: 5;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update:before {
  top: 0px;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update:after {
  bottom: 0px;
}
.cart-checkout-wrapper form.checkout-form .additional-information .voucher-update:hover {
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  -ms-transition: all ease 1s;
  transition: all ease 1s;
  /* Safari and Chrome */
  -webkit-transform: rotate(-5deg);
  /* Firefox */
  -moz-transform: rotate(-5deg);
  /* IE 9 */
  -ms-transform: rotate(-5deg);
  /* Opera */
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  color: #f57f29;
  background-color: transparent;
  border-color: #f57f29;
  text-decoration: none;
}
.cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
}
.cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.label {
  font-weight: bold;
  min-width: 15em;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.label {
    min-width: 0em;
  }
}
.cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.label::after {
  content: ": ";
}
.cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.amount {
  width: 5em;
  text-align: right;
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .order-summary .cart-totals .row .column.amount {
    width: auto;
    text-align: left;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .cart-checkout-wrapper form.checkout-form .payment-details .payment-gateway .company-details {
    margin-left: 0em;
  }
}
.shop-registration-form .invoice-details,
.shop-registration-form .shipping-details {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 48.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .shop-registration-form .invoice-details,
  .shop-registration-form .shipping-details {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.ie8 .nav-wrapper .nav-constrain .nav-block .nav-cell .nav-logo {
  width: 14%;
}
.ie8 .nav-wrapper .nav-constrain .nav-block .nav-cell .nav-left {
  display: none;
}
.ie8 .nav-wrapper .nav-constrain .nav-block .nav-cell .nav-right {
  width: 86%;
  text-align: left;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
body,
html {
  height: 100%;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  background: #ffffff;
  font-family: 'PT Sans', Verdana, sans-serif;
  line-height: 1.9em;
}
.page-region {
  position: relative;
  overflow: hidden;
  z-index: 3;
}
@media handheld,only screen and (max-width: 768px) {
  .page-region {
    padding: 0em;
  }
}
.nav-wrapper {
  background: transparent url('../../include/resources/coralseasportfishing/images/i-nav-bg.png') 50% 100% no-repeat;
  background-size: 1920px 300px;
  border-top: 3px solid #16224c;
  margin-bottom: -15px;
  position: relative;
  z-index: 5;
}
@media handheld,only screen and (min-width: 1921px) {
  .nav-wrapper {
    background-size: 100% 300px;
  }
}
.nav-wrapper .nav-constrain {
  font-size: 22px;
  width: 980px;
  margin: 0px auto;
  color: #16224c;
  border-radius: 0px;
  padding: 28px 15px 40px 15px;
}
@media screen and (max-width: 1016.5975103734px) {
  .nav-wrapper .nav-constrain {
    width: 96.4%;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain {
    padding: 5px 5px 18px 5px;
    overflow: hidden;
  }
}
.nav-wrapper .nav-constrain .nav-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
  text-align: center;
  z-index: 20;
}
.nav-wrapper .nav-constrain .nav-block > * {
  font-size: 22px;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block {
    font-size: 22px;
    width: 100%;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block {
    text-align: left;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle {
  display: none;
  color: #16224c;
  background: transparent;
  padding: 10px 10px;
  position: relative;
  cursor: pointer;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .nav-toggle {
    display: block;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-text {
  font-size: 1.05em;
  font-weight: bold;
  text-transform: uppercase;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon {
  color: #16224c;
  background-color: transparent;
  position: absolute;
  top: 10px;
  right: 10px;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon .toggle-icon-line {
  display: block;
  background-color: #16224c;
  border-radius: 5px;
  width: 37px;
  height: 6px;
  margin-bottom: 6px;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle .toggle-icon .toggle-icon-line:last-child {
  margin-bottom: 0em;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle:hover {
  color: #f57f29;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle:hover .toggle-icon {
  background-color: transparent;
}
.nav-wrapper .nav-constrain .nav-block .nav-toggle:hover .toggle-icon .toggle-icon-line {
  background-color: #f57f29;
}
.nav-wrapper .nav-constrain .nav-block .nav-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
  white-space: nowrap;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell {
    display: none;
    white-space: normal;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-cell .nav-logo,
.nav-wrapper .nav-constrain .nav-block .nav-cell .nav-left,
.nav-wrapper .nav-constrain .nav-block .nav-cell .nav-right {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  vertical-align: middle;
}
.nav-wrapper .nav-constrain .nav-block .nav-cell .nav-logo {
  width: 14%;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell .nav-logo {
    display: none;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-cell .nav-logo img {
  margin: 0px auto;
}
.nav-wrapper .nav-constrain .nav-block .nav-cell .nav-left,
.nav-wrapper .nav-constrain .nav-block .nav-cell .nav-right {
  width: 43%;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell .nav-left,
  .nav-wrapper .nav-constrain .nav-block .nav-cell .nav-right {
    width: 100%;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-cell .nav-left {
  text-align: right;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell .nav-left {
    text-align: left;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-cell .nav-left ul li:nth-of-type(n + 4) {
  display: none;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell .nav-left ul li:nth-of-type(n + 4) {
    display: block;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-cell .nav-right {
  text-align: left;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block .nav-cell .nav-right {
    display: none;
  }
}
.nav-wrapper .nav-constrain .nav-block .nav-cell .nav-right ul li:nth-of-type(-n + 3) {
  display: none;
}
.nav-wrapper .nav-constrain .nav-block.open .nav-toggle {
  border-radius: 0px 0px 0px 0px;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block.open .nav-cell {
    display: block;
  }
}
.nav-wrapper .nav-constrain .nav-block ul {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  list-style-type: none;
  padding: 0em;
  margin: 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul {
    display: block;
    background: url('../../include/resources/coralseasportfishing/images/i-hr-2.png') 50% 0% no-repeat;
    text-align: left;
    border: none;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-top: 5px;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  position: relative;
  padding: 0em;
  margin: 0em;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li {
    display: block;
    border-right: 0;
    border-left: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li a {
  display: block;
  color: #16224c;
  background: transparent;
  font-size: 22px;
  font-weight: bold;
  font-family: 'PT Sans Narrow', Verdana, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1em;
  padding: 10px 10px;
  white-space: nowrap;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li a {
    white-space: normal;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li:hover > a {
  color: #f57f29;
  background-color: transparent;
}
.nav-wrapper .nav-constrain .nav-block ul li.current > a {
  color: #f57f29;
  background-color: transparent;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li:first-child {
    border: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li:last-child {
    border: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li:hover ul {
  height: auto;
  visibility: visible;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li:hover ul {
    top: auto;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul {
  display: block;
  min-width: 103%;
  height: auto;
  border-left: 5px solid #f57f29;
  border-right: 5px solid #f57f29;
  margin: 0;
  padding: 5px 0px;
  position: absolute;
  top: 40px;
  left: -5px;
  right: auto;
  visibility: hidden;
  z-index: 20;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul {
    background: transparent;
    min-width: 0em;
    height: auto;
    margin: 0px 10px 20px 10px;
    top: 0px;
    left: 0px;
    position: relative;
    visibility: visible;
    overflow: hidden;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul:before,
.nav-wrapper .nav-constrain .nav-block ul li ul:after {
  display: block;
  content: "";
  background: url('../../include/resources/coralseasportfishing/images/i-subnav-border.png') 50% 50% no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  z-index: 1000;
}
.nav-wrapper .nav-constrain .nav-block ul li ul:before {
  top: 0px;
}
.nav-wrapper .nav-constrain .nav-block ul li ul:after {
  bottom: 0px;
}
.nav-wrapper .nav-constrain .nav-block ul li ul li {
  display: block;
  text-align: left;
  border: none;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li {
    background-color: none;
    border: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li a {
  color: #16224c;
  background-color: #ffffff;
  font-size: 18px;
  padding: 10px 10px;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li a {
    background-color: transparent;
    padding: 10px 10px;
    padding-left: 20px;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:hover > a {
  color: #f57f29;
  background-color: #ffffff;
}
.nav-wrapper .nav-constrain .nav-block ul li ul li.current > a {
  color: #f57f29;
  background-color: #ffffff;
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:first-child {
  border: none;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:first-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:last-child {
  border: none;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:last-child {
    border: 0;
    border-top: 0;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li > ul {
  display: none;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li > ul {
    display: block;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li > ul li a {
    padding-left: 30px;
  }
}
.nav-wrapper .nav-constrain .nav-block ul li ul li:hover > ul {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
}
@media handheld,only screen and (max-width: 768px) {
  .nav-wrapper .nav-constrain .nav-block ul li ul li:hover > ul {
    position: static;
  }
}
.header-wrapper {
  background: #16224c url('../../include/resources/coralseasportfishing/images/i-header-bg.jpg') 50% 50% no-repeat;
  background-size: cover;
  position: relative;
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper {
    background-image: url('../../include/resources/coralseasportfishing/images/i-header-bg-stacked.jpg');
  }
}
.header-wrapper .header-constrain {
  color: #ffffff;
  border-radius: 0px;
  padding: 115px 50px;
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-constrain {
    padding: 60px 50px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain {
    padding: 20px 50px;
  }
}
.header-wrapper .header-constrain .header-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.header-wrapper .header-constrain .header-block > * {
  font-size: 22px;
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block {
    font-size: 22px;
    width: 100%;
    margin-left: 0;
  }
}
.header-wrapper .header-constrain .header-block a {
  color: #f57f29;
}
.header-wrapper .header-constrain .header-block a:hover {
  color: #e1650a;
}
.header-wrapper .header-constrain .header-block .logo-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 56.533333333333%;
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 22px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 48.2%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 1024px) and handheld,only screen and (max-width: 1024px) and only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 22px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
    text-align: center;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block .logo-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.header-wrapper .header-constrain .header-block .logo-cell .logo {
  margin-top: -45px;
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-constrain .header-block .logo-cell .logo {
    margin-top: -15px;
  }
}
.header-wrapper .header-constrain .header-block .cta-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 39.866666666667%;
  text-align: right;
  vertical-align: middle;
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block .cta-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-constrain .header-block .cta-cell {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 22px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 48.2%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 1024px) and handheld,only screen and (max-width: 1024px) and only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block .cta-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper .header-constrain .header-block .cta-cell {
    display: none;
    text-align: center;
  }
}
.header-wrapper .header-constrain .header-block .cta-cell hr {
  background: none;
  border-bottom: 3px dashed #6f779f;
  width: 480px;
  max-width: 90%;
  height: 0px;
  margin: 105px auto;
  opacity: 0.4;
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-constrain .header-block .cta-cell hr {
    margin: 40px auto;
  }
}
.header-wrapper .header-constrain .header-block .cta-cell .header-cta-wrapper {
  text-align: center;
}
.header-wrapper .header-constrain .header-block .cta-cell .header-cta-wrapper .icon-wrapper {
  display: block;
  background: url('../../include/resources/coralseasportfishing/images/g-cta-icon-outer.png') 50% 50% no-repeat;
  width: 85px;
  height: 96px;
  margin: 5px auto -22px auto;
  opacity: 0.25;
}
.header-wrapper .header-constrain .header-block .cta-cell .header-cta-wrapper .icon-wrapper .icon {
  display: block;
  background-position: 50% 40%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.header-wrapper .header-constrain .header-block .cta-cell .header-cta-wrapper .icon-wrapper .icon.hook {
  background-image: url('../../include/resources/coralseasportfishing/images/g-cta-icon-hook.png');
  background-image: url('../../include/resources/coralseasportfishing/images/g-cta-icon-hook.svg'), none;
  background-size: 18px 30px;
}
.header-wrapper .header-constrain .header-block .cta-cell .header-cta-wrapper .icon-wrapper .icon.anchor {
  background-image: url('../../include/resources/coralseasportfishing/images/g-cta-icon-anchor.png');
  background-image: url('../../include/resources/coralseasportfishing/images/g-cta-icon-anchor.svg'), none;
  background-size: 30px 32px;
}
.header-wrapper .header-constrain .header-block .cta-cell .header-cta-wrapper .title {
  color: #ffffff;
  font-size: 42px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media handheld,only screen and (max-width: 1024px) {
  .header-wrapper .header-constrain .header-block .cta-cell .header-cta-wrapper .title {
    font-size: 48px;
  }
}
.header-wrapper .header-constrain .header-block .cta-cell .header-cta-wrapper .subtitle {
  color: #6f779f;
  font-size: 20px;
  font-family: 'IM Fell English', 'Times New Roman', serif;
  margin-bottom: 8px;
}
.header-wrapper .header-constrain .header-block .cta-cell .header-cta-wrapper .header-cta-button {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #f57f29;
  background-color: transparent;
  font-size: 20px;
  font-weight: bold;
  font-family: 'PT Sans Narrow', Verdana, sans-serif;
  line-height: 1.0em;
  text-decoration: none;
  text-transform: uppercase;
  border-left: 7px solid #f57f29;
  border-right: 7px solid #f57f29;
  border-radius: 0px;
  margin: 25px 0px;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  margin-bottom: 0px;
}
.header-wrapper .header-constrain .header-block .cta-cell .header-cta-wrapper .header-cta-button .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23f57f29%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.header-wrapper .header-constrain .header-block .cta-cell .header-cta-wrapper .header-cta-button img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.header-wrapper .header-constrain .header-block .cta-cell .header-cta-wrapper .header-cta-button:before,
.header-wrapper .header-constrain .header-block .cta-cell .header-cta-wrapper .header-cta-button:after {
  display: block;
  content: "";
  background-image: url('../../include/resources/coralseasportfishing/images/i-button-border-horizontal.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 6px;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0px;
  z-index: 5;
}
.header-wrapper .header-constrain .header-block .cta-cell .header-cta-wrapper .header-cta-button:before {
  top: 0px;
}
.header-wrapper .header-constrain .header-block .cta-cell .header-cta-wrapper .header-cta-button:after {
  bottom: 0px;
}
.header-wrapper .header-constrain .header-block .cta-cell .header-cta-wrapper .header-cta-button:hover {
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  -ms-transition: all ease 1s;
  transition: all ease 1s;
  /* Safari and Chrome */
  -webkit-transform: rotate(-5deg);
  /* Firefox */
  -moz-transform: rotate(-5deg);
  /* IE 9 */
  -ms-transform: rotate(-5deg);
  /* Opera */
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  color: #f57f29;
  background-color: transparent;
  border-color: #f57f29;
  text-decoration: none;
}
.header-wrapper:after {
  display: block;
  content: "";
  background: url('../../include/resources/coralseasportfishing/images/i-header-bottom-border.png') 50% 50% no-repeat;
  background-size: 1920px 10px;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0px;
  bottom: 20px;
  z-index: 5;
}
@media handheld,only screen and (min-width: 1921px) {
  .header-wrapper:after {
    background-size: 100% 100%;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper:after {
    bottom: 10px;
  }
}
.header-wrapper.internal .header-constrain {
  padding: 40px 25px;
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper.internal .header-constrain {
    padding: 20px 50px;
  }
}
.header-wrapper.internal .header-constrain .header-block .logo-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper.internal .header-constrain .header-block .logo-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper.internal .header-constrain .header-block .logo-cell {
    display: inline-block;
    /* IE7 */
    *display: inline;
    /* IE7 */
    *zoom: 1;
    font-size: 22px;
    margin: 0;
    margin-left: 1.8%;
    vertical-align: top;
    width: 98.2%;
  }
}
@media handheld and handheld,handheld and only screen and (max-width: 768px),only screen and (max-width: 768px) and handheld,only screen and (max-width: 768px) and only screen and (max-width: 768px) {
  .header-wrapper.internal .header-constrain .header-block .logo-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.header-wrapper.internal .header-constrain .header-block .logo-cell .logo {
  margin-top: 0px;
}
.header-wrapper.internal .header-constrain .header-block .cta-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 64.866666666667%;
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper.internal .header-constrain .header-block .cta-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .header-wrapper.internal .header-constrain .header-block .cta-cell {
    display: none;
  }
}
.header-wrapper.internal .header-constrain .header-block .cta-cell hr {
  display: none;
}
.header-wrapper.internal .header-constrain .header-block .cta-cell .header-cta-wrapper {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  padding: 10px 0px 10px 25px;
}
.header-wrapper.internal .header-constrain .header-block .cta-cell .header-cta-wrapper .icon-wrapper {
  margin-bottom: -25px;
}
.header-wrapper.internal .header-constrain .header-block .cta-cell .header-cta-wrapper .title {
  font-size: 32px;
  margin-bottom: 0px;
}
.header-wrapper.internal .header-constrain .header-block .cta-cell .header-cta-wrapper .subtitle {
  font-size: 17px;
}
.content-wrapper {
  background: #ffffff;
}
.content-wrapper .home-title-wrapper {
  text-align: center;
  padding-top: 30px;
}
.content-wrapper .home-title-wrapper .home-title {
  padding: 0px 20px;
}
.content-wrapper .home-title-wrapper hr {
  margin-bottom: 0em;
}
.content-wrapper .content-constrain {
  font-size: 22px;
  width: 980px;
  margin: 0px auto;
  color: #16224c;
  border-radius: 0px;
  padding: 80px 15px;
}
@media screen and (max-width: 1016.5975103734px) {
  .content-wrapper .content-constrain {
    width: 96.4%;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .content-constrain {
    padding: 40px 15px;
  }
}
.content-wrapper .content-constrain .content-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.content-wrapper .content-constrain .content-block > * {
  font-size: 22px;
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .content-constrain .content-block {
    font-size: 22px;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .content-constrain .content-block .content-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell > *:first-child {
  margin-top: 0em;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav > * {
  font-size: 22px;
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav {
    font-size: 22px;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
}
@media handheld,only screen and (max-width: 768px) {
  .content-wrapper .content-constrain .content-block .content-cell .subnav li {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #f57f29;
  background-color: transparent;
  font-size: 20px;
  font-weight: bold;
  font-family: 'PT Sans Narrow', Verdana, sans-serif;
  line-height: 1.0em;
  text-decoration: none;
  text-transform: uppercase;
  border-left: 7px solid #f57f29;
  border-right: 7px solid #f57f29;
  border-radius: 0px;
  margin: 25px 0px;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23f57f29%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a:before,
.content-wrapper .content-constrain .content-block .content-cell .subnav li a:after {
  display: block;
  content: "";
  background-image: url('../../include/resources/coralseasportfishing/images/i-button-border-horizontal.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 6px;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0px;
  z-index: 5;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a:before {
  top: 0px;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a:after {
  bottom: 0px;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li a:hover {
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  -ms-transition: all ease 1s;
  transition: all ease 1s;
  /* Safari and Chrome */
  -webkit-transform: rotate(-5deg);
  /* Firefox */
  -moz-transform: rotate(-5deg);
  /* IE 9 */
  -ms-transform: rotate(-5deg);
  /* Opera */
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  color: #f57f29;
  background-color: transparent;
  border-color: #f57f29;
  text-decoration: none;
}
.content-wrapper .content-constrain .content-block .content-cell .subnav li ul {
  display: none;
}
.testimonials-wrapper {
  position: relative;
}
.testimonials-wrapper .testimonial-wrapper {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  height: 594px;
  position: relative;
  z-index: 0;
}
@media handheld,only screen and (max-width: 1024px) {
  .testimonials-wrapper .testimonial-wrapper {
    height: 400px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .testimonials-wrapper .testimonial-wrapper {
    height: 250px;
  }
}
.testimonials-wrapper .testimonial-wrapper .testimonial-text-wrapper-1 {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.testimonials-wrapper .testimonial-wrapper .testimonial-text-wrapper-1 .testimonial-text-wrapper-2 {
  display: table;
  width: 100%;
  height: 100%;
}
.testimonials-wrapper .testimonial-wrapper .testimonial-text-wrapper-1 .testimonial-text-wrapper-2 .testimonial-text {
  display: table-cell;
  color: #ba3100;
  font-size: 110px;
  font-family: 'IM Fell English', 'Times New Roman', serif;
  line-height: 1em;
  padding: 0px 100px;
  vertical-align: middle;
  opacity: 0.7;
}
@media handheld,only screen and (max-width: 1024px) {
  .testimonials-wrapper .testimonial-wrapper .testimonial-text-wrapper-1 .testimonial-text-wrapper-2 .testimonial-text {
    font-size: 85px;
    padding: 0px 80px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .testimonials-wrapper .testimonial-wrapper .testimonial-text-wrapper-1 .testimonial-text-wrapper-2 .testimonial-text {
    font-size: 35px;
    padding: 0px 40px;
  }
}
.testimonials-wrapper .testimonial-wrapper .testimonial-text-wrapper-1 .testimonial-text-wrapper-2 .testimonial-text:before {
  content: "“";
}
.testimonials-wrapper .testimonial-wrapper .testimonial-text-wrapper-1 .testimonial-text-wrapper-2 .testimonial-text:after {
  content: "”";
}
.testimonials-wrapper:after {
  display: block;
  content: "";
  background: url('../../include/resources/coralseasportfishing/images/i-testimonials-bottom-border.png') 50% 100% no-repeat;
  background-size: 1920px 10px;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0px;
  bottom: 15px;
  z-index: 10;
}
@media handheld,only screen and (min-width: 1921px) {
  .testimonials-wrapper:after {
    background-size: 100% 10px;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .testimonials-wrapper:after {
    bottom: 10px;
  }
}
.captains-blog-wrapper {
  background: #ffffff;
}
.captains-blog-wrapper .captains-blog-constrain {
  font-size: 22px;
  width: 980px;
  margin: 0px auto;
  color: #16224c;
  border-radius: 0px;
  padding: 115px 15px;
}
@media screen and (max-width: 1016.5975103734px) {
  .captains-blog-wrapper .captains-blog-constrain {
    width: 96.4%;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .captains-blog-wrapper .captains-blog-constrain {
    padding: 60px 15px;
  }
}
.captains-blog-wrapper .captains-blog-constrain .captains-blog-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.captains-blog-wrapper .captains-blog-constrain .captains-blog-block > * {
  font-size: 22px;
}
@media handheld,only screen and (max-width: 768px) {
  .captains-blog-wrapper .captains-blog-constrain .captains-blog-block {
    font-size: 22px;
    width: 100%;
    margin-left: 0;
  }
}
.captains-blog-wrapper .captains-blog-constrain .captains-blog-block .captains-blog-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
  text-align: center;
}
@media handheld,only screen and (max-width: 768px) {
  .captains-blog-wrapper .captains-blog-constrain .captains-blog-block .captains-blog-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.captains-blog-wrapper .captains-blog-constrain .captains-blog-block .captains-blog-cell > *:first-child {
  margin-top: 0em;
}
.captains-blog-wrapper .captains-blog-constrain .captains-blog-block .captains-blog-cell .title {
  font-size: 60px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media handheld,only screen and (max-width: 768px) {
  .captains-blog-wrapper .captains-blog-constrain .captains-blog-block .captains-blog-cell .title {
    font-size: 45px;
  }
}
.captains-blog-wrapper .captains-blog-constrain .captains-blog-block .captains-blog-cell .subtitle {
  color: #6f779f;
  font-size: 35px;
  font-family: 'IM Fell English', 'Times New Roman', serif;
  margin-bottom: 25px;
}
@media handheld,only screen and (max-width: 768px) {
  .captains-blog-wrapper .captains-blog-constrain .captains-blog-block .captains-blog-cell .subtitle {
    font-size: 26px;
    margin-bottom: 0px;
  }
}
.book-now-wrapper {
  background: #16224c url('../../include/resources/coralseasportfishing/images/i-book-bg.jpg') 50% 50% no-repeat;
  background-size: cover;
}
.book-now-wrapper .book-now-constrain {
  font-size: 22px;
  width: 980px;
  margin: 0px auto;
  color: #ffffff;
  border-radius: 0px;
  padding: 60px 15px;
}
@media screen and (max-width: 1016.5975103734px) {
  .book-now-wrapper .book-now-constrain {
    width: 96.4%;
  }
}
.book-now-wrapper .book-now-constrain .book-now-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.book-now-wrapper .book-now-constrain .book-now-block > * {
  font-size: 22px;
}
@media handheld,only screen and (max-width: 768px) {
  .book-now-wrapper .book-now-constrain .book-now-block {
    font-size: 22px;
    width: 100%;
    margin-left: 0;
  }
}
.book-now-wrapper .book-now-constrain .book-now-block h1,
.book-now-wrapper .book-now-constrain .book-now-block h2,
.book-now-wrapper .book-now-constrain .book-now-block h3,
.book-now-wrapper .book-now-constrain .book-now-block h4,
.book-now-wrapper .book-now-constrain .book-now-block h5,
.book-now-wrapper .book-now-constrain .book-now-block h6 {
  color: #ffffff;
}
.book-now-wrapper .book-now-constrain .book-now-block .title {
  font-size: 35px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.book-now-wrapper .book-now-constrain .book-now-block .title .hilite {
  color: #f57f29;
}
.book-now-wrapper .book-now-constrain .book-now-block .subtitle {
  color: #6f779f;
  font-size: 22px;
  font-family: 'IM Fell English', 'Times New Roman', serif;
  margin-bottom: 8px;
}
.book-now-wrapper .book-now-constrain .book-now-block .book-now-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
  text-align: center;
}
@media handheld,only screen and (max-width: 768px) {
  .book-now-wrapper .book-now-constrain .book-now-block .book-now-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
.book-now-wrapper .book-now-constrain .book-now-block .book-now-cell > *:first-child {
  margin-top: 0em;
}
.footer-wrapper {
  background: #ffffff url('../../include/resources/coralseasportfishing/images/i-footer-bg.png') 50% 50% repeat;
}
.footer-wrapper .footer-constrain {
  font-size: 22px;
  width: 980px;
  margin: 0px auto;
  color: #16224c;
  padding: 65px 15px;
}
@media screen and (max-width: 1016.5975103734px) {
  .footer-wrapper .footer-constrain {
    width: 96.4%;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain {
    text-align: center;
    padding: 45px 15px;
  }
}
.footer-wrapper .footer-constrain .footer-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.footer-wrapper .footer-constrain .footer-block > * {
  font-size: 22px;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block {
    font-size: 22px;
    width: 100%;
    margin-left: 0;
  }
}
.footer-wrapper .footer-constrain .footer-block a {
  color: #f57f29;
  text-decoration: none;
}
.footer-wrapper .footer-constrain .footer-block a:hover {
  color: #e1650a;
  text-decoration: underline;
}
.footer-wrapper .footer-constrain .footer-block hr {
  background: url('../../include/resources/coralseasportfishing/images/i-hr-2.png') 50% 50% no-repeat;
  background-size: 435px 8px;
  width: 100%;
  height: 8px;
  margin: 30px auto;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block hr {
    margin: 20px auto 30px auto;
  }
}
.footer-wrapper .footer-constrain .footer-block p {
  font-size: 18px;
}
.footer-wrapper .footer-constrain .footer-block a {
  color: #16224c;
}
.footer-wrapper .footer-constrain .footer-block a:hover {
  color: #16224c;
  text-decoration: underline;
}
.footer-wrapper .footer-constrain .footer-block .title {
  font-size: 35px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
}
.footer-wrapper .footer-constrain .footer-block .subtitle {
  font-size: 22px;
  font-family: 'IM Fell English', 'Times New Roman', serif;
  margin-bottom: -5px;
}
.footer-wrapper .footer-constrain .footer-block .book-button {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #f57f29;
  background-color: transparent;
  font-size: 20px;
  font-weight: bold;
  font-family: 'PT Sans Narrow', Verdana, sans-serif;
  line-height: 1.0em;
  text-decoration: none;
  text-transform: uppercase;
  border-left: 7px solid #f57f29;
  border-right: 7px solid #f57f29;
  border-radius: 0px;
  margin: 25px 0px;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  margin-bottom: 0px;
}
.footer-wrapper .footer-constrain .footer-block .book-button .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23f57f29%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.footer-wrapper .footer-constrain .footer-block .book-button img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.footer-wrapper .footer-constrain .footer-block .book-button:before,
.footer-wrapper .footer-constrain .footer-block .book-button:after {
  display: block;
  content: "";
  background-image: url('../../include/resources/coralseasportfishing/images/i-button-border-horizontal.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 6px;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0px;
  z-index: 5;
}
.footer-wrapper .footer-constrain .footer-block .book-button:before {
  top: 0px;
}
.footer-wrapper .footer-constrain .footer-block .book-button:after {
  bottom: 0px;
}
.footer-wrapper .footer-constrain .footer-block .book-button:hover {
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  -ms-transition: all ease 1s;
  transition: all ease 1s;
  /* Safari and Chrome */
  -webkit-transform: rotate(-5deg);
  /* Firefox */
  -moz-transform: rotate(-5deg);
  /* IE 9 */
  -ms-transform: rotate(-5deg);
  /* Opera */
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  color: #f57f29;
  background-color: transparent;
  border-color: #f57f29;
  text-decoration: none;
}
.footer-wrapper .footer-constrain .footer-block .footer-supporters-cell,
.footer-wrapper .footer-constrain .footer-block .footer-newsletter-cell,
.footer-wrapper .footer-constrain .footer-block .footer-contact-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 31.533333333333%;
  text-align: center;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .footer-supporters-cell,
  .footer-wrapper .footer-constrain .footer-block .footer-newsletter-cell,
  .footer-wrapper .footer-constrain .footer-block .footer-contact-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-block .footer-supporters-cell {
    margin-bottom: 45px;
  }
}
.footer-wrapper .footer-constrain .footer-block .footer-supporters-cell .media-thumbnail {
  margin: 0px 8px 8px 8x;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-newsletter-cell {
    padding-bottom: 40px;
  }
}
.footer-wrapper .footer-constrain .footer-newsletter-cell .newsletter-subscribe-wrapper {
  max-width: 373px;
  height: 228px;
  margin: 0px auto;
  margin-top: -18px;
  position: relative;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-newsletter-cell .newsletter-subscribe-wrapper {
    height: auto;
  }
}
.footer-wrapper .footer-constrain .footer-newsletter-cell .newsletter-subscribe-wrapper .field-row {
  text-align: left;
  white-space: nowrap;
}
.footer-wrapper .footer-constrain .footer-newsletter-cell .newsletter-subscribe-wrapper .field-row label {
  display: block;
  color: #494949;
  font-size: 16px;
  font-family: 'PT Sans Narrow', Verdana, sans-serif;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 4px;
  white-space: normal;
}
.footer-wrapper .footer-constrain .footer-newsletter-cell .newsletter-subscribe-wrapper .field-row label:after {
  content: ":";
}
.footer-wrapper .footer-constrain .footer-newsletter-cell .newsletter-subscribe-wrapper .field-row input {
  display: block;
  font-size: 1em;
  font-family: 'PT Sans Narrow', Verdana, sans-serif;
  border: 1px solid #cccccc;
  width: 100%;
  padding: 4px 10px;
  margin-bottom: 8px;
  white-space: normal;
}
.footer-wrapper .footer-constrain .footer-newsletter-cell .newsletter-subscribe-wrapper .field-row .column-1,
.footer-wrapper .footer-constrain .footer-newsletter-cell .newsletter-subscribe-wrapper .field-row .column-2 {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  width: 49%;
}
.footer-wrapper .footer-constrain .footer-newsletter-cell .newsletter-subscribe-wrapper .field-row .column-1 {
  margin-right: 1%;
}
.footer-wrapper .footer-constrain .footer-newsletter-cell .newsletter-subscribe-wrapper .field-row.subscribe-button-row {
  text-align: center;
  width: 100%;
  padding-top: 15px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-newsletter-cell .newsletter-subscribe-wrapper .field-row.subscribe-button-row {
    position: relative;
    left: auto;
    bottom: auto;
  }
}
.footer-wrapper .footer-constrain .footer-newsletter-cell .newsletter-subscribe-wrapper .field-row.subscribe-button-row .subscribe-button {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #f57f29;
  background-color: transparent;
  font-size: 20px;
  font-weight: bold;
  font-family: 'PT Sans Narrow', Verdana, sans-serif;
  line-height: 1.0em;
  text-decoration: none;
  text-transform: uppercase;
  border-left: 7px solid #f57f29;
  border-right: 7px solid #f57f29;
  border-radius: 0px;
  margin: 25px 0px;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  margin-bottom: 0px;
}
.footer-wrapper .footer-constrain .footer-newsletter-cell .newsletter-subscribe-wrapper .field-row.subscribe-button-row .subscribe-button .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23f57f29%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.footer-wrapper .footer-constrain .footer-newsletter-cell .newsletter-subscribe-wrapper .field-row.subscribe-button-row .subscribe-button img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.footer-wrapper .footer-constrain .footer-newsletter-cell .newsletter-subscribe-wrapper .field-row.subscribe-button-row .subscribe-button:before,
.footer-wrapper .footer-constrain .footer-newsletter-cell .newsletter-subscribe-wrapper .field-row.subscribe-button-row .subscribe-button:after {
  display: block;
  content: "";
  background-image: url('../../include/resources/coralseasportfishing/images/i-button-border-horizontal.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 6px;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0px;
  z-index: 5;
}
.footer-wrapper .footer-constrain .footer-newsletter-cell .newsletter-subscribe-wrapper .field-row.subscribe-button-row .subscribe-button:before {
  top: 0px;
}
.footer-wrapper .footer-constrain .footer-newsletter-cell .newsletter-subscribe-wrapper .field-row.subscribe-button-row .subscribe-button:after {
  bottom: 0px;
}
.footer-wrapper .footer-constrain .footer-newsletter-cell .newsletter-subscribe-wrapper .field-row.subscribe-button-row .subscribe-button:hover {
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  -ms-transition: all ease 1s;
  transition: all ease 1s;
  /* Safari and Chrome */
  -webkit-transform: rotate(-5deg);
  /* Firefox */
  -moz-transform: rotate(-5deg);
  /* IE 9 */
  -ms-transform: rotate(-5deg);
  /* Opera */
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  color: #f57f29;
  background-color: transparent;
  border-color: #f57f29;
  text-decoration: none;
}
.footer-wrapper .footer-constrain .footer-contact-cell .contact-details-wrapper {
  height: 210px;
  position: relative;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-contact-cell .contact-details-wrapper {
    height: auto;
  }
}
.footer-wrapper .footer-constrain .footer-contact-cell .contact-details-wrapper .email,
.footer-wrapper .footer-constrain .footer-contact-cell .contact-details-wrapper .phone {
  background-repeat: no-repeat;
  padding-left: 20px;
}
.footer-wrapper .footer-constrain .footer-contact-cell .contact-details-wrapper .email:after,
.footer-wrapper .footer-constrain .footer-contact-cell .contact-details-wrapper .phone:after {
  display: block;
  content: "";
  width: 100%;
  height: 0px;
}
.footer-wrapper .footer-constrain .footer-contact-cell .contact-details-wrapper .email {
  background-image: url('../../include/resources/coralseasportfishing/images/g-contact-email.png');
  background-image: url('../../include/resources/coralseasportfishing/images/g-contact-email.svg'), none;
  background-position: 0% 10px;
  background-size: 16px 12px;
}
.footer-wrapper .footer-constrain .footer-contact-cell .contact-details-wrapper .phone {
  background-image: url('../../include/resources/coralseasportfishing/images/g-contact-phone.png');
  background-image: url('../../include/resources/coralseasportfishing/images/g-contact-phone.svg'), none;
  background-position: 0% 7px;
  background-size: 14px 14px;
}
.footer-wrapper .footer-constrain .footer-contact-cell .contact-details-wrapper .fb-like {
  display: block;
  height: 26px;
  margin-bottom: 30px;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-contact-cell .contact-details-wrapper .fb-like {
    margin-bottom: 30px;
  }
}
.footer-wrapper .footer-constrain .footer-contact-cell .contact-details-wrapper .social-icon-wrapper {
  margin-bottom: 1em;
}
.footer-wrapper .footer-constrain .footer-contact-cell .contact-details-wrapper .button-wrapper {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
@media handheld,only screen and (max-width: 768px) {
  .footer-wrapper .footer-constrain .footer-contact-cell .contact-details-wrapper .button-wrapper {
    position: relative;
  }
}
.footer-wrapper .footer-constrain .footer-contact-cell .contact-details-wrapper .button-wrapper .book-button {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  color: #f57f29;
  background-color: transparent;
  font-size: 20px;
  font-weight: bold;
  font-family: 'PT Sans Narrow', Verdana, sans-serif;
  line-height: 1.0em;
  text-decoration: none;
  text-transform: uppercase;
  border-left: 7px solid #f57f29;
  border-right: 7px solid #f57f29;
  border-radius: 0px;
  margin: 25px 0px;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  margin: 0px auto;
}
.footer-wrapper .footer-constrain .footer-contact-cell .contact-details-wrapper .button-wrapper .book-button .button-arrow {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23f57f29%22%20points%3D%220%2C7%200%2C0%204%2C3.5%20%22%2F%3E%3C%2Fsvg%3E');
  width: 5px;
  height: 7px;
  vertical-align: middle;
}
.footer-wrapper .footer-constrain .footer-contact-cell .contact-details-wrapper .button-wrapper .book-button img {
  vertical-align: middle;
  margin: -0.15em 0.25em 0em 0em;
}
.footer-wrapper .footer-constrain .footer-contact-cell .contact-details-wrapper .button-wrapper .book-button:before,
.footer-wrapper .footer-constrain .footer-contact-cell .contact-details-wrapper .button-wrapper .book-button:after {
  display: block;
  content: "";
  background-image: url('../../include/resources/coralseasportfishing/images/i-button-border-horizontal.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 6px;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0px;
  z-index: 5;
}
.footer-wrapper .footer-constrain .footer-contact-cell .contact-details-wrapper .button-wrapper .book-button:before {
  top: 0px;
}
.footer-wrapper .footer-constrain .footer-contact-cell .contact-details-wrapper .button-wrapper .book-button:after {
  bottom: 0px;
}
.footer-wrapper .footer-constrain .footer-contact-cell .contact-details-wrapper .button-wrapper .book-button:hover {
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  -ms-transition: all ease 1s;
  transition: all ease 1s;
  /* Safari and Chrome */
  -webkit-transform: rotate(-5deg);
  /* Firefox */
  -moz-transform: rotate(-5deg);
  /* IE 9 */
  -ms-transform: rotate(-5deg);
  /* Opera */
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  color: #f57f29;
  background-color: transparent;
  border-color: #f57f29;
  text-decoration: none;
}
.author-wrapper .author-constrain {
  font-size: 22px;
  width: 980px;
  margin: 0px auto;
  color: #16224c;
  padding: 35px 15px;
  text-align: center;
}
@media screen and (max-width: 1016.5975103734px) {
  .author-wrapper .author-constrain {
    width: 96.4%;
  }
}
.author-wrapper .author-constrain .author-block {
  font-size: 0;
  display: block;
  margin-left: -1.8%;
  width: 101.8%;
  padding: 0;
}
.author-wrapper .author-constrain .author-block > * {
  font-size: 22px;
}
@media handheld,only screen and (max-width: 768px) {
  .author-wrapper .author-constrain .author-block {
    font-size: 22px;
    width: 100%;
    margin-left: 0;
  }
}
.author-wrapper .author-constrain .author-block a {
  color: #777777;
  font-size: 16px;
}
.author-wrapper .author-constrain .author-block a:hover {
  color: #f57f29;
}
.author-wrapper .author-constrain .author-block .author-cell {
  display: inline-block;
  /* IE7 */
  *display: inline;
  /* IE7 */
  *zoom: 1;
  font-size: 22px;
  margin: 0;
  margin-left: 1.8%;
  vertical-align: top;
  width: 98.2%;
}
@media handheld,only screen and (max-width: 768px) {
  .author-wrapper .author-constrain .author-block .author-cell {
    display: block;
    width: auto;
    margin-left: 0;
  }
}
