/*
Theme Name: Leisure Pools Online
Theme URI: http://www.leisurepoolsonline.com/
Author: Michael Thomas
Author URI: http://www.leisurepoolsonline.com/
Description: LP Online Styles
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: leisurepools
Domain Path: /languages/
Tags:
*/

/*==========  1.0 General & Typography          ==========*/
/*==========  2.0 Navigation and Top Menus      ==========*/
/*==========  3.0 Jumotron Section              ==========*/
/*==========  4.0 Responsive Slider Area        ==========*/
/*==========  5.0 Layout Styles                 ==========*/
/*=========  6.0 Showroom Overview Styles      ==========*/
/*==========  7.0 Widgets and Sidebar           ==========*/
/*==========  8.0 Footer Section                ==========*/
/*==========  9.0 Modal Windows                 ==========*/
/*==========  10.0 Forms                        ==========*/
/*==========  11.0 Showroom Styles              ==========*/
/*==========  12.0 Dealers Styles               ==========*/
/*==========  13.0 Media Queries                ==========*/

/*=============================================
=            1.0 General & Typography         =
=============================================*/
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#cboxOverlay {
  background: #000;
}
#cboxContent {
  background: rgba(0, 0, 0, 0.2) !important;
}
p {
  line-height: 20px;
  margin: 1em 0;
}
small {
	font-size: 0.8em;
}
strong {
  font-weight: bold;
}
.pagination li {
  display: inline;
}
.pagination li>a, .pagination li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination .current {
  font-weight: 700;
  color: #000;
}
.pagination li:first-child>a, .pagination li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
a:link, a:visited {
  color: #005799;
}
a:hover, a:focus {
  color: #FAA61A;
  text-decoration: none;
}
.breadcrumb_last {
  font-weight: 700;
  color: #222222;
}
.breadcrumb {
  color: #999;
  display: block;
  background: none;
  padding: 12px 8px;
  margin: 4px 0;
  font-size: 11px;
  font-family: 'Raleway';
  font-weight: 600;
  border-radius: 0px;
  text-transform: uppercase;
  margin: 1em 0;
  border-bottom: 1px dashed #eee;
}
label {
  font-weight: 700;
}
.btn {
  font-family: 'Raleway';
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0px;
}
.btn-lpa {
  background: #005799;
  color: #ffffff;
}
.btn-cta {
  background: linear-gradient(#007ab7 0%, #005799 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 6px #000;
  color: #fff !important;
  font-size: 12px;
  font-weight: 600;
  margin: 8px 0;
  padding: 15px;
  text-align: left;
  width: 100%;
}
.img-thumbnail {
  border: 0px;
  background: none;
  border-radius: 4px;
  padding: 0px;
}
.btn-cta:active, .btn-cta:hover {
  background: #007AB7;
}
.btn-lpa:hover {
  color: #ffffff;
  background: #007AB7;
}
.breadcrumb {
  font-size: 11px;
  text-transform: uppercase;
}
.fade {
  background: rgba(0, 0, 0, 0.9);
}
h1.entry-title {
  color: #005799;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0.5em 0;
  text-transform: uppercase;
  font-size: 2.4em;
}
h2 {
  color: #005799;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 1em 0;
  text-transform: uppercase;
}
h2.widget-title {
  color: #005799;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 1em 0;
  text-transform: uppercase;
}
h2.listing-title {
  color: #ccc;
  text-transform: none;
  font-size: 24px;
}
h3 {
  font-weight: 700;
  font-family: 'Raleway', Helvetica, sans-serif;
}
h3.form-title {
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 1em 0;
  text-transform: uppercase;
  text-align: center;
}
.text-box h3 {
  font-size: 1.4em;
  font-weight: 300;
}
body {
  background: url("img/patterns/debut_light.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #444444;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 13px;
}
#masthead {
  padding: 0px;
  background: #ffffff;
}
#site-logo {
  width: 269px;
  height: 121px;
  margin: 0 auto;
}
.page-template-page-videos-php .shortcode-text-box {
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}
.page-template-page-videos-php .shortcode-text-box .shortcode-text-box-innerscroll {
  width: 20000em;
}
.page-template-page-videos-php .clip {
  width: 100%;
  overflow: hidden;
}
/*-----  End of Section comment block  ------*/

/*=============================================
=            2.0 Navigation                   =
=============================================*/

#site-navigation {
  background: url("img/patterns/asfalt.png") repeat scroll 0 0 #000;
  margin-bottom: 0px;
  border-radius: 0px;
  border: 0px;
}
/*==========  Some Twitter Bootstrap Overrides  ==========*/

.navbar-default .navbar-toggle {
  border: 0px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: 0px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  background: #111111;
}
/*-----  End of Bootstrap Overrides  ------*/

.nav {
  margin: 0 auto;
  width: 1200px;
  float: none !important;
}
#site-navigation .nav li a {
  color: white;
  text-transform: uppercase;
  font-size: 11px;
  width: 160px;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 18px;
  text-shadow: 1px 1px 6px #000;
}
li#menu-item-772 a,
li#menu-item-4242 a {
  line-height: 36px !important;
}
#menu-item-42 > a {
  line-height: 36px !important;
}
#menu-item-2878 > a {
  line-height: 36px !important;
}
#menu-item-4171 > a {
  line-height: 36px !important;
}
#menu-item-3135 > a {
  line-height: 36px !important;
}
#site-navigation .nav li a:hover {
  text-decoration: none;
  background: #000;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.feature-ribbon {
  padding: 1px 0;
  width: 100%;
  background: #111111;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.6);
}
/*-----  End of Section comment block  ------*/

/*=============================================
=            3.0 Jumbotron Section            =
=============================================*/

#jumbo-tron.jumbotron, #jumbo-tron .container-fluid {
  padding: 0px;
}
#jumbo-tron {
  background: url("img/patterns/asfalt.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  box-shadow: 4px -4px 15px rgba(0, 0, 0, 0.7) inset;
  padding: 0;
  position: relative;
  margin-bottom: 0px;
}
#locate-dealer {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6) !important;
  box-shadow: 1px 1px 7px #000;
  float: right;
  margin-top: -66px;
  margin-bottom: 2em;
  padding: 15px;
  width: 40%;
  z-index: 444;
}

.shortcode-text-box #locate-dealer {
  position: static;
  width: 40%;
  background: transparent !important;
  box-shadow: none;
  float: none;
  margin: 0;
  margin-top: 0px !important;
}
.page-template-page-contact-us-php #locate-dealer {
  margin-top: -22px;
}
.home #locate-dealer {
  margin-top: 0px !important;
}
.home .feature-text {
  background: url('img/feature-text.png');
  background-size: contain;
  background-repeat: no-repeat;
  height: 152px;
  width: 640px;
  position: absolute;
  bottom: 0px;
  left: -100px;
  display: none;
}
#locate-dealer .form-group {
  margin-bottom: 0px;
}
#locate-dealer input[type=text] {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
  border: 1px solid #222;
  box-shadow: 1px 1px 3px #000 inset;
  color: #FFF;
  font-size: 14px;
  margin: 0;
  padding: 7px 0 7px 7px;
}
.shortcode-text-box #locate-dealer input[type=text] {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  border: 1px solid #222;
  box-shadow: 1px 1px 3px #000 inset;
  color: #FFF;
  font-size: 14px;
  margin: 0;
  padding: 7px 0 7px 7px;
}
#locate-dealer .btn-lpa {
  padding: 8px;
  margin-left: 20px;
  border-radius: 4px;
  z-index: 777;
}
/*=============================================
=            5.0 Layout                       =
=============================================*/

#page {
  overflow: hidden;
}
#home { position: relative; }

.shortcode-text-box {
  padding: 5px 15px;
  margin: 1em 0;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}
.home .text-box {
  background: rgba(255, 255, 255, 0.7);
  border: 0px;
}
.shortcode-text-box h4 {
  color: #005799;
  font-family: 'Arial', sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  margin: 0.5em 0;
  text-transform: uppercase;
}
#content {
  margin-top: 10px;
}
/*-----  End of Section comment block  ------*/

/* Home Page Styles */

.home #content {
  background-image: url('img/home-hero.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #0b0011;
  background-size: cover;
  margin-top: 0px;
  position: relative;
}
.error404 #content {
  background-image: url('img/contact-us-hero.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #0b0011;
  height: 950px;
  background-size: cover;
  margin-top: 0px;
  position: relative;
}
.error404-adverts li {
  float: left;
  list-style: none outside none;
}
.error404 .text-box ul {
  padding: 0px !important;
  margin: 0px !important;
}
.page-template-page-contact-us-php #content {
  background-image: url('img/contact-us-hero.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-color: #0b0011;
  margin-top: 0px;
  padding: 20px 0;
  position: relative;
}
.page-template-thank-you-php #content {
  background-image: url('img/thank-you-bg.jpg');
  background-repeat: no-repeat;
  /*background-size: cover;*/
  background-position: center top;
  background-color: #d7d7d7;
  margin-top: 0px;
  padding: 20px 0;
  position: relative;
  min-height: 850px;
}
.page-template-page-videos-php #content {
  background-image: url('img/videos-hero.jpg');
  background-repeat: no-repeat;
  padding-top: 65px;
  background-size: cover;
  background-position: center top;
  background-color: #0b0011;
  margin-top: 0px;
  position: relative;
}
.home .text-box {
  width: 560px;
  margin: 2em 0 0 -115px;
  padding: 10px 25px;
}
.page-template-thank-you-php .text-box {
	margin-top: 10em;
}
.home .text-box h1 {
  color: #444;
}
.page-template-page-contact-us-php .text-box {
  margin-top: 0 !important;
}
.home #pool-displays {
  background: rgba(0, 0, 0, 0.5);
  padding: 0px;
  width: 100%;
  position: relative;
}
.home #secondary, .videos #secondary {
  margin: 2em 0 0 0;
}
.home #pool-displays .pool-block {
  float: left;
  margin: 10px 17px;
}
.home #pool-displays .pool-block img {
  border: 1px solid white;
}
.home #pool-displays .pool-block h2 {
  text-align: center;
  margin: 0px 0px;
}
.home #pool-displays .pool-block h2 a {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}
/*=============================================
=            6.0 Showroom Overview Styles    =
=============================================*/

.post-type-archive .container {
  padding: 0px;
}
.post-type-archive-water_features #content {
  background-image: url('img/showroom_heroes/water-features-hero.jpg');
  background-repeat: no-repeat;
  padding-top: 65px;
  background-size: cover;
  background-position: center top;
  background-color: #0b0011;
  margin-top: 0px;
  position: relative;
}
.post-type-archive-pools #content {
  background-image: url('img/showroom_heroes/pool-hero.jpg');
  background-repeat: no-repeat;
  padding-top: 65px;
  background-size: cover;
  background-position: center top;
  background-color: #0b0011;
  margin-top: 0px;
  position: relative;
}
.post-type-archive-technology #content {
  background-image: url('img/showroom_heroes/tech-hero.jpg');
  background-repeat: no-repeat;
  padding-top: 65px;
  background-size: cover;
  background-position: center top;
  background-color: #0b0011;
  margin-top: 0px;
  position: relative;
}
.post-type-archive-equipment #content {
  background-image: url('img/showroom_heroes/equipment-hero.jpg');
  background-repeat: no-repeat;
  padding-top: 65px;
  background-size: cover;
  background-position: center top;
  background-color: #0b0011;
  margin-top: 0px;
  position: relative;
}
.post-type-archive-testimonials #content {
  background-image: url('img/showroom_heroes/testimonials-hero.jpg');
  background-repeat: no-repeat;
  padding-top: 65px;
  background-size: cover;
  background-position: center top;
  background-color: #0b0011;
  margin-top: 0px;
  position: relative;
}
.showroom-tile {
  text-align: center;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  background: #fff;
  padding: 4px;
  margin: 6px;
  width: 180px;
  float: left;
  min-height: 210px;
}
.showroom-tiles .img-responsive {
  width: 100%;
}
.showroom-heading {
  display: table;
  width: 100%;
}
.showroom-tile h2 {
  font-size: 12px;
  text-align: center;
  border-bottom: 0 !important;
  margin: 0;
  height: 65px;
  display: table-cell;
  vertical-align: middle;
  text-transform: none;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
}
.showroom-tile h2 > a {
  color: #fff;
  display: inline-block;
  width: 80%;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 700;
}
.pools-showroom h1 {
  margin: 5px 0;
}
.feature-block {
  border: 2px solid #FFFFFF;
  box-shadow: 1px 1px 7px #AAAAAA;
  margin: 0 17px 21px 0;
  height: 191px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.feature-blocks .col-md-4 {
  width: 30%;
  min-height: 195px;
}
.feature-block .img-responsive {
  width: 100%;
}
.feature-block .overlay {
  position: absolute;
  bottom: 0px;
  display: block;
  background: #001370;
  background: rgba(0, 0, 0, 0.8);
  /* width: 227px;*/
  height: 36px;
  width: 100%;
}
.feature-block h2 a {
  color: white;
  font-size: 11px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-top: -10px;
}
.feature-block p {
  color: #ffffff;
  text-align: center;
  padding: 0 8px;
}
.testimonial-box {
  height: 245px;
  background: #e8e8e7;
  margin: 0 2em 2em 0;
  padding: 0px;
  width: 430px;
  float: left;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
}
.customer-name {
  font-weight: 700;
  font-family: 'Raleway', Arial, sans-serif;
  color: #3b3b3a;
  font-size: 14px;
}
.rating-stars {
  display: block;
  background: url('img/rating-stars.png') no-repeat center;
  width: 150px;
  height: 26px;
  float: right;
}
.testimonial-date {
  float: left;
  height: 245px;
  width: 30px;
  padding: 20px 10px;
  background: #00747e;
}
.testimonial-date h3 {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 80px;
  word-wrap: break-word;
  color: #fff;
}
.testimonial-content {
  width: 240px;
  height: auto;
  padding: 20px 10px;
  float: left;
}
.testimonial-title {
  margin: 0;
  color: #00a6e4;
  font-size: 18px;
}
.testimonial-certificate {
  float: left;
  width: 159px;
  height: 245px;
  padding: 10px 0;
  background: #fff;
}
/*-----  End of Section comment block  ------*/

/*=============================================
=            7.0 Widgets and Sidebar          =
=============================================*/

.widget {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #FFFFFF;
  border-color: #E5E5E5 #DBDBDB #D2D2D2;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  margin: 1em 0;
  padding: 8px;
}
.sidebar-block {
  margin: 0;
  padding: 8px;
  text-align: right;
}
.page-template-page-videos-php #secondary {
  margin-top: 3em;
}
.sidebar-block li {
  margin: 1.5em 0;
}
.sidebar-block li a {
  display: block;
}
.sidebar-block li a img {
  box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.8);
}
.location-widget {
  padding: 8px;
  margin: 1em 0;
}
.icons li {
  float: left;
}
#social-media {
  margin-left: 10px;
  padding-top: 15px;
}
#social-media ul li {
  float: left;
  margin: 15px 15px 0 0
}
.widget.sidebar-secondary {
  border: none;
  background: none;
  box-shadow: none;
}
.call-block {
  background: linear-gradient(#007ab7 0%, #005799 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #005799;
  border-radius: 4px;
  float: right;
  margin: 8px 8px 20px;
  padding: 12px;
  width: 263px;
}
.call-block h2 {
  color: #FFFFFF;
  font-family: Arial;
  font-size: 18px;
  font-weight: 700;
  margin: 0 !important;
  text-align: center;
}
.call-block h2 .darken {
  color: #FAA61A;
}
.widget h2 {
  margin: 15px 0;
}
.kebo_twitter_feed_widget h2 {
  text-align: center;
}
#kebo_twitter_feed_widget-2 {
  background: none repeat scroll 0 0 #F5F5F5;
  border: medium none;
  box-shadow: none;
  padding: 8px;
  margin: 1em 0;
  border: 2px dashed #0e76bc;
}
#kebo_twitter_feed_widget-2 .widget-title {
  margin: 0;
}
.footer-widget {
  float: left;
  margin: 0 15px;
  width: 16%;
}
.call-block.widget {
  margin-top: 0px;
}
#nav_menu-6 {
  width: 18%;
}
#testimonials-advert {
  margin: 1em 0 0;
  width: 18%;
}
.footer-widget.widget_recent_entries ul {
  font-size: 11px;
}
.footer-widget.kebo_twitter_feed_widget {
  width: 19%;
  background: none repeat scroll 0 0 #F5F5F5;
  border: medium none;
  box-shadow: none;
  overflow-x: hidden;
  padding: 0px 10px;
  margin: 1em 0;
  border: 1px dashed #0e76bc;
}
#nav_menu-7 {
  width: 12%;
}
.footer-widget .post-date {
  color: #222222;
  font-weight: 700;
  font-family: Helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.8em;
  display: block;
  width: 100%;
  text-align: left;
}
.widget_recent_entries li {
  margin: 1em 0;
  font-size: 12px;
}
.kebo-tweets.list .ktweet {
  font-size: 11px;
}
/*-----  End of Section comment block  ------*/

/*=============================================
=            8.0 Footer                       =
=============================================*/

#colophon {
  background: url("img/wave.png") no-repeat scroll left center / cover rgba(0, 0, 0, 0);
  box-shadow: 1px 3px 8px #A3A3A3 inset;
}
#colophon .menu li {
  list-style: none;
}
#colophon h2.widget-title {
  margin: 15px 0;
}
#colophon .menu a {
  color: #222;
  margin: 0;
  font-size: 10px;
  font-family: 'Raleway';
  font-weight: 600;
  text-transform: uppercase;
}
#colophon .menu a:hover {
  color: #005799;
}
/*========================================
=            10.0 Forms Styles            =
========================================*/

.form-control {
  border-radius: 0px;
}
.form-group > label {
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  margin: 5px 0;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
}
.form-actions {
  text-align: right;
}
.panel-default > .panel-heading {
  background: #005799;
}
.panel-title {
  color: #FFFFFF;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.panel {
  border-radius: 0px;
}
.panel-heading {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.page-template-page-free-quote-php #content {
  margin: 0;
  padding: 0;
}
#full-page-form {
  background-color: #0b0011;
  background-image: url('img/full-page-quote-bg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#full-page-form .description {
  font-weight: bold;
  font-style: italic;
  color: #434244;
  font-size: 16px;
  text-align: left;
}
#full-page-form small {
  font-size: 0.8em;
}
#full-page-form .radio label {
  font-size: 14px;
  font-weight: 700;
}
#full-page-form .pool-label > img {
  margin-top: 12px;
}
#full-page-form .form-text-box {
  background: rgba(255, 255, 255, 0.9);
  min-height: 450px;
  padding: 15px;
  width: 80%;
  margin: 2em auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
#great-ideas-display.form-text-box {
  min-height: 150px;
}
#full-page-form h1.entry-title, #great-ideas-display .great-ideas-title, #full-page-form .sub-title {
  text-align: left;
  color: #434244;
}
.form-part {
  margin: 3em 0;
}
#full-page-form .sub-title {
  font-size: 2.4em;
}
#full-page-form .pool-selection {
  min-height: 135px;
}
#great-ideas-display .great-ideas-title {
  text-align: center;
  font-weight: 700;
}
#full-page-form .number-label {
  display: block;
  margin-right: 1em;
  margin-top: -7px;
}
#full-page-form .entry-header, #full-page-form .entry-content {
  width: 80%;
  margin: 0 auto;
}
#full-page-form .entry-content {
  font-weight: bold;
  font-size: 16px;
  font-style: italic;
}
#finance-information .entry-content {
  font-weight: normal;
  font-style: normal;
}
#finance-information .pool-finance-table td, #finance-information .pool-finance-table thead th {
  text-align: center;
  border: 1px solid #212121;
}
.request-brochure p small {
  font-size: 10px !important;
  line-height: 12px !important;
}
#finance-information .pool-finance-table.tablepress thead th {
  background: #414141 !important;
}
#full-page-form .form-actions button {
  margin-left: 20px;
}
#full-page-form .lead {
  font-size: 1.4em;
  text-align: center;
}
#full-page-form .control-label {
  font-size: 1.1em;
  color: #434244;
}
#full-page-form .btn {
  min-width: 100px;
  font-size: 18px;
}
#full-page-form .form-legend {
  display: block;
  margin: 1em auto;
  font-size: 1.4em;
  text-align: center;
  color: #434244;
  font-weight: bold;
}
#brochure_form, #great-ideas-display .display-area {
  width: 80%;
  margin: 0 auto;
}
/*-----  End of 10.0 Form Styles  ------*/

/*============================================
=            11.0 Showroom Styles            =
============================================*/

ul.pull-right.col-md-4.calls-to-action-buttons {
  margin-right: 1.4em;
}
.single-pools .container-fluid, .single-technology .container-fluid, .single-equipment .container-fluid, .single-water_features .container-fluid {
  padding: 0px !important;
}
.single-pools #content, .single-technology #content, .single-equipment #content, .single-water_features #content {
  margin-top: 0px;
  background-color: #0b0011;
}
.single-technology #primary, .single-equipment #primary {
  background: #0b0011;
}
.single-pools .content-area, .single-technology .content-area, .single-equipment .content-area, .single-water_features .content-area {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#stage-clip {
  height: 850px;
  overflow: hidden;
  left: 0;
  width: 100%;
  top: 0;
  position: relative;
}
.inner-stage {
  width: 20000em;
}
.parallax-container {
  height: 850px;
  overflow: hidden;
  display: inline;
  float: left;
  background: no-repeat center;
  background-size: cover;
}
.single-water_features .tablepress {
	width: 50%;
}
.single-water_features .specs-images .spec-image{
	right: 110px;
	left: auto;
	width: auto;
}
.dynamic-container {
  background-size: cover;
  background-repeat: no-repeat;
}
.dynamic-content ul{
	margin-left: 3em;
	list-style: disc;
}
.dynamic-content ul li {
	margin: 1em 0;
}
.dynamic-showroom-slide {
  height: 850px;
  overflow: hidden;
  display: inline;
  float: left;
  background: no-repeat center;
  background-size: cover;
}
.dynamic-content .tablepress .highlighted {
	color: #fff;
}
.the-opulence .tablepress .highlighted {
	color: #fff;
}
.the-courtyard-roman .tablepress .highlighted {
	color: #fff;
}
.parallax-wrapper {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 150px;
  left: 44%;
}
.text-box {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  margin-top: 10em;
  color: #444;
  padding: 30px;
  border: 1px solid #FFFFFF;
  position: relative;
}
.fadeout {
  position: absolute;
  bottom: 0em;
  width: 100%;
  height: 5em;
  left: 0px;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
#show-more {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 999;
  background: #fff;
  border: 1px solid #ccc;
}
.home .text-box {
  position: relative;
  /*height: 265px;*/
  height: auto;
  overflow: hidden;
}
.text-box ul {
  margin: 1em;
  padding-left: 1em;
  list-style: disc;
}
.specs-images .spec-image {
  /*position: absolute;
  top: 218px;
  left: 550px;
  position: absolute;
  width: 100%;*/
  position: absolute;
  right: 0;
  top: 218px;
  width: 40%;
}
.the-horizon .specs-images .spec-image {
	top: 250px;
}
.single-water_features .pool-name {
  margin-bottom: 4em;
}
.parallax-container .tablepress {
  width: 50%;
  border: 1px solid #999999;
}
.specs-images .spec-image img {
  height: 285px;
  width: 380px;
}
#specifications .text-box {
  min-height: 550px;
}
.dynamic-text-box {
  width: 75%;
  margin: 5em auto;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  color: #444;
  max-height: 650px;
  padding: 30px;
  border: 1px solid #FFFFFF;
  position: relative;
}
.postid-2108 .tablepress {
  width: 50%;
}
.tablepress tfoot th, .tablepress thead th {
  background: #000 !important;
  border: 1px solid #999999;
  color: #fff;
}
.tablepress-table-description {
  font-size: 0.8em;
  font-style: italic;
  clear: none !important;
}
.parallax-container .wrapper {
  position: relative;
  height: 100%;
}
.specs-logo, .pricing-logo {
  opacity: 0.4;
}
.the-sorrento-spa .tablepress .highlighted {
	color: #fff;
}
#options .specs-images .spec-image img {
	height: auto;
}
#options .text-box {
	min-height: 434px;
}
.quadrant {
  position: absolute;
  width: 50%;
}
#overview .quadrant {
  width: 50%;
}
.left-bottom.quadrant {
  bottom: 0;
  left: 0;
  margin: 0 0 12em 0;
  text-align: left;
}
.right-bottom.quadrant {
  right: 0;
  bottom: 95px;
  margin: 0 5em 6em 0;
  text-align: right;
}
.right-bottom.quadrant .overview-feature-text {
  float: right;
}
.left-top.quadrant {
  top: 0;
  left: 0;
  margin: 2em 0 0 4em;
  text-align: left;
}
.left-top.quadrant .overview-copy {
  position: static;
}
.right-top.quadrant {
  /*top: -145px;*/
  right: 100px;
  margin: 2em 0 0 0;
  text-align: right;
}
.right-top.quadrant .overview-copy {
  position: static;
}
.right-top.quadrant .pool-name {
  float: right;
  margin-bottom: 3em;
}
.right-top.quadrant .overview-feature-text {
  float: right;
}
#color-basic {
  z-index: 3;
  padding-top: 30px;
}
.parallax-inner-container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background-size: cover !important;
  left: 0;
}
#color-basic.parallax-inner-container {
  /*background-size: auto !important; */
  background-repeat: no-repeat;
  background-color: #0b0011;
  background-position: center;
}
#finishes {
  background-size: cover;
}
#lighting {
  background-size: cover;
}
#color-smart {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  background: url('img/fibreglass_pools/water-background-image.jpg');
  background-size: cover;
}
#smart-reveal {
  z-index: 44;
  position: absolute;
  right: 10%;
  bottom: 15%;
}
#color-smart-reveal {
  display: block;
  background: url('img/why_smrt_btn.png') no-repeat center;
  width: 714px;
  height: 37px;
  text-indent: -9999px;
  border: 0px;
  margin: 0 auto;
}
#color-smart-reveal:hover {
  opacity: 0.8;
}
#specifications .parallax-slide-title, #pricing .parallax-slide-title {
  text-align: left;
}
#pricing .sidebar-block li a {
  display: block;
  float: right;
  width: 208px;
  clear: both;
  margin: 1em 0;
}
#pricing .sidebar-block li a img {
  width: 100%;
}
.overview-feature-text {
  width: 50%;
  margin-top: -50px;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
  color: #fff;
}
.feature-drawing {
  padding: 30px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  border: 1px solid #FFFFFF;
  margin: 0 auto;
  margin-top: 10em;
  max-height: 750px;
}
h2.light-slide-title {
  font-size: 32px;
  text-align: center;
}
.feature-drawing img {
  margin: 0 auto;
  width: 50%;
}
.no-bg-copy {
  background: rgba(0, 0, 0, 0.6);
  padding: 20px 30px;
  width: 500px;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  margin-left: 35px;
  color: #fff;
}
.no-bg-copy ul {
	list-style: disc;
	margin-left: 3em;
	color: #fff;
}

.no-bg-copy .pool-title {
  color: #fff;
  font-weight: 400;
  font-size: 28px;
}
.no-bg-copy p {
  color: #fff;
  text-align: justify;
}
.no-bg-copy p span {
  color: #fff !important;
}
.text-box p {
  text-align: justify;
}
/* Consistent Background Slides */

#overview, #specifications, #features {
  background-color: #0b0011;
}
#features {
  background: url('img/features-bg-new.jpg') no-repeat fixed;
  background-size: cover;
}
.text-box h2 {
  color: #444;
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  margin: 5px 0;
}
.dynamic-text-box h2 {
  color: #444;
  font-weight: 600;
  font-size: 28px;
  text-align: left;
  margin: 5px 0;
}
#colours {
  position: relative;
}
#colours .text-box {
  width: 75%;
  margin: 1em auto;
  clear: both;
  text-align: center;
}
#colours .wp-caption {
  display: inline-block;
}
#colours .wp-caption img {
  box-shadow: 3px 2px 11px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#colours .wp-caption .wp-caption-text {
  text-align: center;
  font-weight: 700;
  font-size: 0.8em;
}
#colours .transparent-box {
  margin: 10em 0;
}
#colours .smart-colours-feature {
  background: url('img/smart-colour-splash.png') no-repeat center;
  height: 950px;
  background-position: initial;
  width: 840px;
  position: absolute;
  right: -40px;
  background-position: -252px;
  background-size: cover;
}
#technology {
  background: url('img/fibreglass_pools/carbon-fibre-background.jpg');
  background-size: cover;
  background-attachment: fixed;
}
#gallery {
  background: url('img/patterns/asfalt.png');
}
/*========== 11.1 Navigation Breadcrumbs  ==========*/

#slide-navigation .slide-bc {
  float: left;
  display: block;
  margin-right: -54px;
}
#dynamic-showroom #slide-navigation {
  text-align: center;
}
#dynamic-showroom .slide-bc {
  float: none;
  display: inline-block;
  margin-right: -54px;
}
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('img/throbber.GIF') 50% 50% no-repeat rgb(249, 249, 249);
}
.loader .loading-text {
  position: fixed;
  display: block;
  margin: 0 auto;
  top: 70%;
  font-size: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Raleway', Arial, sans-serif;
  left: 40%;
  right: 50%;
  width: 100%;
}
.tech-splash {
  background: url('img/tech-splash.png') no-repeat center;
  height: 950px;
  background-position: 0 -51px;
  width: 840px;
  position: absolute;
  right: -30px;
}
#technology .text-box {
  float: left;
  margin: 10em 0 0 2em;
  padding-right: 80px;
  width: 500px !important;
}
.pool-name {
  margin-bottom: 2em;
}
.slide-bc a {
  color: #FFF;
  display: block;
  width: 200px;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  padding: 12px 0;
  font-size: 12px;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 700;
  z-index: 556;
  text-transform: uppercase;
}
.slide-bc.active a {
  color: #000;
}
#dynamic-showroom .slide-bc a {
  font-size: 10px;
  line-height: 18px;
}

.slide-breadcrumbs {
  width: 100%;
  z-index: 555;
  position: absolute;
  bottom: 8px;
}
.overview-copy {
  position: absolute;
  bottom: -95px;
  left: 40px;
}
ul#slide-navigation {
  width: 1096px;
  margin: 0 auto;
}
ul#dynamic-slide-navigation {
  width: 1096px;
  margin: 0 auto;
}
.wf-img-padding img {
  margin: 10px;
  border: 1px solid #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.lighting-images, .water-feature-finish-examples, .finishes-images {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
#lighting h2, #finishes h2 {
  text-align: left;
}
.slide-arrow {
  display: block;
  height: 75px;
  width: 75px;
  position: absolute;
  z-index: 556;
  text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.6);
  border: 3px solid #fff;
  border-radius: 37.5px;
  background: #c3ef32;
  opacity: 0.9;
  text-align: center;
  font-size: 40px;
  vertical-align: middle;
}
.slide-arrow:hover {
  background: rgba(195, 239, 50, 0.8);
}
.slide-arrow i {
  vertical-align: middle;
}
.slide-arrow i.glyphicon.glyphicon-chevron-left {
  left: -4px;
}
.slide-arrow i.glyphicon.glyphicon-chevron-right {
  top: -2px;
}
.carousel-controlers-wrap {
  width: 1175px;
  margin: 0 auto;
}
.carousel-controlers-wrap .slide-arrow {
  background: #fff;
  color: #000;
  top: 25%;
}
.carousel-controlers-wrap .slide-arrow.next {
  right: 0px;
  top: 25%;
}
.carousel-controlers-wrap .slide-arrow.prev {
  left: -10px;
}
.certificates-control .slide-arrow {
  background: #fff;
  color: #000;
  top: 45%;
}
.certificates-control .slide-arrow.next {
  right: -30px;
}
.certificates-control .slide-arrow.prev {
  left: -30px;
}
.outer-carousel-wrap {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}
.video-arrow {
  display: block;
  height: 25px;
  width: 25px;
  position: absolute;
  z-index: 556;
  opacity: 0.9;
  text-align: center;
  font-size: 20px;
  vertical-align: middle;
}
.video-arrow:hover {
  background: none;
}
.video-arrow i {
  vertical-align: top;
}
.video-arrow.next i, .video-arrow.prev i {
  color: #00ccff;
}
.video-arrow.prev {
  right: 50px;
  top: 18px;
}
.video-arrow.next {
  right: 30px;
  top: 18px;
}
#prev-slide {
  left: 10%;
  top: 50%;
  color: #fff;
}
#next-slide {
  right: 10%;
  top: 50%;
  color: #fff;
}
#prev-slide:hover, #next-slide:hover {
  color: #111;
}
#dynamic-showroom #prev-slide:hover, #next-slide:hover,
.the-sorrento-swim-spa #prev-slide:hover, #next-slide:hover{
	color: #ababab;
}
/*==========  11.2 Call to action buttons  ==========*/

.button-sprite {
  background: url('img/button-sprite.png') no-repeat top left;
  text-indent: -9999px;
  display: block;
  width: 340px;
  height: 73px;
}
.calls-to-action-buttons a.information-pack {
  background-position: 0px -180px;
}
.calls-to-action-buttons a.free-quote {
  background-position: 0px -90px;
}
.calls-to-action-buttons a.locate-us {
  background-position: 0px -271px;
}
.calls-to-action-buttons a.composite-armor {
  background-position: 0px 0px;
}
.sprite {
  background: url('img/fibreglass_pools/elegance/elegance-crumbs.png') no-repeat top left;
}
.the-elegance .sprite {
  background: url('img/fibreglass_pools/elegance/elegance-crumbs.png') no-repeat top left;
}
.fixedBottom {
  position: absolute;
  bottom: 15px;
}
/* General Breadcrumbs */

#dynamic-showroom .sprite.slide-bc {
  background-position: -5px -115px;
}
#dynamic-showroom .sprite.slide-bc.last {
  background-position: -5px -60px;
}
#dynamic-showroom .sprite.slide-bc.first {
  background-position: -5px -5px;
}
.sprite.slide-bc.slide-bc-first {
  background-position: -5px -5px;
}
.sprite.slide-bc {
  background-position: -5px -115px;
}
.sprite.slide-bc-last {
  background-position: -5px -60px;
}
/* The Dynamic Overrides */

#crumbs .sprite {
  background: url('img/sprites/Sorrento_Swim_Spa-crumbs.png') no-repeat top left !important;
}
#crumbs .sprite.slide-bc.last > a {
  text-indent: 30px;
}
#crumbs .slide-bc.active a {
  color: #fff;
}
#crumbs .sprite.slide-bc.slide-bc.first {
  background-position: -5px -5px !important;
}
#crumbs .sprite.slide-bc {
  background-position: -5px -115px !important;
}
#crumbs .sprite.slide-bc.last {
  background-position: -5px -60px !important;
}
#crumbs .sprite.slide-bc.slide-bc.last.active {
  background-position: -216px -6px !important;
}
#crumbs .sprite.slide-bc.active {
  background-position: -5px -170px !important;
}
#crumbs .sprite.slide-bc.first.active {
  background-position: -216px -61px !important;
}
/*==========  11.3 Elegance Overrides  ==========*/

.the-elegance .pool-name {
  width: 620px;
}
.the-elegance .sprite.slide-bc.slide-bc-last.active {
  background-position: -216px -6px !important;
}
.the-elegance .sprite.slide-bc.active {
  background-position: -5px -170px !important;
}
.the-elegance .sprite.slide-bc-first.active {
  background-position: -216px -61px !important;
}
/* The Sorrento Spa Overrides */

.the-sorrento-spa .sprite {
  background: url('img/sprites/Sorrento_Spa-crumbs.png') no-repeat top left !important;
}
.the-sorrento-spa .sprite.slide-bc.slide-bc-first {
  background-position: -5px -5px !important;
}
.the-sorrento-spa .sprite.slide-bc {
  background-position: -5px -115px !important;
}
.the-sorrento-spa .sprite.slide-bc-last {
  background-position: -5px -60px !important;
}
.the-sorrento-spa .sprite.slide-bc.slide-bc-last.active {
  background-position: -216px -6px !important;
}
.the-sorrento-spa .sprite.slide-bc.active {
  background-position: -5px -170px !important;
}
.the-sorrento-spa .sprite.slide-bc-first.active {
  background-position: -216px -61px !important;
}
/* The Reflection Overrides */

.the-reflection .sprite {
  background: url('img/sprites/Reflection-crumbs.png') no-repeat top left !important;
}
.the-reflection .sprite.slide-bc.slide-bc-first {
  background-position: -5px -5px !important;
}
.the-reflection .sprite.slide-bc {
  background-position: -5px -115px !important;
}
.the-reflection .sprite.slide-bc-last {
  background-position: -5px -60px !important;
}
.the-reflection .sprite.slide-bc.slide-bc-last.active {
  background-position: -216px -6px !important;
}
.the-reflection .sprite.slide-bc.active {
  background-position: -5px -170px !important;
}
.the-reflection .sprite.slide-bc-first.active {
  background-position: -216px -61px !important;
}
/* The Reflection with Auto cover Overrides */

.the-reflection-with-auto-cover .sprite {
  background: url('img/sprites/Reflection_Cover-crumbs.png') no-repeat top left !important;
}
.the-reflection-with-auto-cover .overview-feature-text {
  width: 65%;
}
.the-reflection-with-auto-cover .sprite.slide-bc.slide-bc-first {
  background-position: -5px -5px !important;
}
.the-reflection-with-auto-cover .sprite.slide-bc {
  background-position: -5px -115px !important;
}
.the-reflection-with-auto-cover .sprite.slide-bc-last {
  background-position: -5px -60px !important;
}
.the-reflection-with-auto-cover .sprite.slide-bc.slide-bc-last.active {
  background-position: -216px -6px !important;
}
.the-reflection-with-auto-cover .sprite.slide-bc.active {
  background-position: -5px -170px !important;
}
.the-reflection-with-auto-cover .sprite.slide-bc-first.active {
  background-position: -216px -61px !important;
}
/* The Riviera Overrides */

.the-riviera .sprite {
  background: url('img/sprites/Riviera-crumbs.png') no-repeat top left !important;
}
.the-riviera .sprite.slide-bc.slide-bc-first {
  background-position: -5px -5px !important;
}
.the-riviera .sprite.slide-bc {
  background-position: -5px -115px !important;
}
.the-riviera .sprite.slide-bc-last {
  background-position: -5px -60px !important;
}
.the-riviera .sprite.slide-bc.slide-bc-last.active {
  background-position: -216px -6px !important;
}
.the-riviera .sprite.slide-bc.active {
  background-position: -5px -170px !important;
}
.the-riviera .sprite.slide-bc-first.active {
  background-position: -216px -61px !important;
}
/* The Horizon Overrides */

.the-horizon .sprite {
  background: url('img/sprites/Moroccan-crumbs.png') no-repeat top left !important;
}
.the-horizon .sprite.slide-bc.slide-bc-first {
  background-position: -5px -5px !important;
}
.the-horizon .sprite.slide-bc {
  background-position: -5px -115px !important;
}
.the-horizon .sprite.slide-bc-last {
  background-position: -5px -60px !important;
}
.the-horizon .sprite.slide-bc.slide-bc-last.active {
  background-position: -216px -6px !important;
}
.the-horizon .sprite.slide-bc.active {
  background-position: -5px -170px !important;
}
.the-horizon .sprite.slide-bc-first.active {
  background-position: -216px -61px !important;
}
/* The Moroccan Overrides */

.the-moroccan .sprite {
  background: url('img/sprites/Moroccan-crumbs.png') no-repeat top left !important;
}
.the-moroccan .sprite.slide-bc.slide-bc-first {
  background-position: -5px -5px !important;
}
.the-moroccan .sprite.slide-bc {
  background-position: -5px -115px !important;
}
.the-moroccan .sprite.slide-bc-last {
  background-position: -5px -60px !important;
}
.the-moroccan .sprite.slide-bc.slide-bc-last.active {
  background-position: -216px -6px !important;
}
.the-moroccan .sprite.slide-bc.active {
  background-position: -5px -170px !important;
}
.the-moroccan .sprite.slide-bc-first.active {
  background-position: -216px -61px !important;
}
/* The Opulence Overrides */

.the-opulence .sprite {
  background: url('img/sprites/Opulence-crumbs.png') no-repeat top left !important;
}
.the-opulence .sprite.slide-bc.slide-bc-first {
  background-position: -5px -5px !important;
}
.the-opulence .sprite.slide-bc {
  background-position: -5px -115px !important;
}
.the-opulence .sprite.slide-bc-last {
  background-position: -5px -60px !important;
}
.the-opulence .sprite.slide-bc.slide-bc-last.active {
  background-position: -216px -6px !important;
}
.the-opulence .sprite.slide-bc.active {
  background-position: -5px -170px !important;
}
.the-opulence .sprite.slide-bc-first.active {
  background-position: -216px -61px !important;
}
/* The Platinum Plunge Overrides */

.the-platinum-plunge .sprite {
  background: url('img/sprites/Platinum_Plunge-crumbs.png') no-repeat top left !important;
}
.the-platinum-plunge .sprite.slide-bc.slide-bc-first {
  background-position: -5px -5px !important;
}
.the-platinum-plunge .sprite.slide-bc {
  background-position: -5px -115px !important;
}
.the-platinum-plunge .sprite.slide-bc-last {
  background-position: -5px -60px !important;
}
.the-platinum-plunge .sprite.slide-bc.slide-bc-last.active {
  background-position: -216px -6px !important;
}
.the-platinum-plunge .sprite.slide-bc.active {
  background-position: -5px -170px !important;
}
.the-platinum-plunge .sprite.slide-bc-first.active {
  background-position: -216px -61px !important;
}
/* The Harmony Overrides */

.the-harmony .sprite {
  background: url('img/sprites/Harmony-crumbs.png') no-repeat top left !important;
}
.the-harmony .sprite.slide-bc.slide-bc-first {
  background-position: -5px -5px !important;
}
.the-harmony .sprite.slide-bc {
  background-position: -5px -115px !important;
}
.the-harmony .sprite.slide-bc-last {
  background-position: -5px -60px !important;
}
.the-harmony .sprite.slide-bc.slide-bc-last.active {
  background-position: -216px -6px !important;
}
.the-harmony .sprite.slide-bc.active {
  background-position: -5px -170px !important;
}
.the-harmony .sprite.slide-bc-first.active {
  background-position: -216px -61px !important;
}
/* The Roman Overrides */

.the-roman .sprite {
  background: url('img/sprites/Roman-crumbs.png') no-repeat top left !important;
}
.the-roman .sprite.slide-bc.slide-bc-first {
  background-position: -5px -5px !important;
}
.the-roman .sprite.slide-bc {
  background-position: -5px -115px !important;
}
.the-roman .sprite.slide-bc-last {
  background-position: -5px -60px !important;
}
.the-roman .sprite.slide-bc.slide-bc-last.active {
  background-position: -216px -6px !important;
}
.the-roman .sprite.slide-bc.active {
  background-position: -5px -170px !important;
}
.the-roman .sprite.slide-bc-first.active {
  background-position: -216px -61px !important;
}
/* The Courtyard Roman Overrides */

.the-courtyard-roman .sprite {
  background: url('img/sprites/CRT_Roman-crumbs.png') no-repeat top left !important;
}
.the-courtyard-roman .sprite.slide-bc.slide-bc-first {
  background-position: -5px -5px !important;
}
.the-courtyard-roman .sprite.slide-bc {
  background-position: -5px -115px !important;
}
.the-courtyard-roman .sprite.slide-bc-last {
  background-position: -5px -60px !important;
}
.the-courtyard-roman .sprite.slide-bc.slide-bc-last.active {
  background-position: -216px -6px !important;
}
.the-courtyard-roman .sprite.slide-bc.active {
  background-position: -5px -170px !important;
}
.the-courtyard-roman .sprite.slide-bc-first.active {
  background-position: -216px -61px !important;
}
/* The Tuscany Overrides */

.the-tuscany .sprite {
  background: url('img/sprites/Tuscany-crumbs.png') no-repeat top left !important;
}
.the-tuscany .sprite.slide-bc.slide-bc-first {
  background-position: -5px -5px !important;
}
.the-tuscany .sprite.slide-bc {
  background-position: -5px -115px !important;
}
.the-tuscany .sprite.slide-bc-last {
  background-position: -5px -60px !important;
}
.the-tuscany .sprite.slide-bc.slide-bc-last.active {
  background-position: -216px -6px !important;
}
.the-tuscany .sprite.slide-bc.active {
  background-position: -5px -170px !important;
}
.the-tuscany .sprite.slide-bc-first.active {
  background-position: -216px -61px !important;
}
/* The Olympus Overrides */

.the-olympus .sprite {
  background: url('img/sprites/Olympus-crumbs.png') no-repeat top left !important;
}
.the-olympus .sprite.slide-bc.slide-bc-first {
  background-position: -5px -5px !important;
}
.the-olympus .sprite.slide-bc {
  background-position: -5px -115px !important;
}
.the-olympus .sprite.slide-bc-last {
  background-position: -5px -60px !important;
}
.the-olympus .sprite.slide-bc.slide-bc-last.active {
  background-position: -216px -6px !important;
}
.the-olympus .sprite.slide-bc.active {
  background-position: -5px -170px !important;
}
.the-olympus .sprite.slide-bc-first.active {
  background-position: -216px -61px !important;
}
/* The Sorrento Swim Spa Overrides */

.the-sorrento-swim-spa .sprite {
  background: url('img/sprites/Sorrento_Swim_Spa-crumbs.png') no-repeat top left !important;
}
.the-sorrento-swim-spa .slide-bc.active a {
  color: #fff;
}
.the-sorrento-swim-spa .sprite.slide-bc.slide-bc-first {
  background-position: -5px -5px !important;
}
.the-sorrento-swim-spa .sprite.slide-bc {
  background-position: -5px -115px !important;
}
.the-sorrento-swim-spa .sprite.slide-bc-last {
  background-position: -5px -60px !important;
}
.the-sorrento-swim-spa .sprite.slide-bc.slide-bc-last.active {
  background-position: -216px -6px !important;
}
.the-sorrento-swim-spa .sprite.slide-bc.active {
  background-position: -5px -170px !important;
}
.the-sorrento-swim-spa .sprite.slide-bc-first.active {
  background-position: -216px -61px !important;
}
/* The Cascade Overrides */

.the-cascade .sprite {
  background: url('img/sprites/Cascade-crumbs.png') no-repeat top left !important;
}
.the-cascade .sprite.slide-bc.slide-bc-first {
  background-position: -5px -5px !important;
}
.the-cascade .sprite.slide-bc {
  background-position: -5px -115px !important;
}
.the-cascade .sprite.slide-bc-last {
  background-position: -5px -60px !important;
}
.the-cascade .sprite.slide-bc.slide-bc-last.active {
  background-position: -216px -6px !important;
}
.the-cascade .sprite.slide-bc.active {
  background-position: -5px -170px !important;
}
.the-cascade .sprite.slide-bc-first.active {
  background-position: -216px -61px !important;
}
/* The Caesar  Overrides */

.the-caesar .sprite {
  background: url('img/sprites/Caesar-crumbs.png') no-repeat top left !important;
}
.the-caesar .slide-bc.active a {
  color: #000;
}
.the-caesar .sprite.slide-bc.slide-bc-first {
  background-position: -5px -5px !important;
}
.the-caesar .sprite.slide-bc {
  background-position: -5px -115px !important;
}
.the-caesar .sprite.slide-bc-last {
  background-position: -5px -60px !important;
}
.the-caesar .sprite.slide-bc.slide-bc-last.active {
  background-position: -216px -6px !important;
}
.the-caesar .sprite.slide-bc.active {
  background-position: -5px -170px !important;
}
.the-caesar .sprite.slide-bc-first.active {
  background-position: -216px -61px !important;
}
/* The Niagara  Overrides */

.the-niagara .sprite {
  background: url('img/sprites/Niagara-crumbs.png') no-repeat top left !important;
}
.the-niagara .slide-bc.active a {
  color: #fff;
}
.the-niagara .sprite.slide-bc.slide-bc-first {
  background-position: -5px -5px !important;
}
.the-niagara .sprite.slide-bc {
  background-position: -5px -115px !important;
}
.the-niagara .sprite.slide-bc-last {
  background-position: -5px -60px !important;
}
.the-niagara .sprite.slide-bc.slide-bc-last.active {
  background-position: -216px -6px !important;
}
.the-niagara .sprite.slide-bc.active {
  background-position: -5px -170px !important;
}
.the-niagara .sprite.slide-bc-first.active {
  background-position: -216px -61px !important;
}
.the-niagara .overview-feature-text {
  margin-top: -90px;
}
/* The Oasis  Overrides */

.the-oasis .sprite {
  background: url('img/sprites/Oasis-crumbs.png') no-repeat top left !important;
}
.the-oasis .slide-bc.active a {
  color: #000;
}
.the-oasis .sprite.slide-bc.slide-bc-first {
  background-position: -5px -5px !important;
}
.the-oasis .sprite.slide-bc {
  background-position: -5px -115px !important;
}
.the-oasis .sprite.slide-bc-last {
  background-position: -5px -60px !important;
}
.the-oasis .sprite.slide-bc.slide-bc-last.active {
  background-position: -216px -6px !important;
}
.the-oasis .sprite.slide-bc.active {
  background-position: -5px -170px !important;
}
.the-oasis .sprite.slide-bc-first.active {
  background-position: -216px -61px !important;
}
/* The Serenity  Overrides */

.the-serenity .sprite {
  background: url('img/sprites/Serenity-crumbs.png') no-repeat top left !important;
}
.the-serenity .slide-bc.active a {
  color: #000;
}
.the-serenity .sprite.slide-bc.slide-bc-first {
  background-position: -5px -5px !important;
}
.the-serenity .sprite.slide-bc {
  background-position: -5px -115px !important;
}
.the-serenity .sprite.slide-bc-last {
  background-position: -5px -60px !important;
}
.the-serenity .sprite.slide-bc.slide-bc-last.active {
  background-position: -216px -6px !important;
}
.the-serenity .sprite.slide-bc.active {
  background-position: -5px -170px !important;
}
.the-serenity .sprite.slide-bc-first.active {
  background-position: -216px -61px !important;
}
/* The Waterwall  Overrides */

.the-waterwall .sprite {
  background: url('img/sprites/Waterwall-crumbs.png') no-repeat top left !important;
}
.the-waterwall .slide-bc.active a {
  color: #000;
}
.the-waterwall .sprite.slide-bc.slide-bc-first {
  background-position: -5px -5px !important;
}
.the-waterwall .sprite.slide-bc {
  background-position: -5px -115px !important;
}
.the-waterwall .sprite.slide-bc-last {
  background-position: -5px -60px !important;
}
.the-waterwall .sprite.slide-bc.slide-bc-last.active {
  background-position: -216px -6px !important;
}
.the-waterwall .sprite.slide-bc.active {
  background-position: -5px -170px !important;
}
.the-waterwall .sprite.slide-bc-first.active {
  background-position: -216px -61px !important;
}

.the-niagara .highlighted {
	color: #fff;
}
.the-niagara #options .text-box {
	margin-top: 6em;
}
.acquatherepe #crumbs .sprite.slide-bc.slide-bc.first,
.swim-jet-systems #crumbs .sprite.slide-bc.slide-bc.first{
   background-color: #000 !important;
   background-image: none !important;
}
.acquatherepe #crumbs .sprite.slide-bc.slide-bc.first a,
.swim-jet-systems #crumbs .sprite.slide-bc.slide-bc.first a{
	padding: 9px 0;
}
.the-sorrento-swim-spa #specifications .tablepress .highlighted {
	color: #fff;
}
/*-----  End of 11.0 Showroom Styles  ------*/

/*============================
=            12.0  Dealer Sections          =
============================*/

#dealer-listings {
  background: #fff;
  background: none repeat scroll 0 0 #FFFFFF;
  border-color: #E5E5E5 #DBDBDB #D2D2D2;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  margin: 1em 0;
  padding: 25px;
}
#dealer-subsection h2 {
  text-align: center;
}
.dealer-block {
  min-height: 185px;
  height: auto;
  margin: 1em 0;
  padding: 15px;
  border-top: 1px dotted #cccccc;
}
.dealer-block .listing-title a:hover {
  color: #005799;
}
.dealer-block .listing-image {
  margin: 0 1em 0 0;
  min-height: 185px;
}
.dealer-block .dealer-summary {
  font-size: 11px;
  color: #aaa;
}
.term-description {
  font-size: 14px;
}
.dealer-block .listing-image img {
  display: block;
}
.dealer-block .contact-btn {
  margin: 1em 0;
  width: 150px;
}
.dealer-block .view-more {
  font-size: 11px;
  color: #222;
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
}
#ausmap {
  width: 258px;
  height: 233px;
  margin: 0 auto;
  background: url(img/ausmap.png) no-repeat;
  position: relative;
}
#ausmap li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: absolute;
}
#ausmap a {
  display: block;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  line-height: normal;
  font-family: 'Raleway', arial, sans-serif;
  text-transform: uppercase;
}
#wa {
  left: 0px;
  top: 21px;
  width: 101px;
  z-index: 10;
}
#wa a {
  height: 159px;
  text-align: center;
  padding-top: 80px;
  padding-left: 15px;
  color: #fff;
}
#wa a:hover, #wa a.active {
  background: url(img/ausmap.png) 0 -254px no-repeat;
  text-decoration: none;
}
#nt {
  left: 102px;
  top: 2px;
  width: 56px;
  z-index: 10;
}
#nt a {
  height: 107px;
  text-align: center;
  padding-top: 60px;
  padding-left: 0px;
  color: #fff;
}
#nt a:hover, #nt a.active {
  background: url(img/ausmap.png) -102px -235px no-repeat;
  text-decoration: none;
}
#sa {
  left: 102px;
  top: 108px;
  width: 75px;
  z-index: 10;
}
#sa a {
  height: 87px;
  text-align: center;
  padding-top: 15px;
  padding-left: 0px;
  color: #fff;
}
#sa a:hover, #sa a.active {
  background: url(img/ausmap.png) -102px -341px no-repeat;
  text-decoration: none;
}
#tas {
  left: 200px;
  top: 212px;
  width: 25px;
  z-index: 10;
}
#tas a {
  height: 27px;
  text-align: center;
  padding-top: 2px;
  padding-left: 0px;
  color: #fff;
  letter-spacing: -1px;
}
#tas a:hover, #tas a.active {
  background: url(img/ausmap.png) -200px -445px no-repeat;
  text-decoration: none;
}
#qld {
  left: 159px;
  top: 0;
  width: 99px;
  z-index: 9;
}
#qld a {
  height: 134px;
  text-align: center;
  padding-top: 80px;
  padding-right: 20px;
  color: #fff;
}
#qld a:hover, #qld a.active {
  background: url(img/ausmap.png) -159px -466px no-repeat;
  text-decoration: none;
}
#nsw {
  left: 178px;
  top: 123px;
  width: 80px;
  z-index: 10;
}
#nsw a {
  height: 66px;
  text-align: center;
  padding-top: 20px;
  padding-right: 20px;
  color: #fff;
}
#nsw a:hover, #nsw a.active {
  background: url(img/ausmap.png) -178px -356px no-repeat;
  text-decoration: none;
}
#vic {
  left: 178px;
  top: 166px;
  width: 57px;
  z-index: 11;
}
#vic a {
  height: 37px;
  text-align: center;
  padding-top: 13px;
  padding-right: 25px;
  color: #fff;
}
#vic a:hover, #vic a.active {
  background: url(img/ausmap.png) -178px -632px no-repeat;
  text-decoration: none;
}
#act {
  left: 224px;
  top: 167px;
  width: 40px;
  z-index: 12;
}
#act a {
  height: 22px;
  text-align: right;
  padding-top: 0px;
  padding-right: 0px;
  color: #005799;
  margin-left: 23px;
}
#act a:hover, #act a.active {
  background: url(img/actdot.png) 0 0 no-repeat;
  text-decoration: none;
  color: #322e2b;
}
.dealer-block h3 {
  font-size: 1.4em;
  font-weight: 700;
}
.dealer-block .listing-content {
  padding: 1em 0;
}
.dealer-map {
  width: 100%;
  height: 400px;
  margin: 20px 0;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.4);
}
#dealer-blurb ul {
  list-style: disc;
  padding-left: 1em;
}
#dealer-blurb ul li {
  margin: 1em 0;
}
#dealer-information {
  background-color: #efefef;
  padding: 1em;
  background-repeat: no-repeat;
  background-position: center;
}
#dealer-address .address-description {
  color: #888;
  margin: 1em 0;
  display: block;
}
#dealer-address .address-line {
  font-weight: italic;
  display: block;
}
#dealer-address .phone-number {
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  margin: 1em 0;
}
.action-buttons {
  margin-top: 4em;
}
.dealer-excerpt .action-buttons {
  width: 240px;
  margin: 0 auto;
  margin-top: 19%;
  float: right;
}
.dealer-map {
  margin-bottom: 0px;
}
#profile-shot {
  float: left;
  max-width: 200px;
  margin: 0 15px;
  min-height: 250px;
}
#profile-shot img {
  padding: 4px;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
#dealer-address h3 {
  font-size: 1.6em;
  font-weight: 300;
}
#dealer-subsection {
  background: #fefefe;
}
#image-gallery img {
  margin: 4px 0px;
}
.dealer-excerpt {
  background: url('img/divider-lighter.png') no-repeat left center;
  margin: 1em 0;
  border-bottom: 1px solid #ddd;
  padding: 1em 0;
}
/*-----  End of 12.0  ------*/

.brochure-image {
  padding: 10px;
}
/* Slide Arrows */

.the-reflection .slide-arrow {
  background: rgba(122, 1, 127, 0.8);
}
.the-reflection-with-auto-cover .slide-arrow {
  background-color: rgba(254, 202, 47, 0.8);
}
.the-riviera .slide-arrow {
  background-color: rgba(23, 184, 181, 0.8);
}
.the-horizon .slide-arrow {
  background-color: rgba(235, 83, 98, 0.8);
}
.the-moroccan .slide-arrow {
  background-color: rgba(200, 28, 33, 0.8);
}
.the-opulence .slide-arrow {
  background-color: rgba(49, 57, 106, 0.8);
}
.the-platinum-plunge .slide-arrow {
  background-color: rgba(251, 218, 67, 0.8);
}
.the-harmony .slide-arrow {
  background-color: rgba(255, 240, 63, 0.8);
}
.the-tuscany .slide-arrow {
  background-color: rgba(109, 98, 113, 0.8);
}
.the-courtyard-roman .slide-arrow {
  background-color: rgba(140, 0, 59, 0.8);
}
.the-olympus .slide-arrow {
  background-color: rgba(128, 173, 221, 0.8);
}
.the-sorrento-swim-spa .slide-arrow {
  background-color: rgba(0, 0, 0, 0.8);
}
.the-sorrento-spa .slide-arrow {
  background-color: rgba(94, 38, 39, 0.8);
}
.the-caesar .slide-arrow {
  background-color: rgba(243, 223, 52, 0.8);
}
.the-cascade .slide-arrow {
  background-color: rgba(242, 144, 36, 0.8);
}
.the-niagara .slide-arrow {
  background-color: rgba(30, 36, 70, 0.8);
}
.the-oasis .slide-arrow {
  background-color: rgba(200, 222, 245, 0.8);
}
.the-serenity .slide-arrow {
  background-color: rgba(101, 179, 48, 0.8);
}
.the-waterwall .slide-arrow {
  background-color: rgba(200, 28, 33, 0.8);
}
.the-roman .slide-arrow {
  background-color: rgba(203, 149, 100, 0.8);
}
.single-technology .slide-arrow, .single-equipment .slide-arrow {
  background-color: rgba(0, 0, 0, 0.8);
}
/* Pool Specific Overrides */

.the-reflection .overview-feature-text {
  color: #444;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.6);
}
.the-reflection .slide-bc.active a {
	color: #fff;
}
.the-reflection .tablepress .highlighted {
	color: #fff;
}
.the-reflection-with-auto-cover .pool-name {
  margin-left: -45px;
}
.the-horizon .pool-name {
  margin-left: -10px;
  margin-bottom: 4em;
}
.the-horizon .overview-feature-text {
  width: 75%;
  margin-left: 5px;
}
.the-moroccan .overview-feature-text {
  width: 70%;
}
.the-moroccan .pool-name {
  margin-bottom: 3em;
}
.the-olympus .overview-feature-text {
	width: 60%;
}
.the-opulence .pool-name {
  margin-bottom: 0;
  margin-left: -25px;
}
.the-opulence .slide-bc.active a {
	color: #fff;
}
.the-opulence .tablepress .highlighted {
	color: #fff;
}
.the-opulence .overview-feature-text {
  color: #fff;
  width: 75%;
  font-weight: 300;
  margin-top: -20px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
.the-platinum-plunge .pool-name {
  margin-bottom: 4em;
  margin-left: -10px;
}
.the-platinum-plunge .overview-feature-text {
  color: #fff;
  width: 75%;
}
.the-harmony .pool-name {
  margin-right: -30px;
  margin-bottom: 2em;
}
.the-harmony .overview-feature-text {
	width: 75%;
}
.the-tuscany .pool-name {
  text-align: right;
  float: right;
  margin-right: -30px;
  margin-bottom: 3em;
}
.the-tuscany .overview-feature-text {
  clear: both;
}
.the-riviera .overview-feature-text {
  margin-top: -65px;
}
.the-sorrento-swim-spa .overview-feature-text {
  width: 75%;
}
.the-sorrento-spa .pool-name {
  margin-bottom: 3em;
}
.the-roman .pool-name {
  margin-bottom: 4em;
  margin-left: -25px;
}
.the-roman .left-bottom.quadrant {
  left: 250px;
  bottom: 80px;
}
.the-serenity .left-bottom.quadrant, .the-waterwall .left-bottom.quadrant {
  left: auto;
  right: 15px;
  text-align: right;
  margin-right: 4em;
}
.the-serenity .overview-feature-text, .the-waterwall .overview-feature-text {
  float: right;
}
.the-waterwall .overview-feature-text {
	width: 80%;
}
.the-serenity .left-bottom.quadrant .overview-copy {
	left: -33px;
}
.the-waterwall .left-bottom.quadrant .overview-copy {
	right: 0px;
}
.the-waterwall #options .tablepress .row-6 {
	background: #000;
	color: #fff;
}
.the-waterwall #options .tablepress .row-6 td {
	background: #000;
	font-weight: 700;
}
.jcarousel {
  position: relative;
  overflow: hidden;
}
.jcarousel img {
  width: 225px;
}
.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.jcarousel li {
  float: left;
  margin-right: 20px;
}
.front-page-carousel.jcarousel {
  width: 1110px;
  overflow: hidden;
  margin-left: 90px;
}
#certificates-gallery.jcarousel {
  width: 470px;
  margin-left: 35px;
}
