/***********************
*  Site Specific CSS   *
************************/

/* @imports
--------------*/

@import url("http://cdn.myld.com.au/1/css/bootstrap/plugins/font-awesome.css");
@import url("http://cdn.myld.com.au/1/js/plugins/Faq/faq.min.css");
@import url('http://cdn.myld.com.au/1/js/plugins/smartCaptcha/smartCaptcha-v1.0.min.css');

/* @font-faces
--------------*/


body {
    background: #323232 url(http://cdn.myld.com.au/2/148/hvtm-outdoors_5b66fd1098.png) center repeat-y;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #010101;
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: inherit;
    font-weight: bold;
    color: inherit;
    text-rendering: optimizelegibility;
}

/* @general styles
-----------------*/

.container-wrapper {
    width: 940px;
    margin: 0 auto;
}

.nav-bar-holder {
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
}

.no-pad {
    padding: 0;
}

/*--nav bar--*/

.navbar .navbar-nav > .active > a {
    color: #fff;
    background: #4264ab;
}

.navbar-collapse .nav > li > a {
    color: #ccc;
    font-size: 11px;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.nav>li>a:hover, .nav>li>a:focus {
    color: #fff;
    background-color: #222222;
}

.nav>li>a {
    padding: 15px 10px;
    display: block;
}

.navbar-collapse .navbar-nav {
    float: none;
    text-align: center;
    margin-bottom: 0;
}

.navbar-collapse .navbar-nav > li {
    float: none;
}

.navbar-collapse .nav > li {
    display: inline;
}

.navbar-collapse .nav > li > a {
    display: inline-block;
}

/*--nav bar--*/

.set7.inverse .social-media.instagram {
    background-position: -378px -42px;
}

.set7.inverse .social-media.instagram:hover {
    background-position: -378px 0;
}

.socialmedia {
    margin: 9px 0 0 0;
}

.content-wrapper {
    -moz-box-shadow: 0px 0px 25px #000;
    -webkit-box-shadow: 0px 0px 25px #000;
    box-shadow: 0px 0px 25px #000;
    position: relative;
    top: 85px;
    background: #fff;
    margin-bottom: 70px;
}

.credit-cards {
    top: 5px;
    width: 300px;
}

.header {
    position: relative;
}

.feature-image {
    height: 300px;
    overflow: hidden;
    position: relative;
    border-bottom:2px solid #4264ab;
  	margin-bottom:30px;
}

.feature-image img {
    top: 0;
    position: relative;
}

.payment-methods {
    position: absolute;
    right: 10px;
    bottom: 20px;
}

.brand {
    position: absolute;
    left: 0;
    right: 100px;
    top: 0;
    float: left;
    width: auto;
    height: 300px;
}

.intro h1 {
    font-size: 18px;
    color: #666;
    font-style: italic;
    line-height: 22px;
    font-weight: normal;
}

.intro, .page-title {
    text-align: center;
    padding: 20px 0;
    border-top: 2px solid #4264ab;
    border-bottom: 2px solid #4264ab;
    margin: 0 0 30px 0 !important;
    width: 100% !important;
}

.intro-bg {
    background: #fff;
		display:none;
}

p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px!important;
}

/*--nav tab--*/

.pagination a:hover, .pagination .active a {
    background-color: #f5f5f5;
}

.nav-list>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f08239;
}

.nav-tab-margin {
    margin-top: 10px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.nav-list>li>a, .nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav .nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.nav-list>li>a {
    padding: 3px 15px;
}

.nav-list>li>a, .nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    font-size:15px;
}

/*--nav tab--*/

.side-bar-logos {
    float: left;
    width: 100%;
}

.pagination {
    height: 36px;
    margin: 18px 0;
}

.pagination ul {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li {
    display: inline;
}

ul li {
    list-style: none;
}

.pagination a {
    float: left;
    padding: 0 14px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
}

.pagination li:last-child a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.pagination li:first-child a {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.thumbnails {
    margin-left: 0;
}

section.thumbnails article {
    float: left;
    width: 150px;
    margin-right: 16px;
    margin-bottom: 10px;
}

section.thumbnails article a.thumbnail {
    height: 240px;
}

.thumbnail .caption {
    padding: 9px;
    color: #0088cc;
}

h5 {
    font-size: 12px;
}

h5:hover {
    color: #005580;
}

/*--footer--*/

.footer {
    width: 940px;
    margin: 0 auto;
    background: #222222;
    padding-top: 20px;
    padding-bottom: 15px;
}

.f-logo {
    text-align: center;
}

.f-inner {
    padding: 20px;
}

.new-footer-logo{
  background: url(http://cdn.myld.com.au/2/1481/hvtm-outdoors_ba1ce279bf.png);
    background-position: 0;
    background-size: cover;
    height: 187px;
}

#ld_branding_link {
    margin-top: 60px;
    display: block;
    float:right;
}

.footer p {
    color: #ffffff;
}

.carousel {
    position: relative;
    line-height: 1;
}

.footer .carousel-control {
    left: -15px;
    background: url('http://cdn.myld.com.au/2/148/web_hvtm-outdoors_2780bc65db.png');
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    top: 40%;
    width: 30px;
    height: 30px;
    line-height: 20px;
    opacity:0;
    filter:alpha(opacity=0);
}

.carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.footer .carousel:hover .carousel-control {
    opacity: 0.8;
    filter:alpha(opacity=80);
}

.carousel-control:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.footer .carousel-control.right {
    left: auto;
    right: -15px;
}

.footer .carousel .item {
    height: 100px;
}

#payments {
    margin-top: -15px;
    width: 200px;
}

.footer .logos table td {
    padding: 0 30px !important;
}

.footer-nav li {
    float: left;
    font-size: 9px;
    color: #fff;
}

.footer-nav li a {
    color: #fff;
    border-right: 1px solid rgb(255, 255, 255);
    padding: 2px 8px 2px 9px;
    text-align: center;
    line-height: 6px;
}

.pad-lr {
    padding-left: 0;
    padding-right: 15px;
}

.footer-btm {
    border: none;
    font-size: 10px;
    color: #666;
    text-align: center;
    position: relative;
    bottom: -50px;
}

.copy {
    background: none repeat scroll 0 0 #1A1A1A;
    margin-top: 20px;
    padding: 12px 0;
}

/*--footer--*/

/*--about us--*/

ul.normal {
    margin-left: 20px;
    font-size: 13px;
}

ul.normal li {
    list-style: inherit;
}

ul, ol {
    padding: 0;
    margin: 0 0 9px 25px;
}

h3 {
    font-size: 18px;
    line-height: 27px;
}

address b {
    color: #f08239;
}

address {
    display: block;
    margin-bottom: 18px;
    font-style: normal;
    line-height: 18px;
    font-size: 13px;
}

.about-row {
    padding-top: 5px;
    padding-bottom: 35px;
    padding-left: 5px;
}

/*--about us--*/

/*--products--*/

.tabs-left>.nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-below>.nav-tabs, .tabs-right>.nav-tabs, .tabs-left>.nav-tabs {
    border-bottom: 0;
}

.nav {
    margin-left: 0;
    margin-bottom: 18px;
    list-style: none;
}

.tabs-left>.nav-tabs>li, .tabs-right>.nav-tabs>li {
    float: none;
}

.nav-tabs>li {
    margin-bottom: -1px;
}

.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover {
    background: #4264ab;
    color: #fff;
}

.tabs-left>.nav-tabs .active>a, .tabs-left>.nav-tabs .active>a:hover {
    border-color: #ddd transparent #ddd #ddd;
}

.tabs-left > .nav-tabs > li > a {
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    padding: 25px 5px;
}

.tabs-left>.nav-tabs>li>a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-left>.nav-tabs>li>a, .tabs-right>.nav-tabs>li>a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.nav-tabs>.active>a, .nav-tabs>.active>a:hover {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 18px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.alert-info {
    background-color: #f08239;
    border-color: #f08239;
    color: rgb(255, 255, 255);
    text-shadow: none;
    font-size: 20px;
    padding: 10px 15px;
    cursor: pointer;
}

.tab-content {
    overflow: auto;
}

h6 {
    font-size: 14px;
    color: #f08239;
    text-transform: uppercase;
}

h4 {
    font-size: 14px;
    color: #4264ab;
    margin-bottom: 10px;
    border-top: 2px solid;
    border-bottom: 2px solid #f08339;
    padding: 5px 0;
}

ul {
    margin-left: 0;
}

/*--products--*/

/*--faqs--*/

.tabs-left > .nav-tabs > li > a:hover {
    background: #4264ab;
    color: #fff;
}

/*--faqs--*/

/*--contact us--*/

#map-canvas {
    height: 485px;
}

label small {
    color: red;
}

.contact-margin {
    margin-top: 35px;
}

.btn-warning {
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -ms-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(top, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/*--contact us--*/

/* @media queries
-----------------*/

@media (max-width: 768px) {
    
#logo img {
    margin: 0;
}
    
.container-wrapper {
    width: auto;
}
    
.content-wrapper {
    -moz-box-shadow: 0px 0px 25px transparent;
    -webkit-box-shadow: 0px 0px 25px transparent;
    box-shadow: 0px 0px 25px transparent;
    margin-bottom: 0;
    top: 0;
}

.tabs-left>.nav-tabs {
    width: 100%;
}
    
.tab-content {
    width: 100%;
}
    
section.thumbnails article {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
}
    
#logo {
    display: none;
}
    
.sidebar-logo-img {
    float: left;
    width: 50%;
    margin-bottom: 10px;
}
    
.tabs-left>.nav-tabs {
    float: none;
    width: 100%;
}

#shop .thumbnails li.span2{
  width:95%!important;
}
    
}

@media (max-width: 991px) { 
	.content-wrapper {
		top:0;
	}
}

@media only screen  
and (max-device-width : 736px) {
    
#logo img {
    margin: 0;
}
    
.container-wrapper {
    width: auto;
}
    
.content-wrapper {
    -moz-box-shadow: 0px 0px 25px transparent;
    -webkit-box-shadow: 0px 0px 25px transparent;
    box-shadow: 0px 0px 25px transparent;
    margin-bottom: 0;
    top: 0;
}

.tabs-left>.nav-tabs {
    width: 100%;
}
    
.tab-content {
    width: 100%;
}
    
section.thumbnails article {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
}
    
#logo {
    display: none;
}
    
.sidebar-logo-img {
    float: left;
    width: 50%;
    margin-bottom: 10px;
}
    
.tabs-left>.nav-tabs {
    float: none;
    width: 100%;
}  

#shop .thumbnails li.span2{
  width:95%!important;
}


}

/* iPhone */

@media only screen  
and (max-device-width : 568px) { 

.feature-image {
    display: block;
}
    
#logo {
    display: none;
}
#shop .thumbnails li.span2{
  width:95%!important;
}
    
}
    
@media (max-width: 480px) {
    
}

@media (max-width: 1200px) {
    
}

/* small desktop */
@media (min-width: 992px) and (max-width: 1199px) {
    
}


/* iPads (landscape) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    
}

/* iPads (portrait) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {



#logo img {
    margin: 0;
}
    
.container-wrapper {
    width: auto;
}
    
.content-wrapper {
    -moz-box-shadow: 0px 0px 25px transparent;
    -webkit-box-shadow: 0px 0px 25px transparent;
    box-shadow: 0px 0px 25px transparent;
    margin-bottom: 0;
    top: 0;
}
    
.tabs-left>.nav-tabs {
    width: 100%;
}
    
.tab-content {
    width: 100%;
}
    
section.thumbnails article {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
}
    
#logo {
    display: none;
}
    
.sidebar-logo-img {
    float: left;
    width: 50%;
    margin-bottom: 10px;
}
    
.tabs-left>.nav-tabs {
    float: none;
    width: 100%;
}

#shop .thumbnails li.span2{
  width:95%!important;
}

#shopJson {
  height: 0px;
  width: 0px;
  overflow: hidden;
  opacity: 0;
}
}



@media (max-width: 767px){
  #shop .thumbnails [class*="span"] {
    width: 95%important;
}


.feature-image > img {
	top:0 !important;
	width:auto !important;
	max-width:none;
	height:100%;
}


.brand img {
	top:0 !important;
	width:auto !important;
	max-width:none !important;
	height:100% !important;
}

.brand h2 {
	display:none !important;
}
}

#logo {
	display:none !important;
}

#slider {
	display:block !important;
}