/* @override 
	http://www.dev.dv/themes/new_psc/css/newlandingpages.css
	http://www.dev.dv/pools/inground-pools/themes/new_psc/css/newlandingpages.css
	http://www.dev.dv/pools/above-ground-pools/themes/new_psc/css/newlandingpages.css
	http://www.psc.dv/frontend/themes/new_psc/css/newlandingpages.css
	http://www.psc.dv/frontend/themes/psc/css/legacy/newlandingpages.css?* */

/*** GLOBAL NEW LANDING STYLES ***/

h1.slide {
	position: absolute;
	left: -9999em;
}

/* 404 ERROR PAGE */

.ow.fourohfour {
	background: #1A6EB2;
	 display: flex;
}
.ow.fourohfour .iw.swan {
	margin: auto;
	width: 75%;
	position: relative;
	padding: 50px 0 0 0;
}
.ow.fourohfour .iw.swan h1 {
	text-align: center;
	font-weight: 600;
	margin: 0 0 20px;
	width: 100%;
	clear: both;	
	display: block;
	font-size: 38px;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
}
.ow.fourohfour .iw.swan .wrap {
	display: block;
	width: 50%;
	margin: 0 auto;
}
.ow.fourohfour .iw.swan svg {
	display: block;
	padding: 1.5em 0 3em;
}
.ow.fourohfour .iw.swan .text {
	position: relative;
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 85%;
}
.ow.fourohfour .iw.swan .text p {
	color: #fff;
	font-size: 22px;
	line-height: 26px;
}
.ow.fourohfour .iw.swan rect, .ow.fourohfour .iw.swan path, .ow.fourohfour .iw.swan line, .ow.fourohfour .iw.swan circle {
	transform-origin: center;
}
@-webkit-keyframes bow {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(2.5deg) translateY(1%);
            transform: rotate(2.5deg) translateY(1%);
  }
  to {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}

@keyframes bow {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(2.5deg) translateY(1%);
            transform: rotate(2.5deg) translateY(1%);
  }
  to {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
@-webkit-keyframes bubble {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}
@keyframes bubble {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(40%);
            transform: translateX(40%);
  }
}
@-webkit-keyframes bubbleAlt {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}
@keyframes bubbleAlt {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}
@-webkit-keyframes recede {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(0.95, 1);
            transform: scale(0.95, 1);
  }
}
@keyframes recede {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(0.95, 1);
            transform: scale(0.95, 1);
  }
}
@-webkit-keyframes swan {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(1%);
            transform: translateY(1%);
  }
}
@keyframes swan {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(1%);
            transform: translateY(1%);
  }
}
@-webkit-keyframes swanwave {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  10% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  20% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  30% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  40% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes swanwave {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  10% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  20% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  30% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  40% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.ow.fourohfour .iw.swan .swan-bubble {
  -webkit-animation: bubble 1.5s linear alternate infinite;
          animation: bubble 1.5s linear alternate infinite;
}

.ow.fourohfour .iw.swan .swan-bubble--2 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.ow.fourohfour .iw.swan .swan-bubble--3 {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.ow.fourohfour .iw.swan .swan-bubble--4 {
  -webkit-animation-name: bubbleAlt;
          animation-name: bubbleAlt;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.ow.fourohfour .iw.swan .swan {
  -webkit-animation: swan 1s linear alternate infinite;
          animation: swan 1s linear alternate infinite;
}

.ow.fourohfour .iw.swan .swan-head {
  -webkit-animation: bow 1s linear alternate infinite;
          animation: bow 1s linear alternate infinite;
  -webkit-transform-origin: 80% 100%;
          transform-origin: 80% 100%;
}

.ow.fourohfour .iw.swan .swan-wing {
  -webkit-animation: swanwave 2s linear infinite;
          animation: swanwave 2s linear infinite;
}

.ow.fourohfour .iw.swan .swan-water {
  -webkit-animation: recede 4s linear alternate infinite;
          animation: recede 4s linear alternate infinite;
}

/*** POOL LANDING PAGE STYLES ***/

/** POOL MODELS AND/OR PRODUCT VARIANTS ***/
#category-description.content-block ul.nav-element-2col.noborder li, #category-description.content-block ul.nav-element-3col.noborder li, #category-description.content-block ul.nav-element-4col.noborder li, #category-description.content-block ul.nav-element-5col.noborder li {
	border: 0;
	position: relative;
}
#category-description.content-block ul.nav-element-3col.noborder li .badge, #category-description.content-block ul.nav-element-4col.noborder li .badge, #category-description.content-block ul.nav-element-5col.noborder li .badge {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 40%);
	left: 50%;
	top: 10px;
	margin: 0 0 0 -80px;
	width: 160px;
}
#category-description.content-block ul.nav-element-3col.noborder li img {
	margin-top: 20px;
}
#category-description.content-block li .features p {
	width: 100%;
	clear: both;
	height: auto;
	font-weight: 400;
	color: #1271bb;
	font-size: 13px;
	min-height: 35px;
	line-height: 14px;
	-webkit-margin-before: 0em;
	min-height: 30px;
}
#category-description.content-block li .features p strong {
	font-weight: 900;
	color: #1271bb;
}
#category-description.content-block li .info {
	width: 80%;
	float: left;
	text-align: left;
}
#category-description.content-block li .info h3 {
	font-size: 1.05em;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 0em;
}
#category-description.content-block li .info p {
	-webkit-margin-before: 0em;
}
#category-description.content-block li .price, #category-description.content-block li .prices {
	width: 20%;
	float: left;
	text-align: right;
	font-weight: 900;
}
#category-description.content-block ul.nav-element-5col .info {
	width: 70%;
}

#category-description.content-block ul.nav-element-5col .price {
 	width: 30%;
 }
 
 #category-description.content-block ul.nav-element-3col li .price p, #category-description.content-block ul.nav-element-4col li .price p, #category-description.content-block ul.nav-element-5col li .price p, #category-description.content-block ul.nav-element-3col li .prices p, #category-description.content-block ul.nav-element-4col li .prices p, #category-description.content-block ul.nav-element-5col li .prices p {
	font-size: 20px;
	line-height: 3px;
	color: red;
}
#category-description.content-block li .price p span, #category-description.content-block li .prices p span {
	font-size: 12px;
	color: red;
}
#category-description.content-block li .price.liners p span, #category-description.content-block li .prices.liners p span {
	font-size: 20px;
}
#category-description.content-block ul.noborder li span.bluebrowsebtn {
	/*width: 80%;*/
	width: 100%;
}

/** MANUFACTURERS / ABOUT INFO ***/
.ow.grey #category-description.content-block ul.nav-element-3col.noborder li {
	background: transparent;
}
#category-description.content-block li h3 {
	font-weight: 400;
	font-size: 1.2em;
}
#category-description.content-block ul.fullwidth li p {
	line-height: 22px;
	font-size: 12px;
}


/* ============================================================================ */
/* ABOVEGROUND  */

#category-description.content-block ul.nav-element-3col.noborder li img.ag-icon {
	position: absolute;
	margin: 0;
	padding: 0;
	right: 5px;
	margin: -60px 0 0 0;
	width: 80px;

	border-radius: 4px 0 0 0;
	padding: 10px;
	bottom: 50%;
}

#category-description.content-block ul.nav-element-3col picture.ag-icon {
	position: absolute;
	right: 5px;
	margin: -60px 0 0 0 !important;
	width: 80px;
	border-radius: 4px 0 0 0;
	padding: 10px;
	bottom: 47%;
}


#category-description ul.ab-feature-list {
	text-align: center;
	margin: 0 0 20px 0;
}

#category-description ul.ab-feature-list li {
	display: inline-block!important;
	text-align: center!important;
	width: 30%!important;
	background-color: transparent!important;
	padding: 0!important;
	margin: 0!important;
	font-size: 12px;
	font-weight: 800;
	float: none!important;
	vertical-align: top;
	color: #0a51a8;
	position: relative;
	white-space: nowrap;
}
#category-description.content-block ul.nav-element-3col.noborder.models > li {
	transition: 0.5s;
	border: 1px solid transparent;
}
#category-description.content-block ul.nav-element-3col.noborder.models > li:hover {
	background-color: #f6f9fc!important;
	border: 1px solid #f1f1f1;
}

#category-description ul.ab-feature-list li.full-length {
	display: inline-block!important;
	text-align: center!important;
	width: 60%!important;
	background-color: red !important;
	padding: 0!important;
	margin: 0!important;
	font-size: 12px;
	font-weight: 800;
	float: none!important;
	vertical-align: top;
	color: #fff!important;
	text-shadow: none!important;
	position: relative;
	white-space: nowrap;
}
#category-description ul.ab-feature-list li.full-length strong {
	color: #fff!important;
	text-shadow: none!important;
}

/*#category-description ul.ab-feature-list li:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: -7px;
	z-index: 99;
	border-radius:10px;
	top: 40%;
	background-color: #f20;
}
#category-description ul.ab-feature-list li:first-child:after {
	display: none;
}*/

#category-description ul.ab-feature-list li strong {
	width: 100%;
	display: block;
	font-size: 16px;
	font-weight: 100;
	color: #006fb7;
	text-shadow: 0 1px 1px #fff;
}
#category-description h2.product-title {
	margin: 0;
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-shadow: 0 1px 1px #fff;
}

#category-description.content-block p.starting-price {
	font-size: 22px!important;
	
	display: inline-block!important;
	width: 100%;
	margin: 0;
	text-transform: uppercase;
	font-weight: 800;
	color: #f20;
	display: inline-block;
	line-height: 30px;
	text-shadow: 0 1px 1px #fff;
	display: block;
}
#category-description.content-block p.starting-price span {
	color: #333;
	font-weight: 300;
	font-size: 14px;
}
#category-description.content-block ul.nav-element-3col.noborder.models li a span.bluebrowsebtn {
	margin: 0 0 40px 0;
}

#category-description.content-block ul.nav-element-3col.noborder.models .badge.empty {
	display: inline-block;
	margin: 0 auto;
}

#category-description.content-block a.centerlink {
	display: block !important;
}

#category-description.content-block .button.blue.center {
	display: block !important;
	width: 300px;
	margin: 0 auto;
	float: none;
	text-align: center;
}
#category-description.content-block .button.blue.center:hover {
	cursor: pointer;
}

#category-description.content-block .button.red.center {
	display: block !important;
	width: 300px;
	margin: 0 auto;
	float: none;
	text-align: center;
}
#category-description.content-block .button.red.center:hover {
	cursor: pointer;
}

#category-description.content-block ul.models .button.blue {
	color: #fff;
	padding: 10px 40px;
	border-radius: 3px;
	margin: 10px 0 0 0;
	box-shadow: 0px 1px 1px #fff;
	cursor: pointer;
}

/*** SCROLLING GALLERIES ***/

#category-description.content-block .Gallery-Scroll {
	width: 100%;
	text-align: left;
	height: 300px;
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	padding-bottom: 40px;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	cursor: grab;
}
#category-description.content-block .Gallery-Scroll::-webkit-scrollbar {  
	display: none;
}
#category-description.content-block .Gallery-Scroll img {
	display: inline;
	width: auto;
	height: 96%;
	padding: 0 10px;
}
#category-description.content-block .Gallery-Scroll:before, #category-description.content-block .Gallery-Scroll:after {
	top: 55%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#category-description.content-block .Gallery-Scroll:after {
	border-color: rgba(0, 0, 0, 0);
	border-left-color: #000000;
	border-width: 10px;
	margin-top: 0px;
	left: 100%;
	margin-left: 5px;
}
#category-description.content-block .Gallery-Scroll:before {
	border-color: rgba(0, 0, 0, 0);
	border-right-color: #000000;
	border-width: 10px;
	margin-top: 0px;
	right: 100%;
}


/*** ABOUT CONFIGURATOR BLOCK ***/

.ow.agconfigbox {
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 35%;
}
.ow .iw iframe {
	max-width: 100%;
}
#category-description.content-block .configuration-info {
	width: 60%;
	display: block;
	float: left;
	position: relative;
}
#category-description.content-block .configuration-info ul li {
	list-style: none;
	width: 46%;
	float: left;
	margin: 2%;
	text-align: center;
	vertical-align: top;
}
#category-description.content-block .configuration-info ul li h3 {
	font-weight: 400;
	font-size: 1.2em;
}
#category-description.content-block .configuration-info ul li p {
	font-weight: 100;
	font-size: 13px;
	line-height: 22px;
}
#category-description.content-block .configuration-info span.bluebrowsebtn {
	display: block;
	margin: 0 auto;
	position: relative;
	font-size: 18px;
	width: 170px;
	margin-bottom: 25px;
}
.ow.bigredbox {
	background: red;
	text-transform: uppercase;
	padding: 10px 0;
}
.ow.bigredbox a {
	color: #d9d9d9 !important;
	text-decoration: underline !important;
}
.ow.nopadding #category-description.content-block {
	padding: 50px 0 0 0;
}
.ow.nopaddingpools #category-description.content-block {
	padding: 5px 0 0 0;
}
.ow.bigredbox #category-description.content-block {
	padding: 0;
}
.ow.bigredbox #category-description.content-block p {
	color: white;
	font-weight: 900;
	font-size: 22px;
	text-align: center;
}
.ow.bigredbox.img img {
	display: block;
	float: left;
	margin-right: 2%;
	max-width: 20% !important;
	height: auto;
	border: 0;
	padding: 10px 0;
}
/*.ow.bigredbox.img #category-description.content-block p {
	text-align: left;
}
.ow.bigredbox.img #category-description.content-block .time-frame-wrap {
	display: inline-block !important;
	float: left !important;
	text-align: left !important;
	width: auto !important;
	margin: inherit;
}*/
.ow.bigredbox #category-description.content-block .time-frame-wrap {
	display: block;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	color: #fff !important;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-transform: uppercase !important;
	line-height: 30px;
}
.ow.bigredbox #category-description.content-block .time-frame-wrap span {
	font-size: 1.3em;
	display: block;
	clear: both;
}
.ow.bigredbox #category-description.content-block .time-frame-wrap span strong {
	font-size: 1.6em;
	display: block;
	clear: both;
}

/*** POOL GALLERY ***/

.ow .iw.fullwidth {
	max-width: 98%;
}
.ow .iw.fullwidth p {
	text-align: center;
}
.collage {
    padding: 10px;
}
.collage img {
    vertical-align: bottom;
	padding: 6px;
}
/*** POOL CATCH ALL BOX ***/

.ow.blue.poolcatchall {
	background-color: #09559c;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 0 10px 0;
}
#category-description.content-block.pagecatchall h2, #category-description.content-block.pagecatchall p {
	padding: 20px 0;
	text-align: center;
	color: white;
}
#category-description.content-block.pagecatchall form {
	/*max-width: 80%;*/
	max-width: 50%;
	display: block;
	margin: 0 auto;
}
#category-description.content-block.pagecatchall form input[type="submit"].button {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	float: none;
	border: 1px solid #fff !important;
	margin-top: 15px;
	margin-bottom: 25px;
}
#category-description.content-block.pagecatchall span.bluebrowsebtn {
	background: white;
	color: #09559c;
	margin: 0 auto;
	display: block;
	font-size: 18px;
	width: 170px;
	margin-bottom: 25px;
}
#category-description.content-block.pagecatchall form {
	/*max-width: 70%;*/
	max-width: 50%;
	display: block;
	margin: 0 auto;
}

#category-description.content-block.pagecatchall input[type="submit"].button {
	border: 1px solid white !important;
	margin: 0 auto;
	display: block !important;
	text-align: center;
}
#category-description.content-block.pagecatchall form .half select {
	width: 100%;
	padding: 5px 8px;
}
#category-description.content-block.pagecatchall form .dynamic-label-select-wrap:before {
	height: 100%;
	top: 0%;
	line-height: 36px;
}
#category-description.content-block.pagecatchall form .dynamic-label-select-wrap.half:before {
	height: 63%;
	line-height: 36px;
	top: 18%;
}
.ow.blue.poolcatchall .dynamic-label-select-wrap select.dynamic-label-select {
	width: 100% !important;
	padding: 6px 8px !important;
}
.ow.blue.poolcatchall .dynamic-label-select-wrap:before {
	line-height: 26px;
}


/*** SAFETY COVERS ***/
.Collage {
	margin: 50px 0;
}
.Collage a {
	box-sizing: border-box;
}
.Collage a img {
	margin: 10px;
}

.safety-cover div.content-block {
	text-align: center;
	padding: 0;
}

.ow.safety-cover {
	padding: 60px 0;
	text-align: center;
}
.ow.safety-cover.bottomzero {
	padding: 60px 0 20px 0;
}
.ow.safety-cover.topzero {
	padding: 0;
}
.ow.safety-cover.scbgimg {
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/winter/scnewfeatbg.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.ow.safety-cover.scbgimg .iw h2, .ow.safety-cover.scbgimg .iw h3, .ow.safety-cover.scbgimg .iw p, .ow.safety-cover.scbgimg .iw p.centertext, #category-description.content-block .ow.safety-cover.scbgimg ul li p, #category-description.content-block .ow.safety-cover.scbgimg ul li p a, #category-description.content-block .ow.safety-cover.scbgimg ul li a p {
	color: #fff !important;
	text-shadow: 1px 1px 1px #000 !important;
}
#category-description.content-block .ow.safety-cover.scbgimg .iw a.shopnowbtn, .ow.safety-cover.scbgimg .iw.wintersupplies .winter-product-listing ul li a.shopnowbtn {
	border: 1px solid #fff !important;
	color: #fff !important;
}

p.centertext strong span.blue {
	color: #0251a8 !important;
	font-weight: inherit;
}

.ow.safety-cover h2 {
	margin: 0;
	padding: 0;
	display: inline-block;
	font-size: 38px!important;
	font-weight: 900!important;
	text-transform: uppercase!important;
}

.ow.safety-cover .feature-box-sc ul, .ow.safety-cover .three ul {
	margin: 50px 0!important;
	padding: 0;
}

/* FORM */

form.safety-cover-form {
	text-align: center;
	margin: 0 auto;
}
form.safety-cover-form .pool-shape-wrap img {
	width: 100%;
	height: auto;
}

form.safety-cover-form .pool-shape-wrap {
	display: inline-block;
	width: 200px;
	vertical-align: top;
}

form.safety-cover-form .pool-shape-wrap h4 {
	margin: 0;
	font-size: 14px;
	text-transform: capitalize;
}

form.safety-cover-form .pool-shape-wrap h4.size-btn {
	display: block;
	background: #016fbe;
	color: #fff !important;
	width: 90%;
	margin: 1% 4%;
	padding: 2%;
	display: block;
	transition: all 0.3s ease-in-out;
}
form.safety-cover-form .pool-shape-wrap h4.size-btn:hover {
	opacity: 0.7;
	cursor: pointer;
}

form.safety-cover-form .pool-shape-wrap input {
	display: none;
}

form.safety-cover-form .pool-shape-wrap label {
	display: block;
	padding: 10px;
	margin: 5px;
	cursor: pointer;
	border-radius: 4px;
	transition: 0.1s;
	min-height: 50px;
}

form.safety-cover-form .pool-shape-wrap label:hover {
	background-color: #fff;
}

form.safety-cover-form .pool-shape-wrap input:checked ~ label {
	background-color: #fff;
	box-shadow:inset 0px 0px 1px #333;
}

.safety-cover-product {	
	display: inline-block;
	margin: 10px;
	padding: 10px;
	width: 200px;
	background-color: #f20;	
}

.safety-cover .sc-top-text-wrap {
	display: block;
	max-width: 800px;
	height: auto;
	clear: both;
	margin: 0 auto;
	border-top: 1px solid #f1f1f1;
	padding: 20px 0 0 0;
}

.safety-cover .content-block p.centertext {
	display: inline-block;
	max-width:800px;
	border-top: 1px solid #f1f1f1;
	padding: 20px 0 0 0;
}

.safety-cover .content-block p.leftalign {
	display: inline-block;
	float: left;
	width: 55%;
	vertical-align: middle;
	text-align: left;
	margin-left: 4%;
}
.safety-cover .content-block img.rightalign {
	display: inline-block;
	width: 32%;
	margin-left: 5%;
	float: left;
	vertical-align: middle;
	height: auto;
}
.safety-cover .safety-cover-config-wrap {
	padding: 0 0 60px 0;
}

/*** NO COVER OPTIONS AVAILABLE BOX ***/

.no-option-container {
	width: 80%;
	margin: 0 auto;
	margin-top: 10px;
	padding: 2% 2% 4% 2%;
	text-align: center;
	clear: both;
	background: #f6f9fc;
}
.no-option-container p {
	margin-top: 10px;
	font-size: 18px;
	line-height: 24px;
}
.no-option-container a.button.red {
	font-size: 17px;
	padding: 15px 20px;
}

/* ARROW WRAP */

.arrow-wrap {
	text-align: center;
	display: inline-block;
	position: relative;
	margin: 50px 0 50px 0;
}

.arrow-wrap .arrow {
	display: inline-block;
	background-color: #6d7c89;
	width: 170px;
	height: 50px;
	line-height: 14px;
	position: relative;
	color: #fff;
	font-size: 11px;
	padding: 10px 0 0 40px;
	text-align: left;
	margin: 0 20px 0 -10px;
}
.arrow-wrap .arrow span {
	float: left;
	width: 100%;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
}

.arrow-wrap .arrow:before {
	border-left: 15px solid #fff;
	border-right: 15px solid transparent;
	border-bottom: 25px solid transparent;
	border-top: 25px solid transparent;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 0 0 0px;
}

.arrow-wrap .arrow:after {
	border-left: 15px solid #6d7c89;
	border-right: 15px solid transparent;
	border-bottom: 25px solid transparent;
	border-top: 25px solid transparent;
	content: "";
	position: absolute;
	top: 0;
	right: -30px;
	margin: 0 0 0 0px;
	
}

.arrow-wrap .arrow.active {
	background-color: #016fbe;
}
.arrow-wrap .arrow.active:after {
	border-left: 15px solid #016fbe;
}

.arrow-wrap .arrow.done {
	background-color: #b9e8cb;
}
.arrow-wrap .arrow.done:after {
	border-left: 15px solid #b9e8cb;
}

.arrow-wrap .arrow.disabled {
	background-color: #f1f1f1;
	color: #ccc;
}
.arrow-wrap .arrow.disabled:after {
	border-left: 15px solid #f1f1f1;
}

/* RETURSN */

#returns .tab.show  {
	padding: 16px;
}

#returns .tabs-wrap .tabs-controls-list li {
	padding: 16px 20px;
	font-size: 12px;
}

/* CONFIG SCHEDULE */

.config-cover-list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	position: relative;	
	text-align: center;
}

.config-cover-list > li {	
	width: calc(25% - 16px);
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
	border: 1px solid #c9c9c9;
	border-radius: 2px;
	min-height: 800px;
	margin: 30px 5px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	transition: 0.2s;
	position: relative;
	
	min-width: 250px;
}

ul.config-cover-list.five-wide {
	margin: 0;
	padding: 8px 2px;
}
.config-cover-list.five-wide > li {
	width: calc(20% - 16px);
	min-width: inherit;
	margin: 10px 5px;
	min-height: 720px;
}

.config-cover-list.five-wide > li ul.check-list li {
	grid-template-columns: 10px auto !important;
}

@media (max-width: 1025px) {
	.config-cover-list.five-wide > li {
		width: calc(33% - 16px);
		min-width: inherit;
	}
}

@media (max-width: 767px) {
	.config-cover-list.five-wide > li {
		width: calc(82% - 16px);
		padding: 10px;
		min-height: 615px;
	}
	.config-cover-list.five-wide > li h3:after {
		display: none !important;
	}
	.config-cover-list.five-wide > li ul.check-list {
		display: initial !important;
	}
}

@media (max-width: 376px) {
	.config-cover-list.five-wide > li {
		width: calc(91% - 16px);
		min-height: 615px;
	}
}

@media (max-width: 321px) {
	.config-cover-list.five-wide > li {
		width: calc(96% - 16px);
		min-height: 635px;
	}
}

.config-cover-list > li.most-popular {
	background-color: #fff;
	margin: 10px;
	min-height: 840px;
	border: 1px solid #0aaee5;
	border-top: 20px solid #0aaee5;
	border-bottom: 20px solid #0aaee5;
}


.config-cover-list > li:hover {
	background-color: #fff;
	transform: scale(1.03);
}

.config-cover-list > li h3 {
	margin: 0;
	height: 40px;
	line-height: 20px;
	text-align: center;
	margin: 10px 0 0 0;
	white-space: normal;
}

.config-cover-list > li > img {
	width: 100%;
	height: auto;
}

.config-cover-list > li ul.cover-swatches {
	list-style: none;
	padding: 0;
}

.config-cover-list > li ul.cover-swatches li {
	display: inline-block;
	width: 24%;
	width: calc(25% - 8px);
	margin: 2px;
}
.config-cover-list > li ul.cover-swatches li img {
	width: 100%;
	height: auto;
	min-height: 55px;
	cursor: pointer;
}
.config-cover-list > li .price {
	font-size: 24px;
	font-weight: 700;
	margin: 10px 0 0 0;
	display: inline-block;
	color: #ff2201;
}
 
.config-cover-list > li ul.check-list {
	list-style: none;
	text-align: left;
	padding: 0 0 0 20px;
}
.config-cover-list > li ul.check-list li {
	font-size: 12px;
	margin: 0 0 10px;
	line-height: 18px;
}
.config-cover-list > li ul.check-list li:before {
	content: "\e814"; 
    font-family: psc;
    display: inline-block;
	margin-left: -1.6em; /* same as padding-left set on li */
	width: 1.6em;
	color: #0152a8;
}

.config-cover-list > li .button {
	position: absolute;
	bottom: 20px;
	width: 100%;
	width: calc(100% - 40px);
	margin: 0;
	left: 20px;
	padding: 16px 0;
}

body#empty_category-27.empty_category.body.sandbox-1.user-0.lang-code-en div.ow.safety-cover div.iw div.content-block p.disclaimer {
	max-width: 540px;
	display: block;
	margin: 50px auto 0 auto;
	font-size: 12px;
	line-height: 20px;
}

.safety-cover iframe{
	max-width: 100%;
	margin: 30px 0 0 0;
}

/* FAQ LIST */

.faq-list {
	list-style: none;
	padding: 0;
	margin: 50px 0;
	text-align: center;
}
.faq-list li {
	display: inline-block;
	width: 45%;
	text-align: left;
	margin: 20px;
	vertical-align: top;
}
.faq-list h4 {
	float: left;
	width: 100%;
	margin: 0 0 5px;
}
.faq-list h4 span {
	background-color: #0cc0c3;
	display: block;
	float: left;	
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 40px;
	margin: -10px 10px 0 -10px;
	color: #fff;
}
.faq-list p {
	vertical-align: top;
}

/* HOVER IMAGE */

.hover-image-wrap {
	position: relative;
	display: inline-block;
	/*margin: -70px 0 20px 0;*/
	margin: 0px 0 20px 0;
}
.hover-image-wrap img {
	width: 100%;
}
	
.hover-image-wrap .hover-point {
	position: absolute;
	display: block;
	transition: 0.2s;
	margin: -40px 0 0 -20px;
	background-color: #0cc0c3;
	border-radius: 40px;
	padding:0 10px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	opacity: 0.8;
	box-shadow: 0px 2px 6px #444;
}

/* BRASS ANCORS */
.hover-image-wrap .point0 {
	/*top: 71%;
	left: 60%;*/
	top: 89%;
	left: 26%;
}
/* INSTALLATION BAR */
.hover-image-wrap .point1 { 
/*	top: 90%;
	left: 20%;*/
	
	
	/*top: 71%;
	left: 79%;*/
	
	top: 55%;
	left: 9%;
	
}
/* ALLEN KEY */
.hover-image-wrap .point2 {
/*	top: 71%;
	left: 70%;*/
	
	/*top: 80%;
	left: 20%;*/
	
	top: 80%;
	left: 32%;
}
/* TAMPING TOOL */
.hover-image-wrap .point3 {
	/*top: 71%;
	left: 79%;*/
	
	/*top: 65%;
	left: 10%;*/
	
	top: 68%;
	left: 26%;
}
/* SPRING */
.hover-image-wrap .point4 {
	/*top: 55%;
	left: 80%;*/
	
	top: 26%;
	left: 27%;
}
/* INSTALL BAR */
.hover-image-wrap .point5 {
	/*top: 5%;
	display: none;
	left: 80%;*/
	
	/*top: 60%;
	left: 37%;*/
	top: 60%;
	left: 60%;
}
/* ALLEN KEY */
.hover-image-wrap .point6 {
	/*top: 75%;
	left: 4.5%;*/
}
/* DECK TUBES */
.hover-image-wrap .point7 {
	top: 32%;
	left: 4.5%;
}
/* BUCKLE */
.hover-image-wrap .point8 {
	top: 62%;
	left: 22%;
}
/* DRING */
.hover-image-wrap .point9 {
	top: 32%;
	left: 46%;
}
/* DRING CLIP */
.hover-image-wrap .point10 {
	top: 64%;
	left: 51%;
}
/* DECK TUBES */
.hover-image-wrap .point11 {
	top: 60%;
	left: 11%;
}
/* ONSTRUCTION HOOK */
.hover-image-wrap .point12 {
	top: 37%;
	left: 75%;
}
/* CABLE  */
.hover-image-wrap .point13 {
	top: 48%;
	left: 60%;
}
/* CABLE SUPPORT */
.hover-image-wrap .point14 {
	top: 70%;
	left: 35%;
}
/* Tamping Tool */
.hover-image-wrap .point15 {
	top: 56%;
	left: 30%;
}
/* ONSTRUCTION ANCOR */
.hover-image-wrap .point16 {
	top: 76%;
	left: 83%;
}

.hover-image-wrap .hover-point i {
	float: left;
	color: #fff;
}

.point-content {
	float: left;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	width: 0px;
	transition: 0.2s;
	font-size: 12px;
	border-radius: 40px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
}

.hover-image-wrap .hover-point:hover {
	border-radius: 40px;
	z-index: 999;
	opacity: 1;
}
	
.hover-image-wrap .hover-point:hover .point-content {
	width: 150px;
}

.inclued-list {
	max-width: 500px;
	margin: 0 auto;
	word-wrap: break-word;
	overflow-wrap: break-word;
	
	-webkit-hyphens: none;
	-moz-hyphens: auto;
	hyphens: auto;

	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
	
/* POOL SUPPLIES SAFETY COVER EXAMPLE */

.large-icon-list {
	list-style: none;
	padding: 0;
	margin: 50px 0;
	text-align: center;
}

.large-icon-list li {
	width: 32%;
	padding: 30px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid #ccc;
	min-height: 360px;
}

.large-icon-list li img {
	width: 200px;
	max-width: 100%;
}

.large-icon-list li:first-child {
	border-left: none;
}
.icon-feature-list {
	list-style: none;
	padding: 0;
	margin: 50px 0;
	text-align: center;
}
.icon-feature-list li {
	width: 190px;
	padding: 10px;
	display: inline-block;
	vertical-align: top;
}
.icon-feature-list li img {
	width: 130px;
}

.icon-feature-list li p, .large-icon-list li p {
	font-size: 12px;
	line-height: 20px;
	color: #666;
}



/*** INGROUND LINERS PAGE 2020 ***/

.content-block div.config-option-wrap.igls {
	max-width: 100%;
	margin: 0 auto;
}
.content-block div.config-option-wrap.igls .igl-shape-wrapper {
	max-width: 900px;
	margin: 0 auto;
}
#category-description.content-block .iglinerlistcontainer .filter.iglinerfilterbar {
	display: none !important;
}
.ow .iw .igl-liner-type {
	display: block;
	width: 23%;
	padding: 1%;
	float: left;
	text-align: center;
}
.ow .iw .igl-liner-type img {
	display: block;
	max-width: 85px;
	text-align: center;
	clear: both;
	margin: 0 auto;
}
.ow .iw .igl-liner-type h3, .ow .iw .igl-liner-type p {
	text-align: center;
	clear: both;
	display: block;
	width: 100%;
}
.ow .iw .igl-liner-type p {
	font-weight: 400;
	font-size: 13px;
}
.ow.red {
	background-color: #ED0200;
}
.ow.red h3, .ow.red p {
	margin: 10px;
	text-align: left;
	color: #fff;
}
.ow.red p {
	margin: 10px 10px 20px 10px;
}
.ow.red .made-in-canada-wrapper {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	width: 60%;
}
.ow.red img.igl-canada-badge {
	display: inline;
	vertical-align: middle;
	text-align: center;
	margin-left: 17%;
	margin-right: 2.5%;
	max-width: 90px;
}

/*** NEW WINTER LANDING PAGE ***/

.ow .iw.wintersupplies {
	position: relative;
}
.ow .iw.wintersupplies .snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial;
  text-shadow: 0 0 1px #000;
}
.ow .iw.wintersupplies .winter-product-listing ul, .ow .iw.wintersupplies .winter-product-listing ul li {
	list-style: none;
	list-style-type: none;
}
.ow .iw.wintersupplies .winter-product-listing ul li {
	display: block;
	width: 31%;
	padding: 1%;
	margin: 1%;
	float: left;
	text-align: center;
	transition: all 0.3s ease-in-out;
	border: 0;
}
.ow .iw.wintersupplies .winter-product-listing.twocol ul li {
	width: 46%;
}
.ow .iw.wintersupplies .winter-product-listing ul li a {
	border: 0;
}
.ow .iw.wintersupplies .winter-product-listing ul li:hover {
	transform: scale(1.03);
}
.ow .iw.wintersupplies .winter-product-listing ul.col6 li {
	width: 14.55%;
	margin: 1%;
	padding: 1%;
	box-sizing: border-box;
}
.ow .iw.wintersupplies #category-description.content-block .winter-product-listing ul.col6 li a.shopnowbtn {
	width: 120px;
}
.ow .iw.wintersupplies .winter-product-listing ul.col6 li h2 {
	min-height: 50px;
}
.ow .iw.wintersupplies .prods {
	width: 98%;
	display: block;
	margin: 1%;
	clear: both;
}
.ow .iw.wintersupplies ul.subcategories-list.winterprodlist {
	display: inline-block;
	max-width: 1000px;
	text-align: center;
	border-top: 1px solid #f1f1f1;
	padding: 20px 0 0;
	float: none !important;
}
.ow .iw.wintersupplies ul.subcategories-list.winterprodlist li {
	display: inline-block;
	float: none;
}

/*** PROMOTION PAGES ***/
/*** SPRING REBATES 2018 ***/

.ow .iw .springbox {
	width: 100%;
	padding: 3%;
	text-align: center;
	background-color: #d7fdff;
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/bg-texture-nineteen.png');
	background-position: center center;
}
.ow .iw .springbox h1 {
	position: absolute;
	left: -9999em;
}
.ow .iw .springbox img.headerimg {
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 3%;
}
.ow .iw .springbox .productwrap {
	width: 75%;
	display: block;
	margin: 0 auto;
	margin-bottom: 5%;
}
.ow .iw .springbox .productwrap .imagewrap {
	background: transparent;
	display: block;
	width: 39%;
	float: left;
	margin-right: -10%;
	z-index: 2;
	position: relative;
}
.ow .iw .springbox .productwrap:nth-of-type(2n+2) > .imagewrap {
	float: right;
	text-align: left;
	margin-right: -5%;
}
.ow .iw .springbox .productwrap .details {
	width: 66%;
	padding: 2%;
	display: block;
	float: left;
	background: #1f272e;
	color: white !important;
	text-align: center;	
}
.ow .iw .springbox .productwrap .details p {
	max-width: 80%;
	display: block;
	margin: 0 auto;
}
.ow .iw .springbox .productwrap .details h2, .ow .iw .springbox .productwrap .details p {
	color: white !important;
}
.ow .iw .springbox .productwrap .details h2 {
	font-weight: 900 !important;
	font-size: 1.6em !important;
	float: none !important;
	max-width: 80% !important;
	display: block !important;
	margin: 0 auto !important;
	clear: both !important;
	margin-bottom: 2% !important;
}
.ow .iw .springbox .productwrap .details .price h3, .ow .iw .springbox .productwrap .details .price-orig h3 {
	font-size: 2.2em;
	font-weight: 900;
	margin: 0;
}
.ow .iw .springbox .productwrap .details .price-orig h3, .ow .iw .springbox .productwrap .details .price-orig p {
	color: #18a3dd !important;
}
.ow .iw .springbox .productwrap .details .price-orig h3 {
	text-decoration: line-through;
}
.ow .iw .springbox .productwrap .details .price, .ow .iw .springbox .productwrap .details .price-orig {
	width: 50%;
	display: block;
	float: left;
}
.ow .iw .springbox .productwrap .details .price h3, .ow .iw .springbox .productwrap .details .price p {
	color: #ed1c24 !important;
}
.ow .iw .springbox .productwrap .details .price-orig.wide {
	width: 100%;
	float: none;
	clear: both;
}
.ow .iw .springbox .productwrap .details .price-orig.wide h3 {
	text-decoration: none;
}
.ow .iw .springbox .productwrap .details .price-orig p, .ow .iw .springbox .productwrap .details .price p {
	line-height: 17px;
}
.ow .iw .springbox .productwrap .details p.redshopbutton a {
	background-color: #f02226;
	margin: 0 auto;
	width: 140px;
	text-align: center;
	box-sizing: border-box;
	text-decoration: none;
	padding: 10px 20px;
	font-size: 14px;
	display: inline-block;
	font-weight: 500;
	transition: scale 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	color: white !important;
	margin-top: 10px;
}
.ow .iw .springbox .productwrap .details p.redshopbutton a:hover {
	background-color: #ca1d20;
	color: black;
	cursor: pointer;
}

/*** MOTHERS DAY 2018 ***/

.ow .iw .mothersdaybox {
	width: 100%;
	padding: 0;
	float: left;
	padding: 2% 0 0 0;
	text-align: center;
	background-color: #d7fdff;
}
.ow .iw .mothersdaybox h1 {
	position: absolute;
	left: -9999em;
}
.ow .iw .mothersdaybox img.headerimg {
	padding: 3%;
	max-width: 90% !important;
	display: block;
	margin: 0 auto;
}
.ow .iw .mothersdaybox .section {
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/moday18/bgtexture.jpg');
	background-position: top center;
	width: 100%;
	z-index: 1;
	position: relative;
	height: auto;
	padding-bottom: 4%;
	margin-top: -5%;
}
.ow .iw .mothersdaybox .section img.subtitle {
	float: left;
	display: block;
	clear: both;
}
.ow .iw .mothersdaybox .section .products {
	padding: 3%;
	width: 100%;
	clear: both;
	padding-top: 7%;
}
.ow .iw .mothersdaybox .sep {
	min-height: 100px;
	display: block;
	padding: 5%;
	width: 100%;
	z-index: 2;
	position: relative;
	margin-top: -5%;
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/moday18/tealline.png');
	background-position: center center;
	background-repeat: repeat-x;
	text-align: center;
}
.ow .iw .mothersdaybox .sep img {
	/*float: left;
	display: block;
	clear: both;*/
}

/*** VICTORIA DAY 2018 ***/

.ow .iw #category-description.content-block.victoriaday {
	padding: 30px 0;
}
.ow .iw .vicdaybox {
	width: 100%;
	padding: 0;
	float: left;
	padding: 2% 0 0 0;
	text-align: center;
	background-color: #d7fdff;
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/vicday2018/vicdaybg.jpg');
	background-repeat: repeat-y;
}
.ow .iw .vicdaybox .section {
	width: 100%;
	display: block;
	min-height: 550px;
}
.ow .iw .vicdaybox .section.vicdaymasthead {
	padding-top: 5%;
	padding-bottom: 5%;
}
.ow .iw .vicdaybox .section.vicdaymasthead h1 {
	position: absolute;
	left: -9999em;
}
.ow .iw .vicdaybox .section.vicdaymasthead img {
	display: block;
	margin: 0 auto;
	z-index: 1;
	text-align: center;
}
.ow .iw .vicdaywrapper {
	max-width: 90%;
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-top: 5%;
	margin-bottom: 5%;
}
.ow .iw .vicdaywrapper.first {
	margin-top: 0%;
}
.ow .iw .vicdaywrapper.full {
	max-width: 100%;
}
.ow .iw .vicdaywrapper.full img.mobileshow {
	display: none;
}
.ow .iw .vicdaywrapper .timer-container {
	display: block;
	background: black;
	border-top: 6px solid red;
	border-bottom: 6px solid red;
	margin-bottom: 3%;
}
.ow .iw .vicdaywrapper .timer-container h3 {
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.4em;
	letter-spacing: 1px;	
}
.ow .iw .vicdaywrapper .timer-container img {
	width: 45% !important;
	margin-bottom: 3%;
}
.ow .iw .vicdaywrapper.full .featured-ig-liner-patterns, .ow .iw .vicdaywrapper.full .featured-ig-liner-patterns.butterfly {
	background-repeat: repeat !important;
}
.ow .iw .vicdaywrapper .featured-ig-liner-patterns p a.shopnowbtn {
	background: #69c45e !important;
	display: block;
	padding: 3% 1%;
	margin: 0 auto;
	font-weight: 900;
	font-size: 1.2em;
}
.ow .iw .vicdaywrapper .featured-ig-liner-patterns.agclearance {
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/vicday2018/aglinerboxbg.png');
	background-position: center center;
	background-repeat: no-repeat;
}
.ow .iw .vicdaywrapper .featured-ig-liner-patterns.agclearance .content {
	background-color: rgba(13, 178, 186, 0.9);
}
.ow .iw .vicdaywrapper .featured-ig-liner-patterns.agclearance .content p a.shopnowbtn {
	background: red !important;
}

/*** FATHERS DAY 2018 ***/

.ow .iw .fathersdaybox {
	width: 100%;
	padding: 0;
	float: left;
	padding: 0;
	margin-top: -35px;
	text-align: center;
}
.ow .iw .fathersdaybox .countdown-container {
	background: #306DB8;
	width: 75%;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.ow .iw .fathersdaybox .countdown-container h3 {
	font-size: 1.6em;
	text-align: center;
	text-transform: uppercase;
	padding-top: 1%;
	margin: 0;
	color: white;
}
.ow .iw .fathersdaybox .countdown-container p {
	font-size: 1.1em;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 2%;
	margin: 0.5em;
	color: white;
	font-weight: 600;
	letter-spacing: 1px;
}
.ow .iw .fathersdaybox .countdown-container h3 a {
	text-decoration: none;
	color: white !important;
	padding-bottom: 1%;
	display: block;
}
.ow .iw .fathersdaybox .countdown-container img {
	margin-top: 2%;
	margin-bottom: 2%;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.ow .iw .fathersdaybox .countdown-container img.addcoupon {
	padding-bottom: 2%;
}
.ow .iw .fathersdaybox .section {
	background: #0cc0c3;
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/fathersday18/bgtexture-teal.png');
	background-repeat: repeat-y;
	padding: 2%;
	padding-bottom: 5%;
	position: relative;
}
.ow .iw .fathersdaybox .section:after {
	background: linear-gradient(-45deg, #fd7a0d 16px, transparent 0), linear-gradient(45deg, #fd7a0d 16px, transparent 0);
	background-position: left-bottom;
	background-repeat: repeat-x;
	background-size: 32px 32px;
	content: " ";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
}
.ow .iw .fathersdaybox .section.orange:after {
	background: linear-gradient(-45deg, #0cc0c3 16px, transparent 0), linear-gradient(45deg, #0cc0c3 16px, transparent 0);
	background-position: left-bottom;
	background-repeat: repeat-x;
	background-size: 32px 32px;
	content: " ";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
}
.ow .iw .fathersdaybox .section.orange {
	background: #fd7a0d;
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/fathersday18/bgtexture-orange.png');
	position: relative;
}
.ow .iw .fathersdaybox .section.orange.last:after {
	background: transparent !important;
}
.ow .iw .fathersdaybox .section h1 {
	position: absolute;
	left: -9999em;
}
.ow .iw .fathersdaybox .section .promo {
	width: 45%;
	float: left;
	display: block;
	text-align: center;
	border: 0;
}
.ow .iw .fathersdaybox .section .promosep {
	width: 10%;
	display: block;
	float: left;
	text-align: center;
	border: 0;
}
.ow .iw .fathersdaybox .section .promosep h3 {
	margin-top: 85%;
	font-size: 3.5em;
	color: white;
	font-weight: 900;
}

/*** START OF SUMMER TOY SALE 2018 ***/

.ow .iw .toybox {
	margin-top: -35px;
}
.ow .iw .toybox .section {
	width: 100%;
	padding: 2%;
	padding-bottom: 5%;
	position: relative;
}
.ow .iw .toybox .section:after {
	background: linear-gradient(-45deg, #fff 16px, transparent 0), linear-gradient(45deg, #fff 16px, transparent 0);
	background-position: left-bottom;
	background-repeat: repeat-x;
	background-size: 32px 32px;
	content: " ";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
}
.ow .iw .toybox .section.yellow.jaggedtop:before, .ow .iw .toybox .section.blue:before {
	background: linear-gradient(-140deg, #fff 16px, transparent 0), linear-gradient(140deg, #fff 16px, transparent 0);
	background-position: left-bottom;
	background-repeat: repeat-x;
	background-size: 32px 32px;
	content: " ";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
}
.ow .iw .toybox .section h1 {
	position: absolute;
	left: -9999em;
}
.ow .iw .toybox .section img.header-image {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-top: 5%;
	padding-bottom: 5%;
}
.ow .iw .toybox .section.yellow {
	background-color: #fbc24b;
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/toysale2018/geo-yellow-new.png');
	background-repeat: repeat-all;
}
.ow .iw .toybox .section.blue {
	background-color: #fbc24b;
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/toysale2018/geo-blue.png');
	background-repeat: repeat-all;
}
.ow .iw .toybox .section.scroll-bg {
	animation: animatedBackground 90s linear infinite;
	-webkit-animation: animatedBackground 90s linear infinite;
	background-repeat: repeat;
}
.ow .iw .toybox .section .toy-container {
	display: block;
	width: 40%;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 1%;
	margin-bottom: 1%;
	text-align: center;
	position: relative;
}
.ow .iw .toybox .section .toy-container img.toy {
	max-width: 90% !important;
	margin: 0 auto;
	text-align: center;
}
.ow .iw .toybox .section .toy-container img.toy.offset {
	/*margin-top: -10%;*/
}
.ow .iw .toybox .section .toy-container img.toy.bounce {
	animation: bounce 1.5s infinite alternate;
	-webkit-animation: bounce 1.5s infinite alternate;
}
.ow .iw .toybox .section .toy-container img.toy.offset.bounce {
	animation: bounceoffset 2s infinite alternate;
	-webkit-animation: bounceoffset 2s infinite alternate;
}
.ow .iw .toybox .section .toy-container .pricetag {
	border-radius: 50%;
	height: 140px;
	width: 140px;
	text-align: center;
	background: #036fbe;
	position: absolute;
	right: 0px;
	top: 8%;
	z-index: 3;
}
.ow .iw .toybox .section .toy-container .pricetag.low {
	top: 19%;
}
.ow .iw .toybox .section .toy-container .pricetag p {
	font-weight: 100;
	color: white;
	text-transform: uppercase;
	font-size: 1.3em;
	padding-top: 10%;
	text-align: center;
}
.ow .iw .toybox .section .toy-container .pricetag p.strong {
	font-weight: 900;
	color: white !important;
	text-transform: uppercase;
	font-size: 2.4em;
	padding-top: 0% !important;
	margin-top: 0% !important;
	text-align: center;
	line-height: 0em;
}
.ow .iw .toybox .section .toy-container .title {
	width: 95%;
	display: block;
	margin: 0 auto;
	text-align: center;
	background: #036fbe;
	padding: 1% 2%;
	clear: both;
}
.ow .iw .toybox .section .toy-container .title h2 {
	display: block !important;
	clear: both !important;
	color: white !important;
	text-transform: uppercase !important;
	margin: 0 !important;
	font-weight: 900 !important;
	float: none !important;
	font-size: 2.6em !important;
}
.ow .iw .toybox .section .toy-container .description {
	width: 95%;
	display: block;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	padding: 1% 2%;
	clear: both;
	min-height: 150px;
}
.ow .iw .toybox .section .toy-container .description p {
	color: #036fbe !important;
}
.ow .iw .toybox .section .toy-container .button {
	width: 95%;
	display: block;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	padding: 1% 2%;
	clear: both;	
}
.ow .iw .toybox .section .toy-container .button a {
	width: 50%;
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 3%;
	background: #fbc24b;
	color: #036fbe;
	padding: 4% 1%;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: 900;
}
.ow .iw .toybox .section.toys {
	width: 98%;
	margin: 1%;
	display: block;
	clear: both;
}
.ow .iw .toybox .section.toys .item-card a.button.blue {
	color: white !important;
}

/*** CANADA DAY 2018 ***/

.ow .iw .canbox {
	margin-top: -35px;
}
.ow .iw .canbox .section {
	width: 100%;
	padding: 2%;
	padding-bottom: 5%;
	position: relative;
}
.ow .iw .canbox .section h1 {
	position: absolute;
	left: -9999em;
}
.ow .iw .canbox .section img.header-image {
	display: block;
	margin: 0 auto;
	text-align: center;
	/*padding-top: 5%;*/
	padding-bottom: 2%;
}
.ow .iw .canbox .section .sec-content {
	position: relative;
	z-index: 3;
}
.ow .iw .canbox .section .sec-content .timer {
	width: auto;
	max-width: 63%;
	display: block;
	margin: 0 auto;
	background: rgba(255, 255, 255, 1.0);
	text-align: center;
}
.ow .iw .canbox .section .sec-content .timer h3 {
	color: #ff0f1e;
	text-transform: uppercase;
	font-weight: 900;
	text-align: center;
	padding-top: 2%;
}
.ow .iw .canbox .section .sec-content .timer img {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 2%;
}
.ow .iw .canbox .section .pattern {
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/canadaday2018/pattern-trans.png');
	background-repeat: repeat-all;
	/*mix-blend-mode: screen;*/
}
.ow .iw .canbox .section .pattern.scroll-bg {
	animation: animatedBackgroundRTL 90s linear infinite;
	-webkit-animation: animatedBackgroundRTL 90s linear infinite;
}
.ow .iw .canbox .section.topwave {
	background-color: #fff;
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/canadaday2018/top-wave.png');
	background-repeat: no-repeat;
	background-position: top center;
}
.ow .iw .canbox .section.wave {
	background-color: #fff;
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/canadaday2018/red-wave.png');
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 300px !important;
	padding-bottom: 220px !important;
}
.ow .iw .canbox .section .prod-container {
	display: block;
	width: 40%;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 1%;
	margin-bottom: 1%;
	text-align: center;
	position: relative;
	opacity: 1 !important;
}
.ow .iw .canbox .section .prod-container img.prod {
	max-width: 90% !important;
	margin: 0 auto;
	text-align: center;
	opacity: 1 !important;
}
.ow .iw .canbox .section .prod-container img.prod.bounce {
	animation: bounce 1.5s infinite alternate;
	-webkit-animation: bounce 1.5s infinite alternate;
}
.ow .iw .canbox .section .prod-container img.prod.offset.bounce {
	animation: bounceoffset 2s infinite alternate;
	-webkit-animation: bounceoffset 2s infinite alternate;
}
.ow .iw .canbox .section .prod-container .pricetag, .ow .iw .canbox .section .coupon-container .pricetag {
	border-radius: 50%;
	height: 140px;
	width: 140px;
	text-align: center;
	background: #ff0f1e;
	position: absolute;
	right: 0px;
	top: 8%;
	z-index: 3;
}
.ow .iw .canbox .section .prod-container .pricetag.low {
	top: 19%;
}
.ow .iw .canbox .section .coupon-container .coupon-img {
	width: 40%;
	margin-left: 5%;
	margin-right: 5%;
	display: block;
	float: left;
	text-align: center;
	position: relative;
}
.ow .iw .canbox .section .coupon-container .coupon-info {
	width: 36%;
	margin-left: 5%;
	margin-right: 5%;
	display: block;
	float: left;
	text-align: center;
	position: relative;
	padding: 2%;
}
.ow .iw .canbox .section .coupon-container .coupon-info img {
	padding-top: 5%;
	max-width: 99%;
	display: block;
	margin: 0 auto;
	text-align: center;
	border: 0 !important;
}
.ow .iw .canbox .section .prod-container .pricetag p, .ow .iw .canbox .section .coupon-container .coupon-img .pricetag p {
	font-weight: 100;
	color: white;
	text-transform: uppercase;
	font-size: 1.3em;
	padding-top: 10%;
	text-align: center;
}
.ow .iw .canbox .section .prod-container .pricetag p.strong, .ow .iw .canbox .section .coupon-container .coupon-img .pricetag p.strong {
	font-weight: 900;
	color: white !important;
	text-transform: uppercase;
	font-size: 2.4em;
	padding-top: 0% !important;
	margin-top: 0% !important;
	text-align: center;
	line-height: 0em;
}
.ow .iw .canbox .section .prod-container .title {
	width: 95%;
	display: block;
	margin: 0 auto;
	text-align: center;
	background: #414f5d;
	padding: 1% 2%;
	clear: both;
}
.ow .iw .canbox .section .prod-container .title h2 {
	display: block !important;
	clear: both !important;
	color: white !important;
	text-transform: uppercase !important;
	margin: 0 !important;
	font-weight: 900 !important;
	float: none !important;
	font-size: 2.2em !important;
}
.ow .iw .canbox .section .prod-container .description {
	width: 95%;
	display: block;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	padding: 1% 2%;
	clear: both;
	min-height: 150px;
}
.ow .iw .canbox .section .prod-container .description p {
	color: #414f5d !important;
}
.ow .iw .canbox .section .prod-container .button {
	width: 95%;
	display: block;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	padding: 1% 2%;
	clear: both;	
}
.ow .iw .canbox .section .prod-container .button a {
	width: 50%;
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 3%;
	background: #414f5d;
	color: #fff !important;
	padding: 4% 1%;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: 900;
}
.ow .iw .canbox .section.prods {
	width: 98%;
	margin: 1%;
	display: block;
	clear: both;
}
.ow .iw .canbox .section.prods .item-card a.button.blue {
	color: white !important;
}

/*** MUST HAVE ACCESSORIES 2018 ***/

.ow#trippin {
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/musthaves2019/newtile.png');
	background-repeat: repeat;
	background-color: #6b3b9b;
	position: relative;
	overflow: hidden;
}
.ow.scroll-bg#trippin {
	animation: animatedBackgroundRV 200s linear infinite;
	-webkit-animation: animatedBackgroundRV 200s linear infinite;
}
.ow#trippin:after {
	width: 110%;
	content: '';
	left: -5%;
	bottom: -290px;
	height: 345px;
	background-color: #fff;
	position: absolute;
	-ms-transform: rotate(3deg); 
	-webkit-transform: rotate(3deg); 
	transform: rotate(3deg)
}|
.ow .iw .accessorybox .section {
	width: 100%;
	padding: 2%;
	padding-bottom: 5%;
	position: relative;
}
.ow .iw .accessorybox h2.purple {
	font-size: 1.46em !important; 
	margin-top: 1%;
	color: #8050b0 !important;
	text-align: center !important;
	font-weight: 900 !important;
}
.ow .iw .accessorybox h1.slide {
	position: absolute;
	left: -9999em;
}
.ow .iw .accessorybox img.header-image {
	display: block;
	margin: 0 auto;
	text-align: center;
	/*padding-top: 5%;*/
	padding-bottom: 2%;
}
.ow .iw .accessorybox .sec-content {
	position: relative;
	z-index: 3;
	padding-bottom: 15%;
}
.ow .iw .accessorybox .sec-content .prod-container {
	display: block;
	width: 40%;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 4%;
	margin-bottom: 3%;
	text-align: center;
	position: relative;
	opacity: 1 !important;
}
.ow .iw .accessorybox .sec-content .prod-container img.prod {
	/*max-width: 90% !important;*/
	margin: 0 auto;
	text-align: center;
	opacity: 1 !important;
	max-height: 280px;
	width: auto;
}
.ow .iw .accessorybox .sec-content .prod-container img.prod.bounce {
	animation: bounce 1.5s infinite alternate;
	-webkit-animation: bounce 1.5s infinite alternate;
}
.ow .iw .accessorybox .sec-content .prod-container img.prod.offset.bounce {
	animation: bounceoffset 2s infinite alternate;
	-webkit-animation: bounceoffset 2s infinite alternate;
}
.ow .iw .accessorybox .sec-content .prod-container .pricetag, .ow .iw .accessorybox .sec-content .coupon-container .pricetag {
	border-radius: 50%;
	height: 140px;
	width: 140px;
	text-align: center;
	background: #0cc0c3;
	position: absolute;
	right: 0px;
	top: 8%;
	z-index: 3;
}
.ow .iw .accessorybox .sec-content .prod-container .pricetag.low {
	top: 19%;
}
.ow .iw .accessorybox .sec-content .prod-container .pricetag p {
	font-weight: 100;
	color: white;
	text-transform: uppercase;
	font-size: 1.3em;
	padding-top: 10%;
	text-align: center;
}
.ow .iw .accessorybox .sec-content .prod-container .pricetag p.strong, .ow .iw .accessorybox .sec-content .coupon-container .coupon-img .pricetag p.strong {
	font-weight: 900;
	color: white !important;
	text-transform: uppercase;
	font-size: 2.05em;
	padding-top: 0% !important;
	margin-top: 0% !important;
	text-align: center;
	line-height: 0em;
}
.ow .iw .accessorybox .sec-content .prod-container .title {
	width: 95%;
	display: block;
	margin: 0 auto;
	text-align: center;
	background: #0cc0c3;
	padding: 1% 2%;
	clear: both;
}
.ow .iw .accessorybox .sec-content .prod-container .title h2 {
	display: block !important;
	clear: both !important;
	color: white !important;
	text-transform: uppercase !important;
	margin: 0 !important;
	font-weight: 900 !important;
	float: none !important;
	font-size: 2.2em !important;
}
.ow .iw .accessorybox .sec-content .prod-container .description {
	width: 95%;
	display: block;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	padding: 1% 2%;
	clear: both;
	min-height: 150px;
}
.ow .iw .accessorybox .sec-content .prod-container .description p {
	color: #414f5d !important;
}
.ow .iw .accessorybox .sec-content .prod-container .button {
	width: 95%;
	display: block;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	padding: 1% 2%;
	clear: both;	
}
.ow .iw .accessorybox .sec-content .prod-container .button a {
	width: 50%;
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 3%;
	background: #fc192a;
	color: #fff !important;
	padding: 4% 1%;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: 900;
}
.ow .iw .accessorybox .section.prods {
	width: 98%;
	margin: 1%;
	display: block;
	clear: both;
}
.ow .iw .accessorybox .section.prods .item-card a.button.blue {
	color: white !important;
}
.ow .iw .accessorybox .section.prods .item-card {
	margin-bottom: 3% !important;
}

/*** AUGUST LONG WEEKEND SALE 2018 ***/

.ow .iw.augsale {
	background-repeat: repeat;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
.ow .iw.augsale:after {
	width: 110%;
	content: '';
	left: -5%;
	bottom: -290px;
	height: 345px;
	background-color: #fff;
	position: absolute;
	-ms-transform: rotate(3deg); 
	-webkit-transform: rotate(3deg); 
	transform: rotate(3deg);
}
.ow .iw.augsale#accessories {	
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/augweekend2018/bg-green.png');
	animation: animatedBackgroundRV 200s linear infinite;
	-webkit-animation: animatedBackgroundRV 200s linear infinite;
}
.ow .iw.augsale#pools {
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/augweekend2018/bg-blue.png');
	animation: animatedBackgroundRV 200s linear infinite;
	-webkit-animation: animatedBackgroundRV 200s linear infinite;
	padding-top: 100px;
}
.ow .iw.augsale#chemicals {
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/augweekend2018/bg-yellow.png');
	animation: animatedBackgroundRV 200s linear infinite;
	-webkit-animation: animatedBackgroundRV 200s linear infinite;
	padding-top: 100px;
}
.ow .iw.augsale#pools:before, .ow .iw.augsale#chemicals:before {
	width: 110%;
	content: '';
	left: -5%;
	top: -290px;
	height: 345px;
	background-color: #fff;
	position: absolute;
	-ms-transform: rotate(3deg); 
	-webkit-transform: rotate(3deg); 
	transform: rotate(3deg);	
	margin-top: -1px;
}
.ow .iw.augsale .content-block.nopadding, .ow .iw.augsale.nopadding {
	padding: 0 !important;
}
.ow .iw.augsale .content-block.nopadding {
	padding-top: 150px !important;
}
.ow .iw .augbox .section {
	width: 100%;
	padding: 2%;
	padding-bottom: 5%;
	position: relative;
}
.ow .iw .augbox .text-container {
	display: block;
	max-width: 700px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	background-color: rgba(0, 0, 0, .22);
	text-align: center;
}
.ow .iw.augsale .content-block.nopadding .augbox .text-container {
	margin-bottom: 3%;
}
.ow .iw .augbox .pool-images {
	width: 100%;
	display: block;
	height: auto;
	margin-top: 2%;
	margin-bottom: 2%;
	position: relative;
}
.ow .iw .augbox img.pool-img-left {
	float: left;
	display: block;
	position: absolute;
	margin-bottom: 0;
	padding-bottom: 0;
	left: 0;
	top: 15px;
	text-align: left;
	width: auto;
}
.ow .iw .augbox img.pool-img-right {
	float: right;
	display: block;
	position: absolute;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
	right: 0;
	top: 250px;
	width: auto;
	margin-top: -10px;
	z-index: 2;
}
.ow .iw .augbox img.couponcode {
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-top: 2%;
	position: relative;
	z-index: 3;
	transition: all 0.3s ease-in-out;
}
.ow .iw .augbox img.couponcode:hover {
	transform: scale(1.05);
}
.ow .iw .augbox a.shopnowbtn {
	transition: all 0.3s ease-in-out;
	font-weight: 900 !important;
	text-transform: uppercase;
}
.ow .iw .augbox a.shopnowbtn:hover {
	opacity: 0.75;
}
.ow .iw .augbox h2 {
	font-size: 2.6em !important; 
	margin-top: 1%;
	text-align: center !important;
	font-weight: 900 !important;
	text-transform: uppercase !important;
	color: #fff !important;
}
.ow .iw .augbox h3 {
	font-size: 1.6em !important; 
	margin-top: 1%;
	text-align: center !important;
	font-weight: 900 !important;
	text-transform: uppercase !important;
	color: #fff !important;	
}
.ow .iw .augbox h4 {
	font-size: 1.6em !important; 
	margin-top: 1%;
	text-align: center !important;
	font-weight: 900 !important;
	text-transform: uppercase !important;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	color: #fff !important;
}
.ow .iw .augbox .item-card h3 {
	color: #333 !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	text-transform: none !important;
}
.ow .iw .augbox h1.slide {
	position: absolute;
	left: -9999em;
}
.ow .iw .augbox img.header-image {
	display: block;
	margin: 0 auto;
	text-align: center;
	/*padding-top: 5%;*/
	padding-bottom: 2%;
}
.ow .iw .augbox .sec-content {
	position: relative;
	z-index: 3;
	padding-bottom: 15%;
}
.ow .iw .augbox .section.prods {
	width: 98%;
	margin: 1%;
	display: block;
	clear: both;
}
.ow .iw .augbox .section.prods .item-card a.button.blue {
	color: white !important;
}
.ow .iw .augbox .section.prods .item-card {
	margin-bottom: 3% !important;
}

/*** POOLSIDE GIVEAWAY CONTEST 2018 ***/

.ow .iw.poolsidegiveaway {
	background: #036fbe;
	padding: 0 !important;
	position: relative;
}
.ow .iw.poolsidegiveaway #category-description.content-block {
	padding: 0;
}
.ow .iw.poolsidegiveaway h1.slide {
	position: absolute;
	left: -9990em;
}
.ow .iw.poolsidegiveaway img.header-image {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-top: 3%;
	padding-bottom: 3%;
	max-width: 90% !important;
}
.ow .iw.poolsidegiveaway .content-wrap {
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/giveaway2018/bgtop.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}
.ow .iw.poolsidegiveaway ul.rules, .ow .iw.poolsidegiveaway ul.rules li {
	list-style: none;
	list-style-type: none;
} 
.ow .iw.poolsidegiveaway ul.rules li {
	display: block;
	width: 18%;
	float: left;
	text-align: center;
	margin: 1%;
}
.ow .iw.poolsidegiveaway ul.rules li:first-child {
	margin-left: 12%;
}
.ow .iw.poolsidegiveaway .contest-details {
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/giveaway2018/dot-screen.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-top: 4%;
	padding: 2%;
	padding-bottom: 5%;
	width: 96%;
	display: block;
	clear: both;
}
.ow .iw.poolsidegiveaway .contest-details .prize {
	position: relative;
	width: 40%;
	display: block;
	float: left;
	margin: 2%;
	margin-left: 6%;
}
.ow .iw.poolsidegiveaway .contest-details .prize .circle {
	position: absolute;
	top: 0;
	right: 0;
	height: 150px;
	width: 150px;
	border-width: 50%;
	border-radius: 50%;
	background: #ffcc06;
	color: #0251a8;
	text-align: center;
	font-size: 2.3em;
	font-weight: 900;
}
.ow .iw.poolsidegiveaway .contest-details .prize .circle span {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 100;
	display: block;
	clear: both;
	margin-top: 35px;
}
.ow .iw.poolsidegiveaway .contest-details .prize img {
	max-width: 96%;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.ow .iw.poolsidegiveaway .contest-details .how-it-works {
	position: relative;
	width: 38%;
	display: block;
	float: left;
	margin-left: 6%;
	margin-top: 3%;
	color: #fff;
	padding: 2%;
	background: -moz-linear-gradient(top, rgba(18,99,170,0.7) 0%, rgba(9,161,191,0.7) 100%);
	background: -webkit-linear-gradient(top, rgba(18,99,170,0.7) 0%,rgba(9,161,191,0.7) 100%);
	background: linear-gradient(to bottom, rgba(18,99,170,0.7) 0%,rgba(9,161,191,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b31263aa', endColorstr='#b309a1bf',GradientType=0 ); 
}
.ow .iw.poolsidegiveaway .contest-details .how-it-works h2 {
	text-transform: uppercase;
	color: #ffcc06 !important;
	text-align: center;
	font-weight: 900 !important;
	margin: 20px 0 !important;
	font-size: 1.6em !important;
}
.ow .iw.poolsidegiveaway .contest-details .how-it-works ul {
	list-style-type: disc !important;
}
.ow .iw.poolsidegiveaway .contest-details .how-it-works ul li {
	margin-left: 25px;
	color: #fff !important;
	margin-bottom: 10px;
	font-size: 15px;
}
.ow .iw.poolsidegiveaway .wave-container {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	background: #024891;
	height: 330px;
	margin-top: 20px;
}
.ow .iw.poolsidegiveaway .wave-container img.enter-button {
	position: absolute;
	z-index: 12;
	left: 25%;
	top: 10%;
	width: auto;
	border: 0;
	text-align: center;
}
.ow .iw.poolsidegiveaway .wave-container .wave-row {
	width: 3000%;
	position: absolute;
	height: 80px;
	z-index: 1;
	background-repeat: repeat-x;
}
.ow .iw.poolsidegiveaway .wave-container .wave-row.one {
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/giveaway2018/wave-one.png');
	bottom: 50px;
	z-index: 10;
	animation: animatedBackgroundRTL 2200s linear infinite;
}
.ow .iw.poolsidegiveaway .wave-container .wave-row.two {
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/giveaway2018/wave-two.png');
	bottom: 90px;
	z-index: 9;
	animation: animatedBackgroundLTR 1500s linear infinite;
}
.ow .iw.poolsidegiveaway .wave-container .wave-row.three {
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/giveaway2018/wave-three.png');
	bottom: 130px;
	z-index: 8;
	animation: animatedBackgroundRTL 2000s linear infinite;
}
.ow .iw.bottomwave{
  position: relative;
}
.ow .iw.bottomwave::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: repeat;
  height: 30px;
  background-size: 40px 40px;
  background-image: radial-gradient(circle at 20px -5px, transparent 22px, white 23px);
}
.ow .iw.poolsidegiveaway .wave-container:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background-repeat: repeat;
	height: 30px;
	background-size: 40px 40px;
	background-image: radial-gradient(circle at 20px -5px, #036fbe 22px, #024891 23px);
}
.ow .iw.contestrules {
	max-width: 1000px;
	display: block;
}

/*** SCRATCH N DENT SALE 2018 ***/

.ow .iw.scratchndent .content-block.bg {
	width: 100%;
	height: 100%;
	padding-top: 0;
}
.ow .iw.scratchndent .content-block.bg.orange {
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/scratchndent2018/bgtile.png');
	animation: animatedBackgroundRV 350s linear infinite;
}
.ow .iw.scratchndent .content-block.bg.blue {
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/scratchndent2018/bgtileblue.png');
	animation: animatedBackgroundRV 700s linear infinite;
}
.ow .iw.scratchndent h1.slide {
	position: absolute;
	left: -9999em;
}
.ow .iw.scratchndent img.header-img {
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 5%;
	margin-top: 5%;
}
.ow .iw.scratchndent .product {
	width: 80%;
	margin: 0 auto;
}
.ow .iw.scratchndent #category-description.content-block .product a.button {
	color: #fff !important;
}
.ow .iw.scratchndent .content-block.jaggedtop:before {
	background: linear-gradient(-140deg, #0cc0c3 16px, transparent 0), linear-gradient(140deg, #0cc0c3 16px, transparent 0);
	background-position: left-bottom;
	background-repeat: repeat-x;
	background-size: 32px 32px;
	content: " ";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
}
.ow .iw.scratchndent .content-block.blue.jaggedtop:before {
	background: linear-gradient(-140deg, #fbb43e 16px, transparent 0), linear-gradient(140deg, #fbb43e 16px, transparent 0);
	background-position: left-bottom;
	background-repeat: repeat-x;
	background-size: 32px 32px;
	content: " ";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
}
.ow .iw.scratchndent .content-block.jaggedbottom:after {
	background: linear-gradient(-45deg, #fff 16px, transparent 0), linear-gradient(45deg, #fff 16px, transparent 0);
	background-position: left-bottom;
	background-repeat: repeat-x;
	background-size: 32px 32px;
	content: " ";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px
}
.ow .iw.scratchndent #category-description.content-block a.shopnowbtn {
	border: 1px solid #fff;
	margin-top: 4% !important;
	transition: all 0.3s ease-in-out;
}
.ow .iw.scratchndent #category-description.content-block a.shopnowbtn:hover {
	background-color: #006fb7;
}

/*** LABOUR DAY 2018 ***/

.ow .iw.labourdayeighteen {
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/labourday2018/waterbg.png');
	background-repeat: repeat-x;
	background-color: #fff;
}
.ow .iw.labourdayeighteen #category-description.content-block.sctop {
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/labourday2018/scbg.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}
.ow .iw.labourdayeighteen h1.slide {
	position: absolute;
	left: -9999em;
}
.ow .iw.labourdayeighteen #category-description.content-block.sctop img.header-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: -30px;
}
.ow .iw.sccontent h1.beefy {
	font-size: 38px;
	font-weight: 900;
	text-transform: uppercase;
	color: #3f4e5d;
	margin: 0 0 20px;
	width: 100%;
}
.ow .iw.labourdayeighteen .time-frame-wrap {
	max-width: 1062px;
	padding: 10px;
	color: white;
	font-weight: 900;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 1.4em;
	background-color: rgba(40,65,62,0.40);
	margin-bottom: 0;
}
.ow .iw.labourdayeighteen .time-frame-wrap span.top {
	font-size: 1.7em;
}
.ow .iw a img.lbdrebatebtn {
	transition: all 0.3s ease-in-out;
}
.ow .iw a img.lbdrebatebtn:hover {
	cursor: pointer;
	opacity: 0.7;
}

/*** BLACK FRIDAY CYBER MONDAY 2018 ***/

.ow.blackfridaysale {
	background: #000 !important;
}
.ow.blackfridaysale .iw.bfcmbg {
	background-image: url(https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/bfcm2018/bfbg.png);
	background-position: top center;
	background-repeat: repeat;
}
.ow.blackfridaysale .iw.bfcmbg .slide {
	position: absolute;
	left: -9999em;
}
.ow.blackfridaysale .iw.bfcmbg img.header-img {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 2% 1%;
}

.ow.blackfridaysale .iw.bfcmbg .time-frame-wrap {
	text-align: center;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase !important;
	margin-bottom: 10px;
}
.ow.blackfridaysale .iw.bfcmbg .time-frame-wrap i {
	color: #fff;
}
.ow.blackfridaysale .iw.bfcmbg .time-frame-wrap strong#timer {
	color: #ff0f1e !important;
	font-size: 30px;
}

.ow.blackfridaysale .iw.bfcmbg .sale-item.coupon {
	display: block;
	margin: 1% 1%;
	width: 31%;
	box-sizing: border-box;
	border: 1px solid red;
	box-shadow: 0px 1px 2px red;
	text-align: center;
	float: left;
	min-height: 200px;
	position: relative;
}
.ow.blackfridaysale .iw.bfcmbg .sale-item.coupon a {
	display: block;
	margin-top: 10px;
}
.ow.blackfridaysale .iw.bfcmbg .sale-item.coupon a p, .ow.blackfridaysale .iw.bfcmbg .sale-item.coupon a p strong {
	color: #fff !important;
	line-height: inherit;
	padding: 0;
	margin: 0;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	text-transform: uppercase;
}
.ow.blackfridaysale .iw.bfcmbg .sale-item.coupon a h3 {
	font-size: 52px !important;
	color: #ff0f1e !important;
	line-height: inherit;
	padding: 0;
	margin: 0;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	text-transform: uppercase;
}
.ow.blackfridaysale .iw.bfcmbg .sale-item.coupon a p {
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
}
.ow.blackfridaysale .iw.bfcmbg .sale-item.coupon h3 span {
	font-size: 32px !important;
	vertical-align: middle;
}
.ow.blackfridaysale .iw.bfcmbg .sale-item.coupon img {
	position: absolute;
	bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
.ow.blackfridaysale .iw.bfcmbg .header-line {
	width: 100%;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	color: #000;
	font-size: 22px;
	clear: both;
	padding: 0;
	background: #fff;
}
.ow.blackfridaysale .iw.bfcmbg .header-line p {
	font-size: 22px;
	font-weight: 900;
	line-height: 20px;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	display: block;
}
.ow.blackfridaysale .iw.bfcmbg .header-line p.small-line {
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 500;
	line-height: 20px;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	display: block;
	padding-bottom: 8px;
}
.ow.blackfridaysale .iw.bfcmbg .header-line p img {
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.ow.blackfridaysale .iw.bfcmbg .prods {
	display: block;
	max-width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
.ow.blackfridaysale .iw.bfcmbg p.bf-disclaimer strong {
	color: white !important;
	text-align: center;
	display: block;
	padding: 2% 1%;
	font-size: 15px;
	clear: both;
}
.ow.cybtuessale {
	background: #000;
}
.ow.cybtuessale .iw.cybtues {
	background-image: url(https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/cybtues2018/cybtuesbg.png);
	background-position: top center;
	background-repeat: repeat-y;
	padding: 0 !important;
}
.ow.cybtuessale .iw.cybtues .content-block {
	padding: 0 !important;
}
.ow.cybtuessale .iw.cybtues .slide {
	position: absolute;
	left: -9999em;
}
.ow.cybtuessale .iw.cybtues img.header-img {
	display: block;
	text-align: center;
	width: 100%;
	height: auto;
}

.ow.cybtuessale .iw.cybtues .time-frame-wrap {
	text-align: center;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase !important;
	margin-bottom: 10px;
}
.ow.cybtuessale .iw.cybtues .time-frame-wrap i {
	color: #fff;
}
.ow.cybtuessale .iw.cybtues .time-frame-wrap strong#timer {
	color: #94fafc !important;
	font-size: 40px;
}

.ow.cybtuessale .iw.cybtues .sale-item.coupon {
	display: block;
	margin: 1% 1%;
	width: 31%;
	box-sizing: border-box;
	border: 1px solid #94fafc;
	box-shadow: 0px 1px 2px #94fafc;
	text-align: center;
	float: left;
	min-height: 200px;
	position: relative;
}
.ow.cybtuessale .iw.cybtues .sale-item.coupon a {
	display: block;
	margin-top: 10px;
}
.ow.cybtuessale .iw.cybtues .sale-item.coupon a p, .ow.cybtuessale .iw.cybtues .sale-item.coupon a p strong {
	color: #fff !important;
	line-height: inherit;
	padding: 0;
	margin: 0;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	text-transform: uppercase;
}
.ow.cybtuessale .iw.cybtues .sale-item.coupon a h3 {
	font-size: 52px !important;
	color: #94fafc !important;
	line-height: inherit;
	padding: 0;
	margin: 0;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	text-transform: uppercase;
}
.ow.cybtuessale .iw.cybtues .sale-item.coupon a p {
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
}
.ow.cybtuessale .iw.cybtues .sale-item.coupon h3 span {
	font-size: 32px !important;
	vertical-align: middle;
}
.ow.cybtuessale .iw.cybtues .sale-item.coupon img {
	position: absolute;
	bottom: 1px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	max-width: 50% !important;
}
.ow.cybtuessale .iw.cybtues .header-line {
	width: 100%;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	color: #000;
	font-size: 22px;
	clear: both;
	padding: 0;
	background: #fff;
}
.ow.cybtuessale .iw.cybtues .header-line p {
	font-size: 22px;
	font-weight: 900;
	line-height: 20px;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	display: block;
}
.ow.cybtuessale .iw.cybtues .header-line p.small-line {
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 500;
	line-height: 20px;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	display: block;
	padding-bottom: 8px;
}
.ow.cybtuessale .iw.cybtues .header-line p img {
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.ow.cybtuessale .iw.cybtues .prods {
	display: block;
	max-width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
.ow.cybtuessale .iw.cybtues p.bf-disclaimer strong {
	color: white !important;
	text-align: center;
	display: block;
	padding: 2% 1%;
	font-size: 15px;
	clear: both;
}

/*** POOL OPENER GIVEAWAY CONTEST FEB 2019 ***/

.ow .iw.poolopenergiveawayfeb {
	/*background: #036fbe;*/
	padding: 0 !important;
	position: relative;
	overflow: hidden !important;
}
.ow .iw.poolopenergiveawayfeb #category-description.content-block {
	padding: 0;
}
.ow .iw.poolopenergiveawayfeb h1.slide {
	position: absolute;
	left: -9990em;
}
.ow .iw.poolopenergiveawayfeb img.header-image {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-top: 15%;
	padding-bottom: 3%;
	max-width: 90% !important;
}
.ow .iw.poolopenergiveawayfeb .content-wrap {
	position: relative;
	-ms-transform: rotate(20deg); /* IE 9 */
	-webkit-transform: rotate(20deg); /* Safari */
	transform: rotate(20deg);
	width: 160%;
	left: -30%;
	top: -30%;
}
.ow .iw.poolopenergiveawayfeb .content-wrap .unrotate {
	-ms-transform: rotate(-20deg); /* IE 9 */
	-webkit-transform: rotate(-20deg); /* Safari */
	transform: rotate(-20deg);
	width: 100%;
	left: inherit;
	top: inherit;
}
.ow .iw.poolopenergiveawayfeb .content-wrap.unrotate {
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Safari */
	transform: rotate(0deg);
	width: 100%;
	left: inherit;
	top: inherit;
}
.ow .iw.poolopenergiveawayfeb .content-wrap.one {
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/giveawayfeb2019/splashtitlebg.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 170%;
	padding-bottom: 20%;
	margin-bottom: -20%;
}
.ow .iw.poolopenergiveawayfeb .content-wrap.two {
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/giveawayfeb2019/howtoenterbg.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 120%;
	z-index: 10;
}
.ow .iw.poolopenergiveawayfeb .content-wrap.three {
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/giveawayfeb2019/enternowbg.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 160%;
	margin-top: -20%;
}
.ow .iw.poolopenergiveawayfeb .content-wrap.three img {
	padding-top: 5%;
	padding-bottom: 5%;
	display: block;
	margin: 0 auto;
}
.ow .iw.poolopenergiveawayfeb ul.rules, .ow .iw.poolopenergiveawayfeb ul.rules li {
	list-style: none;
	list-style-type: none;
}
.ow .iw.poolopenergiveawayfeb ul.rules {
	width: 40% !important;
	display: block;
	margin: 0 auto !important;
	text-align: center;
	clear: both;
	float: none !important;
	padding-bottom: 20% !important;
} 
.ow .iw.poolopenergiveawayfeb ul.rules li {
	display: block;
	width: 40%;
	float: left;
	text-align: center;
	margin: 1% 5%;
	transition: all 0.3s ease-in-out;
}
.ow .iw.poolopenergiveawayfeb ul.rules li:hover {
	transform: scale(1.03);
}
.ow .iw.poolopenergiveawayfeb .contest-details {
	padding: 2%;
	padding-bottom: 5%;
	width: 70%;
	margin: 0 auto;
	display: block;
	clear: both;
}
.ow .iw.poolopenergiveawayfeb .contest-details .prize {
	position: relative;
	width: 48%;
	display: block;
	float: left;
	margin: 2%;
	margin-left: 6%;
}
.ow .iw.poolopenergiveawayfeb .contest-details .prize .circle {
	position: absolute;
	top: 32%;
	left: 0;
	height: 150px;
	width: 150px;
	border-width: 50%;
	border-radius: 50%;
	background: #af6be7;
	color: #fff;
	text-align: center;
	font-size: 2.3em;
	font-weight: 900;
}
.ow .iw.poolopenergiveawayfeb .contest-details .prize .circle span {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 100;
	display: block;
	clear: both;
	margin-top: 50px;
	line-height: 10px;
}
.ow .iw.poolopenergiveawayfeb .contest-details .prize img {
	max-width: 60%;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.ow .iw.poolopenergiveawayfeb .contest-details .how-it-works {
	position: relative;
	width: 38%;
	display: block;
	float: left;
	margin-left: -3%;
	margin-top: 5%;
	color: #fff;
	padding: 2% 4% 2% 0%;
}
.ow .iw.poolopenergiveawayfeb .contest-details .how-it-works h2 {
	text-transform: uppercase;
	color: #fff !important;
	text-align: left !important;
	font-weight: 900 !important;
	margin: 20px 0 !important;
	font-size: 1.6em !important;
}
.ow .iw.poolopenergiveawayfeb .contest-details .how-it-works ul {
	list-style-type: disc !important;
}
.ow .iw.poolopenergiveawayfeb .contest-details .how-it-works ul li {
	margin-left: 25px;
	color: #fff !important;
	margin-bottom: 10px;
	font-size: 15px;
}
.ow .iw.poolopenergiveawayfeb .sec-content img.enter-title {
	padding-top: 35%;
	display: block;
	margin: 0 auto;
	transition: all 0.3s ease-in-out;
}
.ow .iw.poolopenergiveawayfeb .sec-content img.enter-button {
	padding-top: 3.5%;
	padding-bottom: 7.5%;
	display: block;
	margin: 0 auto;
	transition: all 0.3s ease-in-out;
}
.ow .iw.poolopenergiveawayfeb .sec-content img.enter-title:hover, .ow .iw.poolopenergiveawayfeb .sec-content img.enter-button:hover {
	transform: scale(1.05);
}

/*** EASTER 2019 ***/

.ow.easternineteen .iw {
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/easternineteen/easterpagebg.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.ow.easternineteen .iw img.titleimg {
	padding: 70px 0 170px 0;
	display: block;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
.ow.easterbar, .spring-sale.promo-bar.two.easterbar {
	background-image: none;
}
.ow.easterbar .iw {
	background-position: top center;
	text-align: center;
	background-repeat: no-repeat;
	min-height: 500px;
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/easternineteen/easterpagebgmid.png');
}
.ow.easterbar .iw .badge {
	background: orange;
	color: purple;
	text-align: center;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	position: absolute;
	bottom: 25%;
	right: 20%;
	z-index: 3;
}
.ow.easterbar .iw .badge p {
	line-height: 18px;
	font-size: 15px;
	margin: 0;
	padding: 0;
}
.ow.easterbar .iw .badge p strong {
	font-size: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
.ow.easterbar .iw .coupon-title {
	width: 50%;
	display: block;
	position: absolute;
	left: 25%;
	text-align: center;
}
.ow.easterbar .iw .coupon-title img, .ow.easterbar .iw .easter-image img {
	display: block;
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
}
.ow.easterbar .iw .coupon-title img {
	padding-top: 15%;
}
.ow.easterbar .iw .easter-image {
	position: absolute;
	left: 2%;
	width: 20%;
	padding-top: 5%;
	text-align: left;
}
.ow.easterbar .iw .easter-image.two {
	right: 2%;
	left: initial;
}

/*** POOL OPENING WEEK LANDING PAGE ***/
.ow.poolopeningweek .iw {
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/openingweek19/openingessentialstop.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.ow.poolopeningweek .iw img.titleimg {
	padding: 120px 0 170px 0;
	display: block;
	margin: 0 auto;
	text-align: center;
	clear: both;
	max-width: 99%;
}

/*** PSC CHEMS LANDING PAGE ***/

.ow.poolopeningweek.pscchems .iw {
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/chemsale19/homewrap-chems.png');
	
}

/*** MOTHERS DAY 2019 LANDING PAGE ***/
.ow.mothersdaynineteen {
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/mothersday19/mothersdaybg.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat !important;
}
.ow.grey.mothersdaywrapper {
	background-color: rgba(170, 51, 48, 0.125);
}
.ow.mothersdaynineteen .iw {
	min-height: 1400px;
}
.ow.mothersdaynineteen .iw img.titleimg {
	padding: 260px 0 80px 0;
	display: block;
	margin: 0 auto;
	text-align: center;
	clear: both;
	max-width: 99%;
}
.ow.mothersdaynineteen .iw .promo-text {
	width: 35%;
	margin-left: 15%;
	margin-right: 3%;
	display: block;
	float: left;
	text-align: right;
	position: relative;
}
.ow.mothersdaynineteen .iw .promo-text.flip {
	float: right;
	margin-right: 0%;
	margin-left: 3%;
	text-align: left;
	width: 35%;
	margin-right: 15%;
}
.ow.mothersdaynineteen .iw .promo-text h3 {
	color: #fff !important;
	display: block;
	width: 100%;
	text-align:right;
	font-size: 2em !important;
	font-weight: 100 !important;
	text-transform: uppercase;
}
.ow.mothersdaynineteen .iw .promo-text h3 span {
	display: block;
	font-size: 0.6em !important;
	margin-top: 10px;
	text-transform: none;
}
.ow.mothersdaynineteen .iw .promo-text.flip h3 {
	text-align: left;
}
.ow.mothersdaynineteen .iw .promo-image {
	width: 35%;
	display: block;
	float: left;
	text-align: center;
	position: relative;
}
.ow.mothersdaynineteen .iw .promo-image.flip {
	float: right;
}
.ow.mothersdaynineteen .iw .promo-image .badge {
	position: absolute;
	top: 0;
	left: 0;
	width: 110px;
	height: 110px;
	line-height: 110px;
	border-radius: 50%;
	background: #3C850A;
	z-index: 3;
}
.ow.mothersdaynineteen .iw .promo-image.flip .badge {
	left: inherit;
	right: 0;
}
.ow.mothersdaynineteen .iw .promo-image .badge p {
	text-align: center;
	display: block;
	width: 100%;
	clear: both;
	color: #fff;
	font-size: 14px;
	padding: 0 !important;
	margin: 0 !important;
	margin-top: 25px !important;
}
.ow.mothersdaynineteen .iw .promo-image .badge p span {
	display: block;
	clear: both;
	text-align: center;
	color: #fff;
	font-size: 1.6em;
	font-weight: 900;
}
.ow.mothersdaynineteen .iw .promo-image img {
	display: block;
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
	border: 0;
	animation: bounce 1.5s infinite alternate;
	-webkit-animation: bounce 1.5s infinite alternate;
}
.ow.mothersdaynineteen .iw .cart-button input {
	display: block !important;
	margin: 50px auto;
	clear: both;
	text-align: center;
}
.ow.mothersdaynineteen .iw .cart-button .button.blue {
	background-color: #3C850A !important;
	border: 1px solid #3C850A !important;
	color: #fff !important;
}
.ow .iw h2.mothers-day-title {
	text-transform: uppercase;
	color: #fe4c48;
	font-weight: 600;
	letter-spacing: 1px;
}
.ow .iw h3.mothers-day-title {
	color: #fe4c48;
}
#brand-block h1.mothers-day-title {
	color: #fe4c48;
}
.split-block-wrap .split-block .button.mothersday {
	background-color: #3C850A !important;
	border: 1px solid #3C850A !important;
	color: #fff !important;
	font-weight: 600 !important;
}
.content-block .icon-list.mothers-day-cats li:hover {
	background-color: rgba(170, 51, 48, 0.125);
}

/*** VICTORIA DAY 2019 LANDING PAGE ***/
.ow.vicdaynineteen {
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/vicday19/background.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat !important;
	/*margin-top: 10px;*/
}
.ow.vicdaynineteen.mid {
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/vicday19/background-mid.png');
	background-size: cover;
}
.ow.vicdaynineteen.mid .iw {
	min-height: 900px;
}
.ow.grey.vicdaynineteenwrap {
	background-color: rgba(255, 114, 5, 0.13);
}
.ow.vicdaynineteen .iw {
	min-height: 1400px;
}
.ow.vicdaynineteen .iw img.titleimg {
	padding: 200px 0 80px 0;
	display: block;
	margin: 0 auto;
	text-align: center;
	clear: both;
	max-width: 99%;
}
.ow.vicdaynineteen .iw .promo-image {
	width: 31%;
	box-sizing: border-box;
	padding: 1%;
	margin: 1%;
	display: block;
	float: left;
	text-align: center;
	position: relative;
}
.ow.vicdaynineteen .iw .promo-image.larger {
	width: 48%;
}
.ow.vicdaynineteen .iw .promo-image.larger img {
	max-width: 50%;
}
.ow.vicdaynineteen .iw .promo-image img {
	animation: bounce 1.5s infinite alternate;
	-webkit-animation: bounce 1.5s infinite alternate;
	max-width: 100%;
	height: auto;
}
.ow.vicdaynineteen .iw .promo-image p {
	color: #fff;
	font-size: 1.8em;
	line-height: 37px;
	text-transform: uppercase;
	font-weight: 500;
}
.ow.vicdaynineteen .iw .promo-image h2 {
	color: #ffcc06;
	font-size: 2.0em;
	line-height: 0.1em;
	text-transform: uppercase;
	font-weight: 900;
}
.ow.vicdaynineteen .iw .promo-image p.boxed, .ow.vicdaynineteen .iw .text-side p.boxed {
	display: block;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 1% 2%;
	background: #ff7a00;
	line-height: 30px;
	padding-bottom: 3%;
}
.ow.vicdaynineteen .iw .text-side p.boxed {
	width: 45%;
}
.ow.vicdaynineteen .iw .promo-image p.boxed a, .ow.vicdaynineteen .iw .text-side p.boxed a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 17px;
	letter-spacing: 1px;
	text-decoration: none;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
.ow.vicdaynineteen .iw .text-side p.boxed a {
	padding-bottom: 0;
}
.ow.vicdaynineteen .iw .promo-image p.boxed a span, .ow.vicdaynineteen .iw .text-side p.boxed a span {
	font-size: 12px;
	color: #000;
	letter-spacing: 0;
	font-weight: 500;
}
.ow.vicdaynineteen .iw .image-side {
	display: block;
	position: relative;
	width: 38%;
	float: left;
	text-align: center;
	padding: 1%;
	margin-top: 16%;
}
.ow.vicdaynineteen .iw .image-side img {
	max-width: 98%;
	display: block;
	margin: 0 auto;
	text-align: center;
	animation: bounce 1.5s infinite alternate;
	-webkit-animation: bounce 1.5s infinite alternate;
}
.ow.vicdaynineteen .iw .text-side {
	display: block;
	float: right;
	width: 58%;
	padding: 1%;
	text-align: center;
	margin-top: 15%;
}
.ow.vicdaynineteen .iw .text-side .ribbon {
	display: block;
	font-size: 3em;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
	color: #ffcc06;
}
.ow.vicdaynineteen .iw .text-side h3 {
	color: #fff;
	text-align: center;
	font-size: 2.4em;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 15px;
}
.ow.vicdaynineteen .iw .text-side h4 {
	text-align: center;
	font-size: 1.8em;
	text-align: center;
	color: #fff;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.ow.vicdaynineteen .iw .text-side h5 {
	text-align: center;
	font-size: 1.8em;
	text-align: center;
	color: #ffcc06;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.ow.vicdaynineteen .iw .text-side a.button.orange {
	background: #ff7a00;
	margin-top: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #000 !important;
}
.ow.vicdaynineteen .iw .image-side .circle {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: orange;
	width: 125px;
	height: 125px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	z-index: 5;
}
.ow.vicdaynineteen .iw .image-side .circle p {
	color: #fff;
	font-size: 17px;
	margin-top: 30px;
}
.ow.vicdaynineteen .iw .image-side .circle p strong {
	font-size: 30px;
	font-weight: 900;
	margin-top: -30px;
	display: block;
}
.ow.vicdaynineteen .iw .image-side .circle p.smalltext {
	font-size: 10px;
	font-weight: 500;
	margin-top: -15px;
	display: block;	
}
.ow.vicdaynineteenwrap .iw .categories-list-wrap.scrollable-wrap .item-card:first-of-type {
	display: none;
}
.ow.vicdaynineteen .iw .cart-button input {
	display: block !important;
	margin: 50px auto;
	clear: both;
	text-align: center;
}
.ow.vicdaynineteen .iw .cart-button .button.blue {
	background-color: #3C850A !important;
	border: 1px solid #3C850A !important;
	color: #fff !important;
}
.ow .iw h2.vic-day-title {
	text-transform: uppercase;
	color: #fe4c48;
	font-weight: 600;
	letter-spacing: 1px;
}
.ow .iw h3.vic-day-title {
	color: #fe4c48;
}
#brand-block h1.vic-day-title {
	color: #fe4c48;
}
.split-block-wrap .split-block .button.vicdaynineteen {
	border: 1px solid #ff7a00 !important;
	font-weight: 600 !important;
	background: #ff7a00 !important;
	letter-spacing: 1px;
	color: #000 !important;
}
.content-block .icon-list.vic-day-cats li:hover {
	background-color: rgba(170, 51, 48, 0.125);
}

/*** FATHERS DAY 2019 LANDING PAGE ***/
.ow.fathersdaygiftguide {
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/fathersdaynineteen/landingpagebg.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat !important;
	/*margin-top: 10px;*/
}
.ow.fathersdaygiftguide.mid {
	background-color: #104566;
}
.ow.fathersdaygiftguide.sep {
	background-color: #fff;
}
.ow.fathersdaygiftguide.mid .iw {
	min-height: 900px;
}
.ow.grey.fathersdaygiftguidewrap {
	background-color: rgba(255, 114, 5, 0.13);
}
/*.ow.fathersdaygiftguide .iw {
	min-height: 1400px;
}*/
.ow.fathersdaygiftguide .iw img.titleimg {
	padding: 120px 0 200px 0;
	display: block;
	margin: 0 auto;
	text-align: center;
	clear: both;
	max-width: 99%;
	z-index: 1;
	animation: bounce 1.5s infinite alternate;
	-webkit-animation: bounce 1.5s infinite alternate;
}
.ow.fathersdayripple {
	z-index: 2;
	position: relative;
	min-height: 400px;
	margin-top: -100px;
}
.ow.fathersdayripple h2 {
	color: #66e4ff !important;
	text-transform: uppercase !important;
	font-size: 1.7em !important;
	font-weight: 900 !important;
}
.ow.fathersdayripple.bluewavetop .wrapper {
	background: #104566;
	margin-top: 80px;
	min-height: 400px;
}
.ow.fathersdayripple.bluewavetop:before {
	background: radial-gradient(circle at 50% 0, #104566 25%, transparent 10%, transparent 10%);
	top: 0;
	position: absolute;
	left: 0;
	width: 100%;
	content: "";
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	background-size: 120px 300px;
	height: 80px;
	background-repeat: repeat-x;
}
.ow.fathersdayripple.whitewavetop {
	z-index: 3;
}
.ow.fathersdayripple.whitewavetop .wrapper {
	background: #fff;
	margin-top: 80px;
	min-height: 400px;
}
.ow.fathersdayripple.whitewavetop:before {
	background: radial-gradient(circle at 50% 0, #fff 25%, transparent 10%, transparent 10%);
	top: 0;
	position: absolute;
	left: 0;
	width: 100%;
	content: "";
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	background-size: 120px 300px;
	height: 80px;
	background-repeat: repeat-x;
}
.ow.fathersdayripple.whitewavetop h2 {
	color: #104566 !important;
}
.ow.fathersdayripple.zindexfour {
	z-index: 4;
}
.ow.fathersdayripple.zindexfive {
	z-index: 5;
}
.ow.fathersdayripple .iw {
	padding-bottom: 160px;
}

/*** TOP TOYS 2019 ***/

.ow .iw .toybox .section.yellow.twentynineteen {
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/toysale2019/geo-top.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.ow .iw .toybox .section.blue.twentynineteen {
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/toysale2019/geo-top.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.ow .iw .toybox .section.yellow.twentynineteen .toy-container .pricetag, .ow .iw .toybox .section.blue.twentynineteen .toy-container .pricetag {
	background-color: #f16623;
}

.ow .iw .toybox .section.yellow.twentynineteen .toy-container .title, .ow .iw .toybox .section.blue.twentynineteen .toy-container .title {
	background: #f16623;
}
.ow .iw .toybox .section.yellow.twentynineteen .toy-container .button a, .ow .iw .toybox .section.blue.twentynineteen .toy-container .button a {
	background: #ff3c1b;
	color: #fff !important;
}

.ow .iw .toybox .section.yellow.twentynineteen .toy-container .description p, .ow .iw .toybox .section.blue.twentynineteen .toy-container .description p {
	color: #414f5d !important;
}

/*** CANADA DAY 2019 ***/

.ow.candaywrap {
	background-position: center center;
	background-size: cover;
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/candaysale2019/candaybgtop.png');
	position: relative;
	width: 100%;
	min-height: 500px;
	overflow: hidden;
}
.ow.candaywrap.waves-bottom:after {
	background: radial-gradient(circle at 50% 0, #fff 25%, transparent 10%, transparent 10%);
	bottom: 0;
	position: absolute;
	left: 0;
	width: 100%;
	content: "";
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	background-size: 120px 300px;
	height: 80px;
	background-repeat: repeat-x;
	z-index: 3;
}
.ow.candaywrap.waves-top:before {
	background: radial-gradient(circle at 50% 0, #fff 25%, transparent 10%, transparent 10%);
	top: 0;
	position: absolute;
	left: 0;
	width: 100%;
	content: "";
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	background-size: 120px 300px;
	height: 80px;
	background-repeat: repeat-x;
	z-index: 3;
}
.ow.candaywrap .iw .content-block h1 {
	position: absolute;
	left: -9999em;
}
.ow.candaywrap .iw #category-description.content-block {
	padding: 50px 0 175px 0;
}
.ow.candaywrap .iw #category-description.content-block img.header-image {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 98%;
	padding: 20px 10px;
}
.ow.candaywrap .time-frame-wrap {
	display: block;
	width: 96%;
	margin: 0 auto;
	margin-top: 1%;
	background: #000;
	text-align: center;
	padding: 0.5%;
	margin-bottom: 30px;
	color: #fff !important;
	letter-spacing: 1px;
}
.ow.candaywrap .iw ul.promos-list li {
	display: block;
	width: 30%;
	margin: 1.5%;
	float: left;
	text-transform: uppercase;
	font-weight: 900;
	position: relative;
	color: #000;
	font-size: 1.9em;
	text-align: center;
	box-sizing: border-box;
}
.ow.candaywrap .iw ul.promos-list li span {
	color: #fff;
}
.ow.candaywrap .iw ul.promos-list li .badge {
	background: black;
	border-radius: 50%;
	height: 120px;
	width: 120px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: -5px;
	right: -5px;
	font-size: 23px;
	z-index: 2;
	font-weight: 900;
}
.ow.candaywrap .iw ul.promos-list li .badge span {
	display: block;
	padding-top: 35px;
	text-align: center;
	clear: both;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 12px !important;
}
.ow.candaywrap .iw ul.promos-list li img {
	max-width: 98%;
	display: block;
	margin: 0 auto;
	text-align: center;
	animation: bounce 1.5s infinite alternate;
	-webkit-animation: bounce 1.5s infinite alternate;
	margin-bottom: 25px;
}
.ow.candaywrap .iw ul.promos-list li h2 {
	text-transform: uppercase !important;
	font-weight: 900 !important;
	color: #000 !important;
	display: block;
}
.ow.candaywrap .iw ul.promos-list li h2 span {
	color: #fff !important;
}
.ow.candaywrap .iw ul.promos-list li .button {
	margin: 0 auto;
	text-align: center;
	display: block !important;
	width: 75%;
	clear: both;
}
.ow.candaywrap.mid {
	min-height: 900px;
	position: relative;
	overflow: hidden;
}
.ow.candaywrap.mid img.header-image-mid {
	position: absolute;
	z-index: 2;
	display: block;
	margin: 0 auto;
	max-width: 98%;
	padding: 80px 10px;
	width: 40%;
	left: 22.5%;
	right: 22.5%;
	top: 10%;
}
.ow.candaywrap.mid img.item-left {
	position: absolute;
	left: 0;
	top: 5%;
	bottom: 5%;
	width: auto;
	z-index: 1;
}
.ow.candaywrap.mid img.item-right {
	position: absolute;
	right: 0;
	top: 5%;
	bottom: 5%;
	width: auto;
	z-index: 1;
}

/*** CONTEST JULY 2019 ***/

.ow.poolopenergiveawayjuly {
	background-position: center center;
	background-size: cover;
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/giveawayjuly2019/contestbg.png');
	position: relative;
	min-height: 800px;
}
.ow.poolopenergiveawayjuly h1.slide {
	position: absolute;
	left: -9999em;
}
.ow.poolopenergiveawayjuly img.header-image {
	position: absolute;
	top: 26%;
	width: 60%;
	left: 20%;
	right: 20%;
	text-align: center;
	display: block;
	margin: 0 auto;
	z-index: 2;
}
.ow.poolopenergiveawayjuly::after {
	background: radial-gradient(circle at 50% 0, #fff 25%, transparent 10%, transparent 10%);
	bottom: 0;
	position: absolute;
	left: 0;
	width: 100%;
	content: "";
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	background-size: 120px 300px;
	height: 80px;
	background-repeat: repeat-x;
	z-index: 3;
}
.ow.poolopenergiveawayjulybottom {
	background-position: center center;
	background-size: cover;
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/giveawayjuly2019/enterbg.png');
	position: relative;
	min-height: 700px;
}
.ow.poolopenergiveawayjulybottom:before {
	background: radial-gradient(circle at 50% 0, #fff 25%, transparent 10%, transparent 10%);
	top: 0;
	position: absolute;
	left: 0;
	width: 100%;
	content: "";
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	background-size: 120px 300px;
	height: 80px;
	background-repeat: repeat-x;
	z-index: 3;
}
.ow.poolopenergiveawayjulybottom .iw img.enter-title {
	position: absolute;
	top: 40%;
	margin: 0 auto;
	width: 36%;
	left: 32%;
	right: 32%;
	text-align: center;
	border: 0;
	opacity: 1.0;
	transition: all 0.3s ease-in-out;
}
.ow.poolopenergiveawayjulybottom .iw img.enter-title:hover {
	opacity: 0.7;
}
.ow .iw.julycontest ul.rules, .ow .iw.julycontest ul.rules li {
	list-style: none !important;
	list-style-type: none !important;
}
.ow .iw.julycontest ul.rules {
	width: 70%;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.ow .iw.julycontest ul.rules li {
	display: block;
	width: 21%;
	padding: 2%;
	float: left;
	text-align: center;
}
.ow .iw.julycontest ul.rules li img {
	display: block;
	margin: 0 auto;
	max-width: 60%;
	height: auto;
	text-align: center;
	animation: bounce 1.5s infinite alternate;
	-webkit-animation: bounce 1.5s infinite alternate;
	position: relative;
	z-index: 3;
}
.ow .iw.julycontest .prize-left, .ow .iw.julycontest .prize-right {
	display: block;
	width: 30%;
	text-align: center;
	float: left;
	position: relative;
}
.ow .iw.julycontest .contest-details {
	width: 34%;
	margin-left: 3%;
	margin-right: 3%;
	display: block;
	float: left;
	text-align: center;
}
.ow .iw.julycontest .contest-details ul, .ow .iw.julycontest .contest-details ul li {
	list-style: none;
	list-style-type: none;
}
.ow .iw.julycontest .contest-details ul li {
	padding-bottom: 10px;
}
.ow .iw.julycontest .prize-left img, .ow .iw.julycontest .prize-right img {
	text-align: center;
	display: block;
	margin: 0 auto;
	max-width: 98%;
	height: auto;
}
.ow .iw.julycontest .prize-right .circle {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	text-align: center;
	color: #fff606;
	background: #06aee5;
	font-weight: 900;
	font-size: 29px;
	line-height: 22px;
}
.ow .iw.julycontest .prize-right .circle span {
	display: block;
	padding-top: 30px;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 500;
}

/*** AUGUST LONG WEEKEND SPECIALS 2019 ***/

.ow.augweekendwrap h1.shift {
	position: absolute;
	left: -9999em;
	width: 0px;
	height: 0px;
}
.ow.augweekendwrap.top .iw {
	position: relative;
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/auglongweekend19/landingtopbg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 925px;
	overflow: hidden !important;
}
.ow.augweekendwrap.top .iw img.header-image, .ow.augweekendwrap.mid .iw img.header-image {
	position: absolute;
	top: 7.5%;
	left: 2.5%;
	max-width: 90%;
}
.ow.augweekendwrap.mid .iw img.header-image {
	top: 12.5%;
}
.ow.augweekendwrap.top .iw img.feat-left {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: auto;
	height: auto;
	width: 40%;
}
.ow.augweekendwrap.top .iw img.feat-left.two {
	left: 33%;
	z-index: 2;
}
.ow.augweekendwrap.top .iw img.feat-massive {
	position: absolute;
	left: 0;
	bottom: 30px;
	z-index: 1;
	width: auto;
	height: auto;
	width: 75%;
}
.ow.augweekendwrap.top .iw:after, .ow.augweekendwrap.mid .iw:after {
	width: 110%;
	content: '';
	left: -5%;
	bottom: -40px;
	height: 100px;
	background-color: #fff;
	position: absolute;
	-ms-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
	z-index: 4;
}
.ow.augweekendwrap.mid .iw {
	position: relative;
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/auglongweekend19/landingmidbg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 925px;
	overflow: hidden !important;
}
.ow.augweekendwrap.mid .iw:before {
	width: 110%;
	content: '';
	right: -5%;
	top: -40px;
	height: 100px;
	background-color: #fff;
	position: absolute;
	-ms-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	z-index: 4;
}
.ow.augweekendwrap.mid .iw:after {
	-ms-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.ow.augweekendwrap.mid img.feat-left {
	position: absolute;
	left: 2.5%;
	bottom: 0;
	max-width: 30%;
	z-index: 2;
}
.ow.augweekendwrap.mid.two img.feat-left {
	position: absolute;
	left: 0% !important;
	bottom: 0;
	max-width: 36%;
	z-index: 2;
}
.ow.augweekendwrap.mid img.feat-mid {
	position: absolute;
	left: 38%;
	bottom: 0;
	max-width: 33%;
	z-index: 3;
}
.ow.augweekendwrap.mid img.feat-right {
	position: absolute;
	right: 10px;
	bottom: 0;
	max-width: 38%;
	z-index: 2;
}
.ow.augweekendwrap.mid.two img.feat-right {
	position: absolute;
	right: 0% !important;
	bottom: 0;
	max-width: 85%;
	z-index: 3;
}
.ow .iw h2.augtitle {
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	color: #036fbe;
	font-size: 1.8em;
}
/*** WINTER PRE SALE 2019 ***/
.ow.winterpresalewrap {
	position: relative;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/winterpresale2019/winterfeatbg.png');
}
.ow.winterpresalewrap:after {
	background: radial-gradient(circle at 50% 0, #fff 25%, transparent 10%, transparent 10%);
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 3;
	content: "";
	bottom: 0;
	position: absolute;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	background-size: 140px 300px;
	background-repeat: repeat-x;
}
.ow.winterpresalewrap .iw h1.shift {
	position: absolute;
	left: -9999em;
	width: 0px;
	height: 0px;
}
.ow.winterpresalewrap .iw img.header-image {
	display: block;
	margin: 0 auto;
	padding-top: 1%;
	padding-bottom: 5%;
	text-align: center;
	max-width: 100%;
	height: auto;
	clear: both;
}
.ow.winterpresalewrap .iw img.header-image.mobile {
	display: none;
}
.ow.winterpresalewrap .iw .col-two {
	display: block;
	width: 40%;
	margin: 1.5%;
	float: left;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}
.ow.winterpresalewrap .iw .col-three { 
	display: block;
	width: 30%;
	margin: 1.5%;
	float: left;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}
.ow.winterpresalewrap.mid .iw img.header-image {
	margin-top: 10%;
	padding-bottom: 0;
	margin-bottom: 0;
}
.ow.winterpresalewrap .iw .col-three {
	margin-top: 80px;
	margin-bottom: 180px;
}
.ow.winterpresalewrap .iw .col-two .flag, .ow.winterpresalewrap .iw .col-three .flag {
	position: absolute;
	top: 15px;
	right: -15px;
	width: 130px;
	height: 130px;
	text-align: center;
	border-radius: 50%;
	line-height: 50px;
	background: #ffffff;
	border: 3px solid #036fbe;
	border-color: #036fbe;
	z-index: 2;
}
.ow.winterpresalewrap .iw .col-two .flag span, .ow.winterpresalewrap .iw .col-three .flag span {
	font-size: 10px;
	letter-spacing: 0;
	color: #036fbe;
	font-weight: 500;
	padding-top: 30px;
	display: block;
	line-height: 30px;
}
.ow.winterpresalewrap .iw .col-three .flag span {
	font-size: 8px;
	font-weight: 100;
}
.ow.winterpresalewrap .iw .col-two .flag p, .ow.winterpresalewrap .iw .col-three .flag p {
	font-size: 2.0em;
	padding-top: 0;
	line-height: 18px;
	font-weight: 900;
	color: #036fbe;
	margin: 0;
}
.ow.winterpresalewrap .iw .col-two.right {
	float: right;
}
.ow.winterpresalewrap .iw .col-two img, .ow.winterpresalewrap .iw .col-three img {
	max-width: 98%;
	display: block;
	margin: 0 auto;
	text-align: center;
	animation: bounce 1.5s infinite alternate;
	-webkit-animation: bounce 1.5s infinite alternate;
	margin-bottom: 0;
	height: auto;
	max-height: 440px;
	transition: all 0.3s ease-in-out;
	opacity: 1.0;
}
.ow.winterpresalewrap .iw .col-two img:hover, .ow.winterpresalewrap .iw .col-three img:hover {
	opacity: 0.7;
}
.ow.winterpresalewrap.mid {
	position: relative;
}
.ow.winterpresalewrap.mid:before {	
	background: radial-gradient(circle at 50% 0, #fff 25%, transparent 10%, transparent 10%);
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 3;
	content: "";
	top: 0;
	position: absolute;
	background-size: 140px 300px;
	background-repeat: repeat-x;
}
.ow.winterpresalewrap.mid a.button.blue {
	position: absolute;
	bottom: 12%;
	margin: 0 auto;
	z-index: 5;
	left: 40.5%;
	width: 19%;
}
.ow.winterpresalewrap.mid img.wc-img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	width: 100%;
	display: block;
	z-index: 1;
}
.ow.winterpresalewrap.mid.safetycover {
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/winterpresale2019/scbg.png');
	min-height: 1000px;
}
.ow.winterpresalewrap.mid.safetycover .flag {
	position: absolute;
	top: 37%;
	left: 20%;
	width: 160px;
	height: 160px;
	text-align: center;
	border-radius: 50%;
	background: #ffffff;
	border: 3px solid #036fbe;
	border-color: #036fbe;
	z-index: 2;
}
.ow.winterpresalewrap.mid.safetycover .flag span {
	letter-spacing: 0;
	color: #036fbe;
	font-size: 10px;
	font-weight: 100;
	padding-top: 40px;
	display: block;
	line-height: 30px;
}
.ow.winterpresalewrap.mid.safetycover .flag p {
	font-size: 2.0em;
	padding-top: 0;
	line-height: 18px;
	font-weight: 900;
	color: #036fbe;
	margin: 0;
}

/*** LABOUR DAY SALE 2019 ***/

.ow.labourdaynineteenwrap h1.shift {
	position: absolute;
	left: -9999em;
	width: 0px;
	height: 0px;
}
.ow .iw .content-block h2.lbrtitle {
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	color: #ff3c1b;
	font-size: 1.8em;
}
.ow.labourdaynineteenwrap.top, .ow.labourdaynineteenwrap.red {
	position: relative;
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/labourday19/landingtopbg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.ow.labourdaynineteenwrap.igl {
	position: relative;
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/labourday19/iglbg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.ow.labourdaynineteenwrap.rebates {
	position: relative;
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/labourday19/rebatesbg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.ow.labourdaynineteenwrap.top .iw img.header-image, .ow.labourdaynineteenwrap.red .iw img.mid-image, .ow.labourdaynineteenwrap .iw img.mid-image {
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-top: 7.5%;
	margin-bottom: 7.5%;
	max-width: 90%;
	transition: all 0.3s ease-in-out;
}
.ow.labourdaynineteenwrap.top .iw img.header-image.mobile {
	display: none;
	opacity: 0;
}
.ow.labourdaynineteenwrap.top .iw a img.header-image:hover, .ow.labourdaynineteenwrap.red .iw a img.mid-image:hover, .ow.labourdaynineteenwrap .iw a img.mid-image:hover {
	opacity: 0.7;
}
.ow.labourdaynineteenwrap .iw .featprod {
	display: block;
	float: left;
	margin: 2%;
	text-align: center;
	width: 46%;
	position: relative;
}
.ow.labourdaynineteenwrap .iw .featprod img {
	width: auto;
	max-height: 550px;
	display: block;
	margin: 0 auto;
	text-align: center;
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
.ow.labourdaynineteenwrap .iw .featprod img:hover {
	opacity: 0.7;
}
.ow.labourdaynineteenwrap .iw .featprod .badge {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: #036fbe;
	z-index: 2;
}
.ow.labourdaynineteenwrap .iw .featprod .badge a {
	color: #fff;
	text-decoration: none;
}
.ow.labourdaynineteenwrap .iw .featprod .badge p {
	font-size: 4.2em;
	margin: 5%;
	margin-top: 8%;
	font-weight: 900;
	color: #fff;
}
.ow.labourdaynineteenwrap .iw .featprod .badge p span {
	text-align: center;
	margin-top: 30%;
	display: block;
	font-size: 0.7em;
}
.ow.labourdaynineteenwrap .iw .featprod .badge p span.bottom {
	margin-top: 10%;
	font-size: 11px;
	line-height: 16px;
}
.ow.labourdaynineteenwrap .iw .featprod .badge-bottom {
	position: absolute;
	top: 180px;
	right: -10px;
	width: 220px;
	padding: 2px 10px;
	text-transform: uppercase;
	height: auto;
	border-radius: 0%;
	background: #036fbe;
	z-index: 3;
}
.ow.labourdaynineteenwrap .iw .featprod .badge-bottom a {
	text-decoration: none;
	text-transform: uppercase;
}
.ow.labourdaynineteenwrap .iw .featprod .badge-bottom a p {
	color: #fff !important;	
	padding: 0px;
	margin: 0;
}
.ow.labourdaynineteenwrap .iw .featprod .badge-bottom a p strong {
	font-size: 1.6em;
	padding: 0;
	margin: 0;
	padding-bottom: 7px;
	display: block;
}
.ow.labourdaynineteenwrap a.btn.blue, .ow .wrapper .iw a.btn.blue {
	display: block;
	width: 25%;
	padding: 1% 2%;
	text-align: center;
	color: #fff;
	background: #036fbe;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
	margin-bottom: 4%;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
.ow.labourdaynineteenwrap.rebates a.btn.blue, .ow.labourdaynineteenwrap.igl a.btn.blue {
	background: #ff0f1e;
}
.ow.labourdaynineteenwrap a.btn.blue:hover, .ow .wrapper .iw a.btn.blue:hover {
	opacity: 0.7;
}

/*** POOL CLOSING WEEK 2019 ***/

/*** WINTER PRE SALE 2019 ***/
.ow.winterpresalewrap.closingweek {
	position: relative;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/nationalclosing19/bgtexture.png');
}
.ow.winterpresalewrap.closingweek:after, .ow.winterpresalewrap.closingweek.mid:after, .ow.winterpresalewrap.closingweek.mid:before {
	background: initial;
}
.ow.winterpresalewrap.closingweek .iw h1.shift {
	position: absolute;
	left: -9999em;
	width: 0px;
	height: 0px;
}
.ow.winterpresalewrap.closingweek .iw img.header-image {
	display: block;
	margin: 0 auto;
	padding-top: 7.5%;
	padding-bottom: 7.5%;
	text-align: center;
	max-width: 100%;
	height: auto;
	clear: both;
}
.ow.winterpresalewrap.closingweek .iw img.header-image.mobile {
	display: none;
}
.ow.winterpresalewrap.closingweek .iw .col-two {
	display: block;
	width: 40%;
	margin: 1.5%;
	float: left;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 4%;
}
.ow.winterpresalewrap.closingweek .iw .col-three { 
	display: block;
	width: 30%;
	margin: 1.5%;
	float: left;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}
.ow.winterpresalewrap.closingweek.mid .iw img.header-image {
	margin-top: 0%;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 5%;
}
.ow.winterpresalewrap.closingweek .iw .col-three {
	margin-top: 80px;
	margin-bottom: 180px;
}
.ow.winterpresalewrap.closingweek .iw .col-two .flag, .ow.winterpresalewrap.closingweek .iw .col-three .flag {
	position: absolute;
	top: 15px;
	right: -15px;
	width: 150px;
	height: 150px;
	text-align: center;
	border-radius: 50%;
	line-height: 40px;
	background: #fb02ff;
	border: 0px solid #036fbe;
	/*border-color: #036fbe;*/
	z-index: 2;
}
.ow.winterpresalewrap.closingweek .iw .col-two .flag span, .ow.winterpresalewrap.closingweek .iw .col-three .flag span {
	font-size: 11px;
	letter-spacing: 0;
	color: #fff;
	font-weight: 500;
	padding-top: 30px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	line-height: 22px;
}
.ow.winterpresalewrap.closingweek .iw .col-three .flag span {
	font-size: 8px;
	font-weight: 100;
}
.ow.winterpresalewrap.closingweek .iw .col-two .flag p, .ow.winterpresalewrap.closingweek .iw .col-three .flag p {
	font-size: 2.0em;
	padding-top: 5px;
	line-height: 18px;
	font-weight: 900;
	color: #fff;
	margin: 0;
}
.ow.winterpresalewrap.closingweek .iw .col-two.right {
	float: right;
}
.ow.winterpresalewrap.closingweek .iw .col-two img, .ow.winterpresalewrap.closingweek .iw .col-three img {
	max-width: 98%;
	display: block;
	margin: 0 auto;
	text-align: center;
	animation: bounce 1.5s infinite alternate;
	-webkit-animation: bounce 1.5s infinite alternate;
	margin-bottom: 0;
	height: auto;
	max-height: 440px;
	transition: all 0.3s ease-in-out;
	opacity: 1.0;
}
.ow.winterpresalewrap.closingweek .iw .col-two img:hover, .ow.winterpresalewrap.closingweek .iw .col-three img:hover {
	opacity: 0.7;
}
.ow.winterpresalewrap.closingweek.mid {
	position: relative;
}
.ow.winterpresalewrap.closingweek.mid a.button.blue {
	position: absolute;
	bottom: 12%;
	margin: 0 auto;
	z-index: 5;
	left: 40.5%;
	width: 19%;
}
.ow.winterpresalewrap.closingweek.mid img.wc-img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	width: 100%;
	display: block;
	z-index: 1;
}
.ow.winterpresalewrap.closingweek.mid.safetycover {
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/nationalclosing19/scbg.png');
	min-height: 750px;
}
.ow.winterpresalewrap.closingweek.mid.safetycover .flag {
	position: absolute;
	top: 48%;
	right: 6%;
	left: initial;
	width: 160px;
	height: 160px;
	text-align: center;
	border-radius: 50%;
	background: #fc00ff;
	border: 0px solid #000;
	border-color: #000;
	z-index: 2;
}
.ow.winterpresalewrap.closingweek.mid.safetycover .flag span {
	letter-spacing: 0;
	color: #fff;
	font-size: 10px;
	font-weight: 100;
	padding-top: 40px;
	display: block;
	line-height: 30px;
}
.ow.winterpresalewrap.closingweek.mid.safetycover .flag p {
	font-size: 2.0em;
	padding-top: 0;
	line-height: 18px;
	font-weight: 900;
	color: #fff;
	margin: 0;
}
.ow.winterpresalewrap.closingweek.mid.safetycover a.button.blue {
	background: #ed0200 !important;
	border: 0 !important;
}
.ow .iw .guidecontainer {
	display: flex;
	width: 100%;
	clear: both;
	margin: 1.5% 0;
	color: #fff !important;
}
.ow .iw .guidebox {
	flex: 1;
	position: relative;
	margin: 1%;
	height: auto;
	color: #fff !important;
}
.ow .iw .guidebox img {
	text-align: center;
	margin: 0 auto;
	z-index: 0;
	max-width: 100%;
	height: auto;
	clear: both;
}
.ow .iw .guidebox .text {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	z-index: 2;	
	width: 100%;
	top: 35px;
	text-shadow: 1px 1px 1px #000;
	color: #fff !important;
}
.ow .iw .guidecontainer .guidebox .text a h2, .ow .iw .guidecontainer .guidebox .text a h3 {
	color: #fff !important;
	text-decoration: none !important;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
}

/*** BLACK FRIDAY / CYBER MONDAY SALE 2019 ***/

.ow.bfcmnineteen {
	background-color: #000000;
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/bfcm19/bg.png');
	background-position: top left;
	background-repeat: repeat;
}
.ow.bfcmnineteen .iw h1.shift {
	position: absolute;
	left: -9999em;
}
.ow.bfcmnineteen .bfcm-mobile {
	display: none;
}
.ow.bfcmnineteen .bfcm-desktop {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 3%;
	padding-bottom: 5%;
}
.ow.bfcmnineteen .bfcm-desktop .top img {
	max-width: 100%;
	padding: 0 !important;
	margin: 0 !important;
	display: block;
}
.ow.bfcmnineteen .bfcm-bottom img {
	width: 33%;
	display: block;
	float: left;
}
.ow.bfcmnineteen .bfcm-bottom img.bigrow {
	width: 100%;
	margin-bottom: 5%;
}
.ow.bfcmnineteen .bfcm-bottom img.smallrow {
	width: 25%;
}
.ow.bfcmnineteen h2.mid-title {
	display: block;
	width: 80%;
	clear: both;
	padding-top: 4%;
	padding-bottom: 5%;
	text-align: center;
	color: #fff;
	font-size: 2.6em;
	margin: 0 auto;
}
.ow.bfcmnineteen h2.mid-title span {
	color: #ff0f1e !important;
}
.ow.bfcmnineteen h2.mid-title span.blue {
	color: #0bc0c3 !important;
}

/*** SPRING INTO SUMMER CONTEST MARCH 2020 ***/

.ow.springsummercontest {
	min-height: 300px;
	background-color: #DFF6FB;
	text-align: center;
}

.ow.springsummercontest.main {
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/giveawaymarch2020/background.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.ow.springsummercontest.main img.header-image {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-top: 12%;
	padding-bottom: 15%;
	max-width: 90% !important;
}
.ow.contestinfo .iw {
	text-align: center;
}
.ow.contestinfo .iw h2, .ow.springsummercontest .iw h2, .ow .iw.contestrules h3 {
	display: block;
	padding-top: 1.5%;
}
.ow.contestinfo .iw .prize-wrapper {
	position: relative;
	width: 100%;
	display: block;
	clear: both;
}
.ow.contestinfo .iw .prize-wrapper ul, .ow.contestinfo .iw .prize-wrapper ul li, .ow.springsummercontest .iw ul, .ow.springsummercontest .iw ul li {
	list-style: none;
	list-style-type: none;
}
.ow.contestinfo .iw .prize-wrapper ul li, .ow.springsummercontest .iw ul li {
	width: 31%;
	margin: 1%;
	padding: 0% 3% 3% 3%;
	text-align: center;
	float: left;
	box-sizing: border-box;
	font-weight: 600;
}
.ow.contestinfo .iw .prize-wrapper ul li p {
	padding: 0 6%;
}
.ow.springsummercontest .iw ul li p {
	padding: 0 3%;
}
.ow.contestinfo .iw .prize-wrapper ul li img, .ow.springsummercontest .iw ul li img {
	max-width: 100%;
	display: block;
	text-align: center;
	margin: 0 auto;
	clear: both;
	padding: 1%;
	transition: all 0.3s ease-in-out;
}
.ow.contestinfo .iw .prize-wrapper ul li img:hover, .ow.springsummercontest .iw ul li img:hover {
	opacity: 0.7;
	transform: scale(1.04);
}
.ow.contestinfo .iw .prize-wrapper .badge {
	position: absolute;
	top: 0;
	left: 30%;
	width: 160px;
	height: 160px;
	text-align: center;
	text-transform: uppercase;
	background: #F70038;
	border-radius: 50%;
	transform: rotate(-20deg);
	padding-top: 35px;
	z-index: 10;
}
.ow.contestinfo .iw .prize-wrapper .badge p {
	margin: 0;
	padding: 0;
	font-size: 17px;
	color: #fff;
}
.ow.contestinfo .iw .prize-wrapper .badge p strong {
	font-size: 2.4em;
	padding-top: 5px;
	display: block;
}
.ow.springsummercontest.water {
	background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/giveawaymarch2020/waterbg.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.ow.springsummercontest.water img.enter-title {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-top: 8%;
	padding-bottom: 8%;
	max-width: 90% !important;
	transition: all 0.3s ease-in-out;
}
.ow.springsummercontest.water img.enter-title:hover {
	opacity: 0.7;
	transform: scale(1.03);
}

/*** SPRING OPENER SALE 2019 / 2020 **/

.spring-sale {
	background-position: top center;
	text-align: center;
	background-repeat: no-repeat;
	/*margin-top: 15px;*/
}
.spring-sale img.main-image {
	margin: 40px 0;
	max-width: 80%;
}
.spring-sale img.titleimg {
	margin: 100px 0 40px 0;
	max-width: 80%;
}
.spring-sale p {
	color: #000;
}
.spring-sale ul {
	margin: 50px 0;
	float: left;
	width: 100%;
	padding: 0 0 120px 0;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}
.spring-sale ul li {
	display: inline-block;
	max-width: 33%;
	padding: 1%;
	vertical-align: top;
	position: relative;
	box-sizing: border-box;
}
.spring-sale ul li img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 7px;
	transition: all 0.3s ease-in-out;
}
.spring-sale ul li .badge, .spring-sale.nineteen.twenty .pool-feat .badge {
	position: absolute;
	top: 0;
	right: -10px;
	text-align: center;
	background: #0251a8;
	color: #fff;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	padding: 0;
	margin: 0;
}
.spring-sale ul li h2.fat-title {
	margin-bottom: 35px;
}

.spring-sale ul li img:hover {
	transform: scale(1.02);
}
.spring-sale ul li a.feature-link-text {
	text-decoration: none;
}
.spring-sale .pre-price, .spring-sale ul li .badge .pre-price {
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 24px;
	color: #f50d07;
	text-transform: uppercase;
	font-weight: 800;
}
.spring-sale .price, .spring-sale ul li .badge .price {
	float: left;
	width: 100%;
	font-size: 48px;
	line-height: 48px;
	font-weight: 900;
	color: #f50d07;
	margin: 0 0 16px 0;
	text-transform: uppercase;
	font-weight: 800;
}

.spring-sale ul li .badge .price span.fineprint {
	font-size: 11px;
	display: block;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.spring-sale ul li .badge .pre-price {
	color: #fff;
	font-size: 15px;
	margin-top: 30px;
	margin-bottom: 0;
	padding: 0;
	line-height: 10px;
	float: none;
	display: block;
}
.spring-sale ul li .badge .pre-price.smaller {
	font-size: 12px;
	line-height: 0;
	margin-top: 36px;
}
.spring-sale ul li .badge .price {
	color: #fff;
	font-size: 29px !important;
	margin: 0;
	padding: 0;
	text-align: center;
	float: none;
	display: block;
	width: 100%;
}

.spring-sale .button {
	padding: 10px 50px;
}
.spring-sale .split-wrap {
	padding: 220px 0 120px 0;
	margin: 0 0 20px 0;
}

.spring-sale.nineteen {
	 min-height: 1150px;
	 background-image: url('https://www.poolsuppliescanada.ca/frontend/themes/new_psc/images/frontpage/springsalebg.png');
}
.spring-sale.nineteen.twenty {
	 min-height: inherit;
	 background-image: url('https://www.poolsuppliescanada.ca/images/companies/1/layout/featurepromos/springopener2020/opener2020bg.png');
	 background-size: cover;
	 padding-bottom: 20px;
}

.spring-sale.promo-bar {
	min-height: 800px;
	background-image: url('https://www.poolsuppliescanada.ca/frontend/themes/new_psc/images/frontpage/springsalepromobar.png');
}

.spring-sale.promo-bar.two {
	background-image: url('https://www.poolsuppliescanada.ca/frontend/themes/new_psc/images/frontpage/springsalepromobartwo.png');
}

/*** TWENTY TWENTY EDITS ***/

.open-ribbon {
	width: 100%;
	display: block;
	margin: 0;
	text-align: center;
	font-size: 1.4em;
	letter-spacing: 1px;
	color: #fff !important;
	font-weight: 900 !important;
	background: rgba(11, 192, 195, 0.85);
	padding: 10px;
}
.open-ribbon h3 {
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	color: #fff;
	font-weight: 900;
}

.open-ribbon .covid-warning.header {
	max-width: 50%;
}

.spring-sale.nineteen.twenty.newpool {
	padding: 20px 0;
}

/*.spring-sale.nineteen.twenty img.titleimg {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	display: block;
	clear: both;
	padding-bottom: 5%;
	padding-top: 7.5%;
}*/

.spring-sale.nineteen.twenty .iw h1.maintitle {
	display: inline-block;
	width: auto;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	color: #fff !important;
	font-size: 2.4em !important;
	font-weight: 100 !important;
	box-sizing: border-box;
	padding-top: 30px;
	margin-bottom: 80px;
}
.spring-sale.nineteen.twenty .iw h1.maintitle span {
	clear: both;
	display: block;
	width: 100%;
	float: none;
	text-align: center;
	background: transparent;
	padding: 0;
	font-weight: 900 !important;
	font-size: 3.2em !important;
	box-sizing: border-box;
	margin: 0;
	line-height: 72px;
}
.spring-sale.nineteen.twenty .iw h1.maintitle span.green {
	background: #0bc0c3;
	clear: both;
	display: block;
	width: 120%;
	margin-left: -10%;
	float: none;
	text-align: center;
	background: #0bc0c3;
	padding: 1% 2%;
	font-weight: 900 !important;
	font-size: 2.2em !important;
	box-sizing: border-box;
	
}

.spring-sale.nineteen.twenty .iw h2 {
	display: inline-block;
	width: auto;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	color: #fff !important;
	font-size: 1.8em !important;
	font-weight: 100 !important;
	box-sizing: border-box;
}
.spring-sale.nineteen.twenty .iw h2 span {
	clear: both;
	display: block;
	width: 100%;
	float: none;
	text-align: center;
	background: #0bc0c3;
	padding: 1% 2%;
	font-weight: 900 !important;
	font-size: 2.2em !important;
	box-sizing: border-box;
	word-break: normal;
	word-wrap: normal;
}
.spring-sale.nineteen.twenty .iw ul.bullet-list {
	margin: 0;
	padding: 0;
	display: block;
	margin: 0 auto;
	padding-top: 2.5%;
	clear: both;
	float: none;
	text-align: center;
	padding-bottom: 2.5%;
}
.spring-sale.nineteen.twenty .iw ul.bullet-list li {
	width: 33%;
	padding: 1%;
	float: left;
	display: block;
	text-align: center;
	text-transform: uppercase !important;
	color: #fff !important;
}
.spring-sale.nineteen.twenty .iw ul.bullet-list li h4 {
	font-weight: 900;
	font-size: 1.4em;
	width: 90%;
	display: block;
	clear: both;
	margin: 0 auto;
	color: #fff !important;
}
.spring-sale.nineteen.twenty .iw ul.bullet-list li p {
	text-transform: uppercase;
	font-weight: 100;
	display: block;
	width: 88%;
	margin: 0 auto;
	text-align: center;
	clear: both;
	color: #fff !important;
}

.spring-sale.nineteen.twenty .iw ul li ul.bullet-list {
	width: 100%;
}
.spring-sale.nineteen.twenty .iw ul li ul.bullet-list li {
	width: 100%;
	float: none;
	clear: both;
	padding: 2%;
	text-align: left;
}

.spring-sale.nineteen.twenty .badge, .spring-sale.nineteen.twenty .pool-feat .badge {
	background-color: #0cc0c3;
	color: #fff !important;
}

.spring-sale.nineteen.twenty ul li ul.bullet-list li, .spring-sale.nineteen.twenty ul.two-col li ul.bullet-list li {
	width: 100% !important;
	max-width: 100% !important;
	text-align: left !important;
	clear: both;
	float: none;
	padding-bottom: 3% !important;
}
.spring-sale.nineteen.twenty ul li ul.bullet-list li h4, .spring-sale.nineteen.twenty ul.two-col li ul.bullet-list li h4,  .spring-sale.nineteen.twenty ul li ul.bullet-list li h4, .spring-sale.nineteen.twenty ul.two-col li ul.bullet-list li p. spring-sale.nineteen.twenty ul li ul.bullet-list li p {
	width: 90% !important;
	text-align: left !important;
	padding-left: 5% !important;
}

.spring-sale .iw.spring-pool-wrapper {
	position: relative;
	max-width: 1500px;
}

.spring-sale .split-wrap .split-right {
	width: 40%;
}
.spring-sale .split-wrap .split-right .fat-title, .spring-sale.nineteen.twenty h2.fat-title {
	width: auto;
	padding: 6px 60px;
	display: inline-block;
	background-color: #0251a8;
	margin-top: 15px;
	margin-bottom: 15px;
}
.spring-sale.promo-bar .split-wrap .split-right .fat-title {
	background-color: #0251a8;
}
.spring-sale .split-wrap .split-right .price, .spring-sale .split-wrap .split-right .pre-price {
	color: #fff;
}
.spring-sale .split-wrap .split-right .price {
	font-size: 60px;
	display: block;
	margin-top: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.spring-sale .split-wrap .split-right span.fineprint {
	display: block;
	clear: both;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
}

.spring-sale .split-wrap .split-left {
	width: 60%;
	height: auto;
}
.spring-sale .split-wrap .split-left img {
	max-width: 100%;
}
.spring-sale .split-wrap .split-left .pool-logos {
	display: block;
	width: 100%;
	height: auto;
	margin-top: -25px;
	text-align: center;
}
.spring-sale picture.spring-pool-image {
	position: absolute;
	left: 0;
	top: 18%;
	float: left;
	display: block;
	width: 50%;
	margin-top: 180px;
}
.spring-sale picture.spring-pool-image img {
	max-width: 100%;
	height: auto;
	display: block;
	float: left;
}
.spring-sale img.warranty-title {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-top: 5%;
	padding-bottom: 1%;
	max-width: 100%;
	height: auto;
}
.spring-sale .split-wrap .split-left .pool-logos .logo-container {
	border: 1px solid #fff;
	border-radius: 50%;
	width: 150px;
	line-height: 150px;
	height: 150px;
	margin:0 20px;
	display: inline-block;
	background: white;
}
.spring-sale .split-wrap .split-left .pool-logos .logo-container img {
	width: 100px;
	margin: 0 auto;
	text-align: center;
	line-height: 100px;
	height: auto;
	padding-top: 55px;
}
.spring-sale .split-wrap .split-left .pool-logos .logo-container:last-child img {
	padding-top: 45px;
}
.spring-sale .large-circle {
	background-color: #ED0200;
	position: absolute;
	width: 120px;
	height: 120px;
	padding: 42px 0 0 0;
	border-radius: 100px;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase ;
}
.spring-sale .large-circle.top {
	left: 70px;
	top: -30px;
}

.spring-product-list div.categories-list-wrap.scrollable-wrap div.item-card a.product-link {
	border: 1px solid transparent;
	margin: 10px;
	width: calc(100% - 60px);
	border: 1px solid #f1f1f1;
}


.spring-product-list div.categories-list-wrap.scrollable-wrap div.item-card {
	width: 25%;
	min-width: 345px;
}
.spring-product-list div.categories-list-wrap.scrollable-wrap div.item-card img {
	height: 200px;
	width: auto;
	float: none;
	display: block;
	margin: 0 auto;
}

.spring-product-list h2.purple {
	font-weight: 900;
	text-align: center;
	color: #6b3b9b;
}

.spring-sale.nineteen.twenty .pool-feat {
	display: block;
	float: left;
	width: 40%;
	text-align: left;
	position: relative;
}
.spring-sale.nineteen.twenty .pool-feat img {
	max-width: 95%;
	text-align: left;
	display: block;
}

.spring-sale.nineteen.twenty .pool-feat .badge .pre-price, .spring-sale.nineteen.twenty .pool-feat .badge .price {
	color: #fff !important;
	float: none;
	clear: both;
	font-size: 18px;
	width: 100%;
	display: block;
	text-align: center;
	line-height: 25px;
}
.spring-sale.nineteen.twenty .pool-feat .badge .pre-price {
	margin-top: 20px;
}
.spring-sale.nineteen.twenty .pool-feat .badge .price {
	font-size: 36px;
}

.spring-sale.nineteen.twenty .pool-info {
	display: block;
	float: left;
	width: 60%;
	text-align: left;
	position: relative;
}

.spring-sale.nineteen.twenty .pool-info h2.fat-title {
	display: block;
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #0bc0c3 !important;
}
.spring-sale.nineteen.twenty  p.larger-text {
	display: block;
	max-width: 70%;
	margin: 0 auto;
	padding: 10px 20px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 15px;
}

.spring-sale.nineteen.twenty ul li h2.fat-title {
	font-weight: 600 !important;
	background-color: #0cc0c3 !important;
}

.spring-sale.nineteen.twenty .pool-info a.button {
	margin: 0 auto;
	text-align: center;
	margin-top: 15px;
	display: block !important;
	width: 200px !important;
}
.spring-sale.nineteen.twenty ul.two-col {
	padding: 0 0 60px 0;
}
.spring-sale.nineteen.twenty ul.two-col li {
	max-width: 43%;
	margin: 3%;
}
.spring-sale.nineteen.twenty ul.two-col li .liner-feats h2.fat-title  {
	font-weight: 900 !important;
}

.spring-sale.nineteen.twenty ul.two-col li .liner-feats h2.fat-title {
	max-width: 98%;
}
.spring-sale.nineteen.twenty ul.two-col li .liner-feats p.larger-text {
	max-width: 80%;
}
.spring-sale.nineteen.twenty ul li ul.bullet-list h4 {
	font-weight: 500 !important;
	font-size: 1.2em !important;
}
.spring-sale.nineteen.twenty ul li ul.bullet-list h4 strong {
	font-weight: 900 !important;
	font-size: 1.8em;
	text-align: center;
	display: block;
	margin-top: 55px;
	margin-bottom: 25px;
}
.spring-sale.nineteen.twenty ul li ul.bullet-list h4 u {
	font-weight: 900;
}

.spring-sale.nineteen.twenty ul.two-col li .liner-feats h2.fat-title {
	padding: 12px 10px;
	width: 98%;
}

.covid-warning.header span.atten {
	top: 5px;
	font-size: 20px;
}


/*** NEW HOW TO PAGES ***/
.ow .iw .howtowrapper {
	max-width: 1000px;
	text-align: center;
	display: block;
	margin: 0 auto;
	float: none;
}
.ow .iw .howtowrapper ul, .ow .iw .howtowrapper ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
}
.ow .iw .howtowrapper ul {
	display: inline-block;
	max-width: 1000px;
	text-align: center;
	border-top: 1px solid #f1f1f1;
	padding: 20px 0 0;
	float: none !important;
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	padding-top: 15px;
	padding-bottom: 20px;
	list-style: none;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}
.ow .iw .howtowrapper ul li {
	width: auto;
	background: #0a52a5;
	text-align: center;
	box-sizing: border-box;
	text-decoration: none;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 14px !important;
	font-weight: 500;
	margin: 5px 8px;
	display: inline-block;
}
.ow .iw .howtowrapper ul li a {
	color: #fff !important;
	text-decoration: none !important;
	text-align: center;
}

/*** ALL LANDING PAGES - CUSTOM ANIMATIONS ***/

@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 250%; }
}
@keyframes animatedBackgroundRV {
	from { background-position: 50% 0; }
	to { background-position: 50% 100%; }
}
@keyframes animatedBackgroundRTL {
	from { background-position: 0 0; }
	to { background-position: 100% 0%; }
}
@-webkit-keyframes animatedBackgroundRTL {
	from { background-position: 0 0; }
	to { background-position: 100% 0%; }
}
@keyframes animatedBackgroundLTR {
	from { background-position: 100% 0; }
	to { background-position: 0% 100%; }
}
@-webkit-keyframes animatedBackgroundLTR {
	from { background-position: 100% 0; }
	to { background-position: 0% 100%; }
}
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-40px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-10px);
  }
}

@keyframes bounceoffset {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-48px);
  }
}
@-webkit-keyframes bounceoffset {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-8px);
  }
}
@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}
.snowflake{position:fixed;top:-10%;z-index:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}
.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}
.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}