html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,center,dl,dt,dd,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {font-style: inherit;font-weight: inherit;margin: 0;padding: 0;outline: 0;vertical-align: top;} table {border-collapse: collapse;border-spacing: 0;}

/* Main Layout */
html {height: 100%;}
body { font-family:'Arimo', Helvetica, Sans-Serif;  line-height: 1.7em }
body.contentpane { background:#fff;}
h1,h2,h3,h4,h5,h6 {margin:0; padding:10px 0; font-weight:bold; color:#222222;font-family:'Arimo', Helvetica, sans-serif;}
.componentheading { font-style:italic;font-size:25px; margin:0; padding:0 0 10px 0; color:#1a528c;}
h1 { font-size: 20px;}
h2 { font-size: 18px;}
h3 { font-size: 16px;}
h4 { font-size: 14px;}
.contacts {
	text-decoration: none;
	color: #fff;
	}
.contacts2 {
	text-decoration: none;
	color: #555;
	
}	
a:link, a:visited /*{  color: #181818;}*/
a:hover /*{  color: #555;}*/
ul {margin:0 0 0 0px;}
p {margin-top: 0;margin-bottom: 10px; padding: 0 5px 0 5px;}
blockquote { background:#eee; border:3px solid #ccc; margin:5px; padding:5px; font-size:18px; font-family:Arial, Helvetica, sans-serif; font-style:italic}
element.style { height:auto;}
hr { width:100%; clear:both; border:none; height:2px; background:#eee; margin:0; padding:0;}
.clr {clear: both;}
.container {
    margin: 0 auto;
    max-width: 1200px
}

/* Header */
#header {
    padding: 1% 0;
    background: rgba(255, 255, 255, 0.83);
    box-shadow: 0 0 15px rgba(117, 117, 117, 0.47);
}
#header .inline {
    display: inline-block;
}
#header .inline.logoc {
    max-width: 350px;
    width: 32%
}
.inline.tguser {
    width: 62%;
    padding-top: 2%;
    float: right;
}
.logo {
    max-width: 100%
}


#topimage { margin:0 auto; background: url(../images/bg.png);  }
.custom.ftab.container {
    padding: 2% 0;
}
.custom.ftab.container .perev td {
    text-align: center;
    background: linear-gradient(to right, #333, #000);
    width: calc(33.3% - 3px);
    padding: 5% 0 2% 0;
    border: 0;
    display: inline-block;
    border-right: 1px solid #060606;
    color: #8a8a8a;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
}
.custom.ftab.container .perev strong {
    font-size: 100px;
}
table.tprod td {
    width: calc(46% - 49px);
    display: inline-block;
    background: #fff;
    padding: 1.5% 2%;
    margin: -1px 0;
    border: 2px solid #ddd;
}
table.tprod {
    background: #fff;
}

table.tprod td.tfon {
    width: 75px;
    padding: 1.5% 0;
    border: 2px solid transparent;
    background: #fff url(../images/bg01.jpg) center center no-repeat
}
table.tprod td a {
    text-decoration: none;
    font-size: 21px;
    font-weight: 700;
    padding-left: 42px;
    display: block;
    background: url(../images/bgst.jpg) 0 center no-repeat
}
table.tprod td a:hover {
    background-position: 5px center;
    transition: all 0.5s;
    color: #777
}

#mainhead {
    padding: 0.7% 0;
    background: rgba(33, 33, 33, 0.42);
    color: #fff;
    font-size: 15px;
}
.nhome #mainhead {
   background:  linear-gradient(to right, #252525, #2e689a)
}
.layout-featured #mainhead, .layout-featured #header {
    position: absolute;
    width: 100%;
    z-index: 55
}
.layout-featured #mainhead {
    padding: 10px 0;
    height: 27px;
}

.layout-featured #header {
    top: 47px
}

/* Navigation */

#nav ul {margin:0; padding:0; text-align: center; }
#nav ul li {
    display: inline-block;
    padding: 3px 8px;
    position: relative;
}
#nav ul li a {
    display: block;
    padding: 0 12px 0 12px;
    margin: 0;
    line-height: 32px;
    color: #1d1d1d;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}
#nav ul li.active {}
#nav ul li.active a {}
#nav ul li a:after {
    width: 0;
    content: "";
}

#nav ul li:hover a:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 4px;
    bottom: -4px;
    left: 0;
    background: linear-gradient(to right, #969696, #e4e4e4);
    transition: all 0.5s;
    border-radius: 3px;
}

#nav li ul {
    position: absolute;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    top: 34px;
    width: 212px;
    padding: 10% 0;
    z-index: 100;
    margin-left: -8px;
    background: #ffffff;
    box-shadow: 0 16px 27px #505050;
    border-radius: 3px;
    display: none;
}
#nav li:hover ul {
  display: block;
}

#nav li ul li {
    background: none;
    padding: 0 5px;
    top: 0;
    position: relative;
    border-bottom: 1px solid #ddd;
}
#nav li.active ul li a {
     background: none;
}
#nav li ul li a {
    display: block;
    letter-spacing: normal;
    font-weight: 400;
    font-size: 18px;
    text-transform: none;
    margin: 0;
    line-height: 1.6em;
    padding: 9px;
}
#nav li ul li a:hover { background: #444444; color: #FFFFFF;}
#nav li:hover ul li a:after {
    content: normal;
}

/** Level third and above **/

#nav li ul ul {
	margin: 0 0 0 150px;
    top: 0;

}
#nav li ul ul ul {
	margin: -24px 0 0 113px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* nested under hovered items */
	left: auto;
}

/* Sidebar */
#leftbar-w {padding:0px;width:230px;float:left;}
#addthis {float:center; padding-left: 12px; padding-top: 5px;}
#rightbar-w {margin-right:12px;padding:0px;width:230px;float:right;}
#sidebar {padding:0}
#sidebar .module {padding:6px 0 6px 0; margin:0;}
#sidebar .module-title {font-size:16px;font-weight:100;margin:0;height:24px; line-height:24px; color: #fff; padding:0 0 0 22px; font-family:Tahoma, sans-serif;}
#leftbar-w .module-title {padding: 0 0 0 15px }
#rightbar-w  .module-title {padding: 0 0 0 15px}
#sidebar .module-body p{padding:0; margin:0;}

#sidebar .module .custom {
  padding: 15px;
  background: #D68351; color: #222222;
  line-height: 1.5em
}
#hommod {
    background: #252525;
    color: #a2a2a2;
    font-size: 15px;
    text-align: center;
    padding: 2% 0;
    margin: 1% 0;
}
#hommod h3 {
    color: #b7b7b7;
    font-size: 29px;
    margin-bottom: 2%
}

#hommod .custom {
    margin-top: 2%
}

#sidebar  ul li { margin:0 5px; padding:0;}
#sidebar  ul.nav.menu{margin:5px 0 0 0; padding:0;list-style:none; padding:0; list-style-type:none;}
#sidebar  ul.nav.menu li{ background: #8d7667; /* Old browsers */
background: -moz-linear-gradient(top,  #8d7667 0%, #564238 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8d7667), color-stop(100%,#564238)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #8d7667 0%,#564238 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #8d7667 0%,#564238 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #8d7667 0%,#564238 100%); /* IE10+ */
background: linear-gradient(to bottom,  #8d7667 0%,#564238 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d7667', endColorstr='#564238',GradientType=0 ); /* IE6-9 */
 border-bottom:2px solid #D9844D;}
#sidebar  ul.nav.menu li a {
  display:block;margin:0; color: #FFFFFF; padding:3px 0 3px 15px;font-weight:bold;line-height:35px; text-decoration:none; font-size:15px;}
#sidebar  ul.nav.menu li a:hover { color:#ECC1A6; text-decoration:underline;}
#sidebar  ul.nav.menu li:hover {  background: #7D6759}
#sidebar  ul.nav.menu li.active a{color:#ECC1A6;}
#sidebar  ul.nav.menu li ul {border-top:1px solid #e4e4e4; margin:0;}
#sidebar  ul.nav.menu li ul li {background:none; border:none; margin: 0 0 0 15px;   }
#sidebar  ul.nav.menu li ul li a{ border: 0; color:#999; background: url(../images/arrow2.png) 0% 50% no-repeat;}
#sidebar  ul.nav.menu li ul li a:hover{ border: 0; color:#134E8B; background: url(../images/arrow2.png) 0% 50% no-repeat; }
#sidebar  ul.nav.menu li.active ul li a{color: #6e99c2;}
#sidebar  ul.nav.menu li ul li.active a, #sidebar  ul.nav.menu li.active ul li a:hover{color:#134E8B;}

/* Content */
#main { margin:0px auto 0 auto;position: relative;}
#main-content { clear:both;  background:#fff; position:relative; height:100%; padding: 2% 0;
margin-top: 10px; }

#maincol {position: relative;}
#wrapper { margin:0 auto; width:1000px; padding:0;position: relative;}

#leftcolumn{margin-left:9px;padding:0px;width:205px;float:left;}
#rightcolumn{margin-right:9px;padding:0px;width:205px;float:right;}
#centercontent{width:500px;float:left;margin:5px;padding:0px;overflow:hidden; border:1px solid #e5e5e5; -moz-border-radius: 8px 8px 8px 8px; border-radius:8px;}
#centercontent_md{width: 725px;float:left;margin:0px 5px 0px 5px;padding:5px;overflow:hidden;}

div.clearpad {float:left;padding:0 0px 15px 10px;}
div.clearpad ul {clear: both;}

/* Content styles */
ul.archive li { list-style:none; padding:0 0 0 10px;}
.archive .article-count {color:#999;}
.blog-featured {
    text-align: center;
    color: #555;
    padding: 2% 0
}
.items-leading {position: relative; clear:both; padding: 3px 0px 3px 4px; margin-top:2px;}
.items-row {position: relative;clear:both;}
.item-page { position:relative; background:#fff; color: #555;}
h2.item-page-title {padding: 3px 0px 3px 4px; margin-bottom: 2%;}
h2.item-page-title a{color: #181818;
  font-size: 26px;
  font-weight: normal;}
.item-page-title, .item-page-title a {text-decoration:none; color:#01406a;}
.item-page-title a:hover {}
.buttonheading { position:absolute; top:5px; right:0; padding:10px;}
.buttonheading .edit {float:right;margin:0 5px;}
.buttonheading .print { float:right; margin:0 5px;}
.buttonheading .email {float:right;margin:0 5px;}
.iteminfo {font-size: 12px;overflow:hidden;margin-bottom:5px;display:block;width: 100%; color:#999; padding-left: 5px; line-height: 13px;}
.iteminfo a {color:#999;} .iteminfo a:hover {color:#333;}
.iteminfo .category {}
.iteminfo .sub-category { padding:0 0 0 0px}
.iteminfo .create {}
.iteminfo .modified {}
.iteminfo .published {}
.iteminfo .createdby {font-weight:bold; display:block}
.items-more {clear:both; padding:10px;} h3.items-more { font-size:14px; padding:0; margin:0;}
.items-more ol { margin:0 0 0 30px; padding:0}
th.list-title, th.list-author,th.list-hits,th.list-date  { padding:2px; border-right:1px solid #fff; color:#fff;}
th.list-title a, th.list-author a,th.list-hits a,th.list-date a { color:#fff; font-weight:bold}
td.list-title, td.list-author, td.list-hits, td.list-date { border-bottom:1px dotted #ccc;}
td.list-title { width:50%;}
td.list-author { width:15%; text-align:center;}
td.list-hits { width:5%;text-align:center;}
td.list-date { width:15%;text-align:center;}
.cols-1 {width:100%; clear:both;}
.cols-2 .column-1{width:45%;float:left; margin:4px;}
.cols-2 .column-2{width:45%;float:right; margin:4px;}
.cols-3 .column-1{width:32%;float:left}
.cols-3 .column-2{width:32%;margin-left:1%;float:left;}
.cols-3 .column-3{width:32%;float:right;}
.cols-4 .column-1{width:23%;float:left}
.cols-4 .column-2{width:23%;margin-left:1%;float:left;}
.cols-4 .column-3{width:23%;margin-left:1%;float:left}
.cols-4 .column-4{width:23%;margin-left:0;float:right}
.column-1, .column-2, .column-3, .column-4 { position:relative;margin:0 0 20px 0}

.blog .item {
    padding: 10px;
    margin: 0;
    width: 30%;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    float: none;
}
body.id-106 .pullintr, body.id-107 .pullintr {
   display: none;
}

.pull-left.item-image img, .catitem img {
    width: 100%;
}
.catitem {
    display: inline-block;
    width: 45%;
    margin: 1%;
    text-align: center;
}
/* Contact styles */
th.item-num, th.item-title,th.item-position,th.item-phone,th.item-suburb,th.item-state { padding:2px; border-right:1px solid #fff; color:#fff;}
th.item-num a, th.item-title a,th.item-position a,th.item-phone a,th.item-suburb a,th.item-state a {color:#fff}
td.item-num {width:5%; text-align:center;}
td.item-title {width:25%; text-align:center;}
td.item-position {width:15%;text-align:center;}
td.item-phone {width:15%;text-align:center;}
td.item-suburb {width:15%;text-align:center;}
td.item-state {width:15%;text-align:center;}
.contact label { width:100px;font-weight:bold; float:left}
.contact input { float:left;}
.contact .jicons-icons { float:left; padding:5px 10px 10px 0;}
.contact h3 { font-size:14px;}

.spacer .module {float: left;}
.spacer.w99 .module {width: 100%;}
.spacer.w49 .module {width: 50%;}
.spacer.w33 .module {width: 33.3%;}
.spacer.w24 .module {width: 24.5%;}

.readmore { margin:0; line-height:20px; display: none; }

.item-page .page-header h2 {
    border-bottom: 1px solid #e8e8e8;
    font-size: 28px;
    color: #525252;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 35px
}
.item-page .page-header h2:after {
    content: '';
    position: absolute;
    width: 95px;
    height: 5px;
    bottom: -3px;
    left: 0;
    background: #252525
}

ul.pagenav { display:block;} ul.pagenav li { list-style:none;}
.pagenav-prev { float:left; padding-top: 10px;}
.pagenav-next { float:right; padding-top: 10px;}
.pagination { clear:both;}
span.pagination { background:none;}
.pagination span, .pagination a, ul.pagenav li a {padding: 1px 8px; background: #fff; color: #555; font-weight: bold; font-size: 90%;}
.pagination a, ul.pagenav li a {  font-weight: bold; text-decoration:underline}
.button, .validate { padding: 3px 15px; border: 1px solid #999999; background: #b9b8b8; color: #FFF; font-weight: bold;}
.button:hover,.validate:hover,.pagination a:hover,ul.pagenav li a:hover  {background:#757474;color:#fff;}
.inputbox, input, textarea, select { border:1px solid #c0c0c0; color:#13618d; padding: 5px 10px}
.breadcrumbs { padding:0 0 0 10px; color:#555;}
.searchbox {background: url(../images/search.png) no-repeat ; margin-top: 7px; width: 165px; height: 18px; color:#13618d; -moz-border-radius: 5px; border-radius: 5px;}

/* Footer */

#footer { clear:both; margin:10px 0 0 0; padding:0;}
.footer-pad { width:960px; margin:0 auto; padding: 0;}
#bottom {width:960px; margin:0 auto; padding:5px 0 0 0; background: #555 ; -moz-border-radius-bottomright: 7px; -moz-border-radius-bottomleft: 7px; border-bottom-right-radius: 7px; border-bottom-left-radius: 7px;}
.copy { margin:0; padding:0 0 0 10px;font-size:12px; float:left;color:#ccc}
.copy a {font-size:12px; color:#ccc}
.design {margin:0; text-align:center; float:center; color:#e5e3e3; font-size:9px;padding: 0;width: 290px; margin: 0 auto;}
.design a { text-decoration:none; font-size:9px;color:#e5e3e3; font-weight:bold;padding: 0;}


.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alert,
.alert h4 {
	color: #c09853;
}
.alert h4 {
	margin: 0;
}
.alert .close {
  float: right;
  cursor: pointer;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-success h4 {
	color: #468847;
}
.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
	color: #b94a48;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-info h4 {
	color: #3a87ad;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}


#user-bottom {
  background: #252525;
  padding-top: 3%;
  color: #FFFFFF
}
#botmod {
    background: url(../images/bgf.png);
    padding: 1.5% 0;
    text-align: center;
    font-size: 15px;
    color: #999
}
#botmod a {
    color: #BBBBBB
}

.user1 {
    padding-bottom: 3%;
}
.user1 td {
    text-align: center;
    width: 44%;
    font-size: 18px;
    display: inline-block;
}
td.btdlogo {
    width: 102px;
    background: url(../images/bg.jpg) 0 0 no-repeat;
    background-size: contain;
    height: 102px;
}


#navtoogle {
    display: none;
    text-align: right;
}

@media only screen and (max-width: 1400px)  {
  .container {
      padding: 0 2%;
      max-width: 96%
  }
  .inline.tguser {
    width: 68%;
  }
  #nav ul li {
    padding: 3px 0.2%;
}

}

@media only screen and (max-width: 1000px)  {
 #navtoogle {
     display: block;
 }

.cmn-toggle-switch {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 65px;
  height: 35px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.cmn-toggle-switch:focus {
  outline: none;
}
.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 16px;
  left: 18px;
  right: 18px;
  height: 3px;
  background: #555555;
}

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #555555;
  content: "";
}

.cmn-toggle-switch span::before {
  top: -8px;
}

.cmn-toggle-switch span::after {
  bottom: -8px;
}
.cmn-toggle-switch__htx {
  background-color: transparent;
}

.cmn-toggle-switch__htx span {
  -webkit-transition: background 0 0.3s;
          transition: background 0 0.3s;
}

.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
          transition-delay: 0.3s, 0;
}

.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}

.cmn-toggle-switch__htx.active {
  background-color: #FFF;
}

.cmn-toggle-switch__htx.active span {
  background: none;
}

.cmn-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0, 0.3s;
          transition-delay: 0, 0.3s;
}
span.menutoog div {
      background: #000;
    width: 100%;
    height: 0.125rem;
    margin: 0.25rem auto;
    border-radius: 10px;
    -webkit-transition: 0.3s cubic-bezier(0.28, 0.55, 0.385, 1.65);
    transition: 0.3s cubic-bezier(0.28, 0.55, 0.385, 1.65);
    -webkit-transition-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
    transition-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
    -webkit-transform: 0;
    transform: 0;
    -webkit-transform-origin: center;
    transform-origin: center;

}
.inline.tguser {
    width: 46%;
}
#header .inline.logoc {
    width: 50%;
}
#nav {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 555;
    background: #fff;
    top: auto;
        box-shadow: 5px 5px 30px #ddd;
}
#nav ul {
    margin-left: 5%;
}
#nav ul li {
    display: inline-block;
    padding: 1%;
    position: relative;
    width: 96%;
    text-align: right;
}
#nav ul li:first-child {
    padding-left: 1%;
}
#nav ul li:first-child, .layout-featured #nav ul li:first-child a {
    padding-left: 8px
}

#nav ul li:first-child:after {
    content: '';
}
#nav ul li:hover ul {
    display: none;
}
#mainhead td {
    text-align: left!important;
}

#mainhead td:first-child {
    display: none;
}
.user1 td {
    width: 98%;
}
td.btdlogo {
    height: 75px;
    background-position-x: center;
    margin: 2% 0;
}
.items-row {
    position: relative;
    clear: both;
    display: contents;
}
.blog .item {
    width: 47%;
    padding: 1%;
}
.custom.ftab.container .perev strong {
    font-size: 65px;
}
table.tprod td {
    width: 96%;
 }
    table.tprod td.tfon {
    display: none;
 }
 table {
    width: auto;
}
.item-page td {
    display: block;
    width: 98%!important;
    height: auto;
    padding: 1%;
}
img {
    max-width: 100%;
    height: auto;
}
.item-page iframe {
   max-width: 100%;
}

}

@media only screen and (max-width: 480px)  {
#header .inline.logoc {
    width: 73%;
    padding: 2% 0;
}
.inline.tguser {
    width: 25%;
    padding-top: 5%;
}
.custom.ftab.container .perev strong {
    font-size: 45px;
}
.custom.ftab.container .perev td {
    width: 100%
}
.blog .item {
    width: 98%;
    padding: 1%;
}

}