/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
::-webkit-input-placeholder {
  color: #595858;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #595858;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #595858;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
}

:-ms-input-placeholder {
  color: #595858;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
}

/* Variables Declared
------------------------*/
/* Font Use
------------------------*/
/* Global Buttons
------------------------*/
.full-width {
  float: left;
  width: 100%;
}

head,
head:hover {
  display: none !important;
}

.entry-meta span {
  margin: 0 10px;
}

.entry-content p,
.entry-content a {
  word-break: break-word;
}

table, th, td {
  border: 1px solid white;
  border-collapse: collapse;
}

th, td {
  padding: 5px;
  text-align: left;
}

/* Mixins
------------------------*/
.btn-red {
  width: 150px !important;
  height: 53px !important;
  color: #fff !important;
  padding: 15px 0 !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  background: #b50000 !important;
  text-align: center !important;
  display: inline-block !important;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase !important;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.btn-red:hover, .btn-red:active {
  background: #141414 !important;
}

.slider-btn {
  width: 150px;
  height: 53px;
  color: #fff;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

/* Layout Classes
------------------------*/
.span-12 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.span-11 {
  width: 91.52542%;
  float: left;
  margin-right: 1.69492%;
}

.span-11-last {
  width: 91.52542%;
  float: right;
  margin-right: 0;
}

.span-10 {
  width: 83.05085%;
  float: left;
  margin-right: 1.69492%;
}

.span-10-last {
  width: 83.05085%;
  float: right;
  margin-right: 0;
}

.span-9 {
  width: 74.57627%;
  float: left;
  margin-right: 1.69492%;
}

.span-9-last {
  width: 74.57627%;
  float: right;
  margin-right: 0;
}

.span-8 {
  width: 66.10169%;
  float: left;
  margin-right: 1.69492%;
}

.span-8-last {
  width: 66.10169%;
  float: right;
  margin-right: 0;
}

.span-7 {
  width: 57.62712%;
  float: left;
  margin-right: 1.69492%;
}

.span-7-last {
  width: 57.62712%;
  float: right;
  margin-right: 0;
}

.span-6 {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
}

.span-6-last {
  width: 49.15254%;
  float: right;
  margin-right: 0;
}

.span-5 {
  width: 40.67797%;
  float: left;
  margin-right: 1.69492%;
}

.span-5-last {
  width: 40.67797%;
  float: right;
  margin-right: 0;
}

.span-4 {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
}

.span-4-last {
  width: 32.20339%;
  float: right;
  margin-right: 0;
}

.span-3 {
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
}

.span-3-last {
  width: 23.72881%;
  float: right;
  margin-right: 0;
}

.span-2 {
  width: 15.25424%;
  float: left;
  margin-right: 1.69492%;
}

.span-2-last {
  width: 15.25424%;
  float: right;
  margin-right: 0;
}

.span-1 {
  width: 6.77966%;
  float: left;
  margin-right: 1.69492%;
}

.span-1-last {
  width: 6.77966%;
  float: right;
  margin-right: 0;
}

/* Global Settings
------------------------*/
img {
  max-width: 100%;
}

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

a:focus {
  outline: thin dotted;
}

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

a:hover {
  text-decoration: none;
}

aside a:hover, aside a:active {
  text-decoration: underline;
}

h1, h2, h3, h4, h5 {
  font-family: "Open Sans", sans-serif;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

span.italic {
  font-size: 20px;
  margin: 0 0 20px;
}

.italic {
  font-style: italic;
}

.no-margin {
  margin: 0;
}

.container-padding {
  padding: 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.entry-content p {
  margin: 0 0 20px;
}

/* Images */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

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

img.aligncenter {
  margin: 5px auto;
}

form input[type=text],
form input[type=email],
form input[type=tel],
form textarea {
  width: 100%;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* Clearfix declarations */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
/* Start of body
------------------------*/
body {
  font-size: 14px;
  line-height: 24px;
  color: #595858;
  background: #141414;
  font-family: "Open Sans", sans-serif;
  background: #fff;
}

.top-hdr {
  text-align: right;
  background: #141414;
}
.top-hdr span {
  padding: 8px 0;
  display: inline-block;
}
.top-hdr span b {
  color: #fff;
}
.top-hdr .search-form {
  float: right;
  display: block;
  margin: 0 0 0 20px;
  border-left: 1px solid #434343;
  border-right: 1px solid #434343;
}
.top-hdr .search-form label {
  margin: 0;
}
.top-hdr .search-form .screen-reader-text {
  display: none;
}
.top-hdr .search-form .search-field {
  border: 0;
  margin: 0;
  outline: none;
  display: block;
  font-size: 14px;
  background: none;
  padding: 8px 15px;
  font-style: italic;
  color: #595858;
  font-weight: normal;
}
.top-hdr .search-form .search-submit {
  border: 0;
  width: 14px;
  float: right;
  height: 14px;
  display: block;
  cursor: pointer;
  text-indent: -9000px;
  margin: 13px 20px 0 0;
  background: url(../images/icon-search.png) no-repeat;
}
.top-hdr .search-form .search-submit:hover, .top-hdr .search-form .search-submit:active {
  background-position: 0 -14px;
}

.home .bottom-hdr {
  border: 0;
}

.bottom-hdr {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}
.bottom-hdr .logo {
  float: left;
  display: block;
}
.bottom-hdr .navbar {
  width: auto;
  float: right;
  margin: 13px 0 0;
  min-height: inherit;
}
.bottom-hdr .navbar .main-navigation {
  float: left;
  margin: 0 40px 0 0;
}
.bottom-hdr .navbar .menu-main-menu-container ul {
  margin: 0;
}
.bottom-hdr .navbar .menu-main-menu-container ul li {
  float: left;
  padding: 0 20px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.bottom-hdr .navbar .menu-main-menu-container ul li a {
  color: #141414;
}
.bottom-hdr .navbar .menu-main-menu-container ul li a:hover, .bottom-hdr .navbar .menu-main-menu-container ul li a:active {
  color: #b50000;
}
.bottom-hdr .navbar .menu-main-menu-container ul li ul.sub-menu {
  display: none;
  padding: 10px 0;
  position: absolute;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.bottom-hdr .navbar .menu-main-menu-container ul li ul.sub-menu li {
  padding: 0;
  border-top: 1px solid #ddd;
}
.bottom-hdr .navbar .menu-main-menu-container ul li ul.sub-menu li:first-child {
  border: 0;
}
.bottom-hdr .navbar .menu-main-menu-container ul li ul.sub-menu li a {
  width: 180px;
  display: block;
  font-size: 12px;
  padding: 5px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.bottom-hdr .navbar .menu-main-menu-container ul li ul.sub-menu li a:hover, .bottom-hdr .navbar .menu-main-menu-container ul li ul.sub-menu li a:active {
  color: #fff;
  background: #b50000;
}
.bottom-hdr .navbar .menu-main-menu-container ul li.menu-item-has-children:after {
  content: "";
  width: 9px;
  height: 5px;
  display: inline-block;
  background: url(../images/menu-arrow-down.png) no-repeat;
}
.bottom-hdr .navbar .menu-main-menu-container ul li:hover .sub-menu, .bottom-hdr .navbar .menu-main-menu-container ul li:active .sub-menu {
  display: block;
}
.bottom-hdr .hdr-social-icons {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  display: inline-block;
}
.bottom-hdr .hdr-social-icons li {
  margin: 0 0 0 20px;
  display: inline-block;
}
.bottom-hdr .hdr-social-icons li a {
  color: #888;
  font-size: 18px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.bottom-hdr .hdr-social-icons li a:hover, .bottom-hdr .hdr-social-icons li a:active {
  color: #b50000;
}
.bottom-hdr .hdr-social-icons li:first-child {
  margin: 0;
}
.bottom-hdr .cart-icon {
  width: 61px;
  float: left;
  cursor: pointer;
  margin: -5px 0 0 50px;
  display: inline-block;
}
.bottom-hdr .cart-icon .cart {
  float: left;
  width: 30px;
  height: 34px;
  display: block;
  margin: 0 5px 0 0;
  background: url(../images/cart-icon.jpg) no-repeat;
}
.bottom-hdr .cart-icon a.cart-num {
  float: left;
  width: 26px;
  height: 26px;
  color: #fff;
  margin: 6px 0 0;
  font-size: 12px;
  background: #b50000;
  text-align: center;
  display: inline-block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.main-slider {
  height: 550px;
  display: block;
  position: relative;
}
.main-slider .slider-thumb {
  text-align: center;
}
.main-slider .slider-cont {
  top: 0;
  height: 550px;
  padding: 60px 0;
  position: absolute;
}
.main-slider .slider-cont:nth-child(odd) {
  background: #141414;
}
.main-slider .slider-cont:nth-child(odd) .slider-info .slider-thumb {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
}
.main-slider .slider-cont:nth-child(odd) .slider-info .slider-information {
  width: 40.67797%;
  float: right;
  margin-right: 0;
}
.main-slider .slider-cont:nth-child(odd) .slider-info .slider-btn {
  background: #b50000;
}
.main-slider .slider-cont:nth-child(odd) .slider-info .slider-btn:hover, .main-slider .slider-cont:nth-child(odd) .slider-info .slider-btn:active {
  background: #0a0a0a;
}
.main-slider .slider-cont:nth-child(even) {
  background: #b50000;
}
.main-slider .slider-cont:nth-child(even) .slider-info .slider-thumb {
  width: 40.67797%;
  float: right;
  margin-right: 0;
}
.main-slider .slider-cont:nth-child(even) .slider-info .slider-information {
  text-align: right;
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
}
.main-slider .slider-cont:nth-child(even) .slider-info .slider-btn {
  background: #141414;
}
.main-slider .slider-cont:nth-child(even) .slider-info .slider-btn:hover, .main-slider .slider-cont:nth-child(even) .slider-info .slider-btn:active {
  background: #9a0000;
}
.main-slider .homepage-slider-title {
  color: #fff;
  font-size: 60px;
  margin: 0 0 25px;
  line-height: 55px;
  text-transform: uppercase;
}
.main-slider .slider-tagline {
  display: block;
  margin: 0 0 50px;
}
.main-slider .slider-tagline p {
  color: #fff;
}
.main-slider .slidetabs {
  width: 100%;
  bottom: 20px;
  display: block;
  text-align: center;
  position: absolute;
  z-index: 1;
}
.main-slider .slidetabs a {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  display: inline-block;
  background: url(../images/slider-bullets.png) 0 -12px no-repeat;
}
.main-slider .slidetabs a.current {
  background-position: 0 0;
}
.main-slider .slider-arrow {
  top: 0;
  bottom: 0;
  width: 76px;
  height: 115px;
  display: none;
  margin: auto 0;
  cursor: pointer;
  text-indent: -9000px;
  position: absolute;
  z-index: 2;
}
.main-slider .backward {
  left: 20px;
  background: url(../images/slider-arrow.png) no-repeat;
}
.main-slider .backward:hover, .main-slider .backward:active {
  background-position: 0 -115px;
}
.main-slider .forward {
  right: 20px;
  background: url(../images/slider-arrow.png) -76px 0 no-repeat;
}
.main-slider .forward:hover, .main-slider .forward:active {
  background-position: -76px -115px;
}
.main-slider:hover .slider-arrow, .main-slider:active .slider-arrow {
  display: block;
}

.featured-prod {
  padding: 100px 0;
  background: #850000;
}
.featured-prod .prod-cont {
  padding: 15px;
  text-align: right;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.featured-prod .prod-cont div {
  height: 351px;
  padding: 30px;
}
@media (max-width: 640px) {
  .featured-prod .prod-cont div {
    height: auto;
  }
}
.featured-prod .prod-cont:nth-child(even) div h2 {
  color: #141414 !important;
}
.featured-prod .prod-cont h2 {
  color: #fff;
  font-size: 40px;
  margin: 0 0 15px;
  line-height: 30px;
  text-align: right;
  text-transform: uppercase;
}
.featured-prod .prod-cont h2 span {
  font-size: 25px;
  font-weight: 300;
}
.featured-prod .prod-cont p {
  width: 70%;
  float: right;
}
.featured-prod .prod-cont .btn-red {
  right: 45px;
  bottom: 45px;
  position: absolute;
}
.featured-prod .fixed-props div {
  background: #141414 url(http://marine-sales-discounts.com.au/wp-content/uploads/2016/06/3-blade-150x150.png) left no-repeat;
}
.featured-prod .ss-rigging div {
  background: #fff url(http://marine-sales-discounts.com.au/wp-content/uploads/2016/06/LC216W-150x150-1.jpg) left no-repeat;
}
.featured-prod .ship-chan div {
  background: #141414 url(http://marine-sales-discounts.com.au/wp-content/uploads/2016/06/9018B-T-150x150-1.jpg) left no-repeat;
}

.about-section {
  color: #fff;
  display: block;
  text-align: center;
  padding: 80px 0 90px;
  background: url(../images/hm-about-bg.jpg) no-repeat;
  background-attachment: fixed;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.about-section h1 {
  font-size: 60px;
  font-weight: 900;
  margin: 0 0 40px;
  line-height: 55px;
  text-transform: uppercase;
}
.about-section h1 span {
  font-weight: 300;
}
.about-section p {
  margin: 0 0 40px;
  color: #fff;
}

.ft-email-subscribe {
  padding: 20px;
  background: #b50000;
}
.ft-email-subscribe .email-subs-title {
  float: left;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  padding: 15px 40px 15px 0;
  border-right: 1px solid #fff;
}
.ft-email-subscribe .email-subs-title span {
  font-weight: normal;
}
.ft-email-subscribe p {
  color: #fff;
  float: left;
  padding: 15px 0;
  margin: 0 0 0 45px;
}
.ft-email-subscribe .sml_subscribe {
  width: 485px;
  float: right;
  margin: 16px 0 0;
}
.ft-email-subscribe .es_textbox {
  float: left;
  width: 385px;
  padding: 10px 0;
  display: inline-block;
}
.ft-email-subscribe .es_button {
  margin: 0;
  float: left;
  display: inline-block;
}
.ft-email-subscribe .es_textbox_class {
  border: 0;
  color: #595858;
  font-style: normal;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ft-email-subscribe .es_textbox_button {
  border: 0;
  color: #fff;
  background: #141414;
  padding: 10px;
  text-transform: uppercase;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ft-email-subscribe .email-subs-form {
  text-align: right;
}
.ft-email-subscribe .email-subs-form .es_lablebox {
  display: none;
}
@media (max-width: 768px) {
  .ft-email-subscribe .email-subs-form {
    text-align: normal;
  }
}

.ftr-map #map {
  width: 100%;
  height: 500px;
}

.site-footer {
  padding: 35px 0;
  background: #191919;
}
.site-footer p {
  float: left;
  width: 100%;
}
.site-footer .ftr-logo {
  text-align: right;
}

.footer-menu {
  width: 100%;
  display: block;
}
.footer-menu ul li {
  float: left;
  margin: 0 30px 0 0;
  display: inline-block;
}
.footer-menu ul li a {
  color: #595858;
  font-size: 12px;
  text-transform: uppercase;
}
.footer-menu ul li a:hover, .footer-menu ul li a:active {
  color: #b50000;
}

.woo-featured-product {
  padding: 65px 0 0;
}
.woo-featured-product h3 {
  color: #b50000;
  margin: 0 0 40px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.woo-featured-product h3 span {
  color: #141414;
}
.woo-featured-product li h3 {
  color: #141414;
  text-align: left;
  font-weight: 700 !important;
  font-size: 20px !important;
}
.woo-featured-product li h3:hover, .woo-featured-product li h3:active {
  color: #b50000;
}
.woo-featured-product .price {
  color: #b50000 !important;
  font-weight: 700 !important;
  font-size: 25px !important;
}
.woo-featured-product .star-rating:before {
  color: #b50000 !important;
}
.woo-featured-product .add_to_cart_button {
  width: 150px !important;
  height: 53px !important;
  color: #fff !important;
  padding: 15px 0 !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  background: #b50000 !important;
  text-align: center !important;
  display: inline-block !important;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase !important;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.woo-featured-product .add_to_cart_button:hover, .woo-featured-product .add_to_cart_button:active {
  background: #141414 !important;
}

.woocommerce p.stars a {
  color: #b50000 !important;
}

.content-area {
  padding-top: 50px;
  padding-bottom: 50px;
}

.woocommerce div.product .product_title {
  font-size: 30px;
}

.woocommerce ul.products li.product h3 {
  color: #141414;
  font-size: 16px;
  line-height: 24px;
}
.woocommerce ul.products li.product h3:hover, .woocommerce ul.products li.product h3:active {
  color: #b50000;
}

.woocommerce ul.products li.product .button {
  width: 150px !important;
  height: 53px !important;
  color: #fff !important;
  padding: 15px 0 !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  background: #b50000 !important;
  text-align: center !important;
  display: inline-block !important;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase !important;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}
.woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product .button:active {
  background: #141414 !important;
}

.woocommerce ul.products li.product a img, .woocommerce div.product div.images img {
  width: auto;
}
