html,
body {
	margin:0;
	padding:0;
	height:100%;
        font-family: 'Open Sans', sans-serif;
        font-size: 100%;
}
.site-wrapper {
	min-height:100%;
	position:relative;
        width: 1000px;
        margin: 0px auto;
}


h3 { 
    margin: 0.25em 0;
}

h3.top-space { 
    margin-top: 3em;
}
/*header {
	padding:10px;
}*/
header { 
    position: relative;
}

header img { 
    margin-top: 1em;
}
header div { 
    background:url(/images/headerBacking.jpg);
    background-size: cover;
    background-position: center center;
    padding: 0.5em;
    margin: 0;
}

header h1 { 
    font-family: "Arial Narrow", sans-serif;
    color: #FFF;
    font-size: 2.5em;
    margin: 0;
    font-weight: bold;
}

a { 
    text-decoration: none;
}



.content {
	padding-bottom:8.5em; /* Height of the footer element */
}

.content a { 
    color: #db1616;
    font-weight: bold;
}
.content a:hover { 
    cursor: pointer;
}

footer {
    border-top: 1px solid #666;
    width:100%;
    height:8.5em;
    position:absolute;
    bottom:0;
    left:0;
    text-align: center;
    font-size: 0.9em;
}

footer .sml-font { 
    font-size: 0.8em;
}

footer a:link, footer a:visited, footer a:active {
    text-decoration: none;
    color: #666666;
    font-weight: normal;
}

.clearfix:after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}

ul, ol { 
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

li { 
    list-style: none;
}

ul.standard { 
    list-style: circle;
    margin-left: 1em;
}

ol.standard { 
    margin-left: 1em;
}

ul.standard li { 
    list-style: circle;
}

ol.standard li { 
    list-style: decimal;
}




#nav { 
    width: 100%;
    position: relative;
    display: inline-table;
}

#nav ul { 
    position: relative;
    display: table;
    width: 100%;
    margin-top: 0.5em;
}


#nav ul li { 
    display: table-cell;
    text-align: center;
}

#nav ul li:last-child { 
    background: none;
}

#nav ul li a { 
    color: #666;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
}

#nav ul li:hover { 
    background-color: #666;
}
#nav ul li:hover > a { 
    color: #FFF;
}

        
.close-btn {
  display: block;
  width: 2.625em;
  height: 2.25em;
  padding: 0;
  border: 0;
  outline: none;
  background: url("../images/close-btn.png") left center no-repeat;
  background-size: 1.875em 1.875em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mobile-menu, .close-btn, .social { 
    display: none;
}

section.intro-content{
    display: inline-block;
    width: 55%;
        font-size: 0.9em;
        margin-top: 1.5em;
}


section.intro-content h3 { 
    background-color: #CCC;
    padding: 0.5em;
}



section.intro-content div { 
    display: inline-block;
}

section.video-container { 
    vertical-align: top;
    /*padding-top: 1.15em;*/
    width: 44%;
    display: inline-block;
    text-align: right;
    margin-top: 1.6em;
}

.video-wrapper {
    /*margin-top: 1em;*/
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-slider { 
    width: 100%;
    display: inline-block;
    clear: both;
    margin-top: 1em;
}

.product-slider h3 { 
    color: #FFF;
    background-color: navy;
    border-radius: 0 0 1em 1em;
    height: 3em;
    margin: 0;
}

.product-slider li a { 
    border: 1px solid #989898;
    display: block;
    width: 100%;
    border-radius: 0 0 1.25em 1.25em;
}

.product-slider li a img { 
    margin-top: 0.5em;
}

.product-slider li { 
    text-align: center;
    /*border:1px solid #666;*/
    margin: 0 0.5em;
}
.slick-prev:after {
  content: "<";
  color: red;
  font-size: 30px;
}

.slick-next:before {
  content: "<";
  color: red;
  font-size: 30px;
}

.slick-slide img { 
    margin: 0 auto;
}

#australian-agents div div { 
    width: 45%;
    display: inline-block;
    vertical-align: top;
}

.warning { 
    color: red;
    font-weight: bold;
}

.success { 
    color: green;
    font-weight: bold;
}

.smaller { 
    font-size: 0.8em;
}

.contact-us input[type=text], textarea, select { 
    box-sizing: content-box;
    width: 20em;
}
.manufacturing-address { 
    float:right; 
    width:240px;
}

.specs-link-mobile { 
    display: none;
}
