/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* {margin:0; padding:0; }

body          {background:#fff; font:12px/1.35 Arial, Helvetica, sans-serif; color:#999898; text-align:center; -webkit-text-size-adjust:none}

img           {border:0; vertical-align:top; }

a             {text-decoration:underline; }
a:hover       {text-decoration:none; }
:focus        {outline:0; }

.ie10 #hack   {:focus{background:none}}
 @media all and (min-width:0){:focus{background:none}}

/* Headings */
h1            {font-size:20px; font-weight:normal; line-height:1.15; }
h2            {font-size:18px; font-weight:normal; line-height:1.25; }
h3            {font-size:16px; font-weight:bold; line-height:1.25; }
h4            {font-size:14px; font-weight:bold; }
h5            {font-size:12px; font-weight:bold; }
h6            {font-size:11px; font-weight:bold; }

/* Forms */
form          {display:inline; }
fieldset      {border:0; }
legend        {display:none; }

/* Table */
table         {border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td {vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
strong        {font-weight:bold; }
address       {font-style:normal; }
cite          {font-style:normal; }
q,
blockquote    {quotes:none; }
q:before,
q:after       {content:''; }
small,big     {font-size:1em; }
sup           {font-size:1em; vertical-align:top; }
.em_main{min-height:250px}
.cms-index-index .em_main{min-height:1px}
/* Lists */
ul,ol         {list-style:none; }

/* Tools */
.hidden       {display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         {white-space:nowrap !important; }
.wrap         {white-space:normal !important; }
.a-left       {text-align:left !important; }
.a-center     {text-align:center !important; }
.a-right      {text-align:right !important; }
.v-top        {vertical-align:top; }
.v-middle     {vertical-align:middle; }
.f-left,
.left         {float:left !important; }
.f-right,
.right        {float:right !important; }
.f-none       {float:none !important; }
.f-fix        {float:left; width:100%; }
.no-display   {display:none; }
.no-margin    {margin:0 !important; }
.no-padding   {padding:0 !important; }
.no-bg        {background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {min-width:1px}
.page {margin:0 auto; padding:10px 0; text-align:left; float:left; width:100%}
.page-print {background:#fff; padding:20px; text-align:left; }
.page-empty {background:#fff; padding:20px; text-align:left; }
.page-popup {padding:20px; text-align:left; }
.main-container {}
.main {margin:10px 0; }

/* Base Columns */
.col-left {padding:0; }
.col-main {float:left; padding:0px; }
.grid_content{position:relative; z-index:2	}
.grid_right{z-index:1}
.col-right { padding:0; }


/* 1 Column Layout */
.col1-layout .col-main {float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main {float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main {width:484px; margin-left:10px; }
.col3-layout .col-wrapper {float:left; width:748px; }
.col3-layout .col-wrapper .col-main {float:right; }

/* Content Columns */
.col2-set .col-1 {float:left; width:49%; }
.account-login .col2-set{}
.col2-set .col-2 {float:right; width:49%; }
.col2-set .col-narrow {width:33%; }
.col2-set .col-wide {width:65%; }

.col3-set .col-1 {float:left; width:32%; }
.col3-set .col-2 {float:left; width:32%; margin-left:2%; }
.col3-set .col-3 {float:right; width:32%; }

.col4-set .col-1 {float:left; width:23.5%; }
.col4-set .col-2 {float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 {float:left; width:23.5%; }
.col4-set .col-4 {float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea{font:12px/1.35 Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea {border:1px solid #ddd; }
input.input-text,textarea {padding:2px; }
select {padding:1px; }
select option {padding-right:10px; }
select.multiselect option {padding:2px 5px; }
textarea {overflow:auto; }
input.radio {margin-right:3px; }
input.checkbox {margin-right:3px; }
input.qty {width:5em !important; }
button.button::-moz-focus-inner {padding:0; border:0; } /* FF Fix */
button.button {overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span {float:left; text-align:center; white-space:nowrap; }
button.disabled {}
button.disabled span {}

button.btn-checkout span {}
button.btn-checkout.no-checkout {}
p.control input.checkbox,
p.control input.radio {margin-right:6px; float:left; margin-top:3px;}
.gift-messages-form input.checkbox{float:left; margin-right:8px; margin-top:3px;}
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight {background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list {width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li.control{margin:10px 0;}
.form-list label {float:left; position:relative; z-index:0; padding:10px 0 6px;}
.form-list label.required {}
.form-list label.required em {float:right; font-style:normal;  position:absolute; top:8px; right:-8px; }
.form-list li.control label {float:none; display:inline-block; padding:0; }
.form-list li.control input.radio,
.form-list li.control input.checkbox {margin-right:6px; float:left;}
.my-account .form-list li.control input.radio,
.my-account .form-list li.control input.checkbox {float:left }
.form-list li.control .input-box {clear:none; display:inline; width:auto; }
.form-list .input-box,.form-list .input-range {display:block; clear:both; }
.form-list .field {float:left; width:45%; /*padding-bottom:8px; */}
.form-list .field input.input-text {width:83%; }
.form-list .fields input.input-text { }
.form-list textarea {width:254px; height:10em; }
.form-list select {width:86%; }
.form-list li.wide .input-box {/* width:535px;*/ }
.form-list li.wide input.input-text,.form-list input.input-text {width:91%;}
.form-list li.wide textarea {width:84%; }
.form-list li.wide select {width:83.7%; }
.form-list li.additional-row {border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove {float:right; margin:5px 0 0; }
.form-list .input-range input.input-text {width:36%; margin-bottom:2px}

.em-main .gift-messages-form .form-list .field {width:50%;}
.em-main .gift-messages-form .form-list .field .input-box {width:100%;}
.em-main .gift-messages-form .form-list .field input.input-text,
.em-main .gift-messages-form .form-list select {width:90%;}
.adapt-1 .em-main .gift-messages-form .form-list .field {width:100%;}
.adapt-1 .em-main .gift-messages-form .form-list .field input.input-text,
.adapt-1 .em-main .gift-messages-form .form-list select {width:95%;}
.em-main .gift-messages-form .form-list li.wide textarea{width:95%}
.adapt-2 .form-list .input-range input.input-text{width:35%}

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {width:auto; }
.form-list .name-prefix {width:65px; }
.form-list .name-prefix select {width:55px; }
.form-list .name-prefix input.input-text {width:49px; }

.form-list .name-suffix {width:65px; }
.form-list .name-suffix select {width:55px; }
.form-list .name-suffix input.input-text {width:49px; }

.form-list .name-middlename {width:70px; }
.form-list .name-middlename input.input-text {width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname {width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname {width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname {width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname {width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname {width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname {width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {float:left; width:85px; }
.form-list .customer-dob input.input-text {display:block; width:74px; }
.form-list .customer-dob label {font-size:80%; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {width:46px; }
.form-list .customer-dob .dob-year {width:140px; }
.form-list .customer-dob .dob-year input.input-text {width:134px; }
.buttons-set p.back-link{margin:0; display:block; float:left;margin-right:5px;}
.buttons-set {clear:both; padding:18px 5px 5px 0; }
.buttons-set .back-link small {display:none;}
.buttons-set button.button {float:left;  margin-right:5px;}
.buttons-set p.required {margin:0 0 5px; }

.buttons-set-order {}

.fieldset {float:left; width:49%}
.fieldset .legend {font-weight:bold; position:relative;  }

/* Form Validation */
.validation-advice {clear:both; min-height:13px; margin:3px 0 5px; padding-left:17px; padding-top:2px; font-size:80%; line-height:13px; background:url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/validation_advice_bg.gif) 2px 1px no-repeat; color:#e70808; }
.validation-failed {border:1px solid #ec0808 !important; background:#ffe3e3 !important; }
.validation-passed {}
p.required {font-size:90%; text-align:left; color:#f00; clear:left; padding-top:5px;}
/* Expiration date and CVV number validation fix */
.v-fix {float:left; }
.v-fix .validation-advice {display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success {color:#3d6611; font-weight:bold; }
.error {color:#f00; font-weight:bold; }
.notice {color:#ccc; }

.messages,
.messages ul {list-style:none !important; margin:0 0 10px; padding:0 ; }
.messages {width:100%; overflow:hidden; padding-left:0!important/*margin-top:30px;*/ }
.messages li li,.messages ul  {margin:0}
.error-msg,
.note-msg,
.notice-msg {border-style:solid; border-width:1px; background-position:10px 9px; background-repeat:no-repeat; min-height:14px; padding:8px 8px 8px 32px;  }
.error-msg {border-color:#f16048; background-color:#ffe3e3; background-image:url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/i_msg-error.gif); color:#df280a; }
.note-msg,
.notice-msg {border-color:#fcd344; background-color:#fafaec; background-image:url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */

.breadcrumbs li {display:inline; }

/* Page Heading */
.page-title {/*my acc*/ margin:0; }
.page-title h1,
.page-title h2{text-transform:uppercase; margin:0; }
.page-title .separator {margin:0 3px; }
.page-title .link-rss {float:right; }
.title-buttons {text-align:right; }
.customer-address-index .title-buttons,.my-wishlist .title-buttons{text-align:left;}
.customer-address-index .title-buttons h1,
.my-wishlist .title-buttons h1{float:none;}

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {float:left; background:none;}

.subtitle,
.sub-title {clear:both; }

/* Pager */
.pager {/* border:1px solid #ddd; padding:5px; margin:0; text-align:center;*/ }
.pager .amount {float:left; }
.pager .limiter {float:right; }
.pager .pages {margin-top:8px}
.pager .pages ol {display:inline; }
/*.pager .pages { margin:9px auto; display:inline-block;margin-right:35px;}
.pager .pages strong {font-weight:bold; float:left;margin:2px 6px 0 0;color:#999898;font:12px Arial;text-transform:none;display:none;}*/
.pager .pages li {display:inline-block; margin:0;text-align:center;float:left;}


.pager .pages li a{text-decoration:none; padding:4px 11px 4px 10px; margin-right:-1px;}
.pager .pages .current{ padding:4px 10px;}
.pager .pages li a:hover{ font-weight:bold}
.pager .pages li a:hover,.pager .pages .current{  margin-left:0; padding-left:10px;}
.pager .pages li a .v-middle{display:none;}
.pager .pages li a.next{text-transform:capitalize;margin:0;display:inline-block;margin-left:10px; }
.pager .pages li a.previous{text-transform:capitalize;margin:0;display:inline-block;margin-right:10px; }


/* Sorter */
.sorter {/* border:1px solid #ddd; padding:5px; margin:5px 0;*/ }
.pager label,
.sort-by label,.sorter label{margin-left:10px; margin-top:5px; float:left; display:none;}

.sorter .view-mode {float:right; margin:0 10px 0 0;}
.sorter .sort-by {float:right; margin-left:5px;margin-bottom:4px;}
.sorter .link-feed {}
.pager select,
.sorter select{min-width:100px;}

/* Toolbar */
.toolbar {position:relative;}
.toolbar .pager .amount{display:none}
.toolbar .pager .pages{display:none; }
.pager .limiter{float:right; margin-right:27px;}
.toolbar .to-top{display:none}
/*.toolbar-bottom  .toolbar .to-top{display:inline; float:right}*/

.toolbar-bottom .toolbar .pager .amount,
.toolbar-bottom .toolbar .pager .pages {display:inline-block; margin:0}
.toolbar-bottom .toolbar .sorter,
.toolbar-bottom .toolbar .amount,
.toolbar-bottom .toolbar .pager .limiter{display:none}
.pager .amount{ margin:6px 5px 0 0;}
.pager .amount strong{font-weight:normal}
.toolbar .limiter{float:right; margin-bottom:4px; margin-right:0;}
.category-products .toolbar .pager .amount{display:inline-block}
.category-products .pager{display:inline; float:left}
.category-products .toolbar-bottom .pager{float:none }
.category-products .sorter{display:inline}

/*View mode*/
.view-mode label{display:none}
.view-mode .grid, .view-mode .list { display:inline-block; height:24px; width:24px; margin-top:0; text-indent:-9999px; float:left; margin-left:0;  background:url("https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/icons.png") no-repeat scroll 0 0 transparent; }
.view-mode .list{}
.view-mode .list {background-position:-201px -13px;  overflow:hidden;-moz-transition:all 400ms ease; -webkit-transition:all 400ms ease; -o-transition:all 400ms ease; transition:all 400ms ease;}
.view-mode .grid {background-position:-172px -13px;-moz-transition:all 400ms ease; -webkit-transition:all 400ms ease; -o-transition:all 400ms ease; transition:all 400ms ease;}
.view-mode .grid:hover,.view-mode strong.grid{background-position:-85px -210px;
/*-moz-transition:all 300ms ease; -webkit-transition:all 300ms ease; -o-transition:all 300ms ease; transition:all 300ms ease;*/}
.view-mode .list:hover,.view-mode strong.list{background-position:-123px -210px;
/*-moz-transition:all 400ms ease; -webkit-transition:all 400ms ease; -o-transition:all 400ms ease; transition:all 400ms ease;*/}
/* Shopping cart total summary row expandable to details */
tr.summary-total {cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse {float:right; text-align:right; padding-left:20px; background:url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse {background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td {font-size:90%; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td {border-top:1px solid #d2d8db; }
tr.summary-details-excluded {font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info {display:block; }
.cart-tax-info,
.cart-tax-info .cart-price {padding-right:20px; }
.cart-tax-total {display:block; padding-right:20px; background:url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price {display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded {background-position:100% -53px; }

/* Class:std - styles for admin-controlled content */
/*.std .subtitle {padding:0; }
.std ol.ol {list-style:decimal outside; padding-left:1.5em; }
.std ul.disc {list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt {font-weight:bold; }
.std dl dd {margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {margin:0 0 1em; padding:0; }
.std ul {list-style:disc outside; padding-left:1.5em; }
.std ol {list-style:decimal outside; padding-left:1.5em; }
.std ul ul {list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {margin:.5em 0; }
.std dt {font-weight:bold; }
.std dd {padding:0 0 0 1.5em; }
.std blockquote {font-style:italic; padding:0 0 0 1.5em; }
.std address {font-style:normal; }
.std b,
.std strong {font-weight:bold; }
.std i,
.std em {font-style:italic; }*/

/* Misc */
.links .login_link li {display:inline; margin-left:20px;}
.links li.first {padding-left:0 !important;}
.links li.last{background:none;}

.link-cart {font-weight:bold; }
.link-print {background:url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; margin-top:8px; display:inline-block; }
.link-rss {background:url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove,.cart .btn-remove2, .btn-remove2 {display:block; width:20px; height:20px; font-size:0; line-height:0; background:url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/icons.png) -83px -13px no-repeat; text-indent:-999em; overflow:hidden; }

.btn-remove:hover ,.cart .btn-remove2:hover, .btn-remove2:hover{background-position:-132px -13px;}
.btn-edit    {display:block; width:11px; height:11px; font-size:0; line-height:0; /*background:url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/btn_edit.gif) 0 0 no-repeat; */text-indent:-999em; overflow:hidden; margin-right:2px;}

.cards-list dt {margin:5px 0 0; }
.cards-list .offset {padding:2px 0 2px 20px; }


.separator {margin:0 3px; }

.divider {clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript {border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner {width:1000px; margin:0 auto; padding:12px 0 12px; background:url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p {margin:0; }

/* Demo Notice */
.demo-notice {margin:0; padding:6px 10px; background:#d75f07; line-height:1.15; text-align:center; color:#fff; }

/* Cookie Notice */
.notice-cookie {border-bottom:1px solid #cfcfcf; background:#ffff90; line-height:1.25; text-align:center; color:#2f2f2f; }
.notice-cookie .notice-inner {width:870px; margin:0 auto; padding:12px 0 12px 80px; background:url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.notice-cookie .notice-inner p {margin:0 0 10px; border:1px dotted #cccc73; padding:10px; }
.notice-cookie .notice-inner .actions {}

/* ======================================================================================= */


/* Header ================================================================================ */
.adapt-1 .header div.logo,.adapt-0 .header div.logo{ float:none;text-align:center;}
.adapt-2 .header .form-search{margin-left:10%}
.logo img {width:100%}
.header-container {}
.header-top { position:relative; /*z-index:2;*/}
.cms-index-index .header {padding-bottom:19px;}
.header .logo { margin:12px 10px 2px 0; text-align:center;float:left;text-align:left;}
.header .logo img {width:auto;}
.header a.logo{display:block; float:none;}
.header h1.logo {margin:0; padding:0; display:inline-block;}
.header .logo > strong{ float:left; text-align:left;/* position:absolute; left:12px; top:38px*/ margin-left:12px; margin-top:-3px;}
.quick-access .links li {}
.quick-access .links li.first {background-image:none;}
.header-top .welcome-msg a {}
.header-top .links {float:right; margin-bottom:0;}
.header .block-content,
.header .block-title{float:left;padding:0!important }
.form-search iframe#search_autocomplete_iefix{top:25px!important; left:0!important; }
.header .form-search {float:left; position:relative; clear:both; /*width:600px;*/}
.header .form-search label{display:none; }
.quick-access .form-search button.button span{text-indent:-999em; text-align:left;padding:0}
.header .form-search input.input-text{width:365px; margin-right:0;float:left; }
.adapt-2 .header .form-search input.input-text,
.adapt-1 .header .form-search input.input-text{ width:45%;}
.header .form-search button{}
.quick-access .form-search button.button span span{padding:0}
.form-search .search-autocomplete {z-index:999; position:relative; /*left:0px!important; top:29px!important*/ box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box;}
.form-search .search-autocomplete ul {width:100%;}
.form-search .search-autocomplete li {cursor:pointer;line-height:1.35; padding:5px 15px; width:100%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box;}
.form-search .search-autocomplete li .amount {float:right; font-weight:bold; }
.form-search .search-autocomplete li.selected {}
.header-container .top-container {clear:both; text-align:right;}

.form-language{margin-bottom:1em}
.form-language ul li{float:left; padding-bottom:0; }

.emarea2 ul.hoz strong{font-family:Arial}
.icon.f-left{margin-right:5px}
.block-cart-top .block-content{float:none; padding-right:0 !important;}
/*.block-cart-top .block-content p.block-subtitle{text-align:center; font-size:92%; padding:15px;}*/
.block-cart-top .block-content p.block-subtitle {float:left; margin-bottom:9px;}
/********** < Navigation */
.nav-container {}

/* All Levels */
#nav li {text-align:left; position:relative; }
#nav li.over {z-index:998; }
#nav li.parent {}
#nav li a {display:block; text-decoration:none; }
#nav li a:hover {text-decoration:none; }
#nav li a span {}
#nav li ul a span {white-space:normal; }

/* 1st Level */
#nav li {float:left; }
#nav li a {}
#nav li.level0:first-child > a {}
#nav li a:hover {}
#nav li.over a,
#nav li.active a {}

/* 2nd Level */
#nav ul,
#nav div {position:absolute; width:15em; top:40px; left:-10000px; border:1px solid #ddd; background:#fafafa; }
#nav div ul {position:static; width:auto; border:none; }

/* 3rd+ leven */
#nav ul ul,
#nav ul div {top:-11px; }

#nav ul li {float:none; border-bottom:1px solid #ddd; }
#nav ul li.last {border-bottom:0; }
#nav ul li a {float:none; padding:3px 9px; font-weight:normal; }
#nav ul li a:hover { }
#nav ul li.active > a,
#nav ul li.over > a { }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub {left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {left:100%; }
/********** Navigation > */
/* ======================================================================================= */

/* Sidebar =============================================================================== */
.block .block-title strong {}
.block .block-title strong span {}
.block .block-title a {text-decoration:none !important; }
.block .block-subtitle {}
.block .block-content {padding:0 20px;}
.block .block-content li.item,.widget-static-block  li {padding:5px 0; }
.block .block-content li.item{margin-bottom:10px}
.block .block-content li.item.last {padding-bottom:0; }
.block .btn-remove,
.block .btn-edit {float:right;}
.block .block-content li.item{position:relative}
.block .btn-remove{position:absolute; top:0px; left:0}
.block.block-wishlist .btn-remove{top:0px;}
.block-wishlist .mini-products-list .product-details{overflow:hidden; min-width:100px;}
#cart-sidebar .btn-remove{position:absolute; top:0; left:0}
#cart-sidebar .btn-edit{text-indent:0;}
.block .actions {padding-bottom:10px }
.top-cart-content .block .empty {margin-top:10px}
.block.block-banner{padding-top:5px;}
.block li.odd {}
.block li.even { }

/*==============widget*/
.sidebar .widget-recentreview-products .widget-title{ padding-left:20px;}
.sidebar .widget-recentreview-products .products-grid li.item {}
.sidebar .widget-recentreview-products .products-grid li.item .product-image {display:inline-block; float:none;}
.widget-recentreview-products .products-grid li.item .product-shop {text-align:left; margin-right:0;}
.widget-recentreview-products .products-grid li.item .review-details {text-align:left; margin-right:0;}

/* Mini Products List */
.mini-products-list li {padding:5px 0; }
.mini-products-list .product-image {float:left; /*width:85px; padding:0px 5px 5px 0; */ }
.mini-products-list .product-details {/*margin-left:95px!important;*/text-align:left }
.mini-products-list .product-details h4 {font-size:1em; font-weight:bold; margin:0; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small {word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr {white-space:normal !important; }

/* Block:Account */
.block-account {}

/* Block:Currency Switcher */
.footer .block.block-currency .block-title{line-height:17px; padding-right:10px;}
.footer .block-currency {float:right; }
.footer .block-currency .block-title span {text-transform:uppercase; font-size:80%;}
.footer .block-currency select {width:90px; border:1px solid #51504f; background:transparent; font-size:80%; padding:0; }
.footer .block.block-currency >div{float:left; padding:0;}

.sidebar .block.block-currency select{width:100%;}
/* Block:Layered Navigation */
.block-layered-nav li {padding:6px 15px 10px 0; position:relative;}
.block-layered-nav .currently li {}
.block-layered-nav .btn-remove {position:absolute; right:0; top:4px; left:auto}

/* Block:Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal {}
.block-cart .actions {padding-bottom:10px;}
.block-cart .actions .paypal-logo {float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or {clear:both; display:block; padding:0 55px 5px 0; }
.paypal-logo{text-align:center; margin-bottom:10px}

/* Block:Wishlist */
.block-wishlist {}
#wishlist-table input ,#wishlist-table .link-edit{clear:left; display:block; margin:10px 0; }
#wishlist-table .link-edit{display:inline-block; float:left; clear:both;}
/* Block:Related */
.block-related li {padding:5px 0; overflow:hidden;}
.block-related input.checkbox {float:left; position:absolute; left:0; top:0; z-index:1;}
.block-related .product {}
.block-related .product .product-image {float:left; }
.block-related .product .product-details {margin-left:0; overflow:hidden; min-width:90px;}
.block-related .product .product-details .price-box {margin-bottom:0}
.block-related .product {display:block; float:left; width:100%;}

/* Block:Compare Products */
.compare-table .add-to-links{ display:inline-block; margin-top:0!important;}
.compare-table .add-to-links li{ width:auto!important; padding:0 20px;}
.block-compare p.empty{ padding:10px 20px 20px; margin:0}
.block.block-compare li.even {background-color:transparent}
.block-compare ol {list-style:none; padding-left:0; padding-top:5px; margin-bottom:20px;}
.block-compare .compare-details{margin-left:100px;}
.compare-table td a.product-image{display:block; text-align:center}
.compare-table td .price-box{margin-bottom:18px;}
.page-popup .buttons-set {padding-right:0;}
.page-popup .buttons-set button.button{float:right; margin-right:0;}
.compare-table .product-shop-row h2.product-name{margin-top:20px; margin-bottom:5px;}
.compare-table  thead tr.first td.a-right{text-align:center !important;}
.compare-table .btn-remove {display:inline-block; float:none;}
.block.block-compare .block-content{ padding:0}
.sidebar .block.block-compare .block-content li{padding:0 20px 10px;}
.sidebar .block.block-compare .block-content .actions {padding:0 20px 20px;}

/* Block:Recently Viewed */
.block-viewed ol p {margin-bottom:0; }

/* Block:Recently Compared */
.block-compared.block .block-content {padding:20px 20px 10px;}
.block-compared.block .block-content li.item {margin:0 0 10px; padding:0;}

/* Block:Poll */
.block-poll input.radio {float:left; margin:1px -18px 0 0; }
.block-poll .label {display:block; margin-left:18px; }
.block-poll li {padding:7px 0; }
.block-poll .actions {margin:5px 0 0; padding-bottom:0;}
.block-poll .answer {font-weight:bold; }
.block-poll .votes {float:right; margin-left:10px; }
.block-poll .block-content { padding-bottom:20px;}



/* Block:Reorder */
.block-reorder {}
.block-reorder li {padding:5px 0; }
.block-reorder input.checkbox {float:left; margin:3px -20px 0 0; }
.block-reorder .product-name {margin-left:20px; margin-bottom:0;}

/* Block:Banner */
.block-banner {}
.block-banner .block-content {text-align:center; }
.block-banner .block-content img {width:100%}

/* Block:Login */
.block-login label {font-weight:bold; color:#666; }
.block-login input.input-text {display:block; width:167px; margin:3px 0; }

/* Paypal */
.sidebar .paypal-logo {display:inline-block; margin:20px 0; text-align:center; }
.sidebar .paypal-logo a {float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */

.category-image {width:100%; overflow:hidden; margin:0 0 15px; text-align:center; }
.category-image img {width:100%}
.category-description {margin:0 0 10px; }
.category-products {margin-top:10px; overflow:hidden;}
.category-products .toolbar .sort-by{position:relative;}
.toolbar .sort-by .sort-by-option{display:inline;}

/* View Type:Grid */
.products-grid {border-bottom:1px solid #ddd; position:relative; }
.products-grid.last {border-bottom:0; }
.products-grid li.item {float:left;  padding:10px; width:195px}
.products-grid .product-image {display:inline-block; margin:0 0 20px; clear:both; max-width:100%;}
.products-grid .product-image:hover {text-decoration:none;}
.products-grid .product-image img{width:auto !important;}
.product-image{position:relative}
.products-grid .product-name {margin:0 0 5px; font-weight:bold; }
.products-grid .product-name a {}
.products-grid .price-box {margin:5px 0 10px; }
.products-grid .availability {}
.products-grid .ratings .rating-box {/*margin-top:2px; *margin-top:3px;*/ }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid {width:632px; margin:0 auto; }
.col1-layout .products-grid {width:790px; margin:0 auto; }

/* View Type:List */
.products-list li.item {padding:10px 0px;}
.products-list li.item.last {border-bottom:0; }
.products-list .product-image {float:left; margin:0 0 10px; margin-right:10px}
.products-list .product-shop {overflow:hidden; min-width:80px; margin-left:0 !important}
.products-list .product-name {margin:0 0 5px; }
.products-list .product-name a {}
.products-list .price-box {margin:5px 13px 15px 0; }
.products-list .availability {margin:3px 0 0; display:block; }
.products-list .desc {clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; font-size:90% }
.products-list .desc ul{padding-left:0 }
.desc .link-learn {font-style:italic; text-transform:lowercase; white-space:nowrap; text-decoration:underline;}
.products-list .add-to-links {display:inline-block; margin:-4px 0 0 0}
.products-list button.button {float:left; margin-right:5px}
.products-list .add-to-links li {display:inline; margin:0;}
.products-list .add-to-links .separator {display:inline; margin:0 2px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating,
.ratings{font-size:90%; line-height:1.35; margin:6px 0;  overflow:hidden; text-align:left}
.tags {font-size:90%; line-height:1.25; margin:5px 0;  overflow:hidden}
.ratings strong {float:left; margin:0px 3px 0 0; }
.ratings .rating-links {margin:0; float:left;  /*white-space:nowrap;*/}
.ratings .rating-links .separator {margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box {width:58px; height:10px; font-size:0; line-height:0; background:url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/bkg_rating.png) 0 100% repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating {float:left; height:10px; background:url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/bkg_rating.png) 0 0 repeat-x; }
.ratings .rating-box {float:left; margin:3px 7px 2px 0;}
.ratings .amount {float:left;}
.ratings-table th{font-size:90%; line-height:1.15; padding:5px 0; font-weight:bold; }
.ratings-table td {padding:6px 8px 3px;}

/* Availability */
.availability-only {margin:0 0 7px; }
.availability-only a {background:url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded {background-position:100% -15px; }
.availability-only strong {}

.availability-only-details {margin:0 0 7px; }
.availability-only-details th {background:#f2f2f2; font-size:80%; padding:0 8px; }
.availability-only-details td {border-bottom:1px solid #ddd; font-size:90%; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}
.product-view .availability {margin-bottom:2px;}

/* Email to a Friend */
.email-friend { margin-bottom:2px;}
.box3 p{ margin-bottom:0;}
/* Alerts */
.alert-price {}
.alert-stock {}

/********** < Product Prices */
.price { font-weight:600;}

.price-box {}

/* Regular price */
.regular-price {display:block; }
.regular-price .price { }

/* Old price */
.old-price {margin-bottom:5px}
.old-price .price-label {white-space:nowrap; }
.old-price .price { text-decoration:line-through;}

/* Special price */
.special-price {}
.special-price .price-label {white-space:nowrap; }
.special-price .price {font-size:110%; font-weight:bold; line-height:15px;}
.old-price, .special-price {display:inline; margin:0 2px 0 0;}

/* Minimal price (as low as) */
.minimal-price {margin-bottom:0;}
.minimal-price .price-label {white-space:nowrap; }
.cart-cell .minimal-price {margin-bottom:10px;}

.minimal-price-link {}
.minimal-price-link .label {}

/* Excluding tax */
.price-excluding-tax {display:block; }
.price-excluding-tax .label {white-space:nowrap; }
.price-excluding-tax .price {font-weight:normal; }

/* Including tax */
.price-including-tax {display:block; }
.price-including-tax .label {white-space:nowrap; }
.price-including-tax .price {font-weight:bold; }

/* Configured price */
.configured-price {}
.configured-price .price-label {font-weight:bold; white-space:nowrap; }
.configured-price .price {font-weight:bold; }

/* FPT */
.weee {display:block; font-size:90%; color:#444; }
.weee .price {font-size:90%; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  {display:block; }
.price-excl-tax .label {display:block; white-space:nowrap; }
.price-excl-tax .price {display:block; }

/* Incl tax (for order tables) */
.price-incl-tax {display:block; }
.price-incl-tax .label {display:block; white-space:nowrap; }
.price-incl-tax .price {display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label {white-space:nowrap; }

.price-to {}
.price-to .price-label { white-space:nowrap; }

/* Price notice next to the options */
.price-notice {padding-left:10px; }
.price-notice .price {font-weight:600; }

/* Price as configured */
.price-as-configured {}
.product-shop-wrapper .price-as-configured {margin-bottom:0;}
.price-as-configured .price-label {font-weight:bold; white-space:nowrap; }

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price {font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */
.add-to-links .separator {display:none; }

/* Add to Cart */
.add-to-cart label {display:block; padding:5px 0}
.add-to-cart .qty {float:left; }
.add-to-cart button.button {float:left; margin-left:5px; }
.add-to-cart .paypal-logo {clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or {clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo {margin:0; text-align:left; padding-top:1px;}

/* Add to Links + Add to Cart */
.add-to-box {display:inline-block;}
.add-to-box .add-to-cart {}
.add-to-box .or {float:left; margin:0 10px; display:none}
.add-to-box .add-to-links { }

/* Product Images */
.product-view .product-img-box {float:left; z-index:3;}
.col3-layout .product-view .product-img-box {float:none; margin:0 auto; }
.product-view .product-img-box .zoom-default {position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }/*sua lai product-image-zoom thanh product-image thoi*/
.product-view .product-img-box .product-image-zoom img {position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice {text-align:center; float:none; padding-top:10px; display:block; clear:both; }
.product-view .product-img-box .zoom {position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; /*background:url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/slider_bg.gif) 50% 50% no-repeat;*/ cursor:pointer; float:left; clear:left; width:85%;}
.product-view .product-img-box .zoom.disabled {-moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track {position:relative; height:18px; background:url("https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/slider_bg.gif") no-repeat scroll center center transparent}
.product-view .product-img-box .zoom #handle {position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/magnifier_handle.gif) 0 0 repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out {position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in {position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views li {float:left;}
.product-view .product-img-box .more-views h2{display:none}
.product-view .product-img-box .more-views .jcarousel-skin-tango .jcarousel-next-horizontal{right:0}
.product-view .product-img-box .more-views .jcarousel-skin-tango .jcarousel-prev-horizontal{left:0}
.product-view .product-img-box .more-views .jcarousel-skin-tango .jcarousel-next-horizontal,.product-view .product-img-box .more-views .jcarousel-skin-tango .jcarousel-prev-horizontal{top:41%}
.product-view .product-img-box .more-views .jcarousel-skin-tango .jcarousel-clip {height:393px}
.product-view .product-img-box .more-views li.last {margin-right:0 }

.product-image-popup {margin:0 auto; }
.product-image-popup .buttons-set {float:right; clear:none; border:0; margin:10px 0; padding:0; }
.product-image-popup .nav {margin:10px 100px; text-align:center; }
.product-image-popup .image {display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .add-to-cart button.button {clear:left; margin-left:0; max-width:430px; width:100%; margin-top:10px;}
.product-view .add-to-cart .button_addto{display:inline-block; width:100%; clear:both; margin-top:20px;}
.product-view .add-to-cart .button_addto .add-to-links,
.product-view .add-to-cart .button_addto button.button{margin-top:0; margin-bottom:5px; margin-right:5px; float:left;}
.product-view .product-shop {margin-left:0!important; overflow:hidden;text-align:left;}
#product-options-wrapper dl.last dd{ font-size:90%}
.product-view .product-shop .product-shop-wrapper{position:relative;}
.product-view .product-img-box {float:left; display:inline-block;margin-right:35px;}
.product-view .product-shop-wrapper .product-name {margin-bottom:17px; padding-right:80px;}
.product-view .product_nav {position:absolute; right:0; top:0;}


/* Product Options */
.product-options {padding:10px 0; overflow:hidden; }
.product-options dt label {font-weight:bold; }
.product-options dt .qty-holder {float:right; }
.product-options dt .qty-holder label {vertical-align:middle; }
.product-options dt .qty-disabled {background:none; border:0; padding:3px; color:#000; }
.product-options dd .qty-holder {display:block; overflow:hidden; padding:7px 0 12px;}
.product-options dd {margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { font-style:normal;}
.product-options dd input.datetime-picker {width:150px; }
.product-options dd .time-picker {display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea {width:98%; height:8em; }
.product-options dd select {width:100%; font-style:normal;}
.product-options dd select.multiselect {height:auto; }
.product-options .options-list li{margin:5px 0}
.product-options .options-list input.radio {float:left; margin:3px -18px 0 1px; }
.product-options .options-list input.checkbox {float:left; margin:3px -20px 0 1px; }
.product-options .options-list .label {display:block; margin-left:20px; }
.product-options ul.validation-failed {padding:0 7px; }
.product-options p.required {margin-bottom:0; text-align:right;}
.product-options-bottom .add-to-cart{display:block; overflow:hidden; clear:both; padding-top:8px;}
.product-options-bottom .add-to-cart button.btn-cart { margin-top:20px;}
.product-options-bottom {padding:10px 0; display:inline-block; width:100% }
.product-options-bottom .price-box {clear:both; display:inline-block; padding-top:13px; width:100%; }
.product-options-bottom > .price-box {clear:both; padding:0; margin-top:0 !important;}
#product-options-wrapper dl.last, #product-options-wrapper dl.last dd.last {margin-bottom:0;}

/* Grouped Product */

.product-view .product-shop .grouped-items-table td{vertical-align:middle}
.product-view .product-shop .grouped-items-table{margin-bottom:10px}
.product-view .product-shop .grouped-items-table .price-box{margin-bottom:0; padding-top:0 !important;}
.product-view .product-shop .grouped-items-table .price-box .price{font-size:110% !important;}

/* Block:Description */
.product-view .box-description {}

/* Block:Additional */
.product-view .box-additional {}

/* Block:Upsell */
.product-view .box-up-sell {position:relative; margin-top:10px;}
.product-view .box-up-sell .products-grid td {width:25%; }

/* Block:Tags & box-tags*/
.block-tags li {display:inline; }
.my-tag-edit{position:relative; padding:10px 0px}
.my-tag-edit .btn-remove {float:left; margin-right:8px; margin-top:-1px;}
.oauth-customer-token-index .my-account > p,.downloadable-customer-products .my-account > p{}
.product-view .box-tags {}
.product-view .box-tags .form-add p {clear:both; }
.product-view .product-tags li{float:left; padding-right:20px; padding-bottom:5px; white-space:nowrap;}
.product-view .product-tags li a{text-transform:lowercase; }
.product-view .form-add{clear:left; }
.product-view .box-tags .form-add{border-top:0; margin-top:0; }
p.note{padding-top:7px;}
#review-form  .data-table th,#review-form  .data-table td{border:none;text-transform:lowercase; font-weight:normal; text-align:center; padding:5px 15px;}

/* Block:Reviews */
.box-reviews dt:first-child {padding-top:0;}
.box-reviews dt {font-weight:normal;  padding-top:25px;}
.box-reviews dt a{}

/* Send a Friend */
.send-friend .buttons-set {padding:20px 0}
.send-friend .form-list input.input-text{width:90%!important}
.send-friend .form-list li.wide textarea {width:90%}
.send-friend .form-list .field {float:none; width:auto}
.send-friend .limit{margin-top:6px; float:left;}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name {font-size:1em; font-weight:normal; }
.product-name a {}

/* Product Tags */
.tags-list li {display:inline; padding-right:5px;}

/* Advanced Search */
.advanced-search select.multiselect {height:auto}
.advanced-search-amount {}
.advanced-search-summary {}
.fieldset.advanced-search{width:100%}
.advanced-search .form-list li.wide input.input-text,.advanced-search .form-list input.input-text{width:83.8%}
.advanced-search .form-list .input-range input.input-text{width:39.5%}
.adapt-2 .advanced-search .form-list .input-range input.input-text{width:38.9%}
.adapt-1 .advanced-search .form-list .input-range input.input-text{width:37.2%}
.adapt-1 .advanced-search .form-list input.input-text{width:82.7%}
/* CMS Home Page */
.cms-index-index .secondary ul {padding-left:0;}
.cms-index-index .subtitle {}
.sales-guest-form .block-content .form-alt .input-box .input-text{width:294px!important}
.sales-guest-form .block-content .form-alt .input-box select{width:100%}
/* Sitemap */
.page-sitemap .links {text-align:right; margin:0 10px -15px 0; }
.page-sitemap .links li.last {margin-right:0; padding-right:0}
.page-sitemap .links a {text-decoration:none; position:relative; }
.page-sitemap .links a:hover {text-decoration:underline; }
.page-sitemap .sitemap {margin:12px; }
.page-sitemap .sitemap a {}
.page-sitemap .sitemap li {margin:3px 0; }
.page-sitemap .sitemap li.level-0 {margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {}
/*============== sitemap ================*/
.page-sitemap .pager .amount{margin-top:0; margin-right:10px}
.page-sitemap .pager{text-align:center;}

/* RSS */
.rss-title h1 {background:url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss {display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */
/*quickshop*/
body.quickshop-index-view{padding:0;}
#em_quickshop_handler{z-index:2}

/* Shopping Cart ========================================================================= */
.cart .shipping-form p {margin:0; }
.cart .shipping-form label {/*padding:13px 0 4px*/}

/* Checkout Types */
.checkout-onepage-index .block-cart-top .btn-remove,
.checkout-multishipping-addresses .block-cart-top .btn-remove,
.checkout-multishipping-shipping .block-cart-top .btn-remove,
.checkout-multishipping-billing .block-cart-top .btn-remove,
.checkout-multishipping-overview .block-cart-top .btn-remove{display:none;}

.opc .form-list > li  > fieldset > ul{margin-bottom:10px  }
.opc .form-list li.wide .input-box{margin-bottom:10px; }
.cart .title-buttons {text-align:left;}
.cart .title-buttons .checkout-types{display:none;}
.cart .checkout-types {text-align:left; margin:0; padding-left:0; padding-top:5px; }
.cart .title-buttons .checkout-types li {float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or {margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or {clear:both; display:block; padding:8px 0 5px 0; line-height:1.0; font-size:90%; }
#checkout-step-login .col-2 .buttons-set button.button{clear:none; float:left; margin-top:14px; }
.forgot-pass{display:block; clear:both}
#checkout-step-login .col-2  .buttons-set p.required{clear:none; float:right; padding-top:7px;}
#review-buttons-container.buttons-set{float:none; padding:10px 0; }
#review-buttons-container.buttons-set .f-left{margin-right:0; clear:both; margin-top:4px;}
#review-buttons-container.buttons-set button.button{float:none; width:100%; margin-right:0;}
#review-buttons-container.buttons-set button.button span span {line-height:28px; text-transform:uppercase;}
#review-buttons-container .please-wait{padding-top:10px; float:left; clear:right;}
/* Shopping Cart Table */
.cart-table .item-msg {font-size:80%; }
.cart-table tfoot td{border:none;}
.cart-table tfoot td button.button{float:right; margin:5px 0 5px 10px;}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {margin:60px 0 0;}
.cart .cart-collaterals .col2-set .col-1 ,
.cart .cart-collaterals .col2-set .col-2{margin-right:2.5%; width:47.5%;}
.cart .cart-collaterals .checkout-types a {padding-top:7px; display:block;}

.cart .crosssell{float:left; clear:both; width:100%; margin-top:25px; position:relative; overflow:hidden;}
.cart .crosssell h2 {padding-right:80px !important;}
.cart .crosssell .product-image {display:block; margin-bottom:10px;}
.cart .crosssell .product-details {clear:left;}
.cart .crosssell .price-box {margin:10px 0 16px;}
.cart .crosssell li.item {float:left;width:200px; margin-right:40px;}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount label{display:block;}
.cart .shipping,.cart .discount {margin-bottom:10px}
.cart .discount {}
/* Shopping Cart Totals */
.cart .totals {display:inline-block; float:left; width:31%; padding-left:20px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box;}
.cart .totals h2{margin-left:-20px;}
.cart .totals table td {padding:5px 0 7px; }
.cart .totals table td strong{font-weight:normal;}
.cart .totals table td:first-child {padding-right:10px;}
.cart .totals table thead th {font-weight:bold; padding:5px; }


/* Options Tool Tip */
.item-options dt {font-weight:bold; font-style:italic; }
.item-options dd {padding-left:10px; }
.truncated {cursor:help; }
.truncated a.dots {cursor:help; }
.truncated a.details {cursor:help;float:left }
.truncated .truncated_full_value {position:relative; z-index:999; }
.truncated .truncated_full_value .item-options {position:absolute; top:-99999em; left:-99999em; z-index:999; width:220px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p {font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options {left:auto; right:-20px; top:18px; }
.col-left .truncated .show .item-options { }
.col-right .truncated .show .item-options  {}
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt {font-weight:bold; }
.sp-methods dt input.radio{margin-top:-4px}
.sp-methods .price {font-weight:bold; }
.sp-methods select.month {margin-right:10px; width:120px}
.sp-methods select.year { width:170px}

.sp-methods .checkmo-list li {margin:0 0 5px; }
.sp-methods .checkmo-list label {width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address {float:left; }

.sp-methods .centinel-logos a {margin-right:3px; }
.sp-methods .centinel-logos img {vertical-align:middle; }

.sp-methods .release-amounts {margin:0.5em 0 1em; }
.sp-methods .release-amounts button {float:left; margin:5px 10px 0 0; }

.please-wait {float:right; margin-right:5px; margin-top:5px; }
.please-wait img {vertical-align:middle; }
.cvv-what-is-this {cursor:help; margin-left:10px; line-height:30px;}

/* Tooltip */
.tool-tip {border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close {text-align:right; }
.tool-tip .btn-close a {display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content {padding:5px; }

/* Gift Messages */
.gift-messages h3{}
.gift-messages-form {border:1px solid #ddd; background-color:#f5f5f5;  padding:5px;}
.gift-messages-form label {float:none !important; position:static !important; display:inline-block;}



.gift-messages-form .whole-order {}
.gift-messages-form .item {margin:0 0 10px; }
.gift-messages-form .item .product-img-box {float:left; width:75px; }
.gift-messages-form .item .product-image {margin:0 0 7px; }
.gift-messages-form .item .number {margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details {margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link {display:block; background:url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded {background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close {float:right; }
.gift-message dt strong {font-weight:bold; }
#opc-shipping_method #onepage-checkout-shipping-method-additional-load .gift-messages {display:block;clear:both; padding:0px 0 10px}
.opc .gift-messages-form {margin:0px 0 10px; background:#f6f1eb; border:1px solid #e9e4de; padding:12px; position:static }
.opc .gift-messages-form .inner-box {padding:5px;  }


/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li {margin:10px 0; }
.checkout-agreements .agreement-content {border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:auto ;  }
.checkout-agreements .agree {padding:10px 0 7px; }

/* Centinel */
.centinel {}
.centinel .authentication {border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe {width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress dd address {margin-bottom:0;}
.block-progress .block-content dd.complete {font-size:86%;}
.block-progress dd {padding-bottom:25px;}
.opc {position:relative; }

.opc .buttons-set.disabled button.button {display:none; }
.opc .buttons-set .please-wait {height:18px; line-height:18px; float:left; }

.opc .step-title {}
.opc .step-title .number {float:left; line-height:22px; margin-right:5px; display:none; }
.opc .step-title h2 {float:left; }
.opc .step-title a {text-indent:-999em; display:inline-block; text-align:left;}

.opc .allow .step-title {cursor:pointer; }
.opc .active {}
.opc .active .step-title {cursor:default; }

.opc .step { position:relative; padding:13px 20px 30px; }
.opc #opc-login .step { padding-top:19px;}

.opc .order-review {}
.opc .order-review .authentication {}
.opc .order-review .warning-message {}

.opc .form-list li.control {margin:7px 0}

/* Multiple Addresses Checkout */
.checkout-progress {padding:0 50px; margin:10px 0 20px; }
.checkout-progress li {float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active {border-top-color:#000; color:#000; }

.multiple-checkout {position:relative; }
.multiple-checkout .buttons-set{padding:10px 5px 20px 0}
.multiple-checkout .box{overflow:hidden}
.multiple-checkout .gift-messages{margin-top:10px}
.multiple-checkout .tool-tip {top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total {font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {display:inline-block; margin-bottom:10px}
.multiple-checkout .grand-total .price {font-size:1em}
.multiple-checkout #checkout-review-submit .place-order{margin-top:10px}
.multiple-checkout .data-table tfoot td.a-right{text-align:left!important}	
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .registered-users a {display:inline-block;}
.account-create ul.form-list{}
.account-create .fieldset{width:auto; overflow:hidden; display:block; float:none;}
/* End of Account Login/Create Pages ============================================================ */

/* Captcha */
.captcha-note  {}
.captcha-image {float:left; position:relative; }
.captcha-img {border:1px solid #ccc; }
.registered-users .captcha-image    {}
#checkout-step-login .captcha-image {}
.captcha-reload {position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  {animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% {-webkit-transform:rotate(0); }
    0% {-webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% {-moz-transform:rotate(0); }
    0% {-moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% {transform:rotate(0); }
    0% {transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay {background:url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label {}
.remember-me-popup {}
.remember-me-popup h3 {}
.remember-me-popup .remember-me-popup-head {}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {}
.remember-me-popup .remember-me-popup-body {}
.remember-me-popup .remember-me-popup-body a {}
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {float:none; margin:0; }

.my-wishlist textarea{width:90%; margin-top:5px; height:auto;}
.my-wishlist .cart-cell button.button{margin-bottom:5px}
.downloadable-customer-products .data-table th{white-space:nowrap}
.sales-order-view .my-account a.link-reorder,
.sales-order-view .my-account span.separator,
.sales-order-view .my-account a.link-print{float:right;padding-top:5px;font-size:80%; margin-top:8px;}
.adapt-3.sales-order-view .my-account a.link-reorder, .adapt-3.sales-order-view .my-account span.separator, .adapt-3.sales-order-view .my-account a.link-print {margin-top:22px;}
.adapt-2.sales-order-view .my-account a.link-reorder, .adapt-2.sales-order-view .my-account span.separator, .adapt-2.sales-order-view .my-account a.link-print {margin-top:22px;}
.adapt-1.sales-order-view .page-title h1 {clear:both; display:block; width:100%; text-align:left;}
#cart-sidebar-reorder-advice-container{margin:1em 0}
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {margin-bottom:35px;}

.box-head h2{}


/*Block My Account*/

.dashboard .box-account {padding:0px 0 10px; position:relative}
.dashboard .box-account.box-recent {margin-bottom:30px; padding-left:0; padding-right:0;}
.dashboard .box-account.box-recent .box-head{margin-left:0; margin-right:0;}
.dashboard .box-account, .dashboard .welcome-msg {padding-left:20px; padding-right:20px;}
.dashboard .box-account .box-head {margin-left:-20px; margin-right:-20px;}

/* Block:Recent Orders */


/* Block:Account Information */
.dashboard .box-info {}
.box-info .box{border:none; }
.box-title h3,
.box-content h4{font-weight:normal; float:left;}
.box-content h4{float:none}
.box-content address,
.box-content p{clear:left}
.box-content{clear:left; }

/* Block:Reviews & Tags */
.dashboard .box-reviews .number,.dashboard .box-tags .number {float:left; font-size:80%; font-weight:bold; line-height:1; color:#fff; margin:1px -20px 0 0; padding:2px 3px; }
.dashboard .box-reviews .details { }
.dashboard .box-tags .details {}
.box-tags .tags strong{font-weight:normal; float:left; display:inline; }
.box-tags .tags li{ float:left; display:inline; padding-left:5px; }
.box-reviews li.item ,.box-tags li.item {padding-bottom:7px;}
.box-reviews li.item.last,.box-tags li.item.last {padding-bottom:0;}
.box-reviews h3.product-name,.box-tags h3.product-name{margin-bottom:0;}
.box-tags .tags a{text-transform:capitalize; }
.review-product-list .product-view .ratings-table{margin-bottom:1em}
.review-product-list .product-view .availability{margin-top:1em}
.review-product-list .product-view .buttons-set{margin-bottom:1em; padding-top:20px}

/********** Dashboard > */

/* Address Book */
.addresses-list {padding-left:20px;}
.addresses-list-additional li.item {}
.addresses-primary li.item{}
.addresses-primary li.item:first-child{padding-top:0;}
.customer-address-form .my-account .form-list li.wide:first-child{padding-bottom:10px; }
.customer-address-form .my-account .form-list li strong{padding-top:5px; display:block; }
/* Order View */
.order-info {padding:5px 0px; }
.order-details .table-caption {padding:0 0px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {display:inline; }
.order-info dt {font-weight:bold; }
.billing-agreements,.recurring-profiles,.tag-customer-index .my-account > p,.review-customer-index .my-account > p{padding:0}
.my-account .billing-agreements  .buttons-set,
.my-account .recurring-profiles  .buttons-set{padding:10px 0px}
.order-date {margin:10px 0px; }
.page-print  .order-date {margin:10px 0px; }
.order-info-box {padding:0}

.order-items {width:100%;}

.order-additional {margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong {color:#666; }
.gift-message dd { margin:5px 0 0; }
/* Order Comments */
.order-about dt {font-weight:bold; }
.order-about dd {margin:0 0 7px; }

.tracking-table {margin:0 0 15px; }
.tracking-table th {font-weight:bold; white-space:nowrap; }

.tracking-table-popup {width:100%; }
.tracking-table-popup th {font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td {padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head {}
.page-print .print-head img {float:left; }
.page-print .print-head address {float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link {display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax {display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {display:inline; }

/* My Reviews */
.product-review .product-img-box {float:left; width:200px;  }
.my-account .product-review .product-img-box{width:150px}
.product-review .product-img-box .product-image {display:block; width:125px; height:125px; }
.product-review .product-img-box .label {font-size:90%; margin:10px 0 3px; }
.product-review .product-img-box .ratings .rating-box {float:none; display:block; margin:0 0 3px; }
.product-review .product-details {margin-left:150px; }
.product-review .product-name {font-size:140%; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table {margin:0 0 10px; }
.product-review dt {font-weight:bold; }
.product-review dd {margin:5px 0 0; }

/* ======================================================================================= */


/* Footer ================================================================================ */
.footer {padding:0; }
.footer .a-left{float:left}
.footer .a-right{float:right}
.footer p {}
.footer address {margin-bottom:2px; display:inline;}
.footer-address  span{float:left; clear:both;}
.footer ul {margin:0;}
.footer ul li {display:inline; margin:0; background:none;}
.footer-container .bottom-container {  }
.footer .grid_12 li a{display:inline-block}
.footer-brand li{float:left}
.footer a{ float:left;}

/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.tags:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,
.widget-static-block:after {display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */
.menu-item-hbox > .menu-container{position:relative; }
.review-customer-view .product-review .product-details,.review-product-view .product-review .product-details{margin-left:160px}
.review-product-view .product-review .product-img-box {width:160px}
.review-customer-view.product-review .product-img-box {width:160px}
.review-customer-view .product-review .product-img-box{}
.review-product-view .buttons-set{padding-top:15px}
.cms-page-view .std{margin-bottom:20px}
.category-products .toolbar select{/*display:none;*/}
.show-search label:after {
    border-bottom:1px solid #DDDDDD;
    color:#AAAAAA;
    content:"<>";
    font:11px "Consolas",monospace;
    padding:0 0 2px;
    pointer-events:none;
    position:absolute;
    right:8px;
    top:2px;
    transform:rotate(90deg);
}
.show-search label:before {
    background:none repeat scroll 0 0 #F8F8F8;
    content:"";
    display:block;
    height:20px;
    pointer-events:none;
    position:absolute;
    right:6px;
    top:0;
    width:20px;
}
.show-search label{
     position:relative;
}
.saleup-banner div{ float:left;}
.saleup-banner div.right-saleup-banner{ float:right;}
.saleup-banner div.right-saleup-banner ul,.saleup-banner ul{ margin:0;}
.saleup-banner div.right-saleup-banner li{ padding:0;}
.saleup-banner div.middle-saleup-banner li{ padding:0 0 7px;}
.saleup-banner div.middle-saleup-banner li.top{ padding-top:0;}
.saleup-banner{ margin:0 -10px}
.follow-footer .sub-title{ float:left; padding-right:10px; font-weight:600; padding-top:5px;}
.footer_wrapper{ padding-bottom:20px;}
@media screen and (max-device-width:1024px) {
.saleup-banner div.middle-saleup-banner li{ padding:10px 0;}
}
@media (min-width:1200px) {
.saleup-banner div.middle-saleup-banner li{ padding:0 0 20px;}
	
}
.footer a:hover{ opacity:0.5; text-decoration:none;}
.widget-products .price{ font-size:110%;}
.top-banner{ margin:15px -10px 0;}

span.hover_image {
    background: url("https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/img_hover.png") no-repeat scroll 579px 0 transparent;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.banner-flash-hover:hover  .hover_image{background-position: 0 center;}
.banner-flash-hover a{
-moz-transition: all 400ms ease; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; display:block; position:relative}

.clock { margin-right:-5px;}
.clock li span{background: url("https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/bg_clock.png") repeat-x 0 0!important; box-shadow:none!important; padding:16px 0 !important; font-family:Oswald; font-size:18px!important; min-width:34px;}
.product-shop .msg_soldout{background: url("https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/time_out.png") no-repeat 0 0!important; text-indent:-9999em; text-align:left; border-top:0!important; width:75px; height:70px;}
.clock li { margin-top:0!important;padding-top:0!important; display:inline-block;}
.clock li span.days{ margin-right:4px;}
.home_block .right-block .products-grid li.item .deal_qty{ text-align:left; font-size:80%;}
.clock li p{ margin-top:0; width:36px;}
.home_block .block_title span{text-transform:uppercase; }
.home_block .right-block a{ text-transform:none;}
.home_block .right-block a.shop-all{ text-transform:capitalize;}
.body_top_wrapper .banner-home{margin-bottom:0}
.top-banner-outer{ clear:left;}

.img-responsive{ display: block; height: auto; max-width: 100%;}
.product-shop .show_details .show_clock{ text-align:center;}
.product-shop .show_details .show_clock .clock{ display:inline-block;}
/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px;}
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; z-index:1}
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
.map-popup-checkout button.btn-cart{ float:right}
.map-info .price{ margin-right:10px}
/*end of MAP Popup====================================================== */
#containerDiv .ajaxcart .product-shop .price-box a{ display:none;}
.cms-index-index .sidebar .widget-static-block{margin-bottom:0!important}
.adapt-0 .saleup-banner{ margin:20px 0 0;}
.adapt-0 .saleup-banner div{ float:none;}
.adapt-0 .saleup-banner div.middle-saleup-banner li{ padding:0; margin-top:20px;}
.adapt-0 .top-banner{ margin:0;}
.adapt-0 .header-top .toolbar-switch:first-child{ border-left:0;}
.adapt-0 .header-top .toolbar-switch{ border-right:0; padding-bottom:5px}
.adapt-0 .header_top_outer{ padding-bottom:15px;}
@media (min-width:1200px){.top-search{ margin-left:5%}}

.product-view .dc-toggle{ position: fixed;
z-index: 100;
top: 149px;
right: 25px;
overflow: hidden; float:left; text-indent:-9999px; width:15px; height:15px; background:url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/sub.png) 0 0 no-repeat}
.product-view .dc-toggle.icon_hide_social{ background:url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/add.png) 0 0 no-repeat}
.fb_comments_count{ float:left; padding-right:5px;}

.home-clickforprice a:hover{ text-decoration:underline!important}
.footer_brands .controls a,.widget .controls a{ display:none!important;}
.footer_brands:hover .controls a,.widget:hover .controls a{ display:inline-block!important;}

@media screen and (min-device-width:768px) and (max-device-width:1024px)  
{
.footer_brands .controls a,.widget .controls a{ display:inline-block!important;}
}
@media screen and (min-device-width:320px) and (max-device-width:480px) and (orientation:portrait)
{
.footer_brands .controls a,.widget .controls a{ display:inline-block!important;}
}
.em_nav .menu-item-parent .icon-menu{ float:left; text-indent:-999em}

.adapt-0 .header .top-menu .em_nav{ margin-top:5px;}
.cms-index-index .ui-slider-tabs .widget{ margin-bottom:0!important;}
.block .actions a{ padding:7px 10px 8px;}

/*brands*/
.footer_brands li.item {
  position: relative;
  margin-bottom: 10px;
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  -o-perspective: 900px;
  -ms-perspective: 900px;
  perspective: 900px;
}
.footer_brands li.item img {
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.footer_brands li.item img.first {
  position: absolute;
  left: 0;
  top: 0;
}
.footer_brands li.item img.last {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, 0, -180px) rotate3d(1, 0, 0, 90deg);
  -moz-transform: translate3d(0, 0, -180px) rotate3d(1, 0, 0, 90deg);
  -o-transform: translate3d(0, 0, -180px) rotate3d(1, 0, 0, 90deg);
  -ms-transform: translate3d(0, 0, -180px) rotate3d(1, 0, 0, 90deg);
  transform: translate3d(0, 0, -180px) rotate3d(1, 0, 0, 90deg);
}
.footer_brands li.item:hover img.last {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotate3d(1, 0, 0, 0deg);
  -moz-transform: rotate3d(1, 0, 0, 0deg);
  -o-transform: rotate3d(1, 0, 0, 0deg);
  -ms-transform: rotate3d(1, 0, 0, 0deg);
  transform: rotate3d(1, 0, 0, 0deg);
}
.footer_brands li.item:hover img.first {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, 220px, 0) rotate3d(1, 0, 0, -90deg);
  -moz-transform: translate3d(0, 220px, 0) rotate3d(1, 0, 0, -90deg);
  -o-transform: translate3d(0, 220px, 0) rotate3d(1, 0, 0, -90deg);
  -ms-transform: translate3d(0, 220px, 0) rotate3d(1, 0, 0, -90deg);
  transform: translate3d(0, 220px, 0) rotate3d(1, 0, 0, -90deg);
}
	

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.saalltools.com.au/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.saalltools.com.au/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.saalltools.com.au/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.saalltools.com.au/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.saalltools.com.au/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.saalltools.com.au/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.saalltools.com.au/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.saalltools.com.au/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.saalltools.com.au/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/**
 * EM CloudZoom
 *
 * @license commercial software
 * @copyright (c) 2012 Codespot Software JSC - EMThemes.com. (http://www.emthemes.com)
 */

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000!important;
	color:#fff!important;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
	left:0;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:4px solid #ccc;
	overflow:hidden;
	background-repeat: no-repeat;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}
/**
 * EMThemes
 *
 * @license commercial software
 * @copyright (c) 2012 Codespot Software JSC - EMThemes.com. (http://www.emthemes.com)
 */

.colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/variation/colorpicker_background.png);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
    z-index:999;
}
.colorpicker_color {
	width: 150px;
	height: 150px;
	left: 14px;
	top: 13px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}
.colorpicker_color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/variation/colorpicker_overlay.png);
}
.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/variation/colorpicker_select.gif);
	margin: -5px 0 0 -5px;
}
.colorpicker_hue {
	position: absolute;
	top: 13px;
	left: 171px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
}
.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/variation/colorpicker_indic.gif) left top;
	margin: -4px 0 0 0;
	left: 0px;
}
.colorpicker_new_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 213px;
	top: 13px;
	background: #f00;
}
.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 13px;
	background: #f00;
}
.colorpicker input {
	background-color: transparent;
	border: 1px solid transparent;
	position: absolute;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
	top: 4px;
	right: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 11px;
}
.colorpicker_hex {
	position: absolute;
	width: 72px;
	height: 22px;
	background: url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/variation/colorpicker_hex.png) top;
	left: 212px;
	top: 142px;
}
.colorpicker_hex input {
	right: 6px;
}
.colorpicker_field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
}
.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}
.colorpicker_rgb_r {
	background-image: url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/variation/colorpicker_rgb_r.png);
	top: 52px;
	left: 212px;
}
.colorpicker_rgb_g {
	background-image: url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/variation/colorpicker_rgb_g.png);
	top: 82px;
	left: 212px;
}
.colorpicker_rgb_b {
	background-image: url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/variation/colorpicker_rgb_b.png);
	top: 112px;
	left: 212px;
}
.colorpicker_hsb_h {
	background-image: url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/variation/colorpicker_hsb_h.png);
	top: 52px;
	left: 282px;
}
.colorpicker_hsb_s {
	background-image: url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/variation/colorpicker_hsb_s.png);
	top: 82px;
	left: 282px;
}
.colorpicker_hsb_b {
	background-image: url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/variation/colorpicker_hsb_b.png);
	top: 112px;
	left: 282px;
}
.colorpicker_submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/variation/colorpicker_submit.png) top;
	left: 322px;
	top: 142px;
	overflow: hidden;
}
.colorpicker_focus {
	background-position: center;
}
.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_slider {
	background-position: bottom;
}
#demotool_variation{left:-391px;}

.btn-toggle {
  background: url("https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/variation/close-open.png") no-repeat scroll 0 0 transparent!important;
  display: block;
  position: fixed;
  left: 0;
  z-index:4;
  text-indent: -999px;
  top: 258px;
  width:47px;height:47px;display:block;text-indent:-99999px;
  border:#cecece 1px solid;
  border-left:none; 
  box-shadow:0 0 10px #999999;
}

#demotool_variation{border:#cecece 1px solid;background:#fff;width:390px; z-index:3; position:absolute;top:0;left:-100%}
#demotool_variation  .copyright {background:#e5e5e5;padding:8px 15px;color:#7F7F7F;font:12px Tahoma,Arial,Helvetica,sans-serif;clear:both;float:left;margin:15px 0 0 0;width:360px;}
#demotool_variation  .copyright a{font-weight:bold; color:#878686}	
.demotool-title{background: url("https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/variation/bg_var.png") repeat-x;height:31px;font:bold 12px Tahoma,Arial,Helvetica,sans-serif;color:#fff;
line-height:30px;padding:0 15px;margin-bottom:6px;}
.content-title{background: url("https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/variation/bg_bottom_title.png") repeat-x bottom center #fff;padding-bottom:8px;cursor:pointer;}
.content-title span{color:#ba0014;font:bold 12px Tahoma,Arial,Helvetica,sans-serif;padding:2px 15px 8px;display:block;}
.demotool-content .desc{ padding:5px 0 5px 0px;  color:#878686; font:italic 10px/1.35 Arial, Helvetica, sans-serif;}
.demotool-content #em_variation_google_font_preview{  margin-bottom:0; }
.demotool-content .col-1 .desc{ min-height:55px; padding-bottom:0; color:#878686; }
.demotool-content .col-2{width:175px; margin-left:10px;}
.demotool-content .col-2:first-child{margin-left:0px;}
.demotool-content .col-2.first{margin-left:0px;}
.demotool-content .box .content .col.col-2 .input input{width:100px}
.demotool-content .box{border:#e0e0e0 1px solid; border-width:0 0 1px 0; box-shadow:none;margin:0 15px;float:left;clear:both;width:360px;padding:0 0 20px; background:#fff}
.demotool-content .box.last{border-bottom:none;}
.demotool-content .box.first{padding:9px 0 14px 0;}
.demotool-content .box .title {font:bold 11px Tahoma,Arial,Helvetica,sans-serif;color:#000;text-transform:uppercase;cursor:default;}
.demotool-content .box .title .name_title{float:left;margin-top:2px;}
.demotool-content .box .title .box-tgl {float:right;background: url("https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/variation/var_close.png") no-repeat scroll 0 0 transparent;width:19px;height:19px;text-indent:-99999px;cursor:pointer; margin-right:10px;}
.demotool-content .box.close .title .box-tgl{ background: url("https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/variation/var_show.png") no-repeat scroll 0 0 transparent; }
.demotool-content .box .content{clear:both;}
.demotool-content a.btn-reset,
.demotool-content a.btn-apply  {display: block;height: 32px;margin: 15px 0 0 15px;text-indent: -999px;float:left;}
.demotool-content a.btn-reset{background: url("https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/variation/btn_reset.png") no-repeat scroll 0 0 transparent;width: 78px;}
.demotool-content a.btn-apply {background: url("https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/variation/btn_apply.png") no-repeat scroll 0 0 transparent;width: 97px;}
.demotool-content .box .content .col-1:first-child{ margin-left:0;}
.demotool-content .box .content .col a:hover{ text-decoration:none;}
.demotool-content .box .content .input{ overflow:hidden;}
.demotool-content .box .content .input a{ display:inline-block; float:left;}
.demotool-content .box .content .input a:hover img{ border:2px solid #000000}
.demotool-content .box .content .input a.selected img{ border:2px solid #000000}
.demotool-content .box .content .input a img{ border:2px solid #ffffff}
.demotool-content .box .content .col{ float:left;}
.demotool-content .box .content .col-1{width:112px;margin-left:12px; }
.demotool-content .box .content .col .input.input_font{border: 0 none;float: left;margin: 0;padding: 6px 2px;min-height:21px;background: url("https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/variation/bg_select_font.png") no-repeat scroll 0 0 transparent;width:360px;}
.demotool-content .box .content .col .input select{ width:352px; padding:0; border:1px solid #DDDDDD; height:auto }
.demotool-content .box .content .col .input select#em_variation_google_font option { border-top: 1px solid #f0e7e7; padding: 3px 4px; }
.demotool-content .box .content .col .input select#em_variation_google_font option:first-child { border-top:none; }
.demotool-content .box .content .row .label,
.demotool-content .box .content .col select{font:12px Tahoma,Arial,Helvetica,sans-serif;color:#000; padding:0;border:none;background:none;background-color: transparent;-webkit-appearance:none;}
.demotool-content .box .content .col select.em_box_wide{height:30px; line-height:normal;padding:4px 5px; width:361px}
.demotool-content .box .content .row .label{padding:14px 0 8px;}
.demotool-content .box .content  select option{ padding-right:0;}
.demotool-content .box .content .col .input input{ height:30px;border:#e1e1e1 1px solid; background:#fff; padding:0 5px;color:#000; font-size:11px;line-height:30px; width:350px; font:11px/30px Arial,Helvetica,sans-serif}
.demotool-content .box .content .col-1 .input input{ width:75px;}

@media screen and (-webkit-min-device-pixel-ratio:0){
.demotool-content .box .content .col-1 .input.input_font{background: url("https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/variation/bg_select_font_1.png") no-repeat scroll 0 0 transparent;width:165px;}
}

.qrcode {position:fixed;top:307px;left:0;z-index:3}
.qrcode  li{width:49px;}
.qrcode li a span{display:block;width:47px;height:47px;background: url("https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/i_mobile.png") no-repeat scroll 0 0 transparent;text-indent: -999px;top: 307px; box-shadow:0 0 10px #999999;
 width:47px;height:47px;text-indent:-99999px;border:#cecece 1px solid;border-left:none; border-top:none;}
.qrcode li a img{border:1px solid #CECECE;padding:20px;background:#fff; z-index:99;}

/*Color*/
.color_variation .btn_color_variation{
background: url("https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/colorvariation/skin-picker.png") no-repeat scroll 0 0 transparent;
position: fixed;
left: 0;
text-indent: -999px;
top: 212px;
z-index:5;
width: 47px;
height: 47px;
display: block;
border: 1px solid #CECECE;box-shadow:0 0 10px #999999;
border-left: none;}

.color_variation .colordiv {position:absolute; left:19%; top:10%;z-index:999;background:#F6F6F6;
				  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; /* border radius */
				  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.3); 
				  -moz-box-shadow: 0 0 15px rgba(0,0,0,.3); 
				  box-shadow: 0 0 15px rgba(0,0,0,.3); /* box shadow */
				  webkit-background-clip: padding-box; 	/* smoother borders with webkit */
				  }
.adapt-2.color_variation .colordiv {left: 16%;}
.adapt-1 .color_variation .colordiv {left: 11%;}
.color_variation .colordiv .btn_color_close {
background: url("https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/btn_popup-close.png") no-repeat scroll 0 0 transparent;
height: 38px;
width: 38px;
text-indent: -99999px;
display: block;
text-align: left;
position: absolute;
top: -20px;
right: -18px;}
.color_variation .slider_container { background-color:transparent; border:none; margin:0;}
.adapt-0 .color_variation{ display:none;}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; background-color: #000; }

/* Button panel */
.dcssb-float .dcssb-content {
	background: #fff;
	padding: 10px 10px 5px 10px;
	text-align: center;
	width: 60px;
	border: 1px solid #ccc;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
}
.dcssb-btn {
	margin-bottom: 5px;
}
.dcssb-btn.size-horizontal {
	width: 80px;
	height: 24px;
}
.dcssb-btn.size-none {
	width: 60px;
	height: 24px;
}
.dcssb-btn.size-vertical {
	width: 60px;
	height: 62px;
}
/* Button specific styling */
/* Digg */
.dcssb-digg.size-vertical {
	height: 68px;
}
/* Delicious */
.dcssb-delicious div {
	margin: 0 auto;
}
/* LinkedIn */
.dcssb-linkedin.size-horizontal {
	width: 65px;
}
/* Buffer */
.dcssb-buffer.size-horizontal {
	width: 85px;
}
/* Print & Email */
.dcssb-print.size-horizontal, .dcssb-print.size-none, .dcssb-email.size-horizontal, .dcssb-email.size-horizontal {
	width: 56px;
}
.dcssb-print.size-vertical, .dcssb-email.size-vertical {
	height: 24px;
}
.link-email {
	padding-left: 20px;
	display: block;
	font: bold 11px/18px Arial, sans-serif;
	height: 20px;
	text-decoration: none;
	color: #333333;
    cursor: pointer;
    background-color: #F8F8F8;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #DEDEDE);
    border: 1px solid #bbb;
    border-radius: 3px 3px 3px 3px;
    max-width: 98%;
    overflow: hidden;
    position: relative;
	text-align: left;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.link-print .icon, .link-email .icon {
	display: block;
	width: 14px;
	height: 12px;
	position: absolute;
	left: 4px;
	top: 4px;
}
.link-print .icon {
	background: url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/icon_print.png) no-repeat 0 0;
}
.link-email .icon {
	background: url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/icon_email.png) no-repeat 0 0;
}
.link-email:hover{
	background-color: #e8e8e8;
	border: 1px solid #999;
    background-image: -moz-linear-gradient(center top , #f8f8f8, #cecece);
}

/* Pinterest */
.dcssb-pinterest {
	position: relative;
	width: 60px;
}
.dcssb-pinterest.size-horizontal, .dcssb-pinterest.size-none {
	height: 20px;
}
.dcssb-pinterest.size-horizontal {
	width: 70px;
}
.dcssb-pinterest-button {
    height: 25px;
    margin: 0;
    padding: 0 0 10px 0;
}
.pinItButton {
    position: absolute;
    background: url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/pinterest.png);
    font: 11px Arial, sans-serif;
    text-indent: -9999em;
    font-size: .01em;
    color: #CD1F1F;
    height: 22px;
    width: 47px;
    background-position: 0 -37px;
	bottom: 0;
	left: 50%;
	margin-left: -24px;
}
.pinItButton:hover {
	background-position: 0 -58px;
	background-color: none;
}
.pinterest-counter-count{
	font: 12px/12px Arial,Helvetica,sans-serif;
    height: 29px;
    padding: 9px 0 0;
    text-align: center;
    width: 47px;
	background: url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/pinterest.png) no-repeat 0 0;
    color: #777777;
    position: absolute;
	bottom: 23px;
	right: 8px;
}
.size-horizontal .pinItButton {
	left: 0;
	margin-left: 0;
}
.size-horizontal .pinterest-counter-count{
	font: 11px/11px Arial,Helvetica,sans-serif;
    height: 15px;
    padding: 3px 0 0;
    text-align: center;
    width: 21px;
	background: url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/pinit-count-s.png) no-repeat 0 0;
    color: #777777;
    position: absolute;
	bottom: 1px;
	right: 0;
}
.size-none .pinterest-counter-count{
 display: none;
}
/**
 * CODNITIVE
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade to newer
 * versions in the future.
 *
 * @category   Codnitive
 * @package    Codnitive_Sidenav
 * @author     Hassan Barza <support@codnitive.com>
 * @copyright  Copyright (c) 2011 CODNITIVE Co. (http://www.codnitive.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/* Sidebar Navigation ==================================================================== */
#sidebar-nav {
    margin-bottom: 15px;
    position: relative;
}
#sidebar-nav .block-title {
}
#sidebar-nav .block-title strong {
}
#sidebar-nav .block-content {
    padding: 6px;
    overflow: auto;
}
#sidebar-nav .block-content a {
    line-height: 1.7;
}
#sidebar-nav-menu > li {
    background: url('https://www.saalltools.com.au/skin/frontend/base/default/images/codnitive/sidenav/bkg_block-sidebarnav-layered-dd.gif') 0 100% repeat-x;
    list-style: inside disc;
    font-weight: bold;
    padding: 8px 0;
}
#sidebar-nav-menu > li.last {
    background: none;
    margin-bottom: 5px;
}
#sidebar-nav-menu li ul {
    font-weight: normal;
}
#sidebar-nav li.active,
#sidebar-nav li.active > a,
#sidebar-nav li.active > .collapsible-wrapper > a {
}
#sidebar-nav ul.ul-thumb {
    padding-left: 0;
}
#sidebar-nav-menu > li.parent > ul.ul-thumb {
    padding-left: 10px;
}
#sidebar-nav li.thumb {
    list-style-type: none;
}
#sidebar-nav-menu > li.no-thumb,
#sidebar-nav-menu > li.thumb {
    margin-left: 0 !important;
    list-style-type: none;
}
#sidebar-nav img {
    border: 0 none !important;
    outline: 0 none !important;
}
#sidebar-nav span.product-count {
    color: #000;
}
#sidebar-nav .home {
    list-style: none !important;
}
#sidebar-nav .home a {
    display:inline-block;
    padding-left:20px;
    background:url('https://www.saalltools.com.au/skin/frontend/base/default/images/codnitive/sidenav/home.png') left top no-repeat;
    min-height:16px;
}
#sidebar-nav .support-logo-wrapper {
    margin-top:10px;
}
#sidebar-nav .support_logo {
    font-size: 9px;
    float: right;
    right: 5px;
    bottom: 5px;
    text-decoration: none;
}
#sidebar-nav .support_logo img {
    max-width: 65px;
}

/* Collapsible Design ==================================================================== */
#sidebar-nav li.thumb .thumb-img-left {
    float: left;
    margin: 1px 3px 0 0;
}
#sidebar-nav li.thumb .thumb-img-right {
    float: right;
    margin: 1px 3px 0;
}
#sidebar-nav-menu .arrow-left,
#sidebar-nav-menu .arrow-right, 
#sidebar-nav-menu .plus-left,
#sidebar-nav-menu .plus-right {
    float: left;
    background: url('https://www.saalltools.com.au/skin/frontend/base/default/images/codnitive/sidenav/arrows.gif') left center no-repeat;
    display: block;
    margin-top: 2px;
    margin: 1px 3px 0;
    cursor:pointer;
} 
#sidebar-nav-menu .plus-left,
#sidebar-nav-menu .plus-right
{
    background-image: url('https://www.saalltools.com.au/skin/frontend/base/default/images/codnitive/sidenav/plus.gif');
}
#sidebar-nav-menu .arrow-right, 
#sidebar-nav-menu .plus-right {
    float:right;
    display:inline !important;
}
#sidebar-nav-menu li ul[expanded="0"] {
    display: none;
}
#sidebar-nav li.active > ul {
    display: block;
}
#sidebar-nav li.active > .arrow-left,
#sidebar-nav li.active > .arrow-right, 
#sidebar-nav li.active > .plus-left,
#sidebar-nav li.active > .plus-right {
    display: block;
    background-position: right center;
}
#sidebar-nav-menu > li.collapsible {
    list-style: none !important;
}
#sidebar-nav .collapse-name {
    cursor:pointer;
}

#bg_fade {background-color:#000;left:0px;margin:0px;padding:0px;position:fixed;top:0px;visibility:hidden;width:100%;z-index:998;height:1000px}
#containerDiv {min-width: 350px;max-width:400px;z-index: 999;display:none;position:fixed;}
#containerDiv .ajaxcart {position: relative;padding: 20px;text-align: center;border: 10px solid #EAE9E6;background-color: white;z-index: 99999; max-height:660px}
#containerDiv .ajaxcart .row2 {clear:left; padding-bottom:0px; overflow:hidden}
#containerDiv .ajaxcart #ajax_image img {float:left;margin-right:7px;}
#containerDiv .ajaxcart #ajax_image  { margin-bottom: 10px;overflow: hidden;text-align: left;}
#containerDiv .ajaxcart #ajax_image span {text-align:left;}
.product-essential {position:relative;}
.ajaxcart .product_title{ text-transform:uppercase; text-align:center}
#containerDiv .ajaxcart .price{ font-size:100%;}
#containerDiv .ajaxcart .row2 a span{ float:left; display:inline-block;border: 0 none;padding: 0;}
.ajaxcart .product-options{ max-height:200px; overflow:auto;}
.ajaxcart .product-shop .product-options-bottom .add-to-cart{ clear:left;}
#containerDiv .ajaxcart{min-width: 350px;}
/*

INSTRUCTION FOR STYLING:

# Change background, color of the horizontal menu bar:
.em_nav .hnav { }

# Change font, color of hyperlinks:
.em_nav a { }
.em_nav a:hover { }

# Menu item's links when hover or active:
.em_nav li:hover > a, .em_nav li.active > a { }


# Top level's menu:
# -----------------

# Change padding, font, color of top menu item:
.hnav .menu-item-depth-0 a { }

# Change position of the drop-down menu of top level menu:
.hnav .menu-item-depth-0 > .menu-container,
.em-catalog-navigation.horizontal > li > ul,
.em-catalog-navigation.horizontal > li:hover > ul { top:50px }

# Level 2+ menu:
# -----------------

# Change background color, padding of container of level 2+ menu container:
.em_nav .menu-item-link > ul,
.em_nav .em-catalog-navigation ul { }

# Change font, color of hyperlink of level 2+ menu items:
.em_nav .menu-item-depth-1 a,
.em_nav .em-catalog-navigation li li a { }

# Change font, color of hover/active hyperlink of level 2+ menu items:
.em_nav .menu-item-depth-1 li:hover > a, 
.em_nav .menu-item-depth-1 li.active > a,
.em_nav .em-catalog-navigation li li:hover > a,
.em_nav .em-catalog-navigation li li.active > a { }


# ----------------

# Add a gutter between 2 children of hbox:
.em_nav .menu-item-hbox > .menu-container > li { margin-left:10px }
.em_nav .menu-item-hbox > .menu-container > li:first-child { margin-left:0 }

# Fix hbox on mobile view
.adapt-0 .menu-item-hbox > .menu-container { white-space:normal }
.adapt-0 .menu-item-hbox > .menu-container > li { display:block; margin-left:0 }



BELOW BASE CSS SHOULD NOT BE CHANGED:
===============================================================================
*/


ul ul, ul ol, ol ol, ol ul { font-size:100% }

.em_nav { }
.em_nav ul { margin:0; }
.em_nav li { /*margin:0;*/}
.em_nav em,
.em_nav code{word-wrap:break-word;}

.menu-item-depth-0 a { display:block;}
.hnav .menu-item-depth-0 > a { display:block; /*height:20px; */line-height:20px; padding:5px 10px }
.em-catalog-navigation > li > a{ display:block; /*height:20px; */line-height:20px; padding:5px 10px }
.menu-container .em-catalog-navigation > li > a{ display:block; /*height:20px; */line-height:20px; padding:5px 0px }
.em-catalog-navigation ul.level0 li a{display:block;line-height:20px; padding:5px 10px }


.adapt-0 .menu-item-depth-0 > ul.menu-container{ padding:15px 20px}
.adapt-0 .menu-item-depth-0.dd-menu-link > ul.menu-container{ padding:15px 0px}
/* horizontal menu */
/*.menu-item-depth-1 > .menu-container > li{ padding:0 20px; margin:0}*/
.menu-container .grid_24 .menu-item-depth-2 > .menu-container > li{ /*padding:0 10px;*/}
.adapt-0 .menu-container .grid_24 .menu-item-depth-2 > .menu-container > li{ padding:0}
.menu-container .grid_24{ margin:0}
.hnav .menu-item-depth-0 { float:left; position:relative }
.hnav .menu-item-depth-0 > .menu-container { position:absolute; top:30px; left:-9999px; z-index:9999 }

/* vertical menu */

.vnav { min-width:100px }
.vnav .menu-item-depth-0 { position:relative }
.vnav .menu-item-depth-0 a { display:block; padding:5px 0px }

.vnav .menu-item-depth-0 > .menu-container { position:absolute; top:0; left:-9999px; z-index:9999 }

/* general */
.menu-item-parent > a { margin-right:20px }
.em_nav a.arrow { position:absolute; margin-right:0 !important; width:20px; /*text-indent:-99999px;*/ overflow:hidden; top:0; right:0; padding:5px 0 !important }
.em_nav a.arrow span { display:block; /* add background arrow here */ }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
	/* workaround for touch devices */
	/*.menu-item-parent > .menu-container { display:none }
	.menu-item-parent:hover > .menu-container { display:block }
	.em-catalog-navigation li.parent > ul { display:none }
	.em-catalog-navigation li.parent:hover > ul { display:block }*/
	.menu-item-depth-0 > .menu-container { display:none }
	.menu-item-depth-0:hover > .menu-container { display:block }
	.em-catalog-navigation li > ul { display:none }
	.em-catalog-navigation li:hover > ul { display:block }
	.menu-item-link.menu-item-depth-1.menu-item-parent > .menu-container {display:none}
	.menu-item-link.menu-item-depth-1.menu-item-parent:hover > .menu-container { display:block }
}

.menu-item-link > .menu-container,
.em_nav .menu-item-link > ul,
.em_nav .em-catalog-navigation ul ,
.nav-container .em-catalog-navigation ul{
	background-color:#fff;
	padding:10px 0px;
	box-shadow:0 2px 5px #ccc;
	-moz-box-shadow:0 2px 5px #ccc ;
	-webkit-box-shadow:0 2px 5px #ccc ;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border:1px solid #cdcdcd;
}
.adapt-0 .em_nav .em-catalog-navigation ul, 
.adapt-0 .menu-item-link .menu-item-depth-1 > .menu-container{ border:none}
/*.menu-item-link .menu-item-depth-1 > ul.menu-container{ padding:10px}*/
/* ---------- level 2+ ---------- */

/* horizontal menu */

.hnav .menu-item-depth-0:hover > .menu-container,
.hnav .menu-item-depth-0.hover > .menu-container { left:0 }

/* vertical menu */

.vnav .menu-item-depth-0:hover > .menu-container,
.vnav .menu-item-depth-0.hover > .menu-container { left:100% }
.vnav.nav-right .menu-item-depth-0:hover > .menu-container,
.vnav.nav-right .menu-item-depth-0.hover > .menu-container { left:auto; right:100% }


.menu-item-hbox > .menu-container { white-space:nowrap }
.menu-item-hbox > .menu-container > li { display:inline-block; white-space:normal; vertical-align:top; float:none }
.adapt-0 .menu-item-hbox > .menu-container > li { display: block; margin-left: 0;}
.menu-item-link > .menu-container { min-width:150px; background:#fff; box-shadow:0 2px 7px #ccc }

.menu-item-depth-0 .menu-item-link { position:relative }
.menu-item-depth-0 .menu-item-link > .menu-container { position:absolute; top:0; left:-9999px; z-index:9999 }
.menu-item-depth-0 .menu-item-link:hover > .menu-container,
.menu-item-depth-0 .menu-item-link.hover > .menu-container { left:100%; top:-11px }
.menu-container .menu-item-link a{ padding:5px 0px}
.dd-menu-link .menu-container .menu-item-link a{ padding:5px 10px}
.menu-item-link.dd-menu-link ul.menu-container{ padding:10px 0px}
.adapt-0 .dd-menu-link.menu-item-depth-0 .menu-container li{ padding:0 10px}
.adapt-0 .dd-menu-link.menu-item-depth-0 > .menu-container > li{ padding:0 20px}

.nav-right .menu-item-depth-0 .menu-item-link:hover > .menu-container,
.nav-right .menu-item-depth-0 .menu-item-link.hover > .menu-container { left:auto; right:100% }

/* Catalog Navigation */
.em-catalog-navigation li.parent > a { margin-right:20px }
.em-catalog-navigation li.parent > a.arrow { margin-right:0; padding:5px 0 }
.em-catalog-navigation ul { min-width:150px; background:#fff; box-shadow:0 2px 7px #ccc }
.em-catalog-navigation li { position:relative }
.em-catalog-navigation li > ul { position:absolute; top:0; left:-9999px; z-index:9999 }
.em-catalog-navigation li:hover > ul,
.em-catalog-navigation li.hover > ul { left:100%; top:-11px }
.nav-right .em-catalog-navigation li:hover > ul,
.nav-right .em-catalog-navigation li.hover > ul { left:auto; right:100% }

.adapt-0 .em-catalog-navigation ul.level0 li{ padding:0 10px}
.adapt-0 .em-catalog-navigation ul.level0 > li{ padding:0 20px}
.adapt-0 .menu-container .em-catalog-navigation ul.level0 > li{ padding:0px}

/* Catalog Navigation with vertical style of top level */
.em-catalog-navigation.horizontal > li { float:left }
.em-catalog-navigation.horizontal > li > ul { top:30px }
.em-catalog-navigation.horizontal > li:hover > ul { left:0; top:30px }

/* Mobile view */

.adapt-0 .menu-item-link, 
.adapt-0 .menu-item-text,
.adapt-0 .menu-item-hbox,
.adapt-0 .menu-item-vbox,
.adapt-0 .em-catalog-navigation li { display:block; float:none;}

.adapt-0 .menu-container,
.adapt-0 .em-catalog-navigation ul { /*width:100% !important;*/ top:0 !important; }

.adapt-0 .hnav .menu-item-depth-0 > .menu-container,
.adapt-0 .menu-item-link > .menu-container,
.adapt-0 .em-catalog-navigation li > ul,
.adapt-0 .menu-item-depth-0 .menu-item-link > .menu-container	{display:none;position:static;}
.adapt-0 .menu-item-link.mhover > .menu-container,
.adapt-0 .em-catalog-navigation li.mhover > ul ,
.adapt-0 .menu-item-depth-0 .menu-item-link.mhover > .menu-container{display:block;position:static; }


/* Clear Divs */
.em_nav .hnav:after,
.em_nav .vnav:after,
#nav > .menu-container:after,
.menu-item-hbox:after { content:'.';display:block;clear:both;visibility:hidden;height:0;overflow:hidden }


/*Icon Menu*/
.emmegamenu_icon{
	display:inline-block;
}























.products-grid .item, .products-list .item { position:relative }
.product-img-box { position:relative; }
.product-view .box-up-sell .products-grid td div.td { position:relative; }
.mini-products-list .product { position:relative; }
.crosssell .item { position:relative }

.productlabels_icons { position:absolute; top:0; right:0; }
.product-img-box .productlabels_icons { z-index:10; }
.productlabels_icons .label { float:right; background:url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/productlabel_icons.png) 0 0 no-repeat; width:50px; height:50px; font-size:10px; font-weight:bold; color:#fff; line-height:1em; text-align:center; padding:0; }
.productlabels_icons .label { padding:10px 0 0; }
.productlabels_icons .nobg { background:none; width:auto; height:auto; }

.productlabels_icons .orange { background-position:0 0 }
.productlabels_icons .yellow { background-position:0 -60px }
.productlabels_icons .blue { background-position:0 -120px }
.productlabels_icons .violet { background-position:0 -180px }
.productlabels_icons .red { background-position:0 -240px }
.productlabels_icons .black { background-position:0 -300px }
.productlabels_icons .new { background-position:-200px 0 }
.productlabels_icons .special { background-position:-200px -60px }
.productlabels_icons .bestseller { background-position:-200px -120px }

/**
 * EM QuickShop
 *
 * @license commercial software
 * @copyright (c) 2012 Codespot Software JSC - EMThemes.com. (http://www.emthemes.com)
 */

.quickshop_img{ }

#id_qs_load{width: 621px;position: absolute;top: 30px; left: 50%;display: none;z-index: 1001;background: #fff;min-height: 300px;}
#output-div{}
a.close{width: 15px; height: 15px;text-indent: -999em;background: url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/close.gif) center center no-repeat;display: inline-block;float: right;padding: 10px 10px 0 0;position: absolute;right: -3px;top: -22px;}
#shadow_box{width: 100%;display: none;position: absolute;left: 0; top: 0;z-index: 1001;background: #000;opacity:0.5;z-index: 1000;filter:alpha(opacity=50)}
#loadingmask{padding: 5px 0;position: absolute;top: 50%;left: 50%;margin: -30px 0 0 -15px;}
#loading-mask-loader span{display: block;padding-top: 10px;}
#loading-mask-loader img{padding-right: 10px;}

#em_quickshop_handler{position: absolute; display:block; }
/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #ffffff;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://www.saalltools.com.au/skin/frontend/base/default/images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://www.saalltools.com.au/skin/frontend/base/default/images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('https://www.saalltools.com.au/skin/frontend/base/default/images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('https://www.saalltools.com.au/skin/frontend/base/default/images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.csslider {position:relative;}
.csslider .viewport{overflow:hidden;}
.vertical.csslider .viewport{height:344px;}
.horizontal.csslider ul.slides > li{float:left;}


.csslider.vertical .viewport > ul > li {display:inline; margin-right: 0 !important; float:left; clear:both;}
.csslider li.itemslider {float:left;}
.csslider li.item {margin-bottom:20px;}
.csslider a.next,.csslider a.prev{
	position:absolute;
    top:0;
}
.csslider .product-shop {}
.csslider .no-float .product-image {float:none;}
.csslider  a.product-image {display:block;}
.csslider .products-grid .product-image {display:inline-block; max-width:100%;}

.csslider a.prev, .csslider a.next {text-indent:-999em; display:inline-block; text-align:left; width:35px; height:34px; cursor:pointer;position:absolute; top:32%; }
.csslider a.prev{left:20px}
.csslider a.next{right:20px}


.csslider a.prev { background:transparent url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/icons.png) no-repeat 0 -352px;}
.csslider a.prev:hover {background-position:-179px -352px;}
.csslider a.next{ background:transparent url(https://www.saalltools.com.au/skin/frontend/default/galasupermarket/images/icons.png) no-repeat -60px -352px;}
.csslider a.next:hover{background-position:-239px -352px;}


.csslider.vertical a.prev {/*right:45px; left:auto; top:0; */background-position:0 -431px;}
.csslider.vertical a.prev:hover {background-position:-66px -431px;}

.csslider.vertical a.next {/*right:0; top:0; */background-position:0 -496px;}
.csslider.vertical a.next:hover {background-position:-66px -496px;}

/*.csslider a.product-image, .csslider a.product-image > img {width:200px !important;}*/
/*.csslider .ratings {display:none !important}
.csslider .product-shop {display:none}*/
/*.csslider .product-image {display:inline !important}*/
.products-grid .product-item {display:block;}


/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:   	1.0
date:      	07/27/11
author:		themepunch
email:     	support@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



.boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
	width:100%;
	position:relative;
	padding:0;
}




/**********************************************************
***********************************************************
***********************************************************



   SOME MORE LAYER EXAMPLES, USE ONLY WHICH YOU NEED,
   TO SAVE LOAD TIME 



***********************************************************
***********************************************************
***********************************************************/





.tp-caption.medium_grey {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:20px;
line-height:20px;
font-family:Arial;
padding:2px 4px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#888;
white-space:nowrap;
}

.tp-caption.small_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:14px;
line-height:20px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.medium_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:20px;
line-height:20px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.large_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:40px;
line-height:40px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.very_large_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
letter-spacing:-2px;
}

.tp-caption.very_big_white {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
padding:0px 4px;
padding-top:1px;
background-color:#000;
}

.tp-caption.very_big_black {
position:absolute;
color:#000;
text-shadow:none;
font-weight:700;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
padding:0px 4px;
padding-top:1px;
background-color:#fff;
}

.tp-caption.modern_medium_fat {
position:absolute;
color:#000;
text-shadow:none;
font-weight:800;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_medium_fat_white {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_medium_light {
position:absolute;
color:#000;
text-shadow:none;
font-weight:300;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_big_bluebg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:30px;
line-height:36px;
font-family:"Open Sans", sans-serif;
padding:3px 10px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#4e5b6c;
letter-spacing:0;
}

.tp-caption.modern_big_redbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:30px;
line-height:36px;
font-family:"Open Sans", sans-serif;
padding:3px 10px;
padding-top:1px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#de543e;
letter-spacing:0;
}

.tp-caption.modern_small_text_dark {
position:absolute;
color:#555;
text-shadow:none;
font-size:14px;
line-height:22px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.boxshadow {
-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black {
color:#000;
text-shadow:none;
}

.tp-caption.noshadow {
text-shadow:none;
}

.tp-caption.thinheadline_dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:30px;
line-height:30px;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.thintext_dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:16px;
line-height:26px;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.largeblackbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#000;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largepinkbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#db4360;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largewhitebg {
position:absolute;
color:#000;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#fff;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largegreenbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#67ae73;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.excerpt {
font-size:36px;
line-height:36px;
font-weight:700;
font-family:Arial;
color:#ffffff;
text-decoration:none;
background-color:rgba(0, 0, 0, 1);
text-shadow:none;
margin:0px;
letter-spacing:-1.5px;
padding:1px 4px 0px 4px;
width:150px;
white-space:normal !important;
height:auto;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.large_bold_grey {
font-size:60px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
text-shadow:none;
margin:0px;
padding:1px 4px 0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_thin_grey {
font-size:34px;
line-height:30px;
font-weight:300;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
padding:1px 4px 0px;
text-shadow:none;
margin:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small_thin_grey {
font-size:18px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
color:rgb(117, 117, 117);
text-decoration:none;
background-color:transparent;
padding:1px 4px 0px;
text-shadow:none;
margin:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.lightgrey_divider {
text-decoration:none;
background-color:rgba(235, 235, 235, 1);
width:370px;
height:3px;
background-position:initial initial;
background-repeat:initial initial;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bold_darkblue {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_darkblue {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(52, 73, 94);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bold_red {
font-size:24px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_red {
font-size:21px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_red {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(227, 58, 12);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bold_orange {
font-size:24px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(243, 156, 18);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_orange {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(243, 156, 18);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.grassfloor {
text-decoration:none;
background-color:rgba(160, 179, 151, 1);
width:4000px;
height:150px;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bold_white {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_white {
font-size:30px;
line-height:36px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_white {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_white_center {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:#ffffff;
text-decoration:none;
background-color:transparent;
padding:0px 0px 0px 0px;
text-align:center;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_asbestos {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(127, 140, 141);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_black {
font-size:30px;
line-height:36px;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.large_bold_black {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_darkblue {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small_light_white {
font-size:17px;
line-height:28px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.roundedimage {
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bg_black {
font-size:40px;
line-height:40px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:10px 20px 15px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumwhitebg {
font-size:30px;
line-height:30px;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:rgb(255, 255, 255);
padding:5px 15px 10px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.large_bold_white_25 {
font-size:55px;
line-height:65px;
font-weight:700;
font-family:"Open Sans";
color:#fff;
text-decoration:none;
background-color:transparent;
text-align:center;
text-shadow:#000 0px 5px 10px;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.medium_text_shadow {
font-size:25px;
line-height:25px;
font-weight:600;
font-family:"Open Sans";
color:#fff;
text-decoration:none;
background-color:transparent;
text-align:center;
text-shadow:#000 0px 5px 10px;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.black_heavy_60 {
font-size:60px;
line-height:60px;
font-weight:900;
font-family:Raleway;
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.white_heavy_40 {
font-size:40px;
line-height:40px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.grey_heavy_72 {
font-size:72px;
line-height:72px;
font-weight:900;
font-family:Raleway;
color:rgb(213, 210, 210);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.grey_regular_18 {
font-size:18px;
line-height:26px;
font-family:"Open Sans";
color:rgb(119, 119, 119);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.black_thin_34 {
font-size:35px;
line-height:35px;
font-weight:100;
font-family:Raleway;
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.arrowicon {
line-height:1px;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.light_heavy_60 {
font-size:60px;
line-height:60px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.black_bold_40 {
font-size:40px;
line-height:40px;
font-weight:800;
font-family:Raleway;
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.light_heavy_70 {
font-size:70px;
line-height:70px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.black_heavy_70 {
font-size:70px;
line-height:70px;
font-weight:900;
font-family:Raleway;
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.black_bold_bg_20 {
font-size:20px;
line-height:20px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:5px 8px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.greenbox30 {
line-height:30px;
text-decoration:none;
background-color:rgb(134, 181, 103);
padding:0px 14px;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.blue_heavy_60 {
font-size:60px;
line-height:60px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(49, 165, 203);
padding:3px 10px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.green_bold_bg_20 {
font-size:20px;
line-height:20px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(134, 181, 103);
padding:5px 8px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.whitecircle_600px {
line-height:1px;
width:800px;
height:800px;
text-decoration:none;
background:linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
filter:progid;
background-color:transparent;
border-radius:400px 400px 400px 400px;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.fullrounded {
border-radius:400px 400px 400px 400px;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.light_heavy_40 {
font-size:40px;
line-height:40px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.white_thin_34 {
font-size:35px;
line-height:35px;
font-weight:200;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.fullbg_gradient {
width:100%;
height:100%;
text-decoration:none;
background-color:#490202;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.light_medium_30 {
font-size:30px;
line-height:40px;
font-weight:700;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.red_bold_bg_20 {
font-size:20px;
line-height:20px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(224, 51, 0);
padding:5px 8px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.blue_bold_bg_20 {
font-size:20px;
line-height:20px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(53, 152, 220);
padding:5px 8px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.white_bold_bg_20 {
font-size:20px;
line-height:20px;
font-weight:900;
font-family:Raleway;
color:rgb(0, 0, 0);
text-decoration:none;
background-color:rgb(255, 255, 255);
padding:5px 8px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.white_heavy_70 {
font-size:70px;
line-height:70px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.light_heavy_70_shadowed {
font-size:70px;
line-height:70px;
font-weight:900;
font-family:Raleway;
color:#ffffff;
text-decoration:none;
background-color:transparent;
text-shadow:0px 0px 7px rgba(0, 0, 0, 0.25);
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.light_medium_30_shadowed {
font-size:30px;
line-height:40px;
font-weight:700;
font-family:Raleway;
color:#ffffff;
text-decoration:none;
background-color:transparent;
text-shadow:0px 0px 7px rgba(0, 0, 0, 0.25);
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.blackboxed_heavy {
font-size:70px;
line-height:70px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:5px 20px;
text-shadow:rgba(0, 0, 0, 0.14902) 0px 0px 7px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.bignumbers_white {
color:#ffffff;
background-color:rgba(0, 0, 0, 0);
font-size:84px;
line-height:84px;
font-weight:800;
font-family:Raleway;
text-decoration:none;
padding:0px 0px 0px 0px;
text-shadow:rgba(0, 0, 0, 0.247059) 0px 0px 7px;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none solid none none;
}

.tp-caption.whiteline_long {
line-height:1px;
min-width:660px;
background-color:transparent;
text-decoration:none;
border-width:2px 0px 0px 0px;
border-color:rgb(255, 255, 255) rgb(34, 34, 34) rgb(34, 34, 34) rgb(34, 34, 34);
border-style:solid none none none;
}

.tp-caption.light_medium_20_shadowed {
font-size:20px;
line-height:30px;
font-weight:700;
font-family:Raleway;
color:#ffffff;
text-decoration:none;
background-color:transparent;
text-shadow:0px 0px 7px rgba(0, 0, 0, 0.25);
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.fullgradient_overlay {
background:linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
filter:progid;
width:100%;
height:100%;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.light_medium_20 {
font-size:20px;
line-height:30px;
font-weight:700;
font-family:Raleway;
color:#ffffff;
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.reddishbg_heavy_70 {
font-size:70px;
line-height:70px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgba(100, 1, 24, 0.8);
padding:50px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.borderbox_725x130 {
min-width:725px;
min-height:130px;
background-color:transparent;
text-decoration:none;
border-width:2px;
border-color:rgb(255, 255, 255);
border-style:solid;
}

.tp-caption.light_heavy_34 {
font-size:34px;
line-height:34px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.black_thin_30 {
font-size:30px;
line-height:30px;
font-weight:100;
font-family:Raleway;
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.black_thin_whitebg_30 {
font-size:30px;
line-height:30px;
font-weight:300;
font-family:Raleway;
color:rgb(0, 0, 0);
text-decoration:none;
background-color:rgb(255, 255, 255);
padding:5px 10px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.white_heavy_60 {
font-size:60px;
line-height:60px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.black_thin_blackbg_30 {
font-size:30px;
line-height:30px;
font-weight:300;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:5px 10px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.light_thin_60 {
font-size:60px;
line-height:60px;
font-weight:100;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.greenbgfull {
background-color:#85b85f;
width:100%;
height:100%;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.bluebgfull {
text-decoration:none;
width:100%;
height:100%;
background-color:rgb(61, 164, 207);
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.blackbgfull {
text-decoration:none;
width:100%;
height:100%;
background-color:rgba(0, 0, 0, 0.247059);
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.wave_repeat1 {
width:100%;
height:600px;
background-repeat:repeat-x;
background-color:transparent;
text-decoration:none;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.wavebg2 {
width:200%;
height:300px;
text-decoration:none;
background-image:url(http://themepunch.com/revolution/wp-content/uploads/2014/05/wave21.png);
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.wavebg1 {
width:200%;
height:300px;
text-decoration:none;
background-image:url(http://themepunch.com/revolution/wp-content/uploads/2014/05/wave11.png);
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.wavebg3 {
width:200%;
height:300px;
text-decoration:none;
background-image:url(http://themepunch.com/revolution/wp-content/uploads/2014/05/wave3.png);
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.wavebg4 {
width:200%;
height:300px;
text-decoration:none;
background-image:url(http://themepunch.com/revolution/wp-content/uploads/2014/05/wave4.png);
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.greenishbg_heavy_70 {
font-size:70px;
line-height:70px;
font-weight:900;
font-family:Raleway;
color:rgb(255, 255, 255);
text-decoration:none;
padding:50px;
text-shadow:none;
background-color:rgba(40, 67, 62, 0.8);
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.wavebg5 {
width:200%;
height:300px;
text-decoration:none;
background-image:url(http://themepunch.com/revolution/wp-content/uploads/2014/05/wave51.png);
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.deepblue_sea {
width:100%;
height:1000px;
background-color:rgba(30, 46, 59, 1);
text-decoration:none;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}


.tp-caption a {
color:#ff7302;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
color:#ffa902;
}

.largeredbtn {  
font-family: "Raleway", sans-serif;
font-weight: 900;
font-size: 16px;
line-height: 60px;
color: #fff !important;
text-decoration: none;
padding-left: 40px;
padding-right: 80px;
padding-top: 22px;
padding-bottom: 22px;
background: rgb(234,91,31); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(234,91,31,1) 0%, rgba(227,58,12,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,91,31,1)), color-stop(100%,rgba(227,58,12,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(234,91,31,1) 0%,rgba(227,58,12,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5b1f', endColorstr='#e33a0c',GradientType=0 ); /* IE6-9 */
}

.largeredbtn:hover {
background: rgb(227,58,12); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(227,58,12,1) 0%, rgba(234,91,31,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,58,12,1)), color-stop(100%,rgba(234,91,31,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(227,58,12,1) 0%,rgba(234,91,31,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e33a0c', endColorstr='#ea5b1f',GradientType=0 ); /* IE6-9 */      
}

.fullrounded img {
   -webkit-border-radius: 400px;
-moz-border-radius: 400px;
border-radius: 400px; 
  }

/*-----------------------------------------------------------------------------

	-	Revolution Slider 4.1 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	27/11/13
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/



/*************************
	-	CAPTIONS	-
**************************/

.tp-static-layers	{	position:absolute; z-index:505; top:0px;left:0px}

.tp-hide-revslider,.tp-caption.tp-hidden-caption	{	visibility:hidden !important; display:none !important}


.tp-caption { z-index:1; white-space:nowrap}

.tp-caption-demo .tp-caption	{	position:relative !important; display:inline-block; margin-bottom:10px; margin-right:20px !important}


.tp-caption.whitedivider3px {

	color: #000000;
	text-shadow: none;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 1);
	text-decoration: none;
	min-width: 408px;
	min-height: 3px;
	background-position: initial initial;
	background-repeat: initial initial;
	border-width: 0px;
	border-color: #000000;
	border-style: none;
}


.tp-caption.finewide_large_white {
color:#ffffff;
text-shadow:none;
font-size:60px;
line-height:60px;
font-weight:300;
font-family:"Open Sans", sans-serif;
background-color:transparent;
text-decoration:none;
text-transform:uppercase;
letter-spacing:8px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.whitedivider3px {
color:#000000;
text-shadow:none;
background-color:rgb(255, 255, 255);
background-color:rgba(255, 255, 255, 1);
text-decoration:none;
font-size:0px;
line-height:0;
min-width:468px;
min-height:3px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.finewide_medium_white {
color:#ffffff;
text-shadow:none;
font-size:37px;
line-height:37px;
font-weight:300;
font-family:"Open Sans", sans-serif;
background-color:transparent;
text-decoration:none;
text-transform:uppercase;
letter-spacing:5px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.boldwide_small_white {
font-size:25px;
line-height:25px;
font-weight:800;
font-family:"Open Sans", sans-serif;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
text-transform:uppercase;
letter-spacing:5px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.whitedivider3px_vertical {
color:#000000;
text-shadow:none;
background-color:rgb(255, 255, 255);
background-color:rgba(255, 255, 255, 1);
text-decoration:none;
font-size:0px;
line-height:0;
min-width:3px;
min-height:130px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.finewide_small_white {
color:#ffffff;
text-shadow:none;
font-size:25px;
line-height:25px;
font-weight:300;
font-family:"Open Sans", sans-serif;
background-color:transparent;
text-decoration:none;
text-transform:uppercase;
letter-spacing:5px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.finewide_verysmall_white_mw {
font-size:13px;
line-height:25px;
font-weight:400;
font-family:"Open Sans", sans-serif;
color:#ffffff;
text-decoration:none;
background-color:transparent;
text-shadow:none;
text-transform:uppercase;
letter-spacing:5px;
max-width:470px;
white-space:normal !important;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.lightgrey_divider {
text-decoration:none;
background-color:rgb(235, 235, 235);
background-color:rgba(235, 235, 235, 1);
width:370px;
height:3px;
background-position:initial initial;
background-repeat:initial initial;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.finewide_large_white {
color: #FFF;
text-shadow: none;
font-size: 60px;
line-height: 60px;
font-weight: 300;
font-family: "Open Sans", sans-serif;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
text-transform: uppercase;
letter-spacing: 8px;
border-width: 0px;
border-color: #000;
border-style: none;
}

.tp-caption.finewide_medium_white {
color: #FFF;
text-shadow: none;
font-size: 34px;
line-height: 34px;
font-weight: 300;
font-family: "Open Sans", sans-serif;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
text-transform: uppercase;
letter-spacing: 5px;
border-width: 0px;
border-color: #000;
border-style: none;
}

.tp-caption.huge_red {
position:absolute;
color:rgb(223,75,107);
font-weight:400;
font-size:150px;
line-height:130px;
font-family: 'Oswald', sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
background-color:rgb(45,49,54);
padding:0px;
}

.tp-caption.middle_yellow {
position:absolute;
color:rgb(251,213,114);
font-weight:600;
font-size:50px;
line-height:50px;
font-family: 'Open Sans', sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.huge_thin_yellow {
	position:absolute;
color:rgb(251,213,114);
font-weight:300;
font-size:90px;
line-height:90px;
font-family: 'Open Sans', sans-serif;
margin:0px;
letter-spacing: 20px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.big_dark {
position:absolute;
color:#333;
font-weight:700;
font-size:70px;
line-height:70px;
font-family:"Open Sans";
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.medium_dark {
position:absolute;
color:#333;
font-weight:300;
font-size:40px;
line-height:40px;
font-family:"Open Sans";
margin:0px;
letter-spacing: 5px;
border-width:0px;
border-style:none;
white-space:nowrap;
}


.tp-caption.medium_grey {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:20px;
line-height:20px;
font-family:Arial;
padding:2px 4px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#888;
white-space:nowrap;
}

.tp-caption.small_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:14px;
line-height:20px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.medium_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:20px;
line-height:20px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}


.tp-caption.large_bold_white_25 {
font-size:55px;
line-height:65px;
font-weight:700;
font-family:"Open Sans";
color:#fff;
text-decoration:none;
background-color:transparent;
text-align:center;
text-shadow:#000 0px 5px 10px;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.medium_text_shadow {
font-size:25px;
line-height:25px;
font-weight:600;
font-family:"Open Sans";
color:#fff;
text-decoration:none;
background-color:transparent;
text-align:center;
text-shadow:#000 0px 5px 10px;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.large_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:40px;
line-height:40px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.medium_bold_grey {
font-size:30px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
text-shadow:none;
margin:0px;
padding:1px 4px 0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.very_large_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
letter-spacing:-2px;
}

.tp-caption.very_big_white {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
padding:0px 4px;
padding-top:1px;
background-color:#000;
}

.tp-caption.very_big_black {
position:absolute;
color:#000;
text-shadow:none;
font-weight:700;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
padding:0px 4px;
padding-top:1px;
background-color:#fff;
}

.tp-caption.modern_medium_fat {
position:absolute;
color:#000;
text-shadow:none;
font-weight:800;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_medium_fat_white {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_medium_light {
position:absolute;
color:#000;
text-shadow:none;
font-weight:300;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_big_bluebg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:30px;
line-height:36px;
font-family:"Open Sans", sans-serif;
padding:3px 10px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#4e5b6c;
letter-spacing:0;
}

.tp-caption.modern_big_redbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:30px;
line-height:36px;
font-family:"Open Sans", sans-serif;
padding:3px 10px;
padding-top:1px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#de543e;
letter-spacing:0;
}

.tp-caption.modern_small_text_dark {
position:absolute;
color:#555;
text-shadow:none;
font-size:14px;
line-height:22px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.boxshadow {
-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black {
color:#000;
text-shadow:none;
}

.tp-caption.noshadow {
text-shadow:none;
}

.tp-caption a {
color:#ff7302;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
color:#ffa902;
}

.tp-caption.thinheadline_dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:30px;
line-height:30px;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.thintext_dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:16px;
line-height:26px;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.medium_bg_red a {
	color: #fff;
    text-decoration: none;
}

.tp-caption.medium_bg_red a:hover {
	color: #fff;
    text-decoration: underline;
}

.tp-caption.smoothcircle {
font-size:30px;
line-height:75px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
background-color:rgba(0, 0, 0, 0.498039);
padding:50px 25px;
text-align:center;
border-radius:500px 500px 500px 500px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.largeblackbg {
font-size:50px;
line-height:70px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:0px 20px 5px;
text-shadow:none;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.largepinkbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#db4360;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largewhitebg {
position:absolute;
color:#000;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#fff;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largegreenbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#67ae73;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.excerpt {
font-size:36px;
line-height:36px;
font-weight:700;
font-family:Arial;
color:#ffffff;
text-decoration:none;
background-color:rgba(0, 0, 0, 1);
text-shadow:none;
margin:0px;
letter-spacing:-1.5px;
padding:1px 4px 0px 4px;
width:150px;
white-space:normal !important;
height:auto;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.large_bold_grey {
font-size:60px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
text-shadow:none;
margin:0px;
padding:1px 4px 0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_thin_grey {
font-size:34px;
line-height:30px;
font-weight:300;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
padding:1px 4px 0px;
text-shadow:none;
margin:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small_thin_grey {
font-size:18px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
color:rgb(117, 117, 117);
text-decoration:none;
background-color:transparent;
padding:1px 4px 0px;
text-shadow:none;
margin:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.lightgrey_divider {
text-decoration:none;
background-color:rgba(235, 235, 235, 1);
width:370px;
height:3px;
background-position:initial initial;
background-repeat:initial initial;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bold_darkblue {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_darkblue {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(52, 73, 94);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bold_red {
font-size:24px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_red {
font-size:21px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_red {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(227, 58, 12);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bold_orange {
font-size:24px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(243, 156, 18);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_orange {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(243, 156, 18);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.grassfloor {
text-decoration:none;
background-color:rgba(160, 179, 151, 1);
width:4000px;
height:150px;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bold_white {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_white {
font-size:30px;
line-height:36px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_white {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_white_center {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:#ffffff;
text-decoration:none;
background-color:transparent;
padding:0px 0px 0px 0px;
text-align:center;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_asbestos {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(127, 140, 141);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_black {
font-size:30px;
line-height:36px;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.large_bold_black {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_darkblue {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small_light_white {
font-size:17px;
line-height:28px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.roundedimage {
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bg_black {
font-size:40px;
line-height:40px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:10px 20px 15px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumwhitebg {
font-size:30px;
line-height:30px;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:rgb(255, 255, 255);
padding:5px 15px 10px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.medium_bg_orange_new1 {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(243, 156, 18);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}



.tp-caption.boxshadow{
		-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	}

.tp-caption.black{
		color: #000;
		text-shadow: none;
		font-weight: 300;
		font-size: 19px;
		line-height: 19px;
		font-family: 'Open Sans', sans;
	}

.tp-caption.noshadow {
		text-shadow: none;
	}


.tp_inner_padding	{	box-sizing:border-box;
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						max-height:none !important;	}


/*.tp-caption			{	transform:none !important}*/


/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
.tp-caption .frontcorner		{
										width: 0;
										height: 0;
										border-left: 40px solid transparent;
										border-right: 0px solid transparent;
										border-top: 40px solid #00A8FF;
										position: absolute;left:-40px;top:0px;
									}

.tp-caption .backcorner		{
										width: 0;
										height: 0;
										border-left: 0px solid transparent;
										border-right: 40px solid transparent;
										border-bottom: 40px solid #00A8FF;
										position: absolute;right:0px;top:0px;
									}

.tp-caption .frontcornertop		{
										width: 0;
										height: 0;
										border-left: 40px solid transparent;
										border-right: 0px solid transparent;
										border-bottom: 40px solid #00A8FF;
										position: absolute;left:-40px;top:0px;
									}

.tp-caption .backcornertop		{
										width: 0;
										height: 0;
										border-left: 0px solid transparent;
										border-right: 40px solid transparent;
										border-top: 40px solid #00A8FF;
										position: absolute;right:0px;top:0px;
									}

/******************************
	-	BUTTONS	-
*******************************/

.tp-simpleresponsive .button				{	padding:6px 13px 5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; height:30px;
												cursor:pointer;
												color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
												background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
											}

.tp-simpleresponsive  .button.big			{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/images/gradient/g40.png) repeat-x top}


.tp-simpleresponsive  .purchase:hover,
.tp-simpleresponsive  .button:hover,
.tp-simpleresponsive  .button.big:hover		{	background-position:bottom, 15px 11px}



	@media only screen and (min-width: 768px) and (max-width: 959px) {

	 }



	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.tp-simpleresponsive  .button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
		.tp-simpleresponsive  a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }


	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tp-simpleresponsive  .button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important}
		.tp-simpleresponsive  a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}





/*	BUTTON COLORS	*/



.tp-simpleresponsive  .button.green, .tp-simpleresponsive  .button:hover.green,
.tp-simpleresponsive  .purchase.green, .tp-simpleresponsive  .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }


.tp-simpleresponsive  .button.blue, .tp-simpleresponsive  .button:hover.blue,
.tp-simpleresponsive  .purchase.blue, .tp-simpleresponsive  .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68}


.tp-simpleresponsive  .button.red, .tp-simpleresponsive  .button:hover.red,
.tp-simpleresponsive  .purchase.red, .tp-simpleresponsive  .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212}

.tp-simpleresponsive  .button.orange, .tp-simpleresponsive  .button:hover.orange,
.tp-simpleresponsive  .purchase.orange, .tp-simpleresponsive  .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00}

.tp-simpleresponsive  .button.darkgrey, .tp-simpleresponsive  .button.grey,
.tp-simpleresponsive  .button:hover.darkgrey, .tp-simpleresponsive  .button:hover.grey,
.tp-simpleresponsive  .purchase.darkgrey, .tp-simpleresponsive  .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222}

.tp-simpleresponsive  .button.lightgrey, .tp-simpleresponsive  .button:hover.lightgrey,
.tp-simpleresponsive  .purchase.lightgrey, .tp-simpleresponsive  .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555}



/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

/*.tp-simpleresponsive				{	-webkit-perspective: 1500px;
										-moz-perspective: 1500px;
										-o-perspective: 1500px;
										-ms-perspective: 1500px;
										perspective: 1500px;
									}*/




/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/

.fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}



.fullwidthbanner-container{
	width:100%;
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthbanner{
	width:100%;
	position:relative;
}



/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */
	position:absolute;visibility: hidden;
	-webkit-font-smoothing: antialiased !important;
}


.tp-simpleresponsive img	{	max-width:none}



/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow  {
		position:absolute;

		margin-left:auto;
		margin-right:auto;
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
	}

.tp-bannershadow.tp-shadow1 {	background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/shadow1.png) no-repeat; background-size:100% 100%; width:890px; height:60px; bottom:-60px}
.tp-bannershadow.tp-shadow2 {	background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/shadow2.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px}
.tp-bannershadow.tp-shadow3 {	background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/shadow3.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%}
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video	{ width:100% !important; height:100% !important; display: none}

.tp-caption.fullscreenvideo	{	left:0px; top:0px; position:absolute;width:100%;height:100%}


.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video	{ width:100% !important; height:100% !important; display: none}


.fullcoveredvideo video,
.fullscreenvideo video					{	background: #000}

.fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}

.html5vid.videoisplaying .tp-poster	{	display: none}

.tp-video-play-button		{	background:#000;
								background:rgba(0,0,0,0.3);
								padding:5px;
								border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
								position: absolute;
								top: 50%;
								left: 50%;
								font-size: 40px;
								color: #FFF;
								z-index: 3;
								margin-top: -27px;
								margin-left: -28px;
								text-align: center;
								cursor: pointer;
							}

.html5vid .tp-revstop		{	width:15px;height:20px; border-left:5px solid #fff; border-right:5px solid #fff; position:relative;margin:10px 20px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
.html5vid .tp-revstop	{	display:none}
.html5vid.videoisplaying .revicon-right-dir	{	display:none}
.html5vid.videoisplaying .tp-revstop	{	display:block}

.html5vid.videoisplaying .tp-video-play-button	{	display:none}
.html5vid:hover .tp-video-play-button { display:block}

.fullcoveredvideo .tp-video-play-button	{	display:none !important}


/********************************
	-	FULLSCREEN VIDEO ENDS	-
*********************************/


/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:4}
.tp-dottedoverlay.twoxtwo				{	background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/gridtile.png)}
.tp-dottedoverlay.twoxtwowhite			{	background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/gridtile_white.png)}
.tp-dottedoverlay.threexthree			{	background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/gridtile_3x3.png)}
.tp-dottedoverlay.threexthreewhite		{	background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/gridtile_3x3_white.png)}
/********************************
	-	DOTTED OVERLAYS ENDS	-
*********************************/


/************************
	-	NAVIGATION	-
*************************/

/** BULLETS **/

.tpclear		{	clear:both}


.tp-bullets									{	z-index:1000; position:absolute;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
												-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;-webkit-transform: translateZ(5px);
											}
.tp-bullets.hidebullets					{
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
												-moz-opacity: 0;
												-khtml-opacity: 0;
												opacity: 0;
											}


.tp-bullets.simplebullets.navbar						{ 	border:1px solid #666; border-bottom:1px solid #444; background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/boxed_bgtile.png); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }

.tp-bullets.simplebullets.navbar-old					{ 	 background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/navigdots_bgtile.png); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }


.tp-bullets.simplebullets.round .bullet					{	cursor:pointer; position:relative;	background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/bullet.png) no-Repeat top left;	width:20px;	height:20px;  margin-right:0px; float:left; margin-top:0px; margin-left:3px}
.tp-bullets.simplebullets.round .bullet.last			{	margin-right:3px}

.tp-bullets.simplebullets.round-old .bullet				{	cursor:pointer; position:relative;	background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/bullets.png) no-Repeat bottom left;	width:23px;	height:23px;  margin-right:0px; float:left; margin-top:0px}
.tp-bullets.simplebullets.round-old .bullet.last		{	margin-right:0px}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet				{	cursor:pointer; position:relative;	background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px}
.tp-bullets.simplebullets.square .bullet.last			{	margin-right:0px}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet			{	cursor:pointer; position:relative;	background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px}
.tp-bullets.simplebullets.square-old .bullet.last		{	margin-right:0px}


/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet			{	cursor:pointer; position:relative;	background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/bullet_boxed.png) no-Repeat top left;	width:18px;	height:19px;   margin-right:5px; float:left; margin-top:0px}

.tp-bullets.simplebullets.navbar .bullet.first		{	margin-left:0px !important}
.tp-bullets.simplebullets.navbar .bullet.last		{	margin-right:0px !important}



/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet			{	cursor:pointer; position:relative;	background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/navigdots.png) no-Repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px}
.tp-bullets.simplebullets.navbar-old .bullet.first		{	margin-left:0px !important}
.tp-bullets.simplebullets.navbar-old .bullet.last		{	margin-right:0px !important}


.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected				{	background-position:top left}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected		{	background-position:bottom left}



/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows												{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
															-moz-opacity: 1;
															-khtml-opacity: 1;
															opacity: 1;
															-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
															-webkit-transform: translateZ(5000px);
															-webkit-transform-style: flat;
															-webkit-backface-visibility: hidden;
															z-index:600;
															position: relative;

														}
.tparrows.hidearrows									{
															-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
															-moz-opacity: 0;
															-khtml-opacity: 0;
															opacity: 0;
														}
.tp-leftarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/large_left.png) no-Repeat top left;	width:40px;	height:40px;   }
.tp-rightarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/large_right.png) no-Repeat top left;	width:40px;	height:40px;   }


.tp-leftarrow.round										{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/small_left.png) no-Repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left; margin-top:0px;	}
.tp-rightarrow.round									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/small_right.png) no-Repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left;	margin-top:0px}


.tp-leftarrow.round-old									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/arrow_left.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left; margin-top:0px;	}
.tp-rightarrow.round-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/arrow_right.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left;	margin-top:0px}


.tp-leftarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/small_left_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-right:6px; margin-top:12px}
.tp-rightarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/small_right_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-left:6px; margin-top:12px}


.tp-leftarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/arrowleft.png) no-Repeat top left;		width:9px;	height:16px;   float:left;	margin-right:6px; margin-top:10px}
.tp-rightarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/arrowright.png) no-Repeat top left;	width:9px;	height:16px;   float:left;	margin-left:6px; margin-top:10px}

.tp-leftarrow.navbar-old.thumbswitharrow				{	margin-right:10px}
.tp-rightarrow.navbar-old.thumbswitharrow				{	margin-left:0px}

.tp-leftarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px}
.tp-rightarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px}


.tp-leftarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px}
.tp-rightarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px}


.tp-leftarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/large_left.png) no-Repeat 0 0;	width:40px;	height:40px;

														}
.tp-rightarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/large_right.png) no-Repeat 0 0;	width:40px;	height:40px;

														}




.tp-leftarrow:hover,
.tp-rightarrow:hover 									{	background-position:bottom left}






/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/


.tp-bullets.tp-thumbs						{	z-index:1000; position:absolute; padding:3px;background-color:#fff;
												width:500px;height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												margin-top:-50px;
											}


.fullwidthbanner-container .tp-thumbs		{  padding:3px}

.tp-bullets.tp-thumbs .tp-mask				{	width:500px; height:50px;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												overflow:hidden; position:relative}


.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:5000px; position:absolute}

.tp-bullets.tp-thumbs .bullet				{   width:100px; height:50px; 			/* THE DIMENSION OF A SINGLE THUMB */
												cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
												/*filter: alpha(opacity=50);	*/
												-moz-opacity: 0.5;
												-khtml-opacity: 0.5;
												opacity: 0.5;

												-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
											}


.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected		{ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
											}
.tp-thumbs img								{	width:100%}


/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	width:100%; height:10px; background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/timer.png);position:absolute; z-index:200;top:0px}
.tp-bannertimer.tp-bottom					{	bottom:0px;height:5px; top:auto}




/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/




    @media only screen and (min-width: 0px) and (max-width: 479px) {
				.responsive .tp-bullets	{	display:none}
				.responsive .tparrows	{	display:none}
	}





/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/

 .tp-simpleresponsive img {
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}



.tp-simpleresponsive a{	text-decoration:none}

.tp-simpleresponsive ul {
	list-style:none;
	padding:0;
	margin:0;
}

.tp-simpleresponsive >ul >li{
	list-stye:none;
	position:absolute;
	visibility:hidden;
}
/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/coloredbg.png) repeat}

.tp-caption.slidelink a span	{	background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/coloredbg.png) repeat}



/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/

.tparrows .tp-arr-imgholder								{ display: none}
.tparrows .tp-arr-titleholder							{ display: none}



/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/

/* NAVIGATION PREVIEW 1 */
.tparrows.preview1 							{	width:100px;height:100px;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden;background: transparent}
.tparrows.preview1:after					{	position:absolute; left:0px;top:0px; font-family: "revicons"; color:#fff; font-size:30px; width:100px;height:100px;text-align: center; background:#fff;background:rgba(0,0,0,0.15);z-index:2;line-height:100px; -webkit-transition: background 0.3s, color 0.3s; -moz-transition: background 0.3s, color 0.3s; transition: background 0.3s, color 0.3s}
.tp-rightarrow.preview1:after				{	content: '\e825';  }
.tp-leftarrow.preview1:after				{	content: '\e824';  }

.tparrows.preview1:hover:after 				{	background:rgba(255,255,255,1); color:#aaa}

.tparrows.preview1 .tp-arr-imgholder 		{	background-size:cover; background-position:center center; display:block;width:100%;height:100%;position:absolute;top:0px;
												-webkit-transition: -webkit-transform 0.3s;
												transition: transform 0.3s;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
											}
/*.tparrows.preview1 .tp-arr-iwrapper			{	  -webkit-transition: all 0.3s;transition: all 0.3s;
												-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0}
.tparrows.preview1:hover .tp-arr-iwrapper	{	  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1}*/


.tp-rightarrow.preview1 .tp-arr-imgholder	{	right:100%;
												-webkit-transform: rotateY(-90deg);
												transform: rotateY(-90deg);
												-webkit-transform-origin: 100% 50%;
												transform-origin: 100% 50%;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;



											}
.tp-leftarrow.preview1 .tp-arr-imgholder	{	left:100%;
												-webkit-transform: rotateY(90deg);
												transform: rotateY(90deg);
												-webkit-transform-origin: 0% 50%;
												transform-origin: 0% 50%;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;



											}


.tparrows.preview1:hover .tp-arr-imgholder	{	-webkit-transform: rotateY(0deg);
												transform: rotateY(0deg);
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

											}


	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:80px; height:80px;line-height:80px; font-size:24px}

	}

    @media only screen and (min-width: 480px) and (max-width: 767px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:60px; height:60px;line-height:60px;font-size:20px}

	}



    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:40px; height:40px;line-height:40px; font-size:12px}
    }

/* PREVIEW 1 BULLETS */

.tp-bullets.preview1 						{ 	height: 21px}
.tp-bullets.preview1 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.15) !important;
											    /*-webkit-border-radius: 10px;
											    border-radius: 10px;*/
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 5px !important;
											    height: 5px !important;
											    border: 8px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 5px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview1 .bullet.last 			{	margin-right: 0px}
.tp-bullets.preview1 .bullet:hover,
.tp-bullets.preview1 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: #aaa !important;
												width: 5px !important;
											    height: 5px !important;
											    border: 8px solid rgba(255, 255, 255, 1) !important;
}




/* NAVIGATION PREVIEW 2 */
.tparrows.preview2 							{	min-width:60px; min-height:60px; background:#fff; ;

												border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;
												overflow:hidden;
												-webkit-transition: -webkit-transform 1.3s;
												-webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s;
												transition: width 0.3s, background-color 0.3s, opacity 0.3s;
												backface-visibility: hidden;
}
.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; color:#aaa; font-size:25px; margin-top: -12px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s }
.tp-rightarrow.preview2:after				{	content: '\e81e';  right:18px}
.tp-leftarrow.preview2:after				{	content: '\e81f';  left:18px}


.tparrows.preview2 .tp-arr-titleholder 		{	background-size:cover; background-position:center center; display:block; visibility:hidden;position:relative;top:0px;
												-webkit-transition: -webkit-transform 0.3s;
												transition: transform 0.3s;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
												white-space: nowrap;
												color: #000;
												text-transform: uppercase;
												font-weight: 400;
												font-size: 14px;
												line-height: 60px;
												padding:0px 10px;
											}

.tp-rightarrow.preview2 .tp-arr-titleholder	{	 right:50px;
												-webkit-transform: translateX(-100%);
												transform: translateX(-100%);
											}
.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:50px;
												-webkit-transform: translateX(100%);
												transform: translateX(100%);
											}

.tparrows.preview2.hovered					{	width:300px}
.tparrows.preview2:hover					{	background:#fff}
.tparrows.preview2:hover:after				{	color:#000}
.tparrows.preview2:hover .tp-arr-titleholder{	-webkit-transform: translateX(0px);
													transform: translateX(0px);
													visibility: visible;
													position: absolute;
											}

/* PREVIEW 2 BULLETS */

.tp-bullets.preview2 						{ 	height: 17px}
.tp-bullets.preview2 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5) !important;
											    -webkit-border-radius: 10px;
											    border-radius: 10px;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 2px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview2 .bullet.last 			{	margin-right: 0px}
.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview2 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 1) !important;
}

.tp-arr-titleholder.alwayshidden			{	display:none !important}


	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview2 {	min-width:40px; min-height:40px; width:40px;height:40px;
								border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;
							}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:20px; margin-top: -12px}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:11px}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:11px}
		.tparrows.preview2 .tp-arr-titleholder		{	font-size:12px; line-height:40px; letter-spacing: 0px}
		.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:35px}
		.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:35px}

	}

    @media only screen and (min-width: 480px) and (max-width: 767px) {
   		 .tparrows.preview2 						{	min-width:30px; min-height:30px; width:30px;height:30px;
														border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
													}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px}
		.tparrows.preview2 .tp-arr-titleholder		{	font-size:10px; line-height:30px; letter-spacing: 0px}
		.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:25px}
		.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:25px}
		.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none}


	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tparrows.preview2 							{	min-width:30px; min-height:30px; width:30px;height:30px;
														border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
													}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px}
		.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none}
		.tparrows.preview2:hover					{	width:30px !important; height:30px !important}
    }



/* NAVIGATION PREVIEW 3 */
.tparrows.preview3 							{	width:70px; height:70px; background:#fff; background:rgba(255,255,255,1); -webkit-transform-style: flat}
.tparrows.preview3:after					{	position:absolute;  line-height: 70px;text-align: center; font-family: "revicons"; color:#aaa; font-size:30px; top:0px;left:0px;;background:#fff; z-index:100; width:70px;height:70px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s}
.tparrows.preview3:hover:after					{	color:#000}
.tp-rightarrow.preview3:after				{	content: '\e825';  }
.tp-leftarrow.preview3:after				{	content: '\e824';  }


.tparrows.preview3 .tp-arr-iwrapper			{
												  -webkit-transform: scale(0,1);
												  transform: scale(0,1);
												  -webkit-transform-origin: 100% 50%;
												  transform-origin: 100% 50%;
												  -webkit-transition: -webkit-transform 0.2s;
												  transition: transform 0.2s;
												  z-index:0;position: absolute; background: #000; background: rgba(0,0,0,0.75);
												  display: table;min-height:90px;top:-10px}

.tp-leftarrow.preview3 .tp-arr-iwrapper		{	 -webkit-transform: scale(0,1);
												  transform: scale(0,1);
												  -webkit-transform-origin: 0% 50%;
												  transform-origin: 0% 50%;
											}

.tparrows.preview3 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center; display:table-cell;min-width:90px;height:90px;
												position:relative;top:0px}

.tp-rightarrow.preview3 .tp-arr-iwrapper	{	right:0px;padding-right:70px}
.tp-leftarrow.preview3 .tp-arr-iwrapper		{	left:0px; direction: rtl;padding-left:70px}
.tparrows.preview3 .tp-arr-titleholder		{	display:table-cell; padding:30px;font-size:16px; color:#fff;white-space: nowrap; position: relative; clear:right;vertical-align: middle}

.tparrows.preview3:hover .tp-arr-iwrapper	{
												-webkit-transform: scale(1,1);
												  transform: scale(1,1);

											}

/* PREVIEW 3 BULLETS */
.tp-bullets.preview3 						{ 	height: 17px}
.tp-bullets.preview3 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5) !important;
											    -webkit-border-radius: 10px;
											    border-radius: 10px;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 2px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview3 .bullet.last 			{	margin-right: 0px}
.tp-bullets.preview3 .bullet:hover,
.tp-bullets.preview3 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 1) !important;
}


	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview3:after,
		.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px}
		.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px}
		.tparrows.preview3 .tp-arr-imgholder 		{	min-width:70px;height:70px}
		.tp-rightarrow.preview3 .tp-arr-iwrapper	{	padding-right:50px}
		.tp-leftarrow.preview3 .tp-arr-iwrapper		{	padding-left:50px}
		.tparrows.preview3 .tp-arr-titleholder		{	padding:10px;font-size:16px}



	}

    @media only screen  and (max-width: 767px) {

		.tparrows.preview3:after,
		.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px}
		.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px}
	}





/* NAVIGATION PREVIEW 4 */
.tparrows.preview4 							{	width:30px; height:110px;  background:transparent;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000}
.tparrows.preview4:after					{	position:absolute;  line-height: 110px;text-align: center; font-family: "revicons"; color:#fff; font-size:20px; top:0px;left:0px;z-index:0; width:30px;height:110px; background: #000; background: rgba(0,0,0,0.25);
												-webkit-transition: all 0.2s ease-in-out;
											    -moz-transition: all 0.2s ease-in-out;
											    -o-transition: all 0.2s ease-in-out;
											    transition: all 0.2s ease-in-out;
												   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

											}

.tp-rightarrow.preview4:after				{	content: '\e825';  }
.tp-leftarrow.preview4:after				{	content: '\e824';  }


.tparrows.preview4 .tp-arr-allwrapper		{	visibility:hidden;width:180px;position: absolute;z-index: 1;min-height:120px;top:0px;left:-150px; overflow: hidden;-webkit-perspective: 1000px;-webkit-transform-style: flat}

.tp-leftarrow.preview4 .tp-arr-allwrapper	{	left:0px}
.tparrows.preview4 .tp-arr-iwrapper			{	position: relative}

.tparrows.preview4 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center;width:180px;height:110px;
												position:relative;top:0px;

												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;



											}


.tparrows.preview4 .tp-arr-imgholder2 		{	display:block;background-size:cover; background-position:center center; width:180px;height:110px;
												position:absolute;top:0px; left:180px;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;

											}

.tp-leftarrow.preview4 .tp-arr-imgholder2 	{	left:-180px}




.tparrows.preview4 .tp-arr-titleholder		{	display:block; font-size:12px; line-height:25px; padding:0px 10px;text-align:left;color:#fff; position: relative;
												background: #000;
												color: #FFF;
												text-transform: uppercase;
												white-space: nowrap;
												letter-spacing: 1px;
												font-weight: 700;
												font-size: 11px;
												line-height: 2.75;
												-webkit-transition: all 0.3s;
												transition: all 0.3s;
												-webkit-transform: rotateX(-90deg);
												transform: rotateX(-90deg);
												-webkit-transform-origin: 50% 0;
												transform-origin: 50% 0;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;


}



.tparrows.preview4:after				{	transform-origin: 100% 100%; -webkit-transform-origin: 100% 100%}
.tp-leftarrow.preview4:after			{	transform-origin: 0% 0%; -webkit-transform-origin: 0% 0%}




@media only screen and (min-width: 768px)  {
		.tparrows.preview4:hover:after				{	-webkit-transform: rotateY(-90deg); transform:rotateY(-90deg)}
		.tp-leftarrow.preview4:hover:after			{	-webkit-transform: rotateY(90deg); transform:rotateY(90deg)}


		.tparrows.preview4:hover .tp-arr-titleholder	{	-webkit-transition-delay: 0.4s;
															transition-delay: 0.4s;
															-webkit-transform: rotateX(0deg);
															transform: rotateX(0deg);
															-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

														}
}

/* PREVIEW 4 BULLETS */

.tp-bullets.preview4 						{ 	height: 17px}
.tp-bullets.preview4 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5) !important;
											    -webkit-border-radius: 10px;
											    border-radius: 10px;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 2px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview4 .bullet.last 			{	margin-right: 0px}
.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 1) !important;
}


    @media only screen  and (max-width: 767px) {
   		 .tparrows.preview4 						{	width:20px; height:80px}
   		 .tparrows.preview4:after					{	width:20px; height:80px; line-height:80px; font-size:14px}

   		 .tparrows.preview1 .tp-arr-allwrapper,
   		 .tparrows.preview2 .tp-arr-allwrapper,
   		 .tparrows.preview3 .tp-arr-allwrapper,
   		 .tparrows.preview4 .tp-arr-allwrapper		{	display: none !important}
    }



/******************************
	-	LOADER FORMS	-
********************************/

.tp-loader 	{
				top:50%; left:50%;
				z-index:10000;
				position:absolute;


			}

.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/loader.gif) no-repeat center center;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  margin-top:-20px;
  margin-left:-20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  margin-top:-20px;
  margin-left:-20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}



.tp-loader.spinner5 	{	background:url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/loader.gif) no-repeat 10px 10px;
							background-color:#fff;
							margin:-22px -22px;
							width:44px;height:44px;
							border-radius: 3px;
							-moz-border-radius: 3px;
							-webkit-border-radius: 3px;
						}


@-webkit-keyframes tp-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top:-20px;margin-left:-20px;
  background-color: #ff0000;
   box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
  animation: tp-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes tp-scaleout {
  0% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}




.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;

}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}




.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2.0s infinite linear;
  animation: tp-rotate 2.0s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes tp-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}



.tp-transparentimg {	content:"url(https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/assets/transparent.png)"}
.tp-3d				{	-webkit-transform-style: preserve-3d;
						 -webkit-transform-origin: 50% 50%;
					}



.tp-caption img {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
zoom: 1;
}


@font-face {
  font-family: 'revicons';
  src: url('https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/font/revicons.eot?5510888');
  src: url('https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/font/revicons.eot?5510888#iefix') format('embedded-opentype'),
       url('https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/font/revicons.woff?5510888') format('woff'),
       url('https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/font/revicons.ttf?5510888') format('truetype'),
       url('https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/font/revicons.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'revicons';
    src: url('https://www.saalltools.com.au/skin/frontend/base/default/em/slideshow2/font/revicons.svg?5510888#revicons') format('svg');
  }
}
*/

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.revicon-search-1:before { content: '\e802'} /* '' */
.revicon-pencil-1:before { content: '\e831'} /* '' */
.revicon-picture-1:before { content: '\e803'} /* '' */
.revicon-cancel:before { content: '\e80a'} /* '' */
.revicon-info-circled:before { content: '\e80f'} /* '' */
.revicon-trash:before { content: '\e801'} /* '' */
.revicon-left-dir:before { content: '\e817'} /* '' */
.revicon-right-dir:before { content: '\e818'} /* '' */
.revicon-down-open:before { content: '\e83b'} /* '' */
.revicon-left-open:before { content: '\e819'} /* '' */
.revicon-right-open:before { content: '\e81a'} /* '' */
.revicon-angle-left:before { content: '\e820'} /* '' */
.revicon-angle-right:before { content: '\e81d'} /* '' */
.revicon-left-big:before { content: '\e81f'} /* '' */
.revicon-right-big:before { content: '\e81e'} /* '' */
.revicon-magic:before { content: '\e807'} /* '' */
.revicon-picture:before { content: '\e800'} /* '' */
.revicon-export:before { content: '\e80b'} /* '' */
.revicon-cog:before { content: '\e832'} /* '' */
.revicon-login:before { content: '\e833'} /* '' */
.revicon-logout:before { content: '\e834'} /* '' */
.revicon-video:before { content: '\e805'} /* '' */
.revicon-arrow-combo:before { content: '\e827'} /* '' */
.revicon-left-open-1:before { content: '\e82a'} /* '' */
.revicon-right-open-1:before { content: '\e82b'} /* '' */
.revicon-left-open-mini:before { content: '\e822'} /* '' */
.revicon-right-open-mini:before { content: '\e823'} /* '' */
.revicon-left-open-big:before { content: '\e824'} /* '' */
.revicon-right-open-big:before { content: '\e825'} /* '' */
.revicon-left:before { content: '\e836'} /* '' */
.revicon-right:before { content: '\e826'} /* '' */
.revicon-ccw:before { content: '\e808'} /* '' */
.revicon-arrows-ccw:before { content: '\e806'} /* '' */
.revicon-palette:before { content: '\e829'} /* '' */
.revicon-list-add:before { content: '\e80c'} /* '' */
.revicon-doc:before { content: '\e809'} /* '' */
.revicon-left-open-outline:before { content: '\e82e'} /* '' */
.revicon-left-open-2:before { content: '\e82c'} /* '' */
.revicon-right-open-outline:before { content: '\e82f'} /* '' */
.revicon-right-open-2:before { content: '\e82d'} /* '' */
.revicon-equalizer:before { content: '\e83a'} /* '' */
.revicon-layers-alt:before { content: '\e804'} /* '' */
.revicon-popup:before { content: '\e828'} /* '' */



/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/
.boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}
.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;
}
.tp-banner{
	width:100%;
	position:relative;
}
.ui-slider-tabs{
	
}
.ui-slider-tabs-list-wrapper{
	position: relative;
	width: 99.5%;
	font-family: Arial, sans-serif;
	z-index: 50;
}
.ui-slider-tabs-list-wrapper.bottom{
	margin: -1px 0 0 0;
}
.ui-slider-tabs-list-container{
	overflow: hidden;
}
.ui-slider-tabs-list{
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
}
.ui-slider-tabs-list li{
	display: inline-block;
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-top: 1px solid #cfcfcf;
	margin: 0;
	font-size: 13px;
	font-weight: bold;

	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(top,  #fcfcfc 0%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}
.ui-slider-tabs-list li a{
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	color: #555;
	text-shadow: 0px 1px 0px #fff;
	margin: 0;
}
.ui-slider-tabs-list li a:hover{
	color: #000;
}
.ui-slider-tabs-list li.selected{
	border-bottom-color: #fff;
	border-top-color: #cfcfcf;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.ui-slider-tabs-list-wrapper.bottom .ui-slider-tabs-list li.selected{
	border-top-color: #fff;
	border-bottom-color: #cfcfcf;
}
.ui-slider-tabs-list li.selected a{
	cursor: default;
	color: #000;
}
.ui-slider-tabs-list li:first-of-type{
	border-left: 1px solid #cfcfcf;
}

.ui-slider-tabs-content-container{
	position: relative;
	border: 1px solid #cfcfcf;
	z-index: 1;
	overflow: hidden;
	background-color: #fff;
}

.ui-slider-tab-content{
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	padding: 10px;
}

.ui-slider-left-arrow, .ui-slider-right-arrow, .ui-slider-left-arrow.edge:hover, .ui-slider-right-arrow.edge:hover{
	display: block;
	position: absolute;
	border: 1px solid #cfcfcf;

	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(top,  #fcfcfc 0%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}
.ui-slider-left-arrow:hover, .ui-slider-right-arrow:hover{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.ui-slider-left-arrow{
	left: 0;
	top: 0;
	box-shadow: 2px 0px 1px rgba(0,0,0,.06);
	border-top-left-radius: 4px;
}
.ui-slider-left-arrow div{
	background-image: url('https://www.saalltools.com.au/skin/frontend/default/galasupermarket/emtabs/css/images/leftArrow.png');
	background-repeat: no-repeat;
	background-position: center center;
	height: inherit;
}
.ui-slider-left-arrow.edge div{
	opacity: .25;
}
.ui-slider-left-arrow.edge{
	box-shadow: none;
	cursor: default;
}
.ui-slider-tabs-list-wrapper.bottom .ui-slider-left-arrow{
	border-top-left-radius: 0;
	border-bottom-left-radius: 4px;
}

.ui-slider-right-arrow{
	top: 0;
	right: 0;
	box-shadow: -2px 0px 1px rgba(0,0,0,.06);
	border-top-right-radius: 4px;
}
.ui-slider-right-arrow div{
	background-image: url('https://www.saalltools.com.au/skin/frontend/default/galasupermarket/emtabs/css/images/rightArrow.png');
	background-repeat: no-repeat;
	background-position: center center;
	height: inherit;
}
.ui-slider-right-arrow.edge div{
	opacity: .25;
}
.ui-slider-right-arrow.edge{
	box-shadow: none;
	cursor: default;
}
.ui-slider-tabs-list-wrapper.bottom .ui-slider-right-arrow{
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
}

.ui-slider-tabs-indicator-container{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.ui-slider-tabs-indicator{
	width: 10px;
	height: 10px;
	background-image: url('https://www.saalltools.com.au/skin/frontend/default/galasupermarket/emtabs/css/images/indicator.png');
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 3px;
	cursor: pointer;
}
.ui-slider-tabs-indicator.selected{
	background-image: url('https://www.saalltools.com.au/skin/frontend/default/galasupermarket/emtabs/css/images/indicatorActive.png');
}

.ui-slider-tabs-leftPanelArrow{
	position: absolute;
	left: 0px;
	width: 30px;
	height: 35px;
	background-image: url('https://www.saalltools.com.au/skin/frontend/default/galasupermarket/emtabs/css/images/leftPanelArrow.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=5);
}

.ui-slider-tabs-rightPanelArrow{
	position: absolute;
	right: 0px;
	width: 30px;
	height: 35px;
	background-image: url('https://www.saalltools.com.au/skin/frontend/default/galasupermarket/emtabs/css/images/rightPanelArrow.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=5);
}

.ui-slider-tabs-rightPanelArrow.showOnHover, .ui-slider-tabs-leftPanelArrow.showOnHover{
	opacity: 0;
	display: none;
}

.ui-slider-tabs-content-container:hover .ui-slider-tabs-rightPanelArrow.showOnHover,.ui-slider-tabs-content-container:hover .ui-slider-tabs-leftPanelArrow.showOnHover{
	opacity: .5;
	display: inline-block;
}

.ui-slider-tabs-content-container .ui-slider-tabs-rightPanelArrow:hover,.ui-slider-tabs-content-container .ui-slider-tabs-leftPanelArrow:hover,.ui-slider-tabs-content-container .ui-slider-tabs-rightPanelArrow.showOnHover:hover,.ui-slider-tabs-content-container .ui-slider-tabs-leftPanelArrow.showOnHover:hover{
	opacity: 1;
}
