@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400);
body {
	background-color: #fff;
	color: #000 /*{font-colour}*/;
	background-image: none /*{background-image}*/;
	background-repeat: repeat /*{background-repeat}*/;
	font-family: 'Lato', sans-serif;
  	font-weight:  400;
}
.company-logo {
	margin:10px 0;
}
.company-logo img {
	margin:0 auto;
	display:block;
}
img {
	max-width:100%;
}
.container {
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	background-color: #fff /*{background-main-colour}*/;
	box-shadow: 0px 0px 0px #fff /*{background-main-shadow}*/;
}
strong {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
a, a:hover {
    font-family: 'Lato', sans-serif;
	color: #0099cc /*{link-colour}*/;
	text-decoration: none;
	font-weight:  400;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'Montserrat', sans-serif;
font-weight: 500;
}
.wrapper-desc h2 {
}
h1,h2 {
	color: #000 /*{header-colour}*/;
}
.muted {
	color: #000 /*{muted-colour}*/;
}
hr {
	margin-top: 20px;
	margin-bottom: 23px;
	border-width: 2px;
	border-color: #e7e7e7;
}
.center {
	text-align: center;
}
p {
    font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight:  400 !important;
}
span {
    font-family: 'Lato', sans-serif;
	font-weight:  400 !important;
}
h1 {
	font-size:40px;
	padding: 0;
	line-height: 50px;
}
h2 {
	font-size:30px;
	margin:15px 0;
	line-height: 40px;
}
h3.muted {
	font-style: italic;
	font-size: 22px;
}
li {
    font-family: 'Lato', sans-serif;
	list-style-type: disc;
	line-height: 24px;
}
.info {
	line-height: 24px;
}
.well {
	border-radius: 0;
	border: none;
	box-shadow: none;
}
.btn {
  border-radius: 0;
}
.btn-default {
	border: 1px solid #e1e1e1;
	box-shadow: inset 0px -4px 0px #ececec;
	background: #fff;
	color: #000;
	font-size: 13px;
	border-radius: 0;
}
	.btn-default:hover,
	.btn-default:focus {
		border: 1px solid #e1e1e1;
		box-shadow: inset 0px -4px 0px #ececec;
		background: #e1e1e1;
		color: #000;
		font-size: 13px;
		text-transform: uppercase;
		border-radius: 0;
	}
.form-control {
	border-radius: 0;
}
::-webkit-input-placeholder {
   color: #000;
   font-weight: 300;
}
:-moz-placeholder { /* Firefox 18- */
    color: #000;
   font-weight: 300;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #000;
   font-weight: 300;
}
:-ms-input-placeholder {
    color: #000;
   font-weight: 300;
}
.categories {
	margin: 10px;
	color: #000 /*{well-text-colour}*/;
	border: 1px solid;
	border-color: #ccc /*{thumb-border-colour}*/;
	padding: 0;
}
.categories .header {
	font-size: 20px;
	line-height: 40px;
	background-color: #e7e7e7 /*{well-header-colour}*/;
	color: #333 /*{well-header-text-colour}*/;
	padding: 10px 20px;
	margin: 0;
}
.categories li {
	list-style: none;
	padding: 10px 20px;
	border-bottom: 1px solid;
	border-color: #ccc /*{well-border-colour}*/;
	background-color: #fff /*{well-colour}*/;
	margin:0;
}
.categories li a {
	color: #000 /*{well-text-colour}*/;
	padding: 0;
}
.categories li:last-child {
	border-bottom: none;
}
.well {
	padding: 10px;
}
.well-small{
	background-color: #fff;
	border-top: 2px solid #c7c7c7;
	border-bottom: 2px solid #c7c7c7;
	margin-top: 0px;
	margin-bottom: 25px;
	font-weight: 300;
	font-size: 20px;
	line-height: 20px;
	padding: 14px 0;
}
.container-upsell > h4 {
	margin-top: 0;
}
.thumbnails > li:last-child > .thumbnail {
	margin-bottom:0;
}
#main-image {
    height: 730px;
}
#main-image .main-image > a {
	display: block;
}
#main-image img {
	float: none;
	margin: 0 auto;
	display:block;
    max-height: 720px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
    cursor: pointer;
}
@media(max-width:767px){
    #main-image {
        max-height: 500px;
    }
    #main-image img {
        max-height: 470px;
    }
}
@media(max-width:500px){
    #main-image  {
        max-height: 400px;
    }
    #main-image img {
        max-height: 370px;
    }
}
.navbar-default {
	margin: 0;
	background-color: none;
	border: none;
}
.navbar{
	padding: 0;
	margin: 0;
	min-height: 0;
}
	.container-fluid{
		/*padding: 0;*/
		/*margin: 0;*/
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
.nav>li>a:hover,
.nav>li>a:focus {
	background-color: none;
	background: none;
	color: #4595c3;
}
.navbar-header,
.navbar-toggle {
	padding: 0;
	margin-top: 0;
	margin-bottom: 5px;
}
.fa-bars {
	color: #fff !important;
}
.navbar-default .container-fluid, .navbar-default .navbar-collapse {
	padding-top: 0;
	padding-bottom: 0;
}
.container-nav{
	background-color: #272727;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.container-nav>div{
	margin: 0;
	padding: 0;
}
	.container-nav ul{
		margin: 0;
		padding: 0;
	}
	.container-nav li{
		display:inline-block;
		margin:0 0 5px 0;
	}
		.container-nav li a{
			color: #fff;
			text-transform: uppercase;
			padding: 0 22px;
			font-size: 11px;
		}
.wrapper-container-header {
	background: #000;
	border-bottom: 19px solid #cfcfcf;
	/*margin-bottom: 20px;
	padding: 0px;*/
	position: relative;
}
.container-header {
	background-color: #000;
	margin-top: 0;
	box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.42);
	padding-top: 5px;
	padding-bottom: 0px;
}
	.top-ban {
		/*margin-top: .3em;
		margin-bottom: .3em;*/
		color: #fff;
		font-size: 23px;
		text-align: right;
	}
	.top-ban .fa{
		margin-right: 0px;
		color: #838383;
		font-size: 23px;
	}
	.top-ban-img {
		margin-top: -20px;
	}
	.top-ban > div .fa-truck { 
	}
	.top-ban > div.top-phone {
		display: block;
		width: 90%;
		float: right;
		text-align: center;
		font-size: 30px;
		padding: 7px 0 5px 0;
		border-bottom: 1px solid #fff;
		border-top: 1px solid #fff;
	}
	.usp-img{
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: center;
	}
	.usp-img li {
		display: inline-block;
		width: 30%;
	}
/*	.usp-img li > img {
		width: 65%;
	} */
	.top-search{
		display: block;
	}
	.top-search > .form-inline{
		background-color: #fff;
		padding: 5px 10px;
		/*margin: 2em auto 0em auto;*/
		margin:20px auto 0;
		float: none !important;
		display: inline-block;
		border: 1px solid #c7c7c7;
	}
		.top-search form input{
			border: none;
			width: 200px;
			height: 35px;
			font-size: 16px;
			line-height: 1.428571429;
			color: #555555;
			background-color: #ffffff;
			background-image: none;
		}
		.top-search form button{
			background-color: #fff;
			color: #838383;
			padding-right: 0;
		}
/*Prod desc*/
#main-image{
	border: 1px solid #e8e8e8;
	margin-bottom:10px;
}
.alt-image {
	margin-bottom: 20px;
}
	.alt-image>a{
		/*width: 23%;*/
		display: inline-block;
		border: 1px solid #e8e8e8;
		margin-right: 4px;
	}
	.alt-image>a:nth-child(4n){
		margin-right:0;
		}
	.alt-image>a>img{
		width:1 00%;
		display: block;
		padding: 0;
		margin: 0;
	}
.prod-title {
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 25px;
	letter-spacing: .5px;
	text-align: center;
}
	.prod-title > a {
		float:left;
		position: relative;
		top: -30px;
	}
	.prod-title img {
		width: 250px;
		height: auto;
		/*margin-right: 18px;*/
	}
	.prod-title > span {
		display: block;
		margin-top: 30px;
	}
.store-price{
	font-size: 50px;
}
	.store-price a {
		font-weight: 300;
		color: #55aada;
		font-size: 24px;
		line-height: 24px;
	}
.btn-bn{
	font-size: 33px;
	color: #000;
	background: #6cb53b;
	box-shadow: inset 0px -7px 0px #5fa033;
	padding: 14px 16px 18px;
	margin-bottom: 25px;
	width: 100%;
	background-color: #6cb53b;
	border-radius: 0;
	color: #000;
	font-size: 33px;
	text-transform: uppercase;
}
.advert-con {
	margin-bottom: 25px;
}
	.advert-con img{
		width: 100%;
		height:auto;
	}
/*description*/
.wrapper-desc {
	font-size: 18px;
}
	.wrapper-desc table {
		font-size: 13px;
	}
	.wrapper-desc h2 {
		font-size: 30px;
	}
		.wrapper-desc strong {
		
		}
.wrapper-desc h2.main-tt {
	margin-bottom: 35px;
	font-size: 30px;
	font-weight: 700;
	border-bottom: 1px solid #d4d4d4;
}
	.wrapper-desc h2.main-tt span {
		color: #000000;
		background-color: #ffffff;
		border: 1px solid #d4d4d4;
		border-bottom-color: transparent;
		cursor: default;
		margin-right: 2px;
		line-height: 1.428571429;
		padding: 18px 45px;
		font-size: 26px;
		font-weight: 300;
		display: inline-block;
		position: relative;
		bottom: -1px;
	}
.main-tt{
	font-size: 26px;
	font-weight: normal !important;
}
/*Thumbs*/
.well-sells{
	background-color: #fff;
}
.thumbnails{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.thumbnail {
	border-color: #ccc /*{thumb-border-colour}*/;
	background-color: #fff /*{thumb-background-colour}*/;
	overflow: hidden;
	padding: 0;
	border-radius: 0;
}
.thumbnail a, .thumbnail {
	color: #000 /*{thumb-text-colour}*/!important;
}
.wrapper-thumbnail {
	list-style-type: none;
}
.thumbnail .caption {
	padding: 12px 20px;
	background: #f6f6f6;
	text-align: left;
	height: 100px;
	overflow: hidden;
}
.thumbnail .caption h3 {
	font-size: 15px;
	line-height: 1.4;
	height: 4em;
	overflow: hidden;
}
.thumbnail .caption h5 {
	margin-top: 0;
}
.image-box > a {
	padding: 10px;
	height: 250px;
	display: block;
}
.image-box > a > img {
	max-height: 300px;
    height:100%;
}
@media (max-width:500px) {
    .image-box > a {
    	height: 145px;
    }
    .image-box > a > img {
    	max-height: none;
        height:auto;
    }
    .wrapper-upsell .thumbnail .caption h5 {
        height: 55px;
    }
}
/*footer*/
.subscription{
	padding: 0 2em;
}
	.subscription h3{
		margin: 0 0 10px 0;
		padding: 0;
		font-size: 24px;
		line-height: 35px;
		/*background: url(../img/newslet_guitar.png) no-repeat left top;*/
		/*padding-left: 53px;*/
		line-height: 50px;
		display: inline-block;
		text-align: center;
		margin: 0px;
		margin-bottom: 24px;
		font-weight: 700;
		color: #336d8e;
		text-transform: uppercase;
	}
	.subscription .btn{
		border-color: #acacac;
		font-weight: 300;
		font-size: 31px;
		text-align: left;
		color: #8c8c8c;
		line-height: 31px;
		padding: 14px 20px 10px 20px;
		border-radius: 0;
		width: 100%;
		-webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.04);
		-moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.04);
		box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.04);
	}
		.subscription .btn .fa {
			margin-left: 10px;
			float: right;
		}
		.subscription .btn:focus,
		.subscription .btn:hover {
			background-color: #2fa8ee;
			color: #fff;
		}
.ftr-copyright {
	background-color: #000;
	color: #fff;
}
	.ftr-copyright>div {
		color: #fff;
		padding: 20px 10px;
	}
	.ftr-copyright>div>.muted {
		color: #fff;
	}
input:focus {outline: none; }
.btn:hover,
.btn:focus {
	background-color: #2fa8ee;
	color: #fff;
}
.top-search form button:hover,
.top-search form button:focus {
	background-color: #fff;
	color: #2fa8ee;
}
.btn-bn:hover,
.btn-bn:focus {
	background-color: #5fa033;
	color: #000;
}
.btn-default:hover,
.btn-default:focus {
	background-color: #e8e8e8;
	border-bottom-color: #e8e8e8;
	color: #000;
}
.wrapper-product-videocontent {
	/*margin-bottom: 25px;*/
}
.product-video,
.productvideo {
	/*position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;*/
}
.product-video iframe,
.product-video object,
.product-video embed,
.productvideo iframe,
.productvideo object,
.productvideo embed  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wrapper-product-videocontent h3,
.side-head {
	font-size: 36px;
	font-weight: 300;
	color: #000;
	margin-bottom: 20px;
}
 @media (min-width: 1200px) {
	.container {
		padding-top: 20px;
		padding-bottom: 20px;
	}
 }
@media (min-width: 992px) and (max-width: 1199px) {
.top-search form {
	margin-top: 5.8em;
}
      .alt-image>a{
		width: 23.7%;
	}
	.usp-img li{
		display: inline-block;
	}
/*	.usp-img li > img {
		width: 160px;
	}*/
	.top-ban > div.top-phone {
		display: block;
		width: 100%;
		font-size: 24px;
	}
	.top-search form input {
		width: 95px;
		font-size: 12px;
	}
 }
@media (min-width: 768px) and (max-width: 991px) {
	.top-ban {
		margin-top: 0em;
	}
	.usp-img li{
		display: inline-block;
	}
/*	.usp-img li > img {
		width: 110px;
	}*/
	.top-ban > div.top-phone {
		display: block;
		width: 100%;
		font-size: 24px;
	}
	.top-search form input {
		width: 95px;
		font-size: 12px;
	}
	.alt-image>a{
		width: 24%;
	}
	.thumbnail .caption {
		border-top: 1px solid #e4e4e4;
	}
	.well .btn-default, .well-small .form-inline .form-control {
		width: 100%;
		display: block;
		margin-top: 5px;
	}
	.container-nav li a{
		padding: 0 7px;
	}
	.container-header{
		padding-bottom: 15px;
	}
}
@media(max-width: 767px) {
.container-nav li{
	display: block;
}
#main-navbar {
	padding-top: 20px;
    display:none;
}
.alt-image>a{
	width: 23%;
}
.top-ban > div.top-phone {
	width: 200px;
}
.top-ban,
.top-search form{
		margin-top: 1em;
		margin-bottom:.5em;
}
.top-ban > div.top-phone {
	width: 100%;
}
.top-ban {
	text-align: center;
}
	.top-ban > div {
		display: block;
		float: none;
		margin: 0 auto 5px auto;
	}
	.navbar-default .container-fluid, .navbar-default .navbar-collapse {
		padding-top: 0;
		padding-bottom: 0;
	}
.prod-title > a {
	float: none;
	display: block;
	margin: 0 auto;
}
.prod-title > span {
	margin-top: 0;
}
.prod-title {
	text-align: center;
	margin-top: 30px;
}
.prod-title img {
	margin: 0 auto 10px auto;
	display: block;
}
.wrapper-product-videocontent h3, .side-head {
	font-size: 30px;
}
.wrapper-thumbnail {
	}
	#main-image a {
		display:block;
	}
	#main-image img {
		display: block;
		margin:0 auto;
		float:none;
	}
	.categories {
		margin:0;
	}
    .store-price a {
    	display: block;
    }
    .thumbnail .caption {
    	border-top: 1px solid #e4e4e4;
    }
    .subscription h3 {
    	font-size: 28px;
    	line-height: 35px;
    }
}
.nav-tabs>li>a {
  line-height: 1.428571429;
  padding: 18px 45px;
  font-size: 26px;
  font-weight: 300;
  color: #000;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.nav-tabs>li>a:hover {
  background: #eeeeee !important;
  border-color: #eeeeee #eeeeee #d4d4d4;
  color: #000000 !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.tab-content .fa-star,
.tab-content .fa-star-o,
.tab-content .fa-star,
.tab-content .fa-star-o,
.nav-tabs .fa-star,
.nav-tabs .fa-star-o  {
  color: #b99800;
}
.videoWrapper {
position: relative;
padding-bottom: 56.25%;
padding-top: 25px;
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (max-width: 767px) {
.nav-tabs>li>a {
  padding: 10px 14px;
  font-size: 16px;
}
}
#shipbox input {
	width: 100%;
}
#shipbox form {
	padding-bottom: 0;
	margin-bottom: 0 !important;
}
#shipbox #ship_cost {
	margin-top: 1em;
}
.btn-calcship {
  	color: #ffffff;
  	background-color: #000000;
  	border-color: #000000;
  	-webkit-border-radius: 0;
	border-radius: 0;
}
.btn-calcship:focus,
.btn-calcship:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.panel-title {
  font-size: 15px;
}
.btn-primary {
  border-radius: 0;
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #000000;
  border-color: #000000;
}
/*#ship_cost .text-muted {
  font-size: 13px;
  margin-top: 3px;
  display: block;
}*/
.wrapper-product-video .wrapper-product-videocontent .productvideo{
	position:relative;
    text-align: center;
}
.wrapper-product-video .wrapper-product-videocontent .productvideo img{
	
	height:auto !important;
}
.wrapper-product-video .wrapper-product-videocontent .productvideo .playbutton{
	position: absolute;
	left: 45%;
	top: 40%;
	font-size: 22px;
	color: #fff;
	line-height: 22px;
	padding: 14px 26px;
	background: rgba(0,0,0,0.80);
	border-radius: 9px;
}
.wrapper-product-video .wrapper-product-videocontent .row-altimg .productvideo .playbutton{
	position: absolute;
	left: 37%;
	top: 37%;
	font-size: 10px;
    color: #fff;
    line-height: 0px;
    padding: 6px 12px;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
}
.wrapper-product-video .wrapper-product-videocontent .productvideo:hover .playbutton, .wrapper-product-video .wrapper-product-videocontent .productvideo:focus .playbutton{
	background:#cc181e;
}
.subvideo{
    
    margin-top: 30px;
    
}
.row-altimg{
    
    text-align: center;
    
}
.row-altimg img{
	border:1px solid #e8e8e8;
}
.row-altimg .product-image-small{
	margin-bottom:26px;
}
.row-altimg .wrapper-alt-img {
	width: 14%;
	float: none;
    display: inline-block;
}
.row-altimg .wrapper-alt-vid {
	width: 20%;
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 26px;
}
@media(max-width:500px) {
    .row-altimg {
        margin: 0 -7.5px;
    }
    .row-altimg .wrapper-alt-img {
        padding: 0 7.5px;
    }
    
    .row-altimg .wrapper-alt-vid {
        padding: 0 7.5px;
    }
}
.productdetails{
	overflow: overlay;
}
.productdetails p, .productdetails span{
    font-size: 18px!important;
}
.nextline{
    margin-bottom: 15px;
}