div.component_ProductDisplay_CatView3 {
margin: 0;
padding: 0;
}
.title {
top: 0;
margin-top: -1px; width: 100vw;
position: relative;
left: 50%;
margin-left: -50vw;
overflow: hidden;
background-size: cover;
background-position: center center;
}
.has-header-image .title {
background-color: #555;
margin-bottom: 30px;
background-image: url(https://images.zeald.com/site/coolawnings/images/coolawnings-cat-bg.jpg);
}
.title h1 {
font-size: 100px;
font-weight: 500;
text-align: center;
line-height: 1.1em;
margin: 70px 0 50px;
}
.has-header-image .title h1 {
position: relative;
color: #fff;
text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}
.catview {
font-size: 16px;
margin: 0 20px;
}
.catview > section {
display: table;
width: 100%;
}
.catview .subnav {
display: table-cell;
width: 330px;
padding-right: 30px;
box-sizing: border-box;
vertical-align: top;
}
.catview > section > main {
display: table-cell;
vertical-align: top;
}
.catview .crumbs {
display: block;
}
.description {
clear: both;
margin: 0 0 25px;
}
.catview .crumbs + .description {
margin-top: 10px;
}
.cat-header::after {
content: '';
display: table;
clear: both;
}
.product-collection {
position: relative;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 20px;
grid-auto-flow: row;
}
.catview aside.no-filter {
display: none;
}
.catview aside.no-filter + main .product-collection {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
.product-card {
display: grid;
grid-template-rows: auto auto 1fr;
cursor: pointer;
}
.product-card header {
width: 100%;
padding-top: 115%;
height: 0;
position: relative;
background: #f4f4f4;
}
.product-card header.loading::before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
display: block;
width: 29px;
height: 29px;
background: url(https://images.zeald.com/site/coolawnings/images//basic_theme/ui_sprites.svg) no-repeat 0 -840px;
transform: scale(3);
}
.product-card header a {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: 0;
display: grid; text-align: center;
overflow: hidden;
}
.product-card a img {
height: 100% !important;
width: 100%;
margin: auto;
object-fit: cover;
object-position: center center;
background: #f4f4f4;
}
.product-card header .feature {
position: absolute;
left: 7px;
top: 7px;
display: inline-block;
background: #3cc5f1;
color: #fff;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
z-index: 10;
line-height: 50px;
width: 50px;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
text-align: center;
padding: 0;
}
.product-card header .feature.long {
width: auto;
max-width: calc(100% - 64px);
line-height: 40px;
padding: 0 17px;
margin: 7px;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
}
.product-card header .feature.feature-2 {
background: #bf211e;
}
.product-card header .feature.feature-3 {
background: #9bc53d;
}
.product-card header .add-favourite {
position: absolute;
top: 7px;
right: 7px;
display: block;
width: 44px;
height: 44px;
background: #fff;
border-radius: 22px;
-webkit-border-radius: 22px;
-moz-border-radius: 22px;
text-indent: -1000px;
overflow: hidden;
z-index: 10;
padding: 0;
border: none;
}
.product-card header .add-favourite:hover {
box-shadow: 0 2px 4px 0 rgba(45,45,45,.14);
-webkit-box-shadow: 0 2px 4px 0 rgba(50,50,50,.11);
}
.product-card header .add-favourite:hover::before,
.product-card header .add-favourite.selected::before
{
background-position-y: -470px;
}
.product-card header .add-favourite::before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
display: block;
width: 19px;
height: 16px;
background: url(https://images.zeald.com/site/coolawnings/images//basic_theme/ui_sprites.svg) no-repeat 0 -440px;
}
.product-card h4, .product-card h4 a {
font-size: 16px;
font-weight: 500;
color: #222;
text-decoration: none;
text-align: center;
}
.product-card h4 {
margin: 16px 0;
}
.product-card footer {
display: block;
font-weight: 500;
color: #36ad57;
text-align: center;
margin: 0 0 16px;
align-self: end;
}
.product-card .price {
display: inline-block;
font-weight: 500;
}
.product-card .original-price {
text-decoration: line-through;
color: #ccc;
background: none;
}
.product-card .add-to-cart,
.product-card .enquire-now {
width: 100%;
display: block;
}
.product-card .add-to-cart:hover
.product-card .enquire-now:hover {
border-bottom: solid 4px rgba(0, 0, 0, 0.2);
padding-bottom: 12px;
}
.product-card .buy-now,
.product-card.ordering:hover .buy-now,
.product-card .enquiry,
.product-card.ordering:hover .enquiry,
.product-card .select-options,
.product-card.ordering:hover .select-options {
display: none;
transition: display .3s ease;
}
.product-card .buy-now {
position: relative;
}
.product-card .buy-now::before {
content: "";
position: absolute;
bottom: -7px;
left: 40px;
border-bottom: 7px solid #edcfcf;
opacity: 0;
transition: opacity 0.5s ease;
display:block;
width:0;
height:0;
border-left: 8px solid transparent;
border-right:8px solid transparent;
}
.product-card .buy-now::after {
content: attr(data-content);
position: absolute;
left: 30px;
bottom: -65px;
color: #9a0000;
background: #edcfcf;
width: 330px;
padding: 5px 13px;
opacity: 0;
transition: opacity 0.5s ease;
}
.product-card .buy-now.stock-error::before,
.product-card .buy-now.stock-error::after {
opacity: 1;
}
.product-card.adding .buy-now,
.product-card:hover .buy-now,
.product-card.adding .enquiry,
.product-card:hover .enquiry,
.product-card:hover .select-options,
.product-card.ordering .option-form .add-to-cart,
.product-card.ordering .option-form .enquire-now,
.product-card.ordering .option-form .buy-now,
.product-card.ordering .option-form .enquiry {
position: absolute;
left: 0;
bottom: 0;
display: block;
transition: display .3s ease;
opacity: 0.9;
width: 100%;
}
.product-card.ordering .option-form .buy-now,
.product-card.ordering .option-form .enquiry {
opacity: 1;
}
.product-card .buy-now > *,
.product-card .enquiry > *,
.product-card .quantity > * {
-ms-grid-row: 1;
}
.product-card .quantity,
.product-card .quantity .quantity label {
display: none !important;
}
.product-card .option-form {
display: none;
cursor: auto;
}
.product-card.ordering .option-form,
.option-list,
.option-list tbody,
.option-list tr,
.option-list td
{
display: block;
width: 100%;
box-sizing: border-box;
}
.option-form {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
opacity: 0.9;
padding: 0;
z-index: 15;
}
.option-list {
position: absolute;
bottom: 60px;
}
.option-list td {
padding: 0 20px;
}
.option-list h4 {
font: 500 16px 'Nunito Sans', sans-serif;
color: #222;
text-transform: uppercase;
text-align: left;
margin-bottom: 10px;
}
.option-list select {
margin-top: 7px;
}
.product-card.ordering .close {
position: absolute;
top: 10px;
right: 10px;
opacity: 1;
display: inline-block;
width: auto;
padding: 0 19px 0 0;
font-size: 16px;
font-weight: 500;
color: #555;
background: none;
text-transform: none;
}
.product-card .close::after {
content: '';
display: block;
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin: auto 0;
width: 12px;
height: 12px;
background: url(https://images.zeald.com/site/coolawnings/images//basic_theme/ui_sprites.svg) no-repeat 0 -560px;
}
.product-card.ordering .option-form .add-to-cart, .product-card.ordering .option-form .enquire-now {
border-bottom: solid 3px rgba(0, 0, 0, 0.2);
padding-bottom: 13px;
}
.product-card .add-to-cart:focus,
.product-card .add-to-cart:active,
.product-card .enquire-now:focus,
.product-card .enquire-now:active {
outline: 0;
-moz-outline-style: none;
}
.sort {
display: block;
width: 200px;
text-align: right;
margin-bottom: 20px;
margin-left: auto;
}
select.sort-by {
margin: 0px;
border: none;
border-bottom: 1px solid #ccc;
border-radius: 0;
padding: 0 25px 5px 1px;
color: #555;
background-position-y: -40px; }
.sort label::after {
color: #ccc;
}
.more-products {
position: relative;
text-align: center;
margin-top: 50px;
}
.more-products p {
display: inline-block;
margin: 0 auto 3px;
color: #999;
}
progress {
display: block;
margin: 0 auto 25px;
appearance: none;
border: none;
background-color: #ccc;
color: #36ad57;
width: 200px;
height: 6px;
}
progress::-webkit-progress-value {
background-color: #36ad57;
}
progress::-webkit-progress-bar {
background-color: #ccc;
}
.load-next {
color: #222;
text-align: center;
height: 50px;
padding: 0 50px;
background: none;
font-weight: 500;
border: solid 1px #999;
border-right: none;
margin-right: -5px;
}
.load-next:hover {
background-color: #f6f6f6;
transition: background .3s ease;
}
.more-products .load-page button {
background-position: 82% 22px;
text-align: left;
color: #222;
border: solid 1px #999;
border-radius: 0;
padding: 0;
min-width: 112px;
box-sizing: border-box;
text-transform: uppercase;
height: 50px;
padding: 0 35px 0 17px;
font-weight: 500;
}
.more-products a {
color: #222;
text-transform: uppercase;
}
.load-page li {
padding-left: 9px;
}
.page-loading, .new-footer, .appending .load-next, .appending .load-page {
display: none;
}
.more-products .page-loading {
width: 40px;
height: 40px;
border-width: 6px;
position: absolute;
top: 120px;
left: 0;
right: 0;
margin: auto;
}
.appending .page-loading {
display: block;
}
.appending .more-products {
margin-bottom: 75px;
}
.top-filters {
display: inline-block;
margin-top: 5px;
float: left;
}
.show-filters {
position: relative;
background: none;
height: auto;
width: auto;
display: none;
border: none;
color: #555;
padding: 0 0 0 30px;
margin: 0;
}
.show-filters::before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin: auto 0;
display: block;
width: 20px;
height: 18px;
background: url(https://images.zeald.com/site/coolawnings/images//basic_theme/ui_sprites.svg) no-repeat 0 -620px;
}
.selected-filters {
display: inline-block;
}
.selected-filters a.clear-all {
color: #555;
text-decoration: underline;
text-transform: capitalize;
cursor: pointer;
display: none;
}
.selected-filters a + a.clear-all {
display: inline;
}
.selected-filters a:not(.clear-all) {
position: relative;
display: inline-block;
color: #888;
padding: 5px 27px 5px 10px;
margin: 0 5px 0 0;
background: #eee;
text-decoration: none;
cursor: pointer;
}
.selected-filters a:not(.clear-all)::after {
content: '';
position: absolute;
right: 10px;
top: 0;
bottom: 0;
margin: auto 0;
width: 10px;
height: 10px;
background: url(https://images.zeald.com/site/coolawnings/images//basic_theme/ui_sprites.svg) no-repeat 0 -590px;
}
.filter-collection h2, .filter-collection .close {
display: none;
}
.filter-collection .filter-group {
border-bottom: solid 1px #222;
padding-bottom: 15px;
margin-bottom: 15px;
}
.filter-group h3 {
position: relative;
font-family: 'Nunito Sans', sans-serif;
font-size: 1.3em;
font-weight: 500;
text-transform: uppercase;
color: #222;
padding: 0;
box-sizing: border-box;
cursor: pointer;
margin: 0px;
}
.filter-group h3::before {
content: '';
position: absolute;
right: 0;
top: 0;
bottom: 0;
margin: auto;
width: 14px;
height: 4px;
background: url(https://images.zeald.com/site/coolawnings/images//basic_theme/ui_sprites.svg) no-repeat 0 -500px;
}
.filter-group h3.closed {
margin-bottom: 0 !important;
}
.filter-group.closed h3::before {
background-position-y: -530px;
height: 14px;
}
.filter-group:first-child h3 {
border-top: none;
margin-top: 0;
margin-bottom: 4px;
}
.filter-group ul {
list-style: none;
padding: 0;
margin: 0;
height: auto;
transition: height .3s ease;
margin-top: 10px;
}
.filter-group.closed ul {
display: none;
transition: display 0.3s ease;
}
.filter-group.empty, .filter-group li.empty {
display: none;
}
.filter-group li {
color: #222;
padding: 0;
margin: 0;
font-size: 1.3em;
font-weight: 500;
}
.filter-group li label {
position: relative;
display: inline-block;
width: 100%;
margin: 4px 0;
min-height: 21px;
box-sizing: border-box;
padding: 0 30px 0 36px;
cursor: pointer;
}
.filter-group li input[type=checkbox] {
position: absolute;
left: 0;
top: 4px;
width: 21px;
height: 21px;
margin-left: 0;
-webkit-appearance:none;
outline:0;
padding: 0;
margin: 0;
resize: none;
}
.filter-group li input[type=checkbox]:checked:before {
content:'';
position: absolute;
color: #000;
outline: 0;
top: 4px;
left: 2px;
width: 15px;
height: 11px;
background: url('https://images.zeald.com/site/coolawnings/images//basic_theme/ui_sprites.svg') no-repeat 0 -150px;
}
.filter-group label span {
display: block;
}
.filter-group label aside {
position: absolute;
display: inline-block;
top: 0;
right: 0;
text-align: right;
}
.filter-group li input[type=checkbox] {
cursor: pointer;
}
.filter-group li input:checked + span {
text-decoration: underline;
}
.filter-group li input:checked + span + aside {
color: #36ad57;
text-decoration: underline;
}
.filter[data-depth] .filter-label {
position: relative;
padding-right: 5px;
}
.filter[data-depth] .filter-label::before {
display: block;
position: absolute;
content: "-";
left: -15px;
}
.filter[data-depth="1"] .filter-label::before {
content: none;
}
.filter[data-depth="2"] .filter-label {
margin-left: 30px;
}
.filter[data-depth="3"] .filter-label {
margin-left: 45px;
}
.filter[data-depth="4"] .filter-label {
margin-left: 60px;
}
.filter[data-depth="5"] .filter-label {
margin-left: 75px;
}
.range-value-wrapper {
display: grid;
grid-template-columns: 2fr 2fr;
}
.upper-value {
text-align: right;
}
.noUi-handle {
border: none !important;
border-radius: 100% !important;
background: #333333 !important;
box-shadow: none !important;
}
.noUi-horizontal .noUi-handle {
width: 24px !important;
height: 24px !important;
top: -10px !important;
}
.noUi-handle:after, .noUi-handle:before {
content: none !important;
}
.noUi-horizontal {
height: 6px !important;
}
.range-filter {
margin: 10px 0;
}
.noUi-connect {
background: #AAAAAA !important;
}
.noUi-target {
background: #EEEEEE !important;
border-radius: 0 !important;
border: none !important;
box-shadow: none !important;
}
.filter-collection .filter-group .range {
padding: 0;
}
.noUi-handle.noUi-handle-lower:focus,
.noUi-handle.noUi-handle-upper:focus {
outline: none;
}
.noUi-target {
padding: 0 18px 0 8px;
}
.cat-header .description p,
.cat-header .description span,
.cat-header .description div,
.cat-header .description li,
.product-card .description p,
.product-card .description span,
.product-card .description div,
.product-card .description li {
line-height: inherit !important;
font-family: inherit !important;
font-size: inherit !important;
font-weight: inherit !important;
margin: initial !important;
background: inherit !important;
vertical-align: inherit !important;
white-space: inherit !important;
color: inherit !important;
}
.document .content {
position: relative;
}
.loading-overlay {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
z-index: 999;
opacity: 0.9;
text-align: center;
padding-top: 200px;
box-sizing: border-box;
font-size: 400%;
color: #999;
}
.loading .product-collection .loading-overlay {
display: block;
}
.loading .product-collection .loading-overlay::before {
content: '';
border: 12px solid #999;
border-top: 12px solid #fff;
border-radius: 50%;
position: absolute;
top: 100px;
left: 0;
right: 0;
margin: auto;
width: 80px;
height: 80px;
-webkit-animation: spin 1s linear infinite; animation: spin 1s linear infinite;
}
.loading-overlay aside {
font-size: 20px;
width: 150px;
line-height: 1.2em;
display: block;
margin: 20px auto;
}
.cat-header .subcat_menu {
padding: 0;
}
body .catview .question h1 {
font-size: 50px;
}
.product-collection.split-test {
visibility:hidden;
}
.component_ProductDisplay_CatView3 > .split-test {
visibility:hidden;
}
.empty-category {
grid-column: 2;
}
@media only screen and (max-width: 1150px) {
body.pop-overlay-filters .catview .subnav {
display: block;
}
.cat-header {
position: relative;
}
.catview .crumbs {
position: absolute;
top: -60px;
left: 0;
right: 0;
margin: auto;
display: block;
width: 100%;
text-align: center;
}
.catview.has-header-image .crumbs {
margin-top: -30px;
}
.catview.has-header-image .crumbs a {
color: #ccc;
}
.catview.has-header-image .crumbs a:last-child {
color: #fff;
}
.catview .title h1 {
font-size: 10vw;
}
.catview section .subnav {
display: none;
position: fixed;
top: 20px;
left: 0;
width: 90vw;
min-height: 100vh;
z-index: 2001;
padding: 0;
}
.filter-collection {
box-sizing: border-box;
position: absolute;
height: 100%;
width: 100%;
padding: 0 20px 20px;
overflow-x: hidden;
}
.filter-collection h2 {
display: block;
font-size: 2em;
margin: 10px 0 20px;
position: fixed;
position: -webkit-sticky;
position: sticky;
top: 0px;
background-color: #fff;
z-index: 30001;
}
.catview .show-filters {
display: inline;
}
.catview .selected-filters {
display: block;
margin: 0 0 20px;
}
.catview .selected-filters a {
margin-top: 10px;
}
}
@media only screen and (max-width: 740px) {
.catview main .product-collection,
.catview aside.no-filter + main .product-collection {
grid-template-columns: repeat(2, 1fr) !important;
}
.catview .title h1 {
margin-top: 60px;
margin-bottom: 60px;
}
.catview .crumbs {
top: -70px;
}
.catview .product-card header {
margin-bottom: 55px;
}
.product-card .option-form .buy-now,
.product-card .option-form .enquiry {
position: absolute;
left: 0;
bottom: 0;
display: block;
transition: display .3s ease;
opacity: 0.9;
width: 100%;
}
.product-card .enquire-now,
.product-card .select-options {
display: block;
opacity: 1;
width: 100%;
}
.product-card:hover .enquiry,
.product-card .enquiry,
.product-card .buy-now,
.product-card.ordering:hover .buy-now,
.product-card.ordering:hover .select-options {
display: block;
}
.product-card:hover .enquire-now,
.product-card:hover .buy-now,
.product-card:hover .select-options {
position: absolute;
left: 0;
bottom: -55px;
opacity: 1;
}
.product-card.ordering .select-options,
.product-card.ordering:hover .select-options {
display:none;
}
.product-card .enquire-now,
.product-card .buy-now,
.product-card .select-options {
position: relative;
left: 0;
bottom: 2px;
}
.product-card.ordering .option-form .add-to-cart {
bottom: -55px;
opacity: 1;
}
.option-list {
bottom: 0;
}
.product-card:hover .enquiry {
opacity: 1;
}
}
@media only screen and (max-width: 428px) {
.catview main .product-collection, .catview aside.no-filter + main .product-collection {
grid-template-columns: repeat(1, 1fr) !important;
}
}
.component_ProductDisplay_CatView3 {
margin: 0; margin: 0; padding: 0px;  } .component_Navigation_BreadCrumb {
display: none;
}
.catview {
margin: 0;
}
h1,h2,h3,h4,h5,h6 {
line-height: 1.2em;
}
.cu-table-2col h1,
.cu-table-2col h2,
.cu-table-2col h3,
.cu-table-2col h4,
.cu-table-2col h5,
.cu-table-2col h6{
text-align: left !important;
}
.filter-group h3 {
font-weight: 900;
line-height: normal;
font-size: 18px;
color: #063749;
}
.filter-group li input:checked + span,
.filter-group label span {
text-decoration: none;
font-weight: 300;
font-size: 16px;
color: #555555;
text-transform: capitalize;
}
.product-card header .add-favourite {
background-color: #EFEFEF;
}
.filter-group li input:checked + span {
font-weight: 700;
}
.filter-group label aside {
font-weight: 300;
font-size: 16px;
text-align: right;
color: #444444;
}
.filter-group li input:checked + span + aside {
text-decoration: none;
}
.filter-collection .filter-group {
border-color: #e1e1e1;
padding-bottom: 17px;
margin-bottom: 22px;
}
.filter-group ul {
margin-top: 15px;
}
.has-header-image .title h1 {
font-weight: 500;
line-height: normal;
font-size: 70px;
text-align: center;
color: #FFFFFF;
margin: 0;
}
.has-header-image .title {
margin-bottom: 35px;
padding: 87px 20px;
}
.price span {
font-weight: 300;
line-height: 36px;
font-size: 22px;
text-align: center;
color: #36AD57;
}
.product-card .item-title {
margin-top: 20px;
}
.product-card .item-title,
.product-card .item-title a {
font-weight: 900;
line-height: normal;
font-size: 15px;
text-align: center;
color: #063749;
}
.product-card.adding .buy-now, .product-card:hover .buy-now, .product-card.adding .enquiry, .product-card:hover .enquiry, .product-card:hover .select-options, .product-card.ordering .option-form .add-to-cart, .product-card.ordering .option-form .enquire-now, .product-card.ordering .option-form .buy-now, .product-card.ordering .option-form .enquiry,
.product-card.ordering .option-form .add-to-cart,
.product-card .add-to-cart, .product-card .enquire-now {
opacity: 1;
font-weight: bold;
line-height: 21px;
font-size: 14px;
text-align: center;
letter-spacing: 0.25em;
}
.product-card a img {
height: 300px !important;
margin-top: 0;
margin-bottom: 0;
}
.product-card header {
padding-top: 100%;
}
.product-card.ordering .close {
z-index: 1;
}
.option-form {
opacity: 1;
background-color: rgba(255, 255, 255, 0.9);
}
.crumbs, .crumbs a {
font-family: Nunito Sans;
font-style: normal;
font-weight: 300;
line-height: normal;
font-size: 13px;
color: #36AD57;
}
.cat-header .description p,
.cat-header .description span,
.cat-header .description div,
.cat-header .description li,
.product-card .description p,
.product-card .description span,
.product-card .description div,
.product-card .description li{
line-height: 1.7em !important;
color: #555 !important;
font-family: 'Nunito Sans', sans-serif !important;
font-size: 16px !important;
}
@media screen and (max-width: 1300px) {
.catview {
margin: 0;
padding-left: 20px;
padding-right: 20px;
}
}
@media only screen and (max-width: 740px) {
.catview .product-card header {
margin-bottom: 0;
}
.product-card .card-order {
position: static;
bottom: 0;
}
}
table.cu-table-2col{
margin: 0; max-width: 100% !important;
}
table.cu-table-2col tr > td {
width: 100% !important;
padding: 0;
max-width: 100% !important;
}
table.cu-table-2col tr > td img{
max-width: 100% !important;
}
table.cu-table-2col tr {
display: grid;
grid-template-columns: 1fr auto;
grid-gap: 20px 40px;
}
@media only screen and (max-width: 767px) {
table.cu-table-2col tr {
grid-template-columns: 1fr;
}
} #c61.component_ProductDisplay_CatView3 {
margin: 0; padding: 0;  } .docwrap {
padding-top: 0;
}
@media only screen and (max-width: 740px){
.catview .title h1 {
font-size: 60px !important;
}
} .plain_content {
height: 100%;
}
.component_ContentDisplay_Content {
margin: 0; margin: 0; padding: 8px 14px;  } #c1059.component_ContentDisplay_Content {
 } #c1062.component_ContentDisplay_Content {
padding: 0px;  } #c1062 .plain_content img {max-width: 1280px;	height: auto;width: 100%;}#c1064.component_ContentDisplay_Content {
padding: 0px;  } #c1064 .plain_content
{
text-align:center;
}
#c1064 h1
{
font-size: 48px;
text-transform: uppercase;
color: #fff;
margin-bottom: 0;
font-weight: 700;
}
#c1064 h1 span
{
display:inline-block;
text-align:center;
background-color: rgba(0, 0, 0, 0.502);
margin: 2px 0;
padding: 5px 20px;
}
#c1064 h2 {
font-size: 32px;
margin-top: 0;
}
#c1064 h2 span
{
display:inline-block;
text-align:center;
background-color: rgba(0, 0, 0, 0.502);
margin: 2px 0;
padding: 20px; color: #fff;
font-weight: 600;
max-width: 910px;
line-height: 1.4em;
} #c1067.component_ContentDisplay_Content {
 } #c1067 h2 {font-size: 22px;font-weight: 600;margin-bottom: 10px;margin-top: 15px;}#c1067 .plain_content {font-size: 15px;line-height: 1.5em;} #c1068.component_ContentDisplay_Content {
 } #c1068 h2 {font-size: 22px;font-weight: 600;margin-bottom: 10px;margin-top: 15px;}#c1068 .plain_content {font-size: 15px;line-height: 1.5em;} #c1069.component_ContentDisplay_Content {
 } #c1069 h2 {font-size: 22px;font-weight: 600;margin-bottom: 10px;margin-top: 15px;}#c1069 .plain_content {font-size: 15px;line-height: 1.5em;} #c1071.component_ContentDisplay_Content {
 } #c1071 {padding: 25px 0;}#c1071 h4 { text-transform: uppercase; color: #fff; font-size: 32px;font-weight: 600;} #c1072.component_ContentDisplay_Content {
 } #c1072 {margin-top: 15px;}#c1072 .btn {background-color: rgb(54, 173, 87);border-radius: 5px;box-shadow: 0 2px 0 0 rgba(31, 134, 60, 1);color: #fff;display: inline-block;font-size: 15px;font-weight: 700;padding-left: 20px;padding-right: 20px;line-height: 3.3;margin-top: 0;text-align: center;text-transform: uppercase;} #c1074.component_ContentDisplay_Content {
padding: 0px;  } #c1074 .plain_content {text-align:center;}#c1074 h5 {font-size: 14px;text-transform: uppercase;margin-top: 15px;line-height: 1.5;}#c1075.component_ContentDisplay_Content {
padding: 0px;  } #c1075 .plain_content {text-align:center;}#c1075 h5 {font-size: 14px;text-transform: uppercase;margin-top: 15px;line-height: 1.5;}#c1076.component_ContentDisplay_Content {
padding: 0px;  } #c1076 .plain_content {text-align:center;}#c1076 h5 {font-size: 14px;text-transform: uppercase;margin-top: 15px;line-height: 1.5;}#c1077.component_ContentDisplay_Content {
padding: 0px;  } #c1077 .plain_content {text-align:center;}#c1077 h5 {font-size: 14px;text-transform: uppercase;margin-top: 15px;line-height: 1.5;}#c1078.component_ContentDisplay_Content {
padding: 0px;  } #c1078 .plain_content {text-align:center;}#c1078 h5 {font-size: 14px;text-transform: uppercase;margin-top: 15px;line-height: 1.5;}#c1080.component_ContentDisplay_Content {
padding: 0px;  } #c1080 .plain_content {text-align:center;}#c1080 h5 {font-size: 14px;text-transform: uppercase;margin-top: 15px;line-height: 1.5;}#c1081.component_ContentDisplay_Content {
padding: 0px;  } #c1081 .plain_content {text-align:center;}#c1081 h5 {font-size: 14px;text-transform: uppercase;margin-top: 15px;line-height: 1.5;}#c1082.component_ContentDisplay_Content {
padding: 0px;  } #c1082 .plain_content {text-align:center;}#c1082 h5 {font-size: 14px;text-transform: uppercase;margin-top: 15px;line-height: 1.5;}#c1083.component_ContentDisplay_Content {
padding: 0px;  } #c1083 .plain_content {text-align:center;}#c1083 h5 {font-size: 14px;text-transform: uppercase;margin-top: 15px;line-height: 1.5;}#c1084.component_ContentDisplay_Content {
padding: 0px;  } #c1084 .plain_content {text-align:center;}#c1084 h5 {font-size: 14px;text-transform: uppercase;margin-top: 15px;line-height: 1.5;}#c1089.component_ContentDisplay_Content {
padding: 0px;  } #c1089 .plain_content img{max-width: 1280px;	height: auto;width: 100%;}#c1089 .plain_content *,#c1089 .plain_content{line-height: 0;}#c1091.component_ContentDisplay_Content {
padding: 0;  } #c1091 h2{color: #fff;text-transform: uppercase;font-size: 32px;font-weight: 700;margin-top: 0;margin-bottom: 25px;line-height: 1.2;}#c1091 p{	color: #fff;font-size: 15px;line-height: 1.5;margin-bottom: 15px;}#c1091 h5{font-size: 15px;color: #fff;font-weight: 700;margin-top: 10px;margin-bottom: 10px;}#c1091 ul{margin-bottom: 0;margin-top: 20px;text-align: left;padding-left: 0;}#c1091 li{display: inline-block;background: none;padding: 3px;}#c1091 li:first-child{padding-left: 0;}#c1091 li:last-child{padding-right: 0;}#c1091 li:first-child a {background-color: rgb(54, 173, 87);border-radius: 5px;box-shadow: 0 2px 0 0 rgba(31, 134, 60, 1);color: #fff;display: inline-block;font-size: 15px;font-weight: 700;height: 50px;padding-left: 20px;padding-right: 20px;line-height: 3.3;margin-top: 0;text-align: center;text-transform: uppercase;}#c1091 li:last-child a {color: #fff;display: inline-block;font-size: 15px;font-weight: 700;height: 50px;padding-left: 25px;padding-right: 25px;line-height: 3.3;margin-top: 0;text-align: center;border-style: solid;border-width: 2px;border-color: rgb(54, 173, 87);border-radius: 5px;background-color: rgba(6, 167, 212, 0);} #c1101.component_ContentDisplay_Content {
padding: 0;  } #c1101 .plain_content img{max-width: 1280px;	height: auto;width: 100%;}#c1102.component_ContentDisplay_Content {
padding: 0;  } #c1102 .plain_content
{
text-align:center;
}
#c1102 h1
{
font-size: 48px;
text-transform: uppercase;
color: #fff;
}
#c1102 h1 span
{
display:inline-block;
text-align:center;
background-color: rgba(0, 0, 0, 0.502);
margin: 2px 0;
padding: 5px 20px;
}
#c1105.component_ContentDisplay_Content {
padding: 0;  } #c1105 h2
{
font-size: 28px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 20px;
line-height: 1.3em;
}
#c1105 p
{
font-size: 15px;
line-height: 1.5;
}
#c1105 h3
{
font-style: normal;
font-size: 20px;
font-weight: 700;
margin-bottom: 25px;
}
#c1105 li
{	background: none;
padding-left: 0;
margin-bottom: 14px;
color: #666666;
font-size: 15px; }	#c1105 li img
{
margin-right: 5px;
vertical-align:middle;
}
#c1106.component_ContentDisplay_Content {
padding: 0;  } #c1106 {text-align: center;} #c1107.component_ContentDisplay_Content {
padding: 0;  } #c1107 .plain_content a {border-radius: 5px;background-color: rgb(54, 173, 87);box-shadow: 0px 2px 0px 0px rgba(31, 134, 60, 1);width: 419px;height: 50px;font-size: 15px;font-weight: 700;color: #fff;display: inline-block;text-align:center;line-height: 3.3;text-transform: uppercase;margin-top: 30px;}#c1109.component_ContentDisplay_Content {
padding: 0;  } #c1109 .plain_content {text-align:center;}#c1109 h2{font-size: 32px;text-transform: uppercase;font-weight: 700;margin-bottom: 50px;} #c1112.component_ContentDisplay_Content {
padding: 0;  } div#c1112.component_ContentDisplay_Content{padding: 20px 20px 30px;}#c1112 h3{font-style: normal;font-weight: 700;text-transform: uppercase;coloar:#003042;font-size: 22px;}#c1112 p{color: #666666;font-size: 15px;line-height: 1.6;}#c1113.component_ContentDisplay_Content {
padding: 0;  } #c1113 .plain_content img {width: 100%;height: auto;}#c1113 .plain_content *,#c1113 .plain_content{line-height: 0;}#c1115.component_ContentDisplay_Content {
padding: 0;  } div#c1115.component_ContentDisplay_Content{padding: 20px 20px 30px;}#c1115 h3{font-style: normal;font-weight: 700;text-transform: uppercase;coloar:#003042;font-size: 22px;}#c1115 p{color: #666666;font-size: 15px;line-height: 1.6;}#c1116.component_ContentDisplay_Content {
padding: 0;  } #c1116 .plain_content img {width: 100%;height: auto;}#c1116 .plain_content *,#c1116 .plain_content{line-height: 0;}#c1118.component_ContentDisplay_Content {
padding: 0;  } div#c1118.component_ContentDisplay_Content{padding: 20px 20px 30px;}#c1118 h3{font-style: normal;font-weight: 700;text-transform: uppercase;coloar:#003042;font-size: 22px;}#c1118 p{color: #666666;font-size: 15px;line-height: 1.6;}#c1119.component_ContentDisplay_Content {
padding: 0;  } #c1119 .plain_content img {width: 100%;height: auto;}#c1119 .plain_content *,#c1119 .plain_content{line-height: 0;}#c1121.component_ContentDisplay_Content {
padding: 0;  } #c1121 h2 {font-size: 32px;font-weight: 700;margin-bottom: 50px;text-transform: uppercase;text-align:center;} #c1123.component_ContentDisplay_Content {
padding: 0;  } #c1123 .plain_content {text-align:center;}#c1123 h5{font-size: 14px;text-transform: uppercase;margin-top: 15px;line-height: 1.5;}#c1124.component_ContentDisplay_Content {
padding: 0;  } #c1124 .plain_content {text-align:center;}#c1124 h5{font-size: 14px;text-transform: uppercase;margin-top: 15px;line-height: 1.5;}#c1125.component_ContentDisplay_Content {
padding: 0;  } #c1125 .plain_content {text-align:center;}#c1125 h5{font-size: 14px;text-transform: uppercase;margin-top: 15px;line-height: 1.5;}#c1126.component_ContentDisplay_Content {
padding: 0;  } #c1126 .plain_content {text-align:center;}#c1126 h5{font-size: 14px;text-transform: uppercase;margin-top: 15px;line-height: 1.5;}#c1127.component_ContentDisplay_Content {
padding: 0;  } #c1127 .plain_content {text-align:center;}#c1127 h5{font-size: 14px;text-transform: uppercase;margin-top: 15px;line-height: 1.5;}#c1129.component_ContentDisplay_Content {
padding: 0;  } #c1129 .plain_content {text-align:center;}#c1129 h5{font-size: 14px;text-transform: uppercase;margin-top: 15px;line-height: 1.5;}#c1130.component_ContentDisplay_Content {
padding: 0;  } #c1130 .plain_content {text-align:center;}#c1130 h5{font-size: 14px;text-transform: uppercase;margin-top: 15px;line-height: 1.5;}#c1131.component_ContentDisplay_Content {
padding: 0;  } #c1131 .plain_content {text-align:center;}#c1131 h5{font-size: 14px;text-transform: uppercase;margin-top: 15px;line-height: 1.5;}#c1132.component_ContentDisplay_Content {
padding: 0;  } #c1132 .plain_content {text-align:center;}#c1132 h5{font-size: 14px;text-transform: uppercase;margin-top: 15px;line-height: 1.5;}#c1133.component_ContentDisplay_Content {
padding: 0;  } #c1133 .plain_content {text-align:center;}#c1133 h5{font-size: 14px;text-transform: uppercase;margin-top: 15px;line-height: 1.5;}#c1137.component_ContentDisplay_Content {
padding: 0;  } #c1137 .plain_content img{max-width: 1280px;	height: auto;width: 100%;}#c1137 .plain_content *,#c1137 .plain_content{line-height: 0;}#c1139.component_ContentDisplay_Content {
padding: 0;  } #c1139 h2{color: #fff;text-transform: uppercase;font-size: 32px;font-weight: 700;margin-top: 0;margin-bottom: 25px;line-height: 1.2;}#c1139 p{	color: #fff;font-size: 15px;line-height: 1.5;margin-bottom: 15px;}#c1139 h5{font-size: 15px;color: #fff;font-weight: 700;margin-top: 10px;margin-bottom: 10px;}#c1139 ul{margin-bottom: 0;margin-top: 20px;text-align: left;padding-left: 0;}#c1139 li{display: inline-block;background: none;padding: 3px;}#c1139 li:first-child{padding-left: 0;}#c1139 li:last-child{padding-right: 0;}#c1139 li:first-child a {background-color: rgb(54, 173, 87);border-radius: 5px;box-shadow: 0 2px 0 0 rgba(31, 134, 60, 1);color: #fff;display: inline-block;font-size: 15px;font-weight: 700;height: 50px;padding-left: 20px;padding-right: 20px;line-height: 3.3;margin-top: 0;text-align: center;text-transform: uppercase;}#c1139 li:last-child a {color: #fff;display: inline-block;font-size: 15px;font-weight: 700;height: 50px;padding-left: 25px;padding-right: 25px;line-height: 3.3;margin-top: 0;text-align: center;border-style: solid;border-width: 2px;border-color: rgb(54, 173, 87);border-radius: 5px;background-color: rgba(6, 167, 212, 0);} #c1141.component_ContentDisplay_Content {
 } td.ltc {
padding: 0;
background: none;
text-align: left;
vertical-align: top;
border: none;
}
.component_Layout_Table {
margin: 0; margin: 0; padding: 8px 14px;  } #c1061.component_Layout_Table {
padding: 0;  } #c1061 {
position:relative;
}
#c1063.component_Layout_Table {
padding: 0px;  } div#c1063.component_Layout_Table{position: absolute;top: 0;z-index: 150 !important;width: 100%;height: 100%;}#c1063 > table,#c1063 > table tr td{vertical-align: middle;height: 100% !important;}#c1063 > .component_edit{top: 30px;}#c1065.component_Layout_Table {
padding: 0;  } div#c1065.component_Layout_Table{padding: 55px 0;padding-top: 20px;background:#fff url("https://images.zeald.com/site/coolawnings/images/basic_theme/Shape2.png") no-repeat scroll bottom center;}#c1065 > table{width:1024;margin:0 auto;}#c1066.component_Layout_Table {
 } #c1066 {max-width: 1024px;margin: auto;margin-bottom: 20px;} #c1070.component_Layout_Table {
 } #c1070 { background-color: #0486ac; margin-bottom: 40px; }#c1070 > table { max-width: 1024px; margin: auto; } #c1073.component_Layout_Table {
padding: 0;  } div#c1073.component_Layout_Table{
padding:0;
max-width: 1024px;
margin: 50px auto 0;
width: 100%;
}
#c1079.component_Layout_Table {
padding: 0;  } div#c1079.component_Layout_Table{padding:0;max-width: 1024px;margin: 0 auto;width: 100%;}#c1085.component_Layout_Table {
padding: 0px;  } div#c1085.component_Layout_Table{padding: 65px 0;background: #fff;} #c1088.component_Layout_Table {
padding: 0;  } #c1088 {position:relative;}#c1090.component_Layout_Table {
padding: 0px;  } div#c1090.component_Layout_Table
{
position: absolute;
top: 0;
z-index: 1000 !important;
width: 100%;
height: 100%;
max-width: 1024px;
left: 0;
right: 0;
margin: 0 auto;
}
#c1090 > table,
#c1090 > table tr td
{
vertical-align: middle;
height: 100% !important;
}
#c1090 > .component_edit
{
top: 30px;
}
#c1090>table>tbody>tr>td.c1
{
padding-right: 30px !important;
}
#c1090>table>tbody>tr>td.c2
{
background-color: rgba(0, 0, 0, 0.5);
padding-left: 25px;
padding-right: 25px;
}
#c1100.component_Layout_Table {
padding: 0;  } #c1100 {position:relative;}#c1103.component_Layout_Table {
padding: 0;  } div#c1103.component_Layout_Table
{
position: absolute;
top: 0;
z-index: 150 !important;
width: 100%;
height: 100%;
}
#c1103 > table,
#c1103 > table tr td
{
vertical-align: middle;
height: 100% !important;
}
#c1103 > .component_edit
{
top: 30px;
}
#c1104.component_Layout_Table {
padding: 0;  } div#c1104.component_Layout_Table{background:#ffffff;padding: 55px 0;}#c1104 > table {margin: 0 auto;}@media screen and (max-width: 1024px) {#c1104 > table {margin: 0 auto;}}#c1108.component_Layout_Table {
padding: 0;  } div#c1108.component_Layout_Table
{
padding: 45px 0;
background-color: #eceddf;
}
#c1108 > table{
width:1024px;
margin:0 auto;
padding: 0;
}
@media screen and (max-width: 1024px) {
#c1108 > table{
width:100%; }
}
#c1110.component_Layout_Table {
padding: 0;  } #c1110 .component_ContentDisplay_Content{padding:0;}#c1110 h5{font-size:15px;font-weight:400;margin-top:14px;}#c1110 > table > tbody > tr > td.ltc{background: #fff;border-bottom: 1px solid #06a7d4;}#c1111.component_Layout_Table {
padding: 0;  } #c1114.component_Layout_Table {
padding: 0;  } #c1117.component_Layout_Table {
padding: 0;  } #c1120.component_Layout_Table {
padding: 0;  } div#c1120.component_Layout_Table{padding: 55px 0;background:#fff url("https://images.zeald.com/site/coolawnings/images/basic_theme/Shape2.png") no-repeat scroll bottom center;}#c1120 > table{width:1024;margin:0 auto;}#c1122.component_Layout_Table {
padding: 0;  } div#c1122.component_Layout_Table{
padding:0;
max-width: 1024px;
margin: 50px auto 0;
width: 100%;
}
#c1128.component_Layout_Table {
padding: 0;  } div#c1128.component_Layout_Table {padding:0;max-width: 1024px;margin: 0 auto;width: 100%;}#c1134.component_Layout_Table {
padding: 0;  } div#c1134.component_Layout_Table
{
padding: 65px 0;
background: #fff;
} #c1136.component_Layout_Table {
padding: 0;  } #c1136 {position:relative;}#c1138.component_Layout_Table {
padding: 0;  } div#c1138.component_Layout_Table
{
position: absolute;
top: 0;
z-index: 150 !important;
width: 100%;
height: 100%;
max-width: 1024px;
left: 0;
right: 0;
margin: 0 auto;
}
#c1138 > table,
#c1138 > table tr td
{
vertical-align: middle;
height: 100% !important;
}
#c1138 > .component_edit
{
top: 30px;
}
#c1138>table>tbody>tr>td.c1
{
padding-right: 30px !important;
}
#c1138>table>tbody>tr>td.c2
{
background-color: rgba(0, 0, 0, 0.5);
padding-left: 25px;
padding-right: 25px;
}
#ws_header{
width:auto;
max-width:80%;
}
#ws_caption{
display:table-cell;
color:#CCC;
width:auto;
max-width:80%;
}
#wowslider-container1 .blast_div img{
max-width:100%;
max-height:100%;
}
#wowslider-container1 .blind_div img{
max-width:100%;
}
#wowslider-container1 .fade_images {
position:absolute;
top:0;
width:100%;
height:auto;
max-height:100%;
left:0;
padding:0;
margin:0;
border:0;
display:block;
text-align:center;
}
#wowslider-container1 .fade_images .tryingdivs{
position:absolute;
top:0;
width:100%;
height:100%;
padding:0;
margin:0;
border:0;
}
#wowslider-container1 .fade_images .scrolling_img{
max-height:100%;
max-width:100%;
height:auto;
padding:0;
margin:0;
border:0;
}
#wowslider-container1 {
zoom: 1;
position: relative; margin:0 auto;
z-index:100;
border:none;
text-align:left; width:100%;
height:auto;
}
* html #wowslider-container1{ width:960px }
#wowslider-container1 ul{
position:relative;
width: 10000%; left:0;
list-style:none;
margin:0;
padding:0;
border-spacing:0;
}
#wowslider-container1 ul li{
width:1%;
line-height:0; float:left;
font-size:0;
padding:0;
margin:0;
}
#wowslider-container1 .ws_images{
position: relative;
left:0;
top:0;
overflow:hidden;
}
#wowslider-container1 .ws_images a{
width:100%;
display:block;
color:transparent;
}
#wowslider-container1 .ws_images .tryingdivs{
max-width:100%;
text-align:center;
display:block;
max-height:100%;
}
#wowslider-container1 .ws_images li img{
max-width:100%;
width:auto;
border:none 0;
max-height:100%;
}
#wowslider-container1 .ws_images .scrolling_img_cont{
height:100%;
text-align:center;
vertical-align:top;
}
#wowslider-container1 .ws_images .scrolling_cont2{
display:table-cell;
float:left;
}
#wowslider-container1 a{ text-decoration: none; outline: none; border: none; }
#wowslider-container1 .ws_bullets { font-size:9px;
float: left;
position:absolute;
z-index:70;
}
#wowslider-container1 .ws_bullets div{
position:relative;
float:left;
}
#wowslider-container1 .ws_bullets div a img{
width:200px;
}
#wowslider-container1 a.wsl{
display:none;
}
#wowslider-container1 .ws_bullets { padding: 10px; }
#wowslider-container1 .ws_bullets a { margin-left:4px;
width:22px;
height:20px;
background: url(https://images.zeald.com/site/coolawnings/images/basic_theme/ScrollingBanner/bullet.png) left top;
float: left; position:relative;
color:#FFF;
text-align:center;
padding-top:4px;
cursor:pointer;
}
#wowslider-container1 .ws_bullets a.ws_selbull, #wowslider-container1 .ws_bullets a:hover{
background-position: 0 120%;
}
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
position:absolute;
display:none;
top:50%;
margin-top:-28px;
z-index:60;
height: 50px;
width: 51px;
background-image: url(https://images.zeald.com/site/coolawnings/images/basic_theme/ScrollingBanner/arrows.png);
cursor:pointer;
}
#wowslider-container1 a.ws_next{
background-position: 100% 0;
right:10px;
}
#wowslider-container1 a.ws_prev {
left:10px;
background-position: 0 0; }
#wowslider-container1 a.ws_next:hover{
background-position: 100% 100%;
}
#wowslider-container1 a.ws_prev:hover {
background-position: 0 100%; }
* html #wowslider-container1 a.ws_next,* html #wowslider-container1 a.ws_prev{display:block}
#wowslider-container1:hover a.ws_next, #wowslider-container1:hover a.ws_prev {display:block}
#wowslider-container1 .ws-title{
display:table-cell;
max-width:100%;
width:auto;
position: absolute;
bottom:15%;
left: 0;
margin-right:10px;
z-index: 50;
padding:12px;
color: #F9FBFB;
text-transform:uppercase;
background:#2a2a2a;
font-family: Franklin Gothic Medium,sans-serif;
font-size: 18px;
line-height: 18px;
opacity:0.8;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
#wowslider-container1 .ws-title div{
padding-top:5px;
font-size: 13px;
text-transform:none;
}
#wowslider-container1 .ws_bullets {
top:0;
right: 0;
}
#wowslider-container1 ul{
animation: wsBasic 65s infinite;
-moz-animation: wsBasic 65s infinite;
-webkit-animation: wsBasic 65s infinite;
}
@keyframes wsBasic{0%{left:-0%} 6.92%{left:-0%} 10%{left:-100%} 16.92%{left:-100%} 20%{left:-200%} 26.92%{left:-200%} 30%{left:-300%} 36.92%{left:-300%} 40%{left:-400%} 46.92%{left:-400%} 50%{left:-500%} 56.92%{left:-500%} 60%{left:-600%} 66.92%{left:-600%} 70%{left:-700%} 76.92%{left:-700%} 80%{left:-800%} 86.92%{left:-800%} 90%{left:-900%} 96.92%{left:-900%} }
@-moz-keyframes wsBasic{0%{left:-0%} 6.92%{left:-0%} 10%{left:-100%} 16.92%{left:-100%} 20%{left:-200%} 26.92%{left:-200%} 30%{left:-300%} 36.92%{left:-300%} 40%{left:-400%} 46.92%{left:-400%} 50%{left:-500%} 56.92%{left:-500%} 60%{left:-600%} 66.92%{left:-600%} 70%{left:-700%} 76.92%{left:-700%} 80%{left:-800%} 86.92%{left:-800%} 90%{left:-900%} 96.92%{left:-900%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 6.92%{left:-0%} 10%{left:-100%} 16.92%{left:-100%} 20%{left:-200%} 26.92%{left:-200%} 30%{left:-300%} 36.92%{left:-300%} 40%{left:-400%} 46.92%{left:-400%} 50%{left:-500%} 56.92%{left:-500%} 60%{left:-600%} 66.92%{left:-600%} 70%{left:-700%} 76.92%{left:-700%} 80%{left:-800%} 86.92%{left:-800%} 90%{left:-900%} 96.92%{left:-900%} }
#wowslider-container1 .ws_shadow{
width:140%;
height:45%;
position: absolute;
left:-21.7%;
bottom:-30%;
z-index:-1;
}
*|html #wowslider-container1 .ws_shadow{
background-size:100%;
filter:"";
}
#wowslider-container1 .ws_bullets a img{
text-indent:0;
display:block;
top:16px;
left:-120px;
visibility:hidden;
position:absolute;
-moz-box-shadow: 0 0 5px #000000;
box-shadow: 0 0 5px #000000;
border: 5px solid #a4a4a4;
max-width:none;
}
#wowslider-container1 .ws_bullets a:hover img{
visibility:visible;
}
#wowslider-container1 .ws_bulframe div div{
overflow:visible;
position:relative;
}
#wowslider-container1 .ws_bulframe div {
left:0;
overflow:hidden;
position:relative;
width:150px;
height:100%;
background-color:#a4a4a4;
}
#wowslider-container1 .ws_bullets .ws_bulframe{
display:none;
top:20px;
overflow:visible;
position:absolute;
cursor:pointer;
-moz-box-shadow: 0 0 5px #000000;
box-shadow: 0 0 5px #000000;
border:` 5px solid #a4a4a4;
}
#wowslider-container1 .ws_bulframe span{
visibility:hidden;
display:block;
position:absolute;
top:-10px;
left:80px;
background:url(https://images.zeald.com/site/coolawnings/images/basic_theme/ScrollingBanner/triangle.png);
width:15px;
height:6px;
}
#wowslider-container1 .ws_bulframe img{
height:auto;
width:100px;
vertical-align:top;
}
.ws_thumbs{
margin-top:10px;
}
.ws_thumbs a{
border: 1px solid #CCCCCC;
display: block;
float: left;
height: 98px;
margin: 0 12px 12px 0;
text-align: center;
width: 98px;
}
.ws_thumbs a img {
border: medium none;
margin: 4px;
}
.liquid {
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
border-radius:10px 10px 10px 10px;
padding:10px 0;
}
.liquid .previous {
display:block;
height:100%;
width:30px;
background: url(https://images.zeald.com/site/coolawnings/images/basic_theme/btn_carousel_left.png) 50% center no-repeat;
float:left;
margin:0;
padding:0;
}
.liquid .next {
display:block;
height:100%;
width:30px;
background: url(https://images.zeald.com/site/coolawnings/images/basic_theme/btn_carousel_right.png) 50% center no-repeat;
float:right;
margin:0;
padding:0;
}
.liquid ul li {
width: 95px;
height: 77px;
padding: 4px 2px;
margin: 2px;
text-align: center;
border: 1px solid #CCC;
cursor:pointer;
}
div.floating_thumbs a, div.floating_thumbs a:visited, div.floating_thumbs a:active {
border: 1px solid #CCCCCC;
display: block;
float: left;
height: 98px;
margin: 0 12px 12px 0;
text-align: center;
width: 98px;
}
div.floating_thumbs a img {
border: medium none;
margin: 4px;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container .blast_div img{
max-width:100%;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container .blind_div img{
max-width:100%;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container .fade_images {
position:absolute;
top:0;
width:100% !important;
height:auto !important;
left:0;
padding:0;
margin:0;
border:0;
display:block;
text-align:center;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container .fade_images .tryingdivs{
position:absolute;
top:0;
width:100% !important;
height:100%;
padding:0;
margin:0;
border:0;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container .fade_images .scrolling_img{
max-width:100% !important;
height:auto;
padding:0;
margin:0;
border:0;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container {
zoom: 1;
position: relative;
margin:0 auto;
z-index:100;
border:none;
text-align:left; width:100%;
height:auto;
}
* html .component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container{ width:960px }
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container ul{
position:relative;
width: 10000%;
left:0;
list-style:none;
margin:0;
padding:0;
border-spacing:0;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container ul li{
width:1%;
line-height:0; float:left;
font-size:0;
padding:0;
margin:0;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container .ws_images{
position: relative;
left:0;
top:0;
overflow:hidden;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container .ws_images a{
width:100%;
display:block;
color:transparent;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container .ws_images .tryingdivs{
max-width:100%;
text-align:center;
display:block;
max-height:100%;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container .ws_images li img{
max-width:100%;
width:auto;
border:none 0;
max-height:100%;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container .ws_images .scrolling_img_cont{
height:100%;
text-align:center;
vertical-align:top;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container .ws_images .scrolling_cont2{
display:table-cell;
float:left;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container a{
text-decoration: none;
outline: none;
border: none;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container .ws_bullets {
font-size:9px;
float: left;
position:absolute;
z-index:70;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container .ws_bullets div{
position:relative;
float:left;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container .ws_bullets div a img{
width:200px;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container a.wsl{
display:none;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container .ws_bullets {
padding: 10px;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container .ws_bullets a {
margin-left:4px;
width:22px;
height:20px;
background: url(https://images.zeald.com/site/coolawnings/images/basic_theme/ScrollingBanner/bullet.png) left top;
float: left;
position:relative;
color:#FFF;
text-align:center;
padding-top:4px;
cursor:pointer;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container .ws_bullets a.ws_selbull, .component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container .ws_bullets a:hover{
background-position: 0 120%;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container a.ws_next, .component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container a.ws_prev {
position:absolute;
display:none;
top:50%;
margin-top:-28px;
z-index:60;
height: 50px;
width: 51px;
background-image: url(https://images.zeald.com/site/coolawnings/images/basic_theme/ScrollingBanner/arrows.png);
cursor:pointer;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container a.ws_next{
background-position: 100% 0;
right:10px;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container a.ws_prev {
left:10px;
background-position: 0 0;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container a.ws_next:hover{
background-position: 100% 100%;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container a.ws_prev:hover {
background-position: 0 100%;
}
* html .component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container a.ws_next,* html .component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container a.ws_prev{display:block}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container:hover a.ws_next, .component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container:hover a.ws_prev {display:block}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container .ws-title{
display:table-cell;
max-width:100%;
width:auto;
position: absolute;
bottom:15%;
left: 0;
margin-right:10px;
z-index: 50;
padding:12px;
color: #F9FBFB;
text-transform:uppercase;
background:#2a2a2a;
font-family: Franklin Gothic Medium,sans-serif;
font-size: 18px;
line-height: 18px;
opacity:0.8;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container .ws-title div{
padding-top:5px;
font-size: 13px;
text-transform:none;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container .ws_bullets {
top:0;
right: 0;
}
@keyframes wsBasic{0%{left:-0%} 6.92%{left:-0%} 10%{left:-100%} 16.92%{left:-100%} 20%{left:-200%} 26.92%{left:-200%} 30%{left:-300%} 36.92%{left:-300%} 40%{left:-400%} 46.92%{left:-400%} 50%{left:-500%} 56.92%{
left:-500%} 60%{left:-600%} 66.92%{left:-600%} 70%{left:-700%} 76.92%{left:-700%} 80%{left:-800%} 86.92%{left:-800%} 90%{left:-900%} 96.92%{left:-900%} }
@-moz-keyframes wsBasic{0%{left:-0%} 6.92%{left:-0%} 10%{left:-100%} 16.92%{left:-100%} 20%{left:-200%} 26.92%{left:-200%} 30%{left:-300%} 36.92%{left:-300%} 40%{left:-400%} 46.92%{left:-400%} 50%{left:-500%} 56.92%{left:-500%} 60%{left:-600%} 66.92%{left:-600%} 70%{left:-700%} 76.92%{left:-700%} 80%{left:-800%} 86.92%{left:-800%} 90%{left:-900%} 96.92%{left:-900%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 6.92%{left:-0%} 10%{left:-100%} 16.92%{left:-100%} 20%{left:-200%} 26.92%{left:-200%} 30%{left:-300%} 36.92%{left:-300%} 40%{left:-400%} 46.92%{left:-400%} 50%{left:-500%} 56.92%{left:-500%} 60%{left:-600%} 66.92%{left:-600%} 70%{left:-700%} 76.92%{left:-700%} 80%{left:-800%} 86.92%{left:-800%} 90%{left:-900%} 96.92%{left:-900%} }
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container .ws_shadow{
width:140%;
height:45%;
position: absolute;
left:-21.7%;
bottom:-30%;
z-index:-1;
}
*|html .component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container .ws_shadow{
background-size:100%;
filter:"";
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container .ws_bullets a img{
text-indent:0;
display:block;
top:16px;
left:-120px;
visibility:hidden;
position:absolute;
-moz-box-shadow: 0 0 5px #000000;
box-shadow: 0 0 5px #000000;
border: 5px solid #a4a4a4;
max-width:none;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container .ws_bullets a:hover img{
visibility:visible;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container .ws_bulframe div div{
overflow:visible;
position:relative;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container .ws_bullets .ws_bulframe{
display:none;
top:20px;
overflow:visible;
position:absolute;
cursor:pointer;
-moz-box-shadow: 0 0 5px #000000;
box-shadow: 0 0 5px #000000;
border:` 5px solid #a4a4a4;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container .ws_bulframe span{
visibility:hidden;
display:block;
position:absolute;
top:-10px;
left:80px;
background:url(https://images.zeald.com/site/coolawnings/images/basic_theme/ScrollingBanner/triangle.png);
width:15px;
height:6px;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container .ws_bulframe img{
height:auto;
width:100px;
vertical-align:top;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container .ws_bulframe div {
left:0;
overflow:hidden;
position:relative;
width:150px;
height:100%;
background-color:#a4a4a4;
}
.component_ContentDisplay_ScrollingBanner2 > .wowslider_master_container.wowslider_master_container_gallery .fade_images img{
max-width:100% !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) and ( max-width: 640px ){ ::i-block-chrome,.ws_images ul {
height:500px;
}
}
.component_ContentDisplay_ScrollingBanner2 {
margin: 0; margin: 0; padding: 8px 14px;  } #c1086.component_ContentDisplay_ScrollingBanner2 {
padding: 0px;  } div#c1086.component_ContentDisplay_ScrollingBanner2{max-width: 1024px;margin: 0 auto;}.ws_images{max-height: none !important;} #c1135.component_ContentDisplay_ScrollingBanner2 {
padding: 0;  } div#c1135.component_ContentDisplay_ScrollingBanner2{max-width: 1024px;margin: 0 auto;}.ws_images{max-height: none !important;} .component_Misc_Code {
margin: 0; margin: 0; padding: 8px 14px;  } #c1087.component_Misc_Code {
 } #c1099.component_Misc_Code {
 } .form table {
width: 100%;
border-spacing:0;
}
form td.felement table {
width: auto;
}
.form td {
padding:2px;
}
.form .fheading {
font-size: 1.4em;
border-top: solid 1px #ccc;
color: #333;
font-weight: bold;
padding:12px 0;
}
.form .req {
color: #555555;
font-weight: normal;
}
.felement {
vertical-align: top;
width: 80%;
}
.flabel {
vertical-align: text-top;
width: 20%;
}
.form .fhelp {
color: #666;
}
.felement img {
vertical-align: middle;
}
@media screen and ( max-width: 740px ) {
.form td {
display:block;
float:left;
width:100%;
}
.form input, .form textarea{
width:100%;	max-width:350px;
}
.form td table, form td.felement table { display:table;
width:100%;
}
.form td table tr{ display:table-row;
}
.form td table td{ display:table-cell;
width:auto;
}
}
.component_Misc_Form {
margin: 0; margin: 0; padding: 8px 0px;  } #c1097.component_Misc_Form {
padding: 0;  } #c1097 .form table,#c1097 .form table tbody {display: block;width: 100%;}#c1097 .form table tr {display:inline-block;width: 49%;margin-bottom: 27px;}#c1097 .form table tr td {display: block;width: 100%; padding: 0 !important;}#c1097 .form table tr td.flabel {color: #fff;font-size: 14px;padding-bottom: 5px !important;}#c1097 .form table tr td.felement input {background-color: rgb(255, 255, 255);height: 45px;border: 0;width: 100%;max-width: 220px;padding: 0;padding-left: 10px;margin-bottom: 0;}#c1097 .form table tr#form_1097_email {display: block;width: 100%;}#form_1097_email td,#c1097 .form table tr#form_1097_email td.felement input {width: 100% !important;max-width: 100%; }#form_1097_message textarea,#form_1097_message,#form_1097_message td {width: 100% !important;max-width: 100% !important;}#form_1097_message textarea {height: 120px;}#c1097 .form table tr#form_1097_lname,#c1097 .form table tr#form_1097_suburb {width: 50%;}#c1097 .form table tr#form_1097_lname td,#c1097 .form table tr#form_1097_suburb td {padding-left: 15px !important;}#c1097 .form table tr#form_1097_message {margin-bottom: 0;}#c1140.component_Misc_Form {
padding: 0;  } #c1140 .form table,#c1140 .form table tbody {display: block;width: 100%;}#c1140 .form table tr {display:inline-block;width: 49%;margin-bottom: 27px;}#c1140 .form table tr td {display: block;width: 100%; padding: 0 !important;}#c1140 .form table tr td.flabel {color: #fff;font-size: 14px;padding-bottom: 5px !important;}#c1140 .form table tr td.felement input {background-color: rgb(255, 255, 255);height: 45px;border: 0;width: 100%;max-width: 220px;padding: 0;padding-left: 10px;margin-bottom: 0;}#c1140 .form table tr#form_1140_email {display: block;width: 100%;}#form_1140_email td,#c1140 .form table tr#form_1140_email td.felement input {width: 100% !important;max-width: 100%; }#form_1140_message textarea,#form_1140_message,#form_1140_message td {width: 100% !important;max-width: 100% !important;}#form_1140_message textarea {height: 120px;}#c1140 .form table tr#form_1140_lname,#c1140 .form table tr#form_1140_suburb {width: 50%;}#c1140 .form table tr#form_1140_lname td,#c1140 .form table tr#form_1140_suburb td {padding-left: 15px !important;}#c1140 .form table tr#form_1140_message {margin-bottom: 0;}
