@font-face {
  font-family: 'Archer-Book';
  src: url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Book.eot?#iefix') format('embedded-opentype'), 
      url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Book.otf')  format('opentype'),
      url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Book.woff') format('woff'),
      url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Book.ttf')  format('truetype'), 
      url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Book.svg#Archer-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/opensans-regular-webfont.eot');
    src: url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/opensans-regular-webfont.woff') format('woff'),
         url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: 'OpenSans-Semibold';
  src: url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),  
       url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/OpenSans-Semibold.woff') format('woff'),
       url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/OpenSans-Semibold.ttf')  format('truetype'), 
       url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Archer-Bold';
  src: url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Bold.eot?#iefix') format('embedded-opentype'),  
       url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Bold.otf')  format('opentype'),
       url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Bold.woff') format('woff'),
       url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Bold.ttf')  format('truetype'), 
       url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Bold.svg#Archer-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Archer-Semibold';
  src: url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Semibold.eot?#iefix') format('embedded-opentype'), 
      url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Semibold.otf')  format('opentype'),
      url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Semibold.woff') format('woff'), 
      url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Semibold.ttf')  format('truetype'),
      url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Semibold.svg#Archer-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}

.postWrapper {
    padding-bottom: 20px;
    clear: both;
    //max-height: 96px;
    background: #FFFFFF;
    padding: 20px 0;
    border-bottom: 1px #e8e8e8 solid;
    list-style: none;
    //height: 97px;
    //margin: 0 0 50px 0;
}
.blogpostwrp{
   padding: 20px;
   background: #fff;
}
.postWrapper:last-child{
    border-bottom:none !important;
}
.postWrapperdetailview{
    clear: both;
    background: #FFFFFF;
    border-bottom: 1px #e8e8e8 solid;
    padding-bottom: 15px;
    
}
.postWrapperdetailview:last-child{
    border-bottom:none !important;
}
.postWrapperdetail{
    clear: both;
    background: #FFFFFF;
    border: 1px #e8e8e8 solid;
    margin: 0 0 50px 0; 
}
.bolgcontent{
    padding:  20px;
    overflow: auto;
}
.bolgViewAll{
    padding: 20px;
    clear: both;
    //max-height: 96px;
    background: #FFFFFF;   
}
.postTitle {
    /*border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    margin-bottom: 15px;*/
}

.postTitle h2 {
    font-family: 'Archer-Semibold';
    font-size: 24px;
    margin: 0px;
    padding: 0 20px 0 0;
    float: left;
    color:#333333;
    text-transform: none;
        
}

.postTitle h3 {
    font-size: 13px;
    font-family: 'open_sansregular';
    margin: 0px;
    line-height: 35px;
    text-transform:none;
}
.postcat{
   font-family: 'OpenSans-Semibold';
   color:#333333;
   font-size:14px;
   height: 25px;
}
.postcat > a{
    font-family: 'open_sansregular';
    color:#777777;
    font-size:14px;
}
.postContent {
    //padding-bottom: 10px;
    font-family: 'open_sansregular';
    font-size:14px;
    margin:5px 0;
    padding-bottom: 10px;
}

.postContent ul{
    list-style: disc outside;
    margin-bottom: 1.5em;
}

.postContent ul li{
    margin-left: 2em;
}

.postContent ol{
    list-style: decimal outside;
    margin-bottom: 1.5em;
}

.postContent ol li{
    margin-left: 2em;
}

.postDetails {

}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}

.postBookmarks a.bm {
    display: inline-block;
}

.postBookmarks img {
    display: inline;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    display: inline;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
    //line-height:13px;
    line-height:19px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
   font-family: 'OpenSans-Semibold';
   color:#333333;
   font-size:14px;
   float: left;
   text-transform: none;
}
.tags UL LI a{
    color:#777777;
    padding: 0 0 0 10px;
}
.menu-tags, .menu-categories, .menu-recent {
    margin: 5px 9px;
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px;
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.block-blog .menu-categories UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {
    font-size: 11px;
}

.tagcloud {
    /* text-align:center; */
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {
    background-image: url(http://www.brunnings.com.au/skin/frontend/brunnings/default/aw_blog/images/icon_blog.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}

.postWrapper .poster {
    display: inline;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px;
}

A.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}
.aw-blog-read-more{
    background-image: url(http://www.brunnings.com.au/skin/frontend/brunnings/default/aw_blog/images/readMoreArrow.png);
    background-repeat: no-repeat;
    background-position: 67px center;
    float: right;
    padding: 1px 20px 0 0;
    color:#333333;
    font-family: 'Archer-Book';
    font-size: 14px;
}
/* AW Blog css */
.blogpage-title{
    background-image: url("http://www.brunnings.com.au/skin/frontend/brunnings/default/images/cmsTitle.png");
    background-position: center center;
    background-repeat: repeat-x;
    clear:both;
    overflow: hidden;
    height: 65px;
}
.blogpage-title h2{
    background: #f5f5f5;
    float: left;
    line-height: 65px;
    color:#00633f;
    font-family: 'Archer-Bold';
    font-size: 22px;
    padding: 0 17px 0 0;

}
.blogpage-title h1{
    background: url("http://www.brunnings.com.au/skin/frontend/brunnings/default/aw_blog/images/blogarrow.png")#f5f5f5;
    background-repeat: no-repeat;
    background-position: 60px 26px;
    float: left;
    line-height: 65px;
    color:#00633f;
    font-family: 'Archer-Bold';
    font-size: 22px;
    padding: 0 17px 0 0;
    //width: 13%;
}
.blogform{
    padding-bottom: 20px;
    background: #fff;
    border-bottom: 1px #e8e8e8 solid;
}
.button.blogsearch-button{
    background: url("http://www.brunnings.com.au/skin/frontend/brunnings/default/aw_blog/images/blogSearch.png")#ffffff;
    background-repeat: no-repeat;
    height: 18px;
    position: relative;
    right: 37px;
}
.button.blogsearch-button:hover{
    background: url("http://www.brunnings.com.au/skin/frontend/brunnings/default/aw_blog/images/blogSearch.png")#ffffff;
    background-repeat: no-repeat;
    height: 18px;
    position: relative;
}
.button.blogsearch-button:focus{
    background: url("http://www.brunnings.com.au/skin/frontend/brunnings/default/aw_blog/images/blogSearch.png")#ffffff;
    background-repeat: no-repeat;
    height: 17px;
    position: relative;
}
.blogform input[type="search"] {
    border:1px #e8e8e8 solid;
    width:33.3%;
    line-height: 33px;
    height:33px !important;
}
.blogform input[type="search"]:focus{border:1px #e8e8e8 solid !important;}
.postWrapperdetailview .bolgcontent{
    padding: 20px 0 0 0;
}
.postWrapperdetailview .postTitle > a{
    color: #333333;
}
.postWrapperdetailview .postContent.std > img{
    float: left;
    //padding: 0 10px 0 0;
    padding: 20px 20px 0 0;
    position: relative;
}
.blog-index-list .col-main{
    margin-bottom: 50px;
}
.blogform input, .blogform select {
    border:none;
     background: transparent;
   -webkit-appearance: none;
    height: auto !important;
    -webkit-appearance: none; /*Removes default chrome and safari style*/
    -moz-appearance: none;  /* Removes Default Firefox style*/ 
    outline: 0;
}
.blogform select {
    background: rgba(0, 0, 0, 0) url("http://www.brunnings.com.au/skin/frontend/brunnings/default/aw_blog/images/staffdocdownarrow.png") no-repeat scroll right center;
    width: 100% !important;
}
.blogform .fieldset {
    border-bottom: 2px solid #333333;
    left: 75px;
    position: relative;
    top: -20px;
    width: 33%;
}
.blogform .catbolgtitle{
    width: 10%;
    float: left;
}

.catbolgtitle > label {
     font-family: 'OpenSans-Semibold';
     font-size: 14px;
     color:#333333;
}
.blogform .input-box > label {
    margin-right: 33px;
     font-family: 'OpenSans-Semibold';
     font-size: 14px;
     color:#333333;
}
.postsearchdiv{
    padding: 10px 0;
    text-align: center;
    color:#333333;
}
@media only screen and (max-width: 778px) {
    .blogpage-title h1{
        background-position:40% 26px;
        font-size:18px;
    }
    .blogform input[type="search"]{
        width:65%;
    }
    .blogform .fieldset{
        width:64%;
    }
    .postTitle h2{
        font-size:18px;
    }
    .button.blogsearch-button{
      right: 29px;
       padding: 7px 12px;  
    }
    .postContent{font-size:12px;}
    .postContent.std > h3{font-size:18px;}
    .postTitle h3{line-height:30px;}
    
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-default#nav ul.level0 {
  background: #ECF3F6;
}
.menu-default#nav ul.level0.rows {
  width: auto;
}
.menu-default#nav ul.level0 li {
  background: none;
}
.menu-default#nav ul.level0 li.parent a {
  background: none;
}
.menu-default#nav ul.level0 li.parent a:hover {
  background: #D5E4EB;
}
.menu-default#nav ul.level0 ul {
  position: relative;
  display: block;
  left: auto;
  top: auto;
  margin-left: 10px;
  border: none;
  width: auto;
}
.menu-default#nav ul.level0 li.divider {
  background: #ccc;
  height: 1px;
  padding: 0;
}
.menu-default#nav li.level0.open > ul {
  left: 0;
  display: block;
}
.menu-default#nav li.level0 > ul {
  display: block;
  left: 0;
  display: none;
}
.menu-default#nav .columns {
  *zoom: 1;
}
.menu-default#nav .columns:before,
.menu-default#nav .columns:after {
  display: table;
  content: "";
  line-height: 0;
}
.menu-default#nav .columns:after {
  clear: both;
}
.menu-default#nav .columns .column {
  float: left;
  position: relative;
  width: 197px;
  z-index: 100;
  margin-right: 10px;
}
.menu-default#nav .columns .column > ul {
  margin-left: 0px;
}
.menu-default#nav .columns.columns-2 {
  width: 424px;
}
.menu-default#nav .columns.columns-2 > ul {
  width: 424px;
  *zoom: 1;
}
.menu-default#nav .columns.columns-2 > ul:before,
.menu-default#nav .columns.columns-2 > ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.menu-default#nav .columns.columns-2 > ul:after {
  clear: both;
}
.menu-default#nav .columns.columns-3 {
  width: 621px;
}
.menu-default#nav .columns.columns-3 > ul {
  width: 631px;
  *zoom: 1;
}
.menu-default#nav .columns.columns-3 > ul:before,
.menu-default#nav .columns.columns-3 > ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.menu-default#nav .columns.columns-3 > ul:after {
  clear: both;
}
.menu-default#nav .columns.columns-4 {
  width: 828px;
}
.menu-default#nav .columns.columns-4 > ul {
  width: 838px;
  *zoom: 1;
}
.menu-default#nav .columns.columns-4 > ul:before,
.menu-default#nav .columns.columns-4 > ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.menu-default#nav .columns.columns-4 > ul:after {
  clear: both;
}
.menu-default#nav .columns.columns-5 {
  width: 1035px;
}
.menu-default#nav .columns.columns-5 > ul {
  width: 1045px;
  *zoom: 1;
}
.menu-default#nav .columns.columns-5 > ul:before,
.menu-default#nav .columns.columns-5 > ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.menu-default#nav .columns.columns-5 > ul:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-default#nav ul.level0 {
  background: #ECF3F6;
}
.menu-default#nav ul.level0.rows {
  width: auto;
}
.menu-default#nav ul.level0 li {
  background: none;
}
.menu-default#nav ul.level0 li.parent a {
  background: none;
}
.menu-default#nav ul.level0 li.parent a:hover {
  background: #D5E4EB;
}
.menu-default#nav ul.level0 ul {
  position: relative;
  display: block;
  left: auto;
  top: auto;
  margin-left: 10px;
  border: none;
  width: auto;
}
.menu-default#nav ul.level0 li.divider {
  background: #ccc;
  height: 1px;
  padding: 0;
}
.menu-default#nav li.level0.open > ul {
  left: 0;
  display: block;
}
.menu-default#nav li.level0 > ul {
  display: block;
  left: 0;
  display: none;
}
.menu-default#nav .columns {
  *zoom: 1;
}
.menu-default#nav .columns:before,
.menu-default#nav .columns:after {
  display: table;
  content: "";
  line-height: 0;
}
.menu-default#nav .columns:after {
  clear: both;
}
.menu-default#nav .columns .column {
  float: left;
  position: relative;
  width: 197px;
  z-index: 100;
  margin-right: 10px;
}
.menu-default#nav .columns .column > ul {
  margin-left: 0px;
}
.menu-default#nav .columns.columns-2 {
  width: 424px;
}
.menu-default#nav .columns.columns-2 > ul {
  width: 424px;
  *zoom: 1;
}
.menu-default#nav .columns.columns-2 > ul:before,
.menu-default#nav .columns.columns-2 > ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.menu-default#nav .columns.columns-2 > ul:after {
  clear: both;
}
.menu-default#nav .columns.columns-3 {
  width: 621px;
}
.menu-default#nav .columns.columns-3 > ul {
  width: 631px;
  *zoom: 1;
}
.menu-default#nav .columns.columns-3 > ul:before,
.menu-default#nav .columns.columns-3 > ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.menu-default#nav .columns.columns-3 > ul:after {
  clear: both;
}
.menu-default#nav .columns.columns-4 {
  width: 828px;
}
.menu-default#nav .columns.columns-4 > ul {
  width: 838px;
  *zoom: 1;
}
.menu-default#nav .columns.columns-4 > ul:before,
.menu-default#nav .columns.columns-4 > ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.menu-default#nav .columns.columns-4 > ul:after {
  clear: both;
}
.menu-default#nav .columns.columns-5 {
  width: 1035px;
}
.menu-default#nav .columns.columns-5 > ul {
  width: 1045px;
  *zoom: 1;
}
.menu-default#nav .columns.columns-5 > ul:before,
.menu-default#nav .columns.columns-5 > ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.menu-default#nav .columns.columns-5 > ul:after {
  clear: both;
}
.menu-blue {
  background-color: #2a5682;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2c5987), color-stop(70%, #2c5987), to(#23486d));
  background-image: -webkit-linear-gradient(#2c5987, #2c5987 70%, #23486d);
  background-image: -moz-linear-gradient(top, #2c5987, #2c5987 70%, #23486d);
  background-image: -o-linear-gradient(#2c5987, #2c5987 70%, #23486d);
  background-image: linear-gradient(#2c5987, #2c5987 70%, #23486d);
  background-repeat: no-repeat;
  *zoom: 1;
  z-index: 1000;
}
.menu-blue:before,
.menu-blue:after {
  display: table;
  content: "";
  line-height: 0;
}
.menu-blue:after {
  clear: both;
}
.menu-blue .h1 {
  border-bottom: 1px solid #E8E8E8;
  color: #2c5987;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 5px;
  padding: 5px 3px 5px 3px;
  font-weight: bold;
  text-transform: uppercase;
}
.menu-blue .h2 {
  border-bottom: 1px solid #E8E8E8;
  color: #2c5987;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 5px;
  padding: 5px 3px 5px 3px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
}
.menu-blue .h3 {
  border-bottom: 1px solid #E8E8E8;
  color: #2c5987;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 5px;
  padding: 5px 3px 5px 3px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
}
.menu-blue .h4 {
  border-bottom: 1px solid #E8E8E8;
  color: #2c5987;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 5px;
  padding: 5px 3px 5px 3px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
}
.menu-blue .h5 {
  border-bottom: 1px solid #E8E8E8;
  color: #2c5987;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 5px;
  padding: 5px 3px 5px 3px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
}
.menu-blue .h6 {
  border-bottom: 1px solid #E8E8E8;
  color: #2c5987;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 5px;
  padding: 5px 3px 5px 3px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
}
.menu-blue li {
  position: relative;
}
.menu-blue li.level1 {
  background-color: #2a5682;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2c5987), color-stop(70%, #2c5987), to(#23486d));
  background-image: -webkit-linear-gradient(#2c5987, #2c5987 70%, #23486d);
  background-image: -moz-linear-gradient(top, #2c5987, #2c5987 70%, #23486d);
  background-image: -o-linear-gradient(#2c5987, #2c5987 70%, #23486d);
  background-image: linear-gradient(#2c5987, #2c5987 70%, #23486d);
  background-repeat: no-repeat;
  height: 38px;
}
.menu-blue li.level1 div.note {
  color: #999;
  font-size: 10px;
  text-transform: none;
  font-weight: normal;
  text-shadow: none;
}
.menu-blue li.level1 > a {
  color: #ffffff;
  display: block;
  font-weight: bold;
  font: bold 10px Verdana, helvetica, sans-serif;
  margin: 0;
  padding: 13px 10px 13px 10px;
  position: relative;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
}
.menu-blue li.level1 > a.note {
  padding: 7px 10px 13px 10px;
}
.menu-blue li.level1 > a div.note {
  color: #eeeeee;
}
.menu-blue li.level1.open {
  background-color: #54cbf1;
  background-image: -moz-linear-gradient(top, #6ad8f5, #32b8eb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6ad8f5), to(#32b8eb));
  background-image: -webkit-linear-gradient(top, #6ad8f5, #32b8eb);
  background-image: -o-linear-gradient(top, #6ad8f5, #32b8eb);
  background-image: linear-gradient(to bottom, #6ad8f5, #32b8eb);
  background-repeat: repeat-x;
}
.menu-blue li.level1.open div.sub {
  display: block;
}
.menu-blue li.level1 div.sub {
  z-index: 1000;
  position: absolute;
  display: none;
  background: #2c5987;
  padding: 10px;
  width: auto;
}
.menu-blue li.level1 div.sub .sub-container {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #ffffff;
  border-top: 1px solid #ABAAAA;
}
.menu-blue li.level1 div.sub .sub-container > ul,
.menu-blue li.level1 div.sub .sub-container > div {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin-left: 0px;
  padding: 10px;
  min-width: 205px;
}
.menu-blue li.level1 li {
  display: block;
  padding: 1px 0px;
  position: relative;
  text-align: left;
}
.menu-blue li.level1 li a {
  color: #2c59a5;
  text-decoration: none;
  font-size: 12px;
  font-family: Verdana, helvetica, sans-serif;
  padding: 0px 3px 0px 3px;
  display: block;
  text-align: left;
}
.menu-blue li.level1 li a:hover {
  background: rgba(217, 238, 250, 0.5);
  color: #2c59a5;
}
.menu-blue li.level1 li a.h1 {
  border-bottom: 1px solid #E8E8E8;
  color: #2c5987;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 5px;
  padding: 5px 3px 5px 3px;
  font-weight: bold;
  text-transform: uppercase;
}
.menu-blue li.level1 li a.h2 {
  border-bottom: 1px solid #E8E8E8;
  color: #2c5987;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 5px;
  padding: 5px 3px 5px 3px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
}
.menu-blue li.level1 li a.h3 {
  border-bottom: 1px solid #E8E8E8;
  color: #2c5987;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 5px;
  padding: 5px 3px 5px 3px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
}
.menu-blue li.level1 li a.h4 {
  border-bottom: 1px solid #E8E8E8;
  color: #2c5987;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 5px;
  padding: 5px 3px 5px 3px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
}
.menu-blue li.level1 li a.h5 {
  border-bottom: 1px solid #E8E8E8;
  color: #2c5987;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 5px;
  padding: 5px 3px 5px 3px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
}
.menu-blue li.level1 li a.h6 {
  border-bottom: 1px solid #E8E8E8;
  color: #2c5987;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 5px;
  padding: 5px 3px 5px 3px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
}
.menu-blue li.level1 li ul {
  margin-left: 15px;
}
.menu-blue li.level1 li.divider {
  padding: 0;
  background: #e8e8e8;
  border: none;
  margin: 3px 0px;
  height: 1px;
}
.menu-blue li.level1 li.text {
  padding: 5px;
}
.menu-blue li.head {
  border-bottom: 1px solid #E8E8E8;
  color: #2c5987;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 5px;
  padding: 5px 3px 5px 3px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
}
.menu-blue li.head.h1 {
  border-bottom: 1px solid #E8E8E8;
  color: #2c5987;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 5px;
  padding: 5px 3px 5px 3px;
  font-weight: bold;
  text-transform: uppercase;
}
.menu-blue li.head.h2 {
  border-bottom: 1px solid #E8E8E8;
  color: #2c5987;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 5px;
  padding: 5px 3px 5px 3px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
}
.menu-blue li.head.h3 {
  border-bottom: 1px solid #E8E8E8;
  color: #2c5987;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 5px;
  padding: 5px 3px 5px 3px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
}
.menu-blue li.head.h4 {
  border-bottom: 1px solid #E8E8E8;
  color: #2c5987;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 5px;
  padding: 5px 3px 5px 3px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
}
.menu-blue li.head.h5 {
  border-bottom: 1px solid #E8E8E8;
  color: #2c5987;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 5px;
  padding: 5px 3px 5px 3px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
}
.menu-blue li.active > a {
  background: rgba(217, 238, 250, 0.8);
}
.menu-blue li.active.level1 > a {
  background-color: #54cbf1;
  background-image: -moz-linear-gradient(top, #6ad8f5, #32b8eb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6ad8f5), to(#32b8eb));
  background-image: -webkit-linear-gradient(top, #6ad8f5, #32b8eb);
  background-image: -o-linear-gradient(top, #6ad8f5, #32b8eb);
  background-image: linear-gradient(to bottom, #6ad8f5, #32b8eb);
  background-repeat: repeat-x;
}
.menu-blue.menu-top {
  margin: 0 auto;
  width: 950px;
  z-index: 200;
}
.menu-blue.menu-top li.level1 {
  border-width: 0 1px;
  border-style: solid;
  border-color: transparent #15416f transparent #3b6692;
  float: left;
}
.menu-blue.menu-top li.level1.first {
  border-color: transparent #15416f transparent transparent;
}
.menu-blue.menu-top li.level1.last {
  border-color: transparent transparent transparent #3b6692;
}
.menu-blue.menu-top li.level1 > a {
  text-align: center;
}
.menu-blue.menu-top li.level1 div.sub {
  z-index: 201;
  position: absolute;
  top: 38px;
  left: 0px;
  -webkit-border-radius: 0px 0px 7px 7px;
  -moz-border-radius: 0px 0px 7px 7px;
  border-radius: 0px 0px 7px 7px;
}
.menu-blue.menu-top li.level1.first div.sub {
  left: -1px;
}
.menu-blue.menu-right,
.menu-blue.menu-left {
  margin-bottom: 15px;
  z-index: 100;
}
.menu-blue.menu-right li.level1,
.menu-blue.menu-left li.level1 {
  border-color: #15416f #15416f #3b6692 #3b6692;
  border-style: solid;
  border-width: 1px 0px;
}
.menu-blue.menu-right li.level1 > a,
.menu-blue.menu-left li.level1 > a {
  text-align: left;
}
.menu-blue.menu-right li.level1 div.sub,
.menu-blue.menu-left li.level1 div.sub {
  z-index: 101;
  position: absolute;
  top: -1px;
}
.menu-blue.menu-right li.level1 div.sub {
  right: 195px;
  -webkit-border-radius: 7px 0px 7px 7px;
  -moz-border-radius: 7px 0px 7px 7px;
  border-radius: 7px 0px 7px 7px;
}
.menu-blue.menu-left li.level1 div.sub {
  left: 195px;
  -webkit-border-radius: 0px 7px 7px 7px;
  -moz-border-radius: 0px 7px 7px 7px;
  border-radius: 0px 7px 7px 7px;
}
.menu-blue .columns {
  *zoom: 1;
}
.menu-blue .columns:before,
.menu-blue .columns:after {
  display: table;
  content: "";
  line-height: 0;
}
.menu-blue .columns:after {
  clear: both;
}
.menu-blue .columns .column {
  float: left;
  position: relative;
  width: 205px;
  z-index: 100;
  margin-right: 10px;
}
.menu-blue .columns .column > ul {
  margin-left: 0px;
}
.menu-blue .columns.columns-2 {
  width: 430px;
}
.menu-blue .columns.columns-3 {
  width: 645px;
}
.menu-blue .columns.columns-4 {
  width: 860px;
}
.menu-blue .columns.columns-5 {
  width: 1075px;
}
.menu-blue table tr td {
  padding: 5px;
}

/*need for rwd theme*/
.menu-blue .columns {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*menu-footer configuration*/
.menu.menu-blue.menu-footer li.level1 {
  float: left;
}

.menu.menu-blue.menu-footer {
  display: inline-block;
    width: 100%;
}

/*uncomment for footer menu if not responsive theme*/
/*.menu.menu-blue.menu-footer li.level1 div.sub {
  width: 100%;
}*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-default#nav ul.level0 {
  background: #ECF3F6;
}
.menu-default#nav ul.level0.rows {
  width: auto;
}
.menu-default#nav ul.level0 li {
  background: none;
}
.menu-default#nav ul.level0 li.parent a {
  background: none;
}
.menu-default#nav ul.level0 li.parent a:hover {
  background: #D5E4EB;
}
.menu-default#nav ul.level0 ul {
  position: relative;
  display: block;
  left: auto;
  top: auto;
  margin-left: 10px;
  border: none;
  width: auto;
}
.menu-default#nav ul.level0 li.divider {
  background: #ccc;
  height: 1px;
  padding: 0;
}
.menu-default#nav li.level0.open > ul {
  left: 0;
  display: block;
}
.menu-default#nav li.level0 > ul {
  display: block;
  left: 0;
  display: none;
}
.menu-default#nav .columns {
  *zoom: 1;
}
.menu-default#nav .columns:before,
.menu-default#nav .columns:after {
  display: table;
  content: "";
  line-height: 0;
}
.menu-default#nav .columns:after {
  clear: both;
}
.menu-default#nav .columns .column {
  float: left;
  position: relative;
  width: 197px;
  z-index: 100;
  margin-right: 10px;
}
.menu-default#nav .columns .column > ul {
  margin-left: 0px;
}
.menu-default#nav .columns.columns-2 {
  width: 424px;
}
.menu-default#nav .columns.columns-2 > ul {
  width: 424px;
  *zoom: 1;
}
.menu-default#nav .columns.columns-2 > ul:before,
.menu-default#nav .columns.columns-2 > ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.menu-default#nav .columns.columns-2 > ul:after {
  clear: both;
}
.menu-default#nav .columns.columns-3 {
  width: 621px;
}
.menu-default#nav .columns.columns-3 > ul {
  width: 631px;
  *zoom: 1;
}
.menu-default#nav .columns.columns-3 > ul:before,
.menu-default#nav .columns.columns-3 > ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.menu-default#nav .columns.columns-3 > ul:after {
  clear: both;
}
.menu-default#nav .columns.columns-4 {
  width: 828px;
}
.menu-default#nav .columns.columns-4 > ul {
  width: 838px;
  *zoom: 1;
}
.menu-default#nav .columns.columns-4 > ul:before,
.menu-default#nav .columns.columns-4 > ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.menu-default#nav .columns.columns-4 > ul:after {
  clear: both;
}
.menu-default#nav .columns.columns-5 {
  width: 1035px;
}
.menu-default#nav .columns.columns-5 > ul {
  width: 1045px;
  *zoom: 1;
}
.menu-default#nav .columns.columns-5 > ul:before,
.menu-default#nav .columns.columns-5 > ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.menu-default#nav .columns.columns-5 > ul:after {
  clear: both;
}
.menu-white {
  *zoom: 1;
  background: #fff;
  font-family: "arial", "sans-serif";
  position: relative;
  z-index: 1000;
}
.menu-white:before,
.menu-white:after {
  display: table;
  content: "";
  line-height: 0;
}
.menu-white:after {
  clear: both;
}
.menu-white.menu-top {
  margin: 0 auto;
  padding: 0px 0px;
  position: relative;
  width: 950px;
  z-index: 1000;
}
.menu-white.menu-top li {
  position: relative;
}
.menu-white.menu-top li.level1 {
  float: left;
  min-width: auto;
  width: auto;
}
.menu-white.menu-top li.level1 > a {
  text-align: center;
}
.menu-white.menu-top li.level1 div.sub {
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  border-top: 3px solid #2e3741;
  left: 0px;
  position: absolute;
  top: 40px;
  z-index: 1000;
}
.menu-white.menu-right,
.menu-white.menu-left {
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  border-top: 3px solid #2e3741;
  margin-bottom: 15px;
  padding: 15px 0px 8px 15px;
  z-index: 100;
}
.menu-white.menu-right li.level1,
.menu-white.menu-left li.level1 {
  height: auto;
}
.menu-white.menu-right li.level1 > a,
.menu-white.menu-left li.level1 > a {
  padding: 0 0 7px 0;
  text-align: left;
  font-weight: normal;
}
.menu-white.menu-right li.level1 > a.note,
.menu-white.menu-left li.level1 > a.note {
  padding: 0 0 7px 0;
}
.menu-white.menu-right li.level1:hover > a,
.menu-white.menu-left li.level1:hover > a {
  font-weight: bold;
}
.menu-white.menu-right li.level1 div.sub,
.menu-white.menu-left li.level1 div.sub {
  z-index: 1000;
  position: absolute;
  border-top: 3px solid #2e3741;
  top: -3px;
  left: 190px;
}
.menu-white li {
  display: block;
  padding: 1px 0px;
}
.menu-white li a {
  color: #333;
  text-decoration: none;
  text-align: left;
  display: block;
}
.menu-white li a:hover {
  color: #E47911;
  text-decoration: none;
}
.menu-white li ul {
  margin-left: 15px;
}
.menu-white li.level1 {
  height: 38px;
}
.menu-white li.level1.pull-right {
  float: right;
}
.menu-white li.level1 div.note {
  color: #999;
  font-size: 10px;
  text-transform: none;
  font-weight: normal;
  text-shadow: none;
}
.menu-white li.level1 > a {
  color: #333;
  display: block;
  line-height: 13px;
  margin: 0;
  padding: 12px 10px 14px 10px;
  position: relative;
  text-decoration: none;
  z-index: 1100;
  font-weight: bold;
}
.menu-white li.level1 > a.note {
  padding: 6px 10px 14px 10px;
}
.menu-white li.level1 > a div.note {
  color: #999999;
}
.menu-white li.level1 div.sub {
  z-index: 1000;
  position: absolute;
  display: none;
  background: #fff;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}
.menu-white li.level1 div.sub .sub-container > ul,
.menu-white li.level1 div.sub .sub-container > div {
  min-width: 205px;
}
.menu-white li.level1:hover {
  background: none;
}
.menu-white li.level1:hover > a {
  background: none;
  color: #E47911;
}
.menu-white li.level1:hover div.sub {
  display: block;
}
.menu-white li.divider {
  border-top: 1px solid #EEE;
  background: none;
  padding: 0;
  margin: 0px 0px 5px 0px;
}
.menu-white .columns {
  *zoom: 1;
  padding: 10px;
}
.menu-white .columns:before,
.menu-white .columns:after {
  display: table;
  content: "";
  line-height: 0;
}
.menu-white .columns:after {
  clear: both;
}
.menu-white .columns .column {
  float: left;
  position: relative;
  width: 205px;
  z-index: 100;
  margin-right: 10px;
}
.menu-white .columns .column > ul {
  margin-left: 0px;
}
.menu-white .columns.columns-2 {
  width: 430px;
}
.menu-white .columns.columns-3 {
  width: 645px;
}
.menu-white .columns.columns-4 {
  width: 860px;
}
.menu-white .columns.columns-5 {
  width: 1075px;
}
.menu-white .h1 {
  font-size: 15px;
  margin-bottom: 5px;
  color: #E47911;
}
.menu-white .h2 > a {
  font-size: 15px;
  margin-bottom: 5px;
  color: #E47911;
  font-size: 14px;
}
.menu-white .h3 {
  font-size: 15px;
  margin-bottom: 5px;
  color: #E47911;
  font-size: 13px;
}
.menu-white .h3 > a {
  font-size: 15px;
  margin-bottom: 5px;
  color: #E47911;
  font-size: 13px;
}
.menu-white .h4 > a {
  font-size: 15px;
  margin-bottom: 5px;
  color: #E47911;
  font-size: 12px;
}
.menu-white .h5 > a {
  font-size: 15px;
  margin-bottom: 5px;
  color: #E47911;
  font-size: 11px;
}
.menu-white .h6 > a {
  font-size: 15px;
  margin-bottom: 5px;
  color: #E47911;
  font-size: 18px;
}
.menu-white .head {
  font-size: 15px;
  margin-bottom: 5px;
  font-size: 18px;
  color: #E47911;
}

.menu.menu-blue.menu-top {
  width: auto;
}
body #m-menu-button {
    display: none;
}

/*#m-menu-content {
    display: block !important;
}*/

/*menu-left configuration*/
.menu-blue.menu-left li.level1 div.sub {
    left: 100%;
}


.mainDiv{margin:10px 0px;}.fileTitleDiv{float: left;margin-right:20px;}.fileImageDiv{margin-right:10px;float: left;}
@font-face {
    font-family: 'open_sansregular';
    src: url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/opensans-regular-webfont.eot');
    src: url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/opensans-regular-webfont.woff') format('woff'),
         url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'OpenSans-Bold';
  src: url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), 
      url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/OpenSans-Bold.woff') format('woff'), url('http://www.brunnings.com.au/skin/frontend/brunnings/default/css/webandpeople/custommenu/OpenSans-Bold.ttf')  format('truetype'), 
      url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Semibold';
  src: url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), 
      url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/OpenSans-Semibold.woff') format('woff'),
      url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/OpenSans-Semibold.ttf')  format('truetype'), 
      url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
#custommenu {
    position: relative;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    border-radius: 2px;
    height: auto;
    margin: 15px 0 0 0;
}
/*IE7 fix*/
*:first-child+html #custommenu {
    z-index: 998;
}
div.menu {
    float: right;
    padding: 0px 0px 0px 0px;
    margin: 0 0 0 10px;
}
div.menu a:link, div.menu a:visited {
    display: block;
    height: 44px;
    //padding-left: 15px;
    //padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
}
div.menu a span {
    display: block;
    line-height: 44px;
    padding-right: 0px;
    text-align: center;
    font-family: Open Sans;
    font-size: 16px;
    
}
div.menu a span:hover {
    cursor: pointer;
    //color: #00623c;
}
div.wp-custom-menu-popup {
    position: absolute;
    z-index: 1000;
    display: none;
    text-align: left;
    padding: 0px 0px 10px 0px;
    border-top: 0;
    width: 100%;
    margin-top: -1px;
}
div.menu a, div.wp-custom-menu-popup a {
    text-decoration: none;
    display:block;
    cursor: pointer;
    _height: 0;
    height: auto;
    line-height:13px;
}
div.level1 {
    margin-bottom: 5px;
}
div.level2 {
    margin-bottom: 5px;
}
div.block2 {
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}
a.level1:link, a.level1:visited {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 2px;
}
a.level2:link, a.level2:visited {
    padding: 3px 10px;
    border-radius: 2px;
}
/* Clearfix */
div.block2:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] div.block2 {
    display: block;
}
* html div.block2 {
    height: 1%;
}
div.block2 p {
    margin-bottom: 3px;
    line-height: 120%;
    color: #000;
    font-size: 11px;
}
div.block2 p a {
    display: inline;
}
div.block2 a img {
    opacity: .9;
    filter: alpha(opacity=90);
}
div.block2 a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
div.block2 .brand a:hover img {
    -webkit-transition: all 0;
    -moz-transition: all 0;
    -ms-transition: all 0;
    transition: all 0;
}
div.wp-custom-menu-popup hr {
    margin: 0px 0px 10px 0px;
}
/******************************************* COLUMN WIDTH ***************************** */
div.column {
    float: left;
    width: 31%; /* for 3 columns*/
    padding: 0px 1%;
    margin: 0px 0px 0px 0px;
}
/*end COLUMN WIDTH  */

div.itemSubMenu {
    margin-left: 0px;
}
.clearBoth {
    clear:both;
    height: 0;
    overflow: hidden;
}
div.level1 {
    margin-bottom: 0px;
}
/*BG*/
#custommenu {
}
div.wp-custom-menu-popup {
    //background-color: #fbfbfb;
    border: solid 1px #e8e8e8;
    background-color: #e8e8e8;
    //margin-top: 10px;
    margin-top: 7px;
    
}
div.wp-custom-menu-popup .block1{
    background: #ffffff;
    //margin: 10px 10px 0 10px;
    min-height: 267px;
    margin: 15px 15px 5px 15px;
}
div.menu a:link, div.menu a:visited {
}
div.menu a:hover {
    background: #f1f1f1;
}
div.menu a, div.wp-custom-menu-popup a {
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
}
div.menu .brand a, div.wp-custom-menu-popup .brand a {
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    transition: all 0s linear;
}
/*FONTS*/
div.menu {
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    line-height: 0;
    width: 49%;
}
a.level1:link, a.level1:visited {
    text-transform: none;
    font-weight: normal;
}
a.level2:link, a.level2:visited {
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    margin-left: 20px;
}
/*COLOR*/
#custommenu {
    //background-color: #fff;
    background-color: #79b839 none repeat scroll 0 0;
}
div.menu a:link{
  background-color:#79b839;
    color: #FFFFFF;
    text-transform: uppercase;
}
 div.menu a:visited {
    background-color: #fff;
    //background-color:#79b839;
    color: #01623f;
    text-transform: uppercase;
}
a.level1:link, a.level1:visited {
    color: #636363;
}
a.level2:link, a.level2:visited {
    color: #636363;
}
div.menu a:hover,
div.menu.act a,
div.menu.active a {
    //color: #3399cc;
    color: #01623f;
}
a.level1:hover, a.level1.act, a.level1.actParent {
    color: #3399cc;
}
a.level2:hover, a.level2.act, a.level2.actParent {
    color: #3399cc;
}
.block2 table.brand {
    float: left;
}
.block2 .single_menu_product {
    float: left;
    position: relative;
    max-width: 150px;
    overflow: hidden;
    margin-right: 20px;
    margin-left: 0px;
}
/*MOBILE MENU STYLES*/
#menu-button, .parentMenu {
    display: inline-block;
    //border-right: 9px #01633d solid;
}
.parentMenu:first-child{
   //border-right: 9px #01633d solid;
}
html[xmlns] #menu-button, html[xmlns] .parentMenu {
    display: block;
}
* html #menu-button, * html .parentMenu {
    height: 1%;
}
#menu-button:after, .parentMenu:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#custommenu-mobile {
    position:relative;
    margin: 0 auto;
    padding: 0;
    z-index: 999;
}
#menu-button {
    float: none;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    display: none;
}
#menu-button a:link, #menu-button a:visited {
    color: #fff;
    display: block;
    float: left;
    margin-left: 45%;
    position: relative;
    padding: 0px 10px;
}
#menu-button a span:after {
    display: block;
    position: relative;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #dadada;
    margin: 8px 0px 0px 5px;
    float: right;
    opacity: 0.7;
}
#menu-button:hover {
    cursor: pointer;
}
#menu-button:hover a:after {
    opacity: 1;
}
.menu-mobile div.column {
    float:none;
    padding:5px;
    background: #fff;
}
.menu-mobile a.itemMenuName {
    display: block;
    text-align: left;
}
.menu-mobile div.menu-button, .menu-mobile div.menu-mobile {
    float: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    border-bottom: 1px solid #fff;
}
.menu-mobile div.column {
    float: none;
    width: 100%;
    padding: 0px 0;
    margin: 0px 0px 0px 0px;
}
.menu-mobile a.level1:link, .menu-mobile a.level1:visited {
    margin-top: 0px;
    margin-bottom: 0;
    padding: 10px 10px;
    border-radius: 2px;
    color: #000;
}
.menu-mobile a.level2:link, .menu-mobile a.level2:visited {
    padding: 10px 10px;
    border-radius: 2px;
}
.menu-mobile a.level1:link, .menu-mobile a.level1:visited {
    color: #555;
}
.menu-mobile a.level1:hover {
    background-color: #f1f1f1;
}
.menu-mobile .parent {
    background-color: #fff;
}
/*buttons level 01*/
.menu-mobile .parentMenu {
    padding: 0px 0px;
    display: block;
    text-align: left;
    border-bottom: 1px solid #dadada;
}
.menu-mobile .parentMenu a:link,
.menu-mobile .parentMenu a:visited {
    padding: 10px 0px 10px 10px;
    margin-right: 80px;
    color: #636363;
    display: block;
}
.menu-mobile .parentMenu:hover {
    cursor: pointer;
}
.parentMenu {
    position: relative;
    width: 100%;
    //top:-2px;
    height: 44px;
}
.parentMenu a {
    display: block;
}
#menu-button {
    cursor: pointer;
}
.menu-mobile div.level2 {
    margin-bottom: 0;
}
.menu-mobile a:hover {
    text-decoration: none;
}
.menu-mobile.level0 .parentMenu a:link,
.menu-mobile.level0 .parentMenu a:visited {
    text-transform: uppercase;
}
.menu-mobile .parentMenu a.level1:link,
.menu-mobile .parentMenu a.level1:visited,
.menu-mobile .parentMenu a.level2:link,
.menu-mobile .parentMenu a.level2:visited {
    text-transform: none;
}
.menu-mobile .parentMenu a.level1:link,
.menu-mobile .parentMenu a.level1:visited {
    margin-left: 20px;
}
.menu-mobile .parentMenu a.level2:link,
.menu-mobile .parentMenu a.level2:visited {
    margin-left: 40px;
}
.menu-mobile .parentMenu a:hover,
.menu-mobile .parentMenu a.act,
.menu-mobile .parentMenu a.actParent {
    color: #3399cc;
}
#custommenu-mobile .button {
    cursor: pointer;
    position: absolute;
    right: 1%;
    top: 0px;
    display: block;
    width: 80px;
    //height: 38px;
    height: 45px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJxJREFUeNpi/P//PwM66O3tBVF1UNwEwsXFxRjqmBhwg3wgZobSWAE+zcxoNEmaCQKKNDP29PTgkvsAxPxA/BGIBXDZ3A7Ef4D4Pxrmh6rhxyL3E4gbQZqL8AUKDsAG0gfS3AfEf0nU/AuIJ4I0VwIxC8j/aPgjVOFHLHLsQFzDiCeFoQQYqSmMtvGMT/NfNJokzQug9HRcCgACDAC34CnSSWx3zwAAAABJRU5ErkJggg==);
}
#custommenu-mobile .button.open {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE5JREFUeNpi/P//PwO5gImBAjBENbP09vZSZHM7EP8B4v8k4J9A3AjSXATEzCRaygbSB9LcB8R/SdT8C4gnsgCJSigmGTCOpjDSAECAAQBI6RqpQRaDFgAAAABJRU5ErkJggg==);
}
#custommenu-mobile .level1 .button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIxJREFUeNpi/P//PwO5gAWbYG9vL4ZYcXExhhgTAwUAn+YJQAzyUxcuBYwwP2Nx6k8gZgPid0AsjM0L+Gxmg9LMxDob5lTkKOBHEuvCpzmZQBgl4NNcD8SvcWgEiTfhi+c+KGZAcvpHIBbAG9pYEglKaJOaSCqB+BrUK8QnTyxeYCDa2dRIngQBQIABAGG6KfxEmzSnAAAAAElFTkSuQmCC);
}
#custommenu-mobile .level1 .button.open {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpi/P//PwO5gImBAjBwmllgjN7eXqI1FRcXU9/ZE4D4Px7chU9zMgHLEvBprgfi1zg0gsSbsAYYFPRBMVGAcQSmMIo0AwQYAIYUFeQ3G04OAAAAAElFTkSuQmCC);
}
/*BG*/
#custommenu-mobile  .parentMenu:hover a:link, #custommenu-mobile  .parentMenu:hover a:visited, #custommenu-mobile  .parentMenu:hover {
    //background-color: #fff;
    background-color: #fff;
}
#custommenu-mobile .level0 {
    background-color: #ededed;
}
#custommenu-mobile .level1 {
    background-color: #e4e4e4;
}
#custommenu-mobile .level2 {
    background-color: #f1f1f1;
}
#menu41 .parentMenu{
    border-right: none; 
}

.itemMenuName  span img{
float: left;
margin: 0 10px 0 0;
}
.itemMenuName span span {
    line-height: 20px;
}
/**
 * YouAMA.com
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA that is bundled with this package
 * on http://youama.com/freemodule-license.txt.
 *
 *******************************************************************************
 *                          MAGENTO EDITION USAGE NOTICE
 *******************************************************************************
 * This package designed for Magento Community edition. Developer(s) of
 * YouAMA.com does not guarantee correct work of this extension on any other
 * Magento edition except Magento Community edition. YouAMA.com does not
 * provide extension support in case of incorrect edition usage.
 *******************************************************************************
 *                                  DISCLAIMER
 *******************************************************************************
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future.
 *******************************************************************************
 * @category   Youama
 * @package    Youama_Ajaxlogin
 * @copyright  Copyright (c) 2012-2014 YouAMA.com (http://www.youama.com)
 * @license    http://youama.com/freemodule-license.txt
 */
@font-face {
  font-family: 'Archer-Bold';
  src: url('http://www.brunnings.com.au/skin/frontend/base/default/css/youama/fonts/Archer-Bold.eot?#iefix') format('embedded-opentype'), 
       url('http://www.brunnings.com.au/skin/frontend/base/default/css/youama/fonts/Archer-Bold.otf')  format('opentype'),
       url('http://www.brunnings.com.au/skin/frontend/base/default/css/youama/fonts/Archer-Bold.woff') format('woff'), 
       url('http://www.brunnings.com.au/skin/frontend/base/default/css/youama/fonts/Archer-Bold.ttf')  format('truetype'),
       url('http://www.brunnings.com.au/skin/frontend/base/default/css/youama/fonts/Archer-Bold.svg#Archer-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Archer-Book';
  src: url('http://www.brunnings.com.au/skin/frontend/base/default/css/youama/fonts/Archer-Book.eot?#iefix') format('embedded-opentype'),  
      url('http://www.brunnings.com.au/skin/frontend/base/default/css/youama/fonts/Archer-Book.otf')  format('opentype'),
      url('http://www.brunnings.com.au/skin/frontend/base/default/css/youama/fonts/Archer-Book.woff') format('woff'), url('http://www.brunnings.com.au/skin/frontend/base/default/css/youama/ajaxlogin/Archer-Book.ttf')  format('truetype'), 
      url('http://www.brunnings.com.au/skin/frontend/base/default/css/youama/fonts/Archer-Book.svg#Archer-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('http://www.brunnings.com.au/skin/frontend/base/default/css/youama/fonts/opensans-regular-webfont.eot');
    src: url('http://www.brunnings.com.au/skin/frontend/base/default/css/youama/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.brunnings.com.au/skin/frontend/base/default/css/youama/fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('http://www.brunnings.com.au/skin/frontend/base/default/css/youama/fonts/opensans-regular-webfont.woff') format('woff'),
         url('http://www.brunnings.com.au/skin/frontend/base/default/css/youama/fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('http://www.brunnings.com.au/skin/frontend/base/default/css/youama/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#header-account { position:relative; }

.youama-window-outside { position:relative; }
.youama-window-outside .close { cursor:pointer; text-align:center; width: 40px;
    float:right; display: block; color: #636363; text-decoration:none;
    font-weight:normal; font-size:30px; position:absolute;  top:-13px;
    right:-10px;
}

/* Desktop or TV **************************************************************/
@media only screen and (min-width: 771px) {
    #header-account {

        width:241px !important;
    }
    .youama-register-window,
    .youama-login-window { display:none; /*width:350px;*/ width:241px;  z-index:9998; padding:0; }
	#header-account.skip-active { background: #e8e8e8 none repeat scroll 0 0; border: none; display: block; left: 0px;  position: absolute;width: 200px;  z-index: 200;
}
    /*.youama-window-outside { margin:20px;}*/
    .youama-window-outside { margin:0 0 0 20px;}
    .youama-window-box .input-fly input[type="text"],
    .youama-window-box .input-fly input[type="password"] {
        //width:306px;
        border:none;
        width:201px;
        height: 35px !important;
        font-family: 'open_sansregular';
        font-size: 14px;
            
    }

    .youama-forgot-password a { /*text-align:right !important;*/font-family: 'Archer-Book'; font-size: 14px;padding-top: 10px !important; text-align:center !important; color: #333333 !important;}
    .yoauam-switch-window { text-align:center; padding:5px; /*display:inline;*/ }
}
/******************************************************************************/

/* Tablet *********************************************************************/
@media only screen and (max-width: 778px) {   
    .youama-register-window,
    .youama-login-window {
        width:242px;
        padding:10px 30px;
        background: #e8e8e8;
        left: 0;
        position: relative;
        top: -3px;
    }
    
   /* .arrow_top::after, .arrow_top::before{top: -18px;}
	#header-account.skip-active {
	  //background: #fbfbfb none repeat scroll 0 0;
	  //border: 1px solid #cccccc;
	  display: block;
	  left: 0;
	  position: absolute;
	  width: 200px;
	  z-index: 200;
	}
   */
    .arrow_top {
	position: relative;
	//background: #e8e8e8;
        width:16px; height:16px;
        background:url(http://www.brunnings.com.au/skin/frontend/base/default/images/youama/ajaxlogin/loginarrow.png) no-repeat 0% 95%; 
	//border: 4px solid #c2e1f5;
        left:20px;
        top:20px;
}

    .youama-forgot-password a { /*text-align:right !important; */text-align:center !important;  color: #333333 !important;}
    .yoauam-switch-window { text-align:center; padding:5px; display:inline; }
    .youama-window-box .box-contents-button button { 
    background: #333333;
    height: 35px;
    //left: 60px;
    margin: 0;
    position: relative;
    width: auto;
}
.arrow_top{
    //top:10px;
}
}
@media only screen and (max-width: 640px) {
    .youama-register-window,
    .youama-login-window {
        //width:400px; 
        width:242px;
        padding:10px 30px;
        top:-3px;
    }
    .yoauam-switch-window { text-align:center; display:block; padding:0; }
    .youama-forgot-password a { text-align:center !important; color: #333333 !important;}
    .arrow_top{top:20px;}
}
/******************************************************************************/

/* Mobile *********************************************************************/
@media only screen and (max-width: 480px) {
    .youama-register-window,
    .youama-login-window {
      padding:15px;
    }
    .yoauam-switch-window { text-align:center; display:block; padding:0; }
    .youama-window-box .input-fly input[type="text"],
    .youama-window-box .input-fly input[type="password"] {
        width:100%;
    }
    .arrow_top {
	position: relative;
	//background: #e8e8e8;
        width:16px; height:16px;
        background:url(http://www.brunnings.com.au/skin/frontend/base/default/images/youama/ajaxlogin/loginarrow.png) no-repeat 0% 95%; 
	//border: 4px solid #c2e1f5;
        left:20px;
        top:20px;
    }
}
@media only screen and (max-width: 320px) {
.youama-register-window, .youama-login-window { top: -3px; }
}
/******************************************************************************/

.youama-ajaxlogin-loader {
    display:none; position:absolute; top:50%; left:50%; margin-left:-20px;
    margin-top:-15px; height:31px; width:40px; z-index:9999;
    background: url('http://www.brunnings.com.au/skin/frontend/base/default/images/youama/ajaxlogin/loader.gif') no-repeat center center;
}
.youama-window-title h3 { display:inline; margin:0; color:#3399cc; }
.yoauam-switch-window {
    cursor:pointer; color:#3399cc; line-height:33px;
}
.youama-window-box { margin-top:15px; }
.youama-window-subtitle p {
    margin:20px 0 5px 0; width:100%; font-size:14px; font-weight:bold; color:#888;
    border-bottom:1px solid #3399cc;
}
/*.youama-window-box .input-fly { padding:5px 0; width:100% }*/
.youama-window-box .input-fly { padding:0 0 10px 0; width:100% ;}
.youama-window-box .input-fly label { font-size:14px; line-height:26px; }
.youama-window-box .input-fly input[type="text"],
.youama-window-box .input-fly input[type="password"] {
    font-size:14px; padding:3px 3px 3px 12px; height:40px;
    font-family: 'open_sansregular';
    outline: none;
}
.youama-ajaxlogin-error { color:#eb340a; }
.err-licence {  }
.err-newsletter {  }
.youama-window-box label a { display:inline !important; padding:0 !important; }
.youama-window-box .input-fly-checkbox input { margin:7px 7px 0 0; }
.youama-window-box .input-fly-checkbox label { font-size:12px; width:auto; }
.youama-window-box .input-fly .youama-ajaxlogin-error { }
.youama-window-box .input-fly-checkbox .youama-ajaxlogin-error { text-align:left; }
.youama-window-box .box-contents {  }
/*.youama-window-box .box-contents-button { width:100%; margin-top:20px; }*/
.youama-window-box .box-contents-button { width:100%; margin-top:0px; }
.youama-window-box .box-contents-button button { 
    background: #333333;
    height: 35px;
    //left: 60px;
    margin: 0;
    position: relative;
    width: 201px;
}
.youama-window-box .youama-forgot-password { 
    margin-top:10px;
    font-family: 'Archer-Book';
    font-size: 14px;
}
.youama-window-box.last{
    margin-top:5px;
}
.youama-window-box .box-contents-button button{
    font-family: 'Archer-Bold';
    font-size: 14px;
}


/* window */
.ajaxlogin-window { border: 1px solid rgba(0, 0, 0, 0.3); background:#e8e8e8; z-index:999; padding: 10px; position:absolute; text-align:left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.ajaxlogin-window .page-title,
.ajaxlogin-window .page-title span { color:#0A263C; font-size:18px; font-weight: normal; text-align: center;}
.ajaxlogin-window .content { padding:7px; overflow:auto; overflow-x:hidden; }
.ajaxlogin-window label { width:auto; text-align:left; margin-bottom: 0; }
.ajaxlogin-window label em { display:none ;}
.ajaxlogin-window ul li { line-height: normal; }
.ajaxlogin-window ul,
.ajaxlogin-window .form-list { list-style: none; margin: 0; }
.ajaxlogin-window .form-list li { margin-bottom: 10px ;}
.ajaxlogin-window .form-list .input-box { clear:both; }
.ajaxlogin-window .form-list input.input-text,
.ajaxlogin-window .form-list textarea { width:100%; }
.ajaxlogin-window .input-box input { margin: 0;  height: 35px;}
.ajaxlogin-window .input-box .validation-advice { line-height: normal; }
.ajaxlogin-window .close { position:absolute; top:6px; right:6px; width:16px; height:16px; background:url(http://www.brunnings.com.au/skin/frontend/base/default/images/youama/ajaxlogin/cancel_round.png) no-repeat 50% 50%; }
.ajaxlogin-window .close:hover {}
.ajaxlogin-window .progress-indicator { display: block; text-align: center; float:right;}
.ajaxlogin-window .please-wait { position:static; padding:0; background:none; border:none; margin:0; left:auto; top:auto; }
.ajaxlogin-window .buttons-set { margin:0; text-align:center; border-top:0 solid #e4e4e4; padding:7px; }
.ajaxlogin-window .buttons-set a { display: block; }
.ajaxlogin-window .form-list .input-box{ width:auto; }
.ajaxlogin-window .buttons-set .back-link { display: block; margin: 0; padding: 0; text-align: center; }
.ajaxlogin-window .buttons-set .back-link a {  }
.ajaxlogin-window .buttons-set .please-wait
.ajaxlogin-window .actionbar { padding:10px 10px 0; text-align:right; font-weight:bold; }

#ajaxlogin-mask { background: black; opacity:0.4; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter:alpha(opacity=40);
    position:absolute; top:0; left:0; width:100%; height:100%; z-index:990; }
* html #ajaxlogin-mask { position:absolute; }

/* For top arrow*/
 .arrow_top {
	position: relative;
	//background: #e8e8e8;
        width:16px;
        height:16px;
        background:url(http://www.brunnings.com.au/skin/frontend/base/default/images/youama/ajaxlogin/loginarrow.png) no-repeat 0% 0%; 
	//border: 4px solid #c2e1f5;
        left:20px;
        top:-5px;;
}
/* */
/*
.arrow_top:after, .arrow_top:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_top:after {
	//border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #e8e8e8;
        border-width: 8px;
        left: 21px;
        //margin-left: -101px;
        //top: -33px;
}
.arrow_top:before {
	//border-color: rgba(194, 225, 245, 0);
        border-bottom-color: #e8e8e8;
        border-width: 8px;
        left: 21px;
        //margin-left: -101px;
        //top: -33px;
}
*/
.ajaxlogin-forgot:hover {

}

.ymforgotsp{
    font-family: 'Archer-Bold';
    font-size: 24px !important;
    color:#333333 !important;
}
.frogotp{
    font-family: 'open_sansregular';
    font-size: 13px; 
}
.ajaxlogin-window .buttons-set .button{
    background: #333333 none repeat scroll 0 0;
    height: 35px;
    margin: 0;
    position: relative;
    width: 100%;
    font-family: 'Archer-Bold';
    font-size: 14px;
    padding-top: 0;
    line-height: 35px;
}
.youamaforgotmain{
   height: 70px;  
}
#ajaxlogin-forgot-window  .page-title{ background-image: none;}
  
@media only screen and (max-width: 768px) {
    .arrow_top {
	position: relative;
	//background: #e8e8e8;
        width:16px;
        height:16px;
        background:url(http://www.brunnings.com.au/skin/frontend/base/default/images/youama/ajaxlogin/loginarrow.png) no-repeat 0% 0%; 
	//border: 4px solid #c2e1f5;
        left:20px;
        top:0;
}
#header-account{
    height:0 !important;
}
.youama-register-window, .youama-login-window{
    z-index: 99;
}
.youama-window-box .input-fly input[type="text"], .youama-window-box .input-fly input[type="password"]{
    border:none;
}
.ajaxlogin-window .buttons-set {
    border-top: 0 solid #e4e4e4;
    margin: 15px 0 0;
    padding: 7px;
    text-align: center;
}
.ajaxlogin-window{width:40% !important;}
.youama-register-window, .youama-login-window{width:40%;}

.youama-window-box .input-fly input[type="text"], .youama-window-box .input-fly input[type="password"]{
    font-size: 12px;
    height: 30px;
}

.youama-window-box .box-contents-button button{
font-size: 12px;
height:30px;
}
.youama-window-box .youama-forgot-password{font-size: 12px;}
.frogotp{font-size: 11px;}
.ymforgotsp{font-size: 17px !important;}
.ajaxlogin-window .input-box input {
    height: 30px;
    margin: 0;
}
.ajaxlogin-window .buttons-set{margin:0;}
.ajaxlogin-window .buttons-set .button{
 
    font-size: 12px;
    height: 30px;
    line-height: 30px;
   
}
.youama-ajaxlogin-error{font-size: 12px;}

#ajaxlogin-forgot-window{width:80%; margin:0 0 0 15px;}
}

@media only screen and (max-width: 500px) {
.ajaxlogin-window{width:65% !important;}
.youama-register-window, .youama-login-window{width:60%;}
#ajaxlogin-forgot-window{width:80%; margin:0;}
}
@media only screen and (max-width: 667px) {
    #ajaxlogin-forgot-window{width:80%; margin:0;}
}
@media only screen and (max-width: 375px) {
    .ajaxlogin-window{width:75% !important;}
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0 !important; padding: 0; list-style: outside none none !important; }

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'Archer-Bold';
  src: url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Bold.eot?#iefix') format('embedded-opentype'),  
  url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Bold.otf')  format('opentype'),
	     url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Bold.woff') format('woff'), 
		 url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Bold.ttf')  format('truetype'), 
		 url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Bold.svg#Archer-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/opensans-regular-webfont.eot');
    src: url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/opensans-regular-webfont.woff') format('woff'),
         url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;margin-left:0; position: relative; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { /*margin: 0 0 60px;*/margin: 0; background: #fff; /*border: 4px solid #fff;*/ position: relative;/* -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; */ zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0; }
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px -10px 0; position: absolute; top: 50%;  overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { //left: -50px; }
.flex-direction-nav .flex-next { //right: -50px;  background-image:url(http://www.brunnings.com.au/skin/frontend/brunnings/default/images/next.png); width:37px; height:53px; text-indent: -9999px; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav .flex-prev { background-image:url(http://www.brunnings.com.au/skin/frontend/brunnings/default/images/prev.png); display: inline-block; width:37px; height:53px; text-indent: -9999px; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center; display: none;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
  .flex-viewport{ width:100%;}
}
ul.slides h2{color: #ffffff; font-family: Archer-Bold; position: absolute; text-align: center; top: 36%; width: 100%; margin: 0; font-size: 36px;}
ul.slides p{color: #ffffff; font-family: open_sansregular; left: 23%; margin: 0; position: absolute; text-align: center; top: 47%;
width: 55%; background-image:url(http://www.brunnings.com.au/skin/frontend/brunnings/default/images/slider_dec_back.png); padding: 2px 10px; font-size: 16px;}
ul.slides h2 span{background-image:url(http://www.brunnings.com.au/skin/frontend/brunnings/default/images/slider_heade_rback.png); padding: 2px 10px;}

 @media screen and (max-width: 980px) {
ul.slides p {top: 55%;}
}
 @media screen and (max-width: 480px) {
ul.slides h2 {top: 20%;  font-size: 11px;}
ul.slides p {font-size: 9px; top: 35%;}

}
@font-face {
  font-family: 'Archer-Book';
    src:  url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Book.eot?#iefix') format('embedded-opentype'), 
          url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Book.otf')  format('opentype'),
          url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Book.woff') format('woff'),
          url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Book.ttf')  format('truetype'), 
          url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Book.svg#Archer-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Archer-Medium';
  src: url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Medium.eot?#iefix') format('embedded-opentype'),  
  url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Medium.otf')  format('opentype'),
	     url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Medium.woff') format('woff'), 
		 url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Medium.ttf')  format('truetype'), 
		 url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Medium.svg#Archer-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Semibold';
  src: url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), 
       url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/OpenSans-Semibold.woff') format('woff'),
       url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/OpenSans-Semibold.ttf')  format('truetype'), 
       url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/opensans-regular-webfont.eot');
    src: url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/opensans-regular-webfont.woff') format('woff'),
         url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: 'Archer-Semibold';
  src: url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Semibold.eot?#iefix') format('embedded-opentype'), 
      url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Semibold.otf')  format('opentype'),
      url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Semibold.woff') format('woff'), 
      url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Semibold.ttf')  format('truetype'),
      url('http://www.brunnings.com.au/skin/frontend/brunnings/default/fonts/Archer-Semibold.svg#Archer-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.ui-slider-tabs{
	
}
.ui-slider-tabs-list-wrapper{
	position: relative;
	width: 100%;
	font-family: 'Archer-Book';
	margin: 0 0 -1px 0;
	z-index: 50;
        background: #ffffff;
        //min-height: 54px;
}
.ui-slider-tabs-list-wrapper.bottom{
	margin: -1px 0 0 0;
}
.ui-slider-tabs-list-container{
	overflow: hidden;
        margin: 0 !important;
}
.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;
       // min-height: 54px;
	margin: 0;
	//font-size: 13px;
	//font-weight: bold;
        width:91.6px;
	background: #e8e8e8; /* 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: 0 19.3px 0 17px;
        //padding: 0 18px 0 19px;
        //padding: 16px 21px 16px 17px;
	text-decoration: none;
	color: #777777;
	//text-shadow: 0px 1px 0px #fff;
	margin: 0;
        //min-height: 54px;
        background: #e8e8e8;
        text-transform: uppercase;
        font-size: 13px;
        font-family: 'Archer-Semibold';
        line-height: 45px;
        text-align: center;
}
.ui-slider-tabs-list li a:hover{
	color: #777777;
}
.ui-slider-tabs-list li.selected{
	border-bottom-color: #fff;
	border-top-color: #cfcfcf;
        text-align: center;
	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;
        background: #ffffff;
        //border-top:1px solid #e8e8e8;
        //border-left:1px solid #e8e8e8;
        //border-right:1px solid #e8e8e8;
        border-bottom:1px solid #ffffff;
        //margin-top: 5px;
        height:51px !important;
        //padding: 0 18px 0 19px;
}
.ui-slider-tabs-list li:first-of-type{
	//border-left: 1px solid #cfcfcf;
        //padding-left: 15px;
        //padding: 0 23px;
}
.ui-slider-tabs-list li:first-of-type .selected a{ 
    //padding: 0 23px;
}
.ui-slider-tabs-list li:last-child a{
	//border-left: 1px solid #cfcfcf;
       // padding: 0 16px 0 23px;
       //padding: 0 27px 0 28px;
        //padding: 0 33px;
       // padding: 0 25px 0 24px;
}


.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;
}
#mySliderTabs .ui-slider-tabs-list{
    margin-bottom: 0;
    border-bottom: 1px solid #e8e8e8;
    width: 1100px !important;
    background: #e8e8e8;
}
 .ui-slider-tabs-list li:last-child {width:91.4px;}

@media screen and (-webkit-min-device-pixel-ratio:1) {
    .ui-slider-tabs-list li:last-child {width:92.4px;}

}
/*
_::-webkit-full-page-media, _:future, :root .ui-slider-tabs-list li:last-child {width:92px;}
_::-webkit-full-page-media, _:future, :root .ui-slider-tabs-list li a{padding: 0 15px; font-size: 11px;}

*/
@media only screen and (max-width: 800px) {
.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: #333333; /* Old browsers */
	background: -moz-linear-gradient(top,  #333333 0%, #333333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #333333 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #333333 0%,#333333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #333333 0%,#333333 100%); /* IE10+ */
	background: linear-gradient(top,  #333333 0%,#333333 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}
.ui-slider-left-arrow:hover, .ui-slider-right-arrow:hover{
	background: #333333; /* Old browsers */
	background: -moz-linear-gradient(top,  #333333 0%, #333333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #333333 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #333333 0%,#333333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #333333 0%,#333333 100%); /* IE10+ */
	background: linear-gradient(top,  #333333 0%,#333333 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',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('http://www.brunnings.com.au/skin/frontend/brunnings/default/calender/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;
        background: #333333;
}
.ui-slider-right-arrow div{
	background-image: url('http://www.brunnings.com.au/skin/frontend/brunnings/default/calender/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('http://www.brunnings.com.au/skin/frontend/brunnings/default/calender/images/indicator.png');
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 3px;
	cursor: pointer;
}
.ui-slider-tabs-indicator.selected{
	background-image: url('http://www.brunnings.com.au/skin/frontend/brunnings/default/calender/images/indicatorActive.png');
}

.ui-slider-tabs-leftPanelArrow{
	position: absolute;
	left: 0px;
	width: 30px;
	height: 35px;
	background-image: url('http://www.brunnings.com.au/skin/frontend/brunnings/default/calender/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('http://www.brunnings.com.au/skin/frontend/brunnings/default/calender/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;
}

}


/* Calender Main view */

.content {
    height: auto;
    min-height: 100px;
    overflow: hidden;
    transition: all 0.3s linear 0s;
}
.conheader{
   
   cursor:pointer;
}

.collapsed .conheader{
  background-image:url('http://www.brunnings.com.au/skin/frontend/brunnings/default/calender/images/calender-bottom.png');
  //background-position: right center;
  background-position: 98% center;
  background-repeat: no-repeat;
  height: 52px;
}
.calcontainer.collapsed{
   // padding: 0 20px;
}

.clntextleft{
    float: left;
    line-height: 52px;
    font-family: 'Archer-Book';
    font-size: 20px;
    color:#333333;
    height: 52px;
    padding-left: 20px;
}
.clntextright{
    float: right;
    line-height: 52px;
    margin-right: 22px;
    color:#00623e;
    font-family: 'OpenSans-Semibold';
    font-size: 13px;
    height: 52px;
    padding-right: 20px;
}

.calcontent{
  height:auto;
  min-height:100px;
  overflow:hidden;
  transition:all 0.3s linear;
  -webkit-transition:all 0.3s linear;
  -moz-transition:all 0.3s linear;
  -ms-transition:all 0.3s linear;
  -o-transition:all 0.3s linear;
  position: relative;
  width: 100%;
}
.collapsed .calcontent{
  min-height:0px;
  height:0px;
  width: 100%;
}
.btn_colapse {
    bottom: 0;
    position: absolute;
    right: -48px;
    z-index: 18;
    width: 100px;
}
.close-colapse{
   background-image:url('http://www.brunnings.com.au/skin/frontend/brunnings/default/calender/images/calender-close.png');
   background-position: right bottom; 
   background-repeat: no-repeat;
   position: relative;
   right: 30px;
   bottom:15px;
}
@media only screen and (max-width: 425px) {
.clntextright{
    float: right;
    line-height: 52px;
    margin-right: 22px;
    color:#00623e;
    font-family: 'OpenSans-Semibold';
    font-size: 10px;
    height: 52px;
    padding-right: 20px;
    //display: none;
}
.clntextleft{
    float: left;
    line-height: 52px;
    font-family: 'Archer-Book';
    font-size: 14px;
    color:#333333;
    height: 52px;
    padding-left: 20px;
}
}
@media only screen and (max-width: 768px) {
    #mySliderTabs .ui-slider-tabs-list{
     border-bottom:none;
    }
    .ui-slider-tabs-list li a{
      font-family: 'Archer-Semibold';
      font-size:12px;
    }
    .ui-slider-tabs-list-wrapper{
        z-index:auto;
    }
    .clntextright{
        text-indent: -9999px;
    }
    .collapsed .conheader{
        background-position: 95% center;
}
}
@media only screen and (max-width: 1024px) {
    .ui-slider-tabs-list li a{
       padding: 0 10px; 
    }
    .clntextleft{
        font-size:15px;
    }
}

/**
 * @category   Auguria
 * @package    Auguria_Sliders
 * @author     Auguria
 * @license    http://opensource.org/licenses/gpl-3.0.html GNU General Public License version 3 (GPLv3)
 */

/**
 * Global
 */
#auguria-slider {
    margin: 0 auto 15px auto;
    padding: 0px;
    position: relative;
    z-index: 0;
 }

.auguria-slider-container div {
	display:block;
}

#auguria-slider .caption {
    /*background: none repeat scroll 0 0 rgba(10, 38, 60, 0.5);
    border-top: 1px solid #0A263C;
    color: #FFFFFF;
    font-size: 14px;
    left: 0;
    line-height: 14px;
    padding: 5px 20px 0;
    position: absolute;
    text-shadow: none;
    */
    background-image: url("http://www.brunnings.com.au/skin/frontend/base/default/images/auguria/sliders/slider_dec_back.png");
    color: #ffffff;
    font-family: open_sansregular;
    font-size: 16px;
    left: 23%;
    margin: 0;
    padding: 10px 10px 2px 10px;
    position: absolute;
    text-align: center;
    top: 47%;
    width: 55% !important;
    z-index: 500;    
}

ul.pagination {
	float:right;
    list-style: none outside none;
    margin-top: 7px;
}

ul.pagination li {
    float: left;
    list-style: none outside none;
    margin: 0 1px;
}

ul.pagination li a {
    background-image: url("http://www.brunnings.com.au/skin/frontend/base/default/images/auguria/sliders/pagination.png");
    background-position: 0 0;
    display: block;
    float: left;
    height: 0;
    overflow: hidden;
    padding-top: 13px;
    width: 13px;
}

ul.pagination li  a:hover {
    background-position: 0 -26px;
}

ul.pagination li.current a, ul.pagination li.current a:hover {
    background-position: 0 -13px;
}

#auguria-slider .prev {
    /*margin: 7px 7px 0 0;
    float: left;
    z-index: 101;
    width: 13px;
    height: 13px;*/
    z-index: 101;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;

    
}
#auguria-slider .next{
    z-index: 101;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    right:0%;
}
#auguria-slider a.next {
    background-image: url("http://www.brunnings.com.au/skin/frontend/base/default/images/auguria/sliders/next.png");
    height: 53px;
    text-indent: -9999px;
    width: 37px;
}
#auguria-slider a.prev {
    background-image: url("http://www.brunnings.com.au/skin/frontend/base/default/images/auguria/sliders/previous.png");
    display: inline-block;
    height: 53px;
    text-indent: -9999px;
    width: 37px;
}
#auguria-slider a.next:hover{
    background-image: url("http://www.brunnings.com.au/skin/frontend/base/default/images/auguria/sliders/next-hover.png");
    height: 53px;
    text-indent: -9999px;
    width: 37px;
}
#auguria-slider a.prev:hover {
    background-image: url("http://www.brunnings.com.au/skin/frontend/base/default/images/auguria/sliders/previous-hover.png");
    display: inline-block;
    height: 53px;
    text-indent: -9999px;
    width: 37px;
}
#auguria-slider .next span, #auguria-slider .prev span {
    display: none;
}
.slide h2 {
    color: #ffffff;
    font-family: Archer-Bold;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 36%;
    width: 100%;
}
.slide h2 span {
    background-image: url("http://www.brunnings.com.au/skin/frontend/base/default/images/auguria/sliders/slider_heade_rback.png");
    padding: 2px 10px;
}
@media only screen and (max-width: 480px) {
  .slide h2 {
     font-size: 14px;
  }
  #auguria-slider .caption{
      top:52%;
      padding: 5px 10px;
  }
}
@media only screen and (min-width: 500px) {
  .slide h2 {
     font-size: 20px;
  }
}
@media only screen and (min-width: 1020px) {
  .slide h2 {
     font-size: 36px;
  }
}

