/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%; z-index:11;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; z-index:1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(http://www.australianlock.com.au/skin/frontend/auslock/default/images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/**
 * 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('http://www.australianlock.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('http://www.australianlock.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('http://www.australianlock.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('http://www.australianlock.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;
}


/**
 * Copyright [2014] [Dexxtz]
 *
 * @package   Dexxtz_Scrolltop
 * @author    Dexxtz
 * @license   http://www.apache.org/licenses/LICENSE-2.0
 */

.dextz-scrolltop { display: none; position: fixed; bottom: 0; text-decoration: none; }
.dextz-scrolltop span { display: block;}
.dextz-scrolltop img, .dextz-scrolltop span { border: 0 ; opacity: 0.85; }
.dextz-scrolltop img:hover, .dextz-scrolltop span:hover { opacity: 1.0; }


/*

/**

* Phxsolution Formbuilder

*

* 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

* 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 you can be sent a copy immediately.

*

* Original code copyright (c) 2008 Irubin Consulting Inc. DBA Varien

*

* @category   module css

* @package    Phxsolution_Formbuilder

* @author     Murad Ali

* @contact    contact@phxsolution.com

* @site       www.phxsolution.com

* @copyright  Copyright (c) 2014 Phxsolution Formbuilder

* @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)

*/

.form-list .input-box {width:450px; max-width:100%; }

.talon-form-con .product-options {  border:0px; clear:both; float:left; margin:20px 0px; width:100%;}

.formbuilder ul {list-style: none !important; list-style-type: none !important;}

.talon-form-con .strong {
  clear: both;
  color: #000000;
  float: left;
  font-size: 24px;
  font-weight: 700;
  margin: 20px auto;
  text-align: center;
  width: 100%;
}
#custom_form .fieldset, #custom_form .form-list {  float: left; margin:10px 0px; padding:0px;  width: 100%;}
.talon-form-con .formbuilder .footer_content { clear:both;}
.talon-form-con .product-options .input-box img#options_3_date_trig { position:relative; margin:-22px 0px 22px 75%;}

@media screen and ( max-width:480px)  {
.talon-form-con .product-options .input-box img#options_3_date_trig {margin-left:90%;}

}


.featured-category-list { font-family: 'PT Sans', sans-serif; }

.featured-category-list ul{float:left; width:100%; margin:12px 0 12px;}
/*
.featured-category-list ul li { float:left; padding:20px; width:48%; background:#FFFFFF; border: 1px solid #E1E1E1;}
.featured-category-list ul li:nth-child(2) { float:right;}
.featured-category-list ul.widelong > li { width:100%;}

.featured-category-list .featuredcategory-image{ float:left; width:100%; }
.featured-category-list .featuredcategory-image a { float:left; width:100%; background:#fff;}
.featured-category-list .featuredcategory-image img { max-width:100%; height:auto; display:block; margin:auto; }

.featured-category-list .featuredcategory-name { clear:both; float:left; width:100%;  text-align:center; }
.featured-category-list h5 { display:none;}
.featured-category-list .featuredcategory-desc{ clear:both; float:left; margin:5px 0 5px 0; }

.featured-category-list .featuredcategory-morelink { clear:both; float:left; padding:5px 40px; margin:10px 0px 0px; width:100%; 
		 color:#1d1d1d; font-size:16px; text-transform:uppercase; background:#fff; border:solid 1px #0b0708; }
.featured-category-list .featuredcategory-morelink a, .featured-category-list .featuredcategory-morelink a:visited { color:#1d1d1d;}




.featured-category-list .featuredcategory-name h5{text-align:left; float:left; margin:6px 0 0;}
.featured-category-list .featuredcategory-name h5 a{text-decoration:none; color:#333333; font-size:12px; font-weight:bold; text-transform:uppercase;}

.featured-category-list .featuredcategory-morelink{ float:right; margin: 5px 0 5px 0;}
*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 999; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto; top: 0px; left: 0px; }
#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(http://www.australianlock.com.au/skin/frontend/base/default/images/lightbox/blank.gif); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.australianlock.com.au/skin/frontend/base/default/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.australianlock.com.au/skin/frontend/base/default/images/lightbox/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: 999; width: 100%; height: 500px; background-color: #000; }
#amlocator_left span{
    display: block;
    cursor: pointer;
    border: 1px solid #E6E6E6;
    padding: 5px 10px;
}
#amlocator_window_template{
    display: none;
}
#amlocator-map-canvas{
    width: 100%;
    height: 600px
}
.popup{
    width: 250px
}
.popup img{
    width: 100px;
    clear: both;
    display: block;
    margin-bottom: 10px;
}
#amlocator_left{
    height: 590px;
    overflow: scroll;
    overflow-y:auto;
    overflow-x:auto;
    margin-top: 10px;
}

#amlocator_left .active{
    background: #fff9e9;
    border: 1px solid #eee2be;
}
.please-wait{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -150px;
    width: 150px;
    height: 100px;
    background-color: white;
}

.amlocator_mapblock {
    float: right;
    width: 70%;
    margin-top: 29%;
}
.amlocator_store_list {
    float: left;
    width: 28%;
    margin-right: 10px;
    margin-bottom: 20px;
}

.amlocator_group:after {
    content:"";
    display: table;
    clear: both;
}
@media screen and (max-width: 600px) {
    .amlocator_mapblock, .amlocator_store_list {
        float: none;
        width: auto;
    }

}
#amasty_locator_filter .block-content span{
    margin-left: 5px;
}
#amasty_locator_filter ul{
    margin-left: 10px;
}

.amlocator_default{
    background: url(http://www.australianlock.com.au/skin/frontend/base/default/images/amasty/amlocator/close.png) no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
    background-position: 0 0px;
    cursor: pointer;
    position: relative;
    top: -10px;
}
.amlocator_default:hover{
    background: url(http://www.australianlock.com.au/skin/frontend/base/default/images/amasty/amlocator/close.png) no-repeat;
    background-position: 0 -14px;
    cursor: pointer;
}
