<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#header_search {
    margin: 0;
    padding: 0
}

#header_search #logo {
    position: fixed;
    top: 17px;
    left: 25px;
    margin: 0;
    padding: 0;
    width: 60vw;
    height: 35px;
    max-width: 280px;
    max-height: 35px;
    text-indent: -10000px;
    background: url('../image/search/logo.png');
    background-image: url('../image/search/logo.svg') , none;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    display: block;
    transition: max-width .3s ease-in-out .1s , max-height .3s ease-in-out .1s;
    outline-style: none;
    z-index: 10000
}

#header_search #logo h1 {
    margin: 0;
    padding: 0
}

#nav_search {
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 70px;

    background-color: #1E93CE;
    background: -webkit-linear-gradient(left,rgba(29,152,212,1) 10%,rgba(55,75,115,1) 80%);
    background: -o-linear-gradient(left,rgba(29,152,212,1) 10%,rgba(55,75,115,1) 80%);
    background: -ms-linear-gradient(left,rgba(29,152,212,1) 10%,rgba(55,75,115,1) 80%);
    background: -moz-linear-gradient(left,rgba(29,152,212,1) 10%,rgba(55,75,115,1) 80%);
    background: linear-gradient(left,rgba(29,152,212,1) 10%,rgba(55,75,115,1) 80%);
	
	box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,0.1), 0px 1px 0px 0px rgba(0,0,0,0.1);
	
    display: inline-block;
    transition: height .3s ease-in-out .1s;
    z-index: 9995
}

#nav_search #menu {
    position: absolute;
    top: -100%;
    right: 25px;
    width: 40px;
    height: 40px;
    text-indent: -10000px;
    background: url('../image/search/menu.png');
    background-image: url('../image/search/menu.svg') , none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    transition: opacity .1s ease-in 0s , top 0s linear 1.5s;
    opacity: 0;
    outline-style: none;
    z-index: 9996;
    cursor: pointer
}

#nav_search ul {
    position: absolute;
    top: 25px;
    right: 25px;
    margin: -10000px 0 0 0;
    padding: 10000px 0 20px 0;
    list-style-type: none;
    transition: opacity .3s ease-in .7s;
    opacity: 1
}

#nav_search ul li {
    margin: 0;
    padding: 0;
    display: inline-block
}

#nav_search ul li a {
    margin: 0 5px;
    padding: 5px 5px 5px 5px;
    font-size: 16px;
    font-weight: bolder;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    outline-style: none;
    transition: color .2s ease-in 0s 
}

#nav_search ul li a:hover, #nav_search ul li a:focus {
    color: #FFA500
}

n#av ul li a:active {
    color: #000
}

#nav_search ul li a.current {
    color: #FFA500
}

#nav_search ul li a.current:hover, #nav_search ul li a.current:focus {
    color: #FFA500
}

#page {
		box-shadow: inset 0px 70px 0px #2D2D2D;
}


#shopping_cart {
	position: relative;
	margin-bottom: -11px;
	top: -5px;
    width: 40px;
    max-width: 40px;
    color: transparent;
    text-indent: 0px;
    white-space: nowrap;
    background-color: transparent !important;
    background-image: url(../image/search/basket.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 4px;
}
#shopping_cart span {
	visibility: hidden;
	font-size: 16px !important;
}
#shopping_cart::before {
    position: absolute;
    margin: -10px 0px 0px 18px;
    padding: 3px;
    min-width: 10px;
    min-height: 10px;
    line-height: 10px;
    font-size: 10px;
    text-align: center;
    text-indent: 0px;
    text-shadow: 0px 0px 2px #005100;
    color: #ffffff;
    background-color: #01CB00;
    border-radius: 20px;
    content: attr(data-count);
    vertical-align: middle;
    box-shadow: inset 0px 0px 5px 0px rgb(0 0 0 / 5%), 1px 1px 0px 0px rgb(0 0 0 / 5%);
    opacity: 1;
    display: inline-block;
}
#shopping_cart:hover::before {
    background-color: #FFA500;
}

@media(max-width:1118px ) {
    #header_search #logo {
        max-width: 280px;
        max-height: 50px 
    }



    #nav_search #menu {
        top: 14px;
        transition: opacity .3s ease-out .7s , top 0s linear 0s;
        opacity: 1
    }

    #nav_search ul {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: -150vh;
        padding: 85px 0 20px 0;
    background-color: #1E93CE;
    background: -webkit-linear-gradient(left,rgba(29,152,212,1) 10%,rgba(55,75,115,1) 80%);
    background: -o-linear-gradient(left,rgba(29,152,212,1) 10%,rgba(55,75,115,1) 80%);
    background: -ms-linear-gradient(left,rgba(29,152,212,1) 10%,rgba(55,75,115,1) 80%);
    background: -moz-linear-gradient(left,rgba(29,152,212,1) 10%,rgba(55,75,115,1) 80%);
    background: linear-gradient(left,rgba(29,152,212,1) 10%,rgba(55,75,115,1) 80%);
			box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.0);
        transition: margin-top .2s ease-in .1s , opacity 0s linear 1s, box-shadow 0.1s ease-in-out 0s;
        opacity: 1
    }

    #nav_search.active ul {
        margin-top: 0;
        box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.04);
        transition: margin-top .3s ease-out 0s , opacity 0s linear 0s, box-shadow 0.2s ease-in-out 0.3s;
        opacity: 1
    }

    #nav_search ul li {
        margin: 0 25px 0 25px;
        padding: 10px 0;
        border-top-width: 0px;
        border-top-style: solid;
        border-top-color: #FFF;
        transition: opacity .1s ease-out 0s;
        display: block;
        opacity: 0
    }

    #nav_search.active ul li {
        transition: opacity .3s ease-in-out .3s;
        opacity: 1
    }

    #nav_search ul li a {
        margin: 0;
        padding: 10px 0 10px 0;
        font-size: 22px;
        font-weight: 300
    }

	#menu_shopping_cart {
	    padding: 0px !important;
	    opacity: 1 !important;
	} 
	#shopping_cart {
	    position: fixed;
	    top: 12px;
	    right: 85px;
	}
    
}

@media(max-width:400px ) {
    #header_search #logo {
        max-width: 60vw;
        max-height: 50px 
    }



    #nav_search #menu {
        top: 14px;
        transition: opacity .3s ease-out .7s , top 0s linear 0s;
        opacity: 1
    }

    #nav_search ul {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: -100vh;
        padding: 85px 0 20px 0;
    background-color: #1E93CE;
    background: -webkit-linear-gradient(left,rgba(29,152,212,1) 10%,rgba(55,75,115,1) 80%);
    background: -o-linear-gradient(left,rgba(29,152,212,1) 10%,rgba(55,75,115,1) 80%);
    background: -ms-linear-gradient(left,rgba(29,152,212,1) 10%,rgba(55,75,115,1) 80%);
    background: -moz-linear-gradient(left,rgba(29,152,212,1) 10%,rgba(55,75,115,1) 80%);
    background: linear-gradient(left,rgba(29,152,212,1) 10%,rgba(55,75,115,1) 80%);
        transition: margin-top .2s ease-in .1s , opacity 0s linear 1s;
        opacity: 1
    }

    #nav_search.active ul {
        margin-top: 0;
        transition: margin-top .3s ease-out 0s , opacity 0s linear 0s;
        opacity: 1
    }

    #nav_search ul li {
        margin: 0 25px 0 25px;
        padding: 10px 0;
        border-top-width: 0px;
        border-top-style: solid;
        border-top-color: #FFF;
        transition: opacity .1s ease-out 0s;
        display: block;
        opacity: 0
    }

    #nav_search ul li:first-child {
        border-top-color: transparent
    }

    #nav_search.active ul li {
        transition: opacity .3s ease-in-out .3s;
        opacity: 1
    }

    #nav_search ul li a {
        margin: 0;
        padding: 5px 0 5px 0;
        font-size: 18px;
        font-weight: 300
    }

	#shopping_cart {
	    position: fixed;
	    top: 18px;
	    right: 69px;
	}    
    
}



#nav_search ul li a[href="?id=contact_aussie_airconditioning"] {
	position: relative;
	margin-bottom: -11px;
	top: -7px;
	width: 118px;
	height: 20px;
	text-indent: -100000px;
	background-image: url('../image/contact_us_brisbane.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	outline: none;
	filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
#nav_search ul li a[href="?id=online_air_conditioning_quote"] {
	position: relative;
	margin-bottom: -11px;
	top: -7px;
	width: 65px;
	height: 20px;
	text-indent: -100000px;
	background-image: url('../image/air_conditioning_quote.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	outline: none;
	filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

#nav_search ul li a[href^="tel:"] {
	position: relative;
    margin-bottom: -11px;
    top: -5px;
    left: 2px;
    width: 190px;
    height: 20px;
    text-indent: -100000px;
    background-image: url(../image/aussieairconditioning_telephone_1300760607.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    outline: none;
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

#nav_search ul li a[href="?id=contact_aussie_airconditioning"]:hover,
#nav_search ul li a[href="?id=online_air_conditioning_quote"]:hover,
#nav_search ul li a[href^="tel:"]:hover {
	filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(114%) contrast(97%);
}





form#search {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -5.5px;
}
form#search fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	white-space: nowrap;
}
form#search input[type="search"] {
	margin: 0px;
	padding: 0px 10px;
	width: 70vw;
	max-width: 220px;
	line-height: 30px;
	font-size: medium;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	border-radius: 5px;
	border: 0px none;
	display: inline-block;
	box-shadow: 0px 0px 0px 2px #222222;
	transition: max-width 0s ease-in-out 0s, background-color .3s ease-in-out 0s, box-shadow .3s ease-in-out 0s;
	outline: none;
	-webkit-appearance: none;
}
@media screen and (max-width: 1118px) {
	#nav_search.active form#search input[type="search"] {
		max-width: 300px;
		transition: max-width 0.5s ease-in-out 0s, background-color .3s ease-in-out 0s, box-shadow .3s ease-in-out 0s;
	}
	#nav_search ul li a[href^="tel:"] {
		left: 0px;
	}
}
form#search label[for="query"] {
	display: none;
}
form#search input::-webkit-calendar-picker-indicator {
	position: relative;
	top: -7px;
}
form#search input[type="search"]::-webkit-search-cancel-button {
	height: 18px;
	width: 18px;
	border-radius: 18px;
	background-color: #222222;
	background-image: url('../image/search/search_cancel.svg');
	background-size: contain;
	-webkit-appearance: none;
}
form#search ::-webkit-input-placeholder {
  color: #000000;
}
form#search :-ms-input-placeholder {
  color: #000000;
}
form#search ::placeholder {
  color: #000000;
}
form#search input[type="submit"] {
	margin: 0px 15px 0px -10px;
	padding: 0px 10px;
	min-width: 35px;
	line-height: 30px;
	font-size: medium;
	text-align: left;
	text-indent: -10000px;
	color: #FFFFFF;
	background-color: #222222;
	background-image: url('../image/search/search_submit.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	border-top-right-radius: 5px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border: 0px none;
	display: inline-block;
	box-shadow: 0px 0px 0px 2px #222222;
	transition: max-width .5s ease-in-out 0s, background-color .0s ease-in-out 0s, box-shadow .0s ease-in-out 0s;
	outline: none;
	-webkit-appearance: none;
	cursor: pointer;
}
#loading.complete + #noscript + script + #header_search + #nav_search form#search input[type="submit"],
#loading.resolve + #noscript + script + #header_search + #nav_search form#search input[type="submit"] {
	transition: max-width .5s ease-in-out 0s, background-color .3s ease-in-out 0s, box-shadow .3s ease-in-out 0s;
}
form#search input[type="search"]:focus {
	box-shadow: 0px 0px 0px 2px #FFA500;
}
form#search input[type="search"]:focus ~ input[type="submit"] {
	background-color: #FFA500;
	box-shadow: 0px 0px 0px 2px #FFA500;
}


/* page fix */
#home {
    padding: 70px 0 0 0 !important;
}
#main_product_menu {
    top: 50px !important;
    display: none !important;
}
#page {
    box-shadow: none !important;
}
#content {
    padding: 30px 0 60px 0 !important;
    background-position: center 70px !important;
}
#jet_cleaning_hero_bg {
    margin-top: 35px !important;
}
#content.air_conditioning_jet_cleaning .inlay {
    top: 120px !important;
}


#content.contact_aussie_airconditioning .container #page &gt; h2:first-child,
#content.onsite_air_conditioning_call_out .container #page &gt; h2:first-child,
#content.free_online_air_conditioning_quote .container #page &gt; h2:first-child,
#content.contact_aussie_air_conditioning_brisbane .container #page &gt; h2:first-child,
#content.onsite_air_conditioning_call_out_brisbane .container #page &gt; h2:first-child,
#content.free_online_air_conditioning_quote_brisbane .container #page &gt; h2:first-child {

    top: 0px;

    margin-top: 30px !important;

}

</pre></body></html>