

/********************HEADER************************/

.drawer--top.drawer-open #header .drawer-nav {
  top: 61px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
}
.checkbox-inline:first-child {
  padding-left: 0;
}
#header {
  width: 100%;
  background:#fff; /*#f2eae0;*/
  height: 60px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 9999;
}



#header .header-container {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
#header .logo img {
  height: 55px;
}
#header .drawer-hamburger {
  width: 3rem;
  position: relative;
  float: right;
}
#header .drawer-menu {
  list-style: none;
}
#header .drawer-menu li a {
  display: block;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0px;
  font-weight: 400;
  padding: 15px;
  text-decoration: none;
  text-align: center;
}
#header .drawer-menu li a:hover,
#header .drawer-menu li a:active,
#header .drawer-menu li a:focus {
  text-decoration: none;
}

#header input {
  color: #444;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 14px;
}
#header ::-webkit-input-placeholder {
  color: #a9a9a9;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 14px;
  text-shadow: 0 0 5px rgba(0,0,0,0.03);
}
#header :-moz-placeholder {
  color: #a9a9a9;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 14px;
  text-shadow: 0 0 5px rgba(0,0,0,0.03);
}
#header ::-moz-placeholder {
  color: #a9a9a9;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 14px;
  text-shadow: 0 0 5px rgba(0,0,0,0.03);
}
#header :-ms-input-placeholder {
  color: #a9a9a9;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 14px;
  text-shadow: 0 0 5px rgba(0,0,0,0.03);
}
#header .search {
  padding: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#header .search input {
  background-color: #F7F5F2;
  padding: 8px 11px;
  border: none;
  float: left;
  width: 85%;
  height: 44px;
}
#header .search a {
  float: left;
  width: 15%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
#header .search a i.fa-search {
  font-size: 2em;
  padding: 7px;
  color: #999;
}


@media (min-width: 768px){
  #header .header-container {
    width: 750px;
  }
  .drawer--top.drawer-open #header .drawer-nav {
    top: 81px;
  }
  #header {
    height: 80px;
  }
  #header .logo img {
    height: 72px;
  }
  #header .drawer-hamburger {
    margin-top: 10px;
  }
}
@media (min-width: 992px){
  #header .header-container {
    width: 970px;
  }
  .drawer--top .drawer-nav {
    top: auto;
    left: auto;
    width: auto;
  }
  #header .navbar-inverse .navbar-nav a {
    padding-left: 13px;
    padding-right: 13px;
  }
  #header .drawer-nav {
    background: none;
    position: inherit;
  }
  #header .drawer-nav .drawer-menu {
    background: none;
  }
  #header .drawer-toggle {
    display: none;
  }
  #header .logo {
    float: left;
  }
  #header .search {
    float: right;
    margin-top: 19px;
    padding: 0;
    border-top: none;
  }
  #header .search input {
    width: 155px;
    height: 40px;
  }
  #header .search a {
    float: left;
    width: auto;
    padding: 1px 5px 5px 15px;
    background: none;
    border: none;
  }
  #header .search a i.fa-search {
    font-size: 18px;
  }
  #header .drawer-menu {
    margin: 8px 0 0 63px;
    float: left;
  }
  #header .drawer-menu li {
    float: left;
  }
  #header .drawer-menu li a {
    padding: 18px 8px 29px 8px;
    margin-right: 5px;
    color: #241912;
  }
  #header .drawer-menu li a:hover,
  #header .drawer-menu li.active a {
    background: none;
    color: #241912;
    border-bottom: 5px solid #403629;
  }
}
@media (min-width: 1200px){
  #header .header-container {
    width: 1147px;
  }
  #header .drawer-menu {
    margin: 8px 0 0 105px;
  }
  #header .search input {
    width: 186px;
  }
  #header .drawer-menu li a {
    padding: 18px 13px 29px 13px;
    letter-spacing: 1px;
  }

}
@media (min-width: 1366px){
  #header .header-container {
    width: 1247px;
  }
  #header .drawer-menu {
    margin: 8px 0 0 60px;
  }
  #header .drawer-menu li a {
    padding: 18px 15px 29px 15px;
    letter-spacing: 1px;
  }

}

/********************HEADER************************/


body {
  font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
  font-style: normal;
}
.popover-example .popover {
  position: relative;
  display: block;
  margin: 20px;
  background-color: rgba(48,47,46,0.8);
  border-radius: 0;
  color: #fff;
}
.popover-example {
  position: absolute;
  top: 301px;
  right: 10%;
}
.po-ab {
  position: absolute;
  top: -115px;
  left: -25px;
}
.bott-back-no{
  background-color: transparent;
  border: none;
}
.border-div{
  border: 1px solid silver;
  padding: 5px 12px;
}
.ent-lo{
  background-color: #181818 !important;
  width: 400px;
  color: #fff;
}
.map-list-inner{
  height: 430px;
  overflow: scroll;
}
.map-list-inner li.active{
  background-color: #f6f6f6;
}
.enter-loca-li{
  position: relative;
}
.map-list {
  padding-top: 4px;
  background-color: #fff;
  position: absolute;
  width: 400px;
  top: 50px;
}
.map-list-inner li{
  font-size: 15px;
  padding: 10px 10px;
  border-bottom: 1px solid silver;
  width: 100%;
}
.map-list-inner li:last-child{
  border: none;
}
.sam-fo-si{
  font-size: 12px;
  color: #959595;
}
.bor-ri{
  border-right: 1px solid silver;
}
.dis-inline{
  display: inline-block;
}
.gm-style-mtc{
  display: none;
}
.gmnoprint{
  /*display: none !important;*/
}
.cont-us{
  margin-top: 14px !important;
}
.amps-caro-cont{
  top: -75px !important;
}
/*menu css*/
.dropdown-submenu {
  position:relative;
}
.dropdown-submenu>.dropdown-menu {
  top:0;
  left:100%;
  margin-top:-6px;
  margin-left:-1px;
  -webkit-border-radius:0 6px 6px 6px;
  -moz-border-radius:0 6px 6px 6px;
  border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
  display:block;
}
.dropdown-submenu>a:after {
  display:block;
  content:" ";
  float:right;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
  border-width:5px 0 5px 5px;
  border-left-color:#cccccc;
  margin-top:5px;
  margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
  border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
  float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
  left:-100%;
  margin-left:10px;
  -webkit-border-radius:6px 0 6px 6px;
  -moz-border-radius:6px 0 6px 6px;
  border-radius:6px 0 6px 6px;
}
/*menu css end*/
.clearfix{
  overflow: hidden;
  clear: both;
  margin: 0 auto;
}
.mrb32{ margin-bottom:32px;}
.mrt100{margin-top:100px;}
.mrt20{margin-top:20px;}
.mrt50{margin-top:50px;}
.mrr10{margin-right:10px;}
.fl{ float:left;}
.fr{ float:right;}

#myCarousel .container{
  position:relative;
  height:100%
}
.carousel-control .glyphicon-chevron-left{
  padding:3px 5px 0 0
}
.carousel-control .glyphicon-chevron-right{
  padding:3px 0 0 5px
}
.carousel-caption{
    left: 50%;
    right: 0px;
    bottom: 0px;
}
.carousel-caption h3{
	font-family: "Gotham Cond A", "Gotham Cond B", sans-serif;
	line-height: 44px;
	font-size: 49px;
	color:#fff;
	text-transform:uppercase;
	text-align:right;
	font-weight: 700;
	margin-bottom: 0;
	letter-spacing: 1px;
    text-shadow: none;
}
.carousel-caption h3.text-default {
  color:#000;
}
.amps-caro-cont{
  background-image: none !important;
}
.amps-caro-cont:hover {
  background-image: none !important;
}
.carousel-caption p {
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
	line-height:20px;
	text-align:right;
	margin-bottom: 5px;
	font-weight: 300 !important;
	letter-spacing: 4px;
    text-shadow: none;
}
.carousel-caption p.text-default {
  color:#000;
}
.carousel-caption a {
  text-align: center;
  /*color: #fff;*/
  /* background:rgba(0, 0, 0, 0.2); */
  float: right;
  text-transform: uppercase;
  margin-top: 10px;
}

.carousel-caption a:hover{
  text-decoration:none;
}
.carousel-control{
  width:80px;
}
/*.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{ margin:0;}*/
.sociallinks{
  border-right:1px solid #615e5a;
  height:30px;
  display: inline-block;
  margin-top: 9px;
  padding-top: 4px;
}
.sociallinks a{
  background: url(../../assets/images/mm-top-nav-sm.png) no-repeat;
  width:25px;
  height:26px;
  display:inline-block;
  float:left;
  margin-right:8px;
  font-size:0;
}
.sociallinks a:first-child{
  background-position:0 0;
}
.sociallinks a:first-child:hover{
  background-position:0 bottom;
}
.sociallinks a:nth-child(2){
  background-position:-29px 0;
}
.sociallinks a:nth-child(2):hover{
  background-position:-29px bottom;
}
.sociallinks a:nth-child(3){
  background-position:-59px 0;
}
.sociallinks a:nth-child(3):hover{
  background-position:-59px bottom;
}
.sociallinks a:nth-child(4){
  background-position: -90px 0;
}
.sociallinks a:nth-child(4):hover{
  background-position:-90px bottom;
}
.sociallinks a:nth-child(5){
  background-position: -123px 0;
}
.sociallinks a:nth-child(5):hover{
  background-position:-123px bottom;
}
.sociallinks a:nth-child(6){
  background-position: -156px 0;
}
.sociallinks a:nth-child(6):hover{
  background-position:-156px bottom;
}
.sociallinks a:nth-child(7){
  background-position: -191px 0;
  width: 28px;
}
.sociallinks a:nth-child(7):hover{
  background-position:-191px bottom;
}
.search{
  display:inline-block;
  padding-left:7px;
  margin-top: 6px;
}
.search a{ float:left; }
.sform input[type=text] {
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 34px;
  width: 85%;
}
.familylegacy{
  width:100%;
  float:left;
  background:#fff;
  text-align:center;
  color:#000;
  font-size:16px;
  padding:40px 0 20px 0;
}
/*.familylegacy h2{
  font-size:54px;
  line-height:60px;
  text-transform:uppercase;
  position:relative;
  background: url(../images/sm-ribbon.png) no-repeat center bottom, url(../images/line.jpg) repeat-x left 93% ;
  padding-bottom:50px;
  margin-bottom:20px;
}*/
.newproduct h2.featured-products-heading {
	font-family: "Gotham Cond A", "Gotham Cond B", sans-serif;
	margin-bottom: 0px;
	font-weight: 700;

}
.familylegacy h2 span{
  display:block;
  font-size:21px;
  line-height:20px;
  color:#a58e60;
  font-weight:normal;
}
.familylegacy a{
  color:#a58e60;
  text-decoration:underline;
  padding:8px 10px;
  border-radius:10px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;}
.familylegacy a:hover{
  color:#fff;
  text-decoration:none;
  border-radius:3px;
  background:#a58e60
}
.newproduct p{
  margin-bottom:40px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
.newproduct{
  background: url(../images/new-products-background.jpg) no-repeat center top cover fixed;
  padding:110px 0;
  width:100%;
  float:left;
}
.newproduct img {
  max-width: 100%;
}
.newproduct h2{
  font-weight:300;
  text-transform:uppercase;
  font-size:40px;
  color:#000000;
  text-align:center;
  margin-bottom:50px;
}
.newproduct .product {
  position: relative;
  padding: 0px;
}

.newproduct .productname{
  position:absolute;
  left:15px;
  bottom:70px;
  color:#fff;
  font-size:17px;
  line-height:22px;
  text-transform:uppercase;
  padding:10px;
}
.newproduct .productlink {
  position: absolute;
  left: 3px;
  top: 7px;
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
  padding: 6px 10px;
  background: #131820 none repeat scroll 0 0;
  border-radius: 5px;
  border: 1px solid #FFF;
}

.newproduct {
  padding: 0;
}

.readytojoin{
  overflow: hidden;
  position: relative;
  width:100%;
  float:left;
  background: url(../images/join-the-family-example.jpg) no-repeat;background-size: cover;
  min-height:800px;
}
.readytojoin h2{
  font-size:54px;
  line-height:60px;
  text-transform:uppercase;
  text-align:center;
  padding-bottom:15px;
  margin-bottom:20px;
}
.readyjoinBpannel{
  position: absolute;
  bottom: 0;
  padding:0px;
  margin: 0 auto;
  width: 100%;
}
.readyjoinLeft{
  background:rgba(88,78,64,0.5);
  padding-top: 30px;
  padding-bottom:30px;
  min-height: 190px;
  position: relative;
  text-align:center;
}
.readyjoinhead{
  color:#fff;
  text-transform:uppercase;
  margin-top: 20px;
  margin-bottom: 12px;
}
.readyjoinLeft h4{
  font-size:35px;
  color:#fff;
  text-align:center;
  font-weight:600;
}
.readyjoinLeft h4 span{
  display:block;
  font-weight: 300;
  font-size:19px;
}
.readyjoinRight{
  background: rgba(255, 255, 255, 0.5);
  width:50%;
  min-height: 190px;
  position: relative;
  float:left;
  padding-top: 30px;
  padding-bottom:30px;
  text-align:center;
}
.readyjoinRight h4{
  font-weight: 600;
  font-size:35px;
  color:#584e40;
  text-align:center;
  margin:14px 0 35px 0;
}
.readyjoinRight h4 span{
  display:block;
  font-weight: 300;
  font-size:19px;
}
/*history*/
.hostroyWrapper{
  width:100%;
  float:left;
  background: url(../images/brief-history-xlrg.jpg) no-repeat center top;
  min-height:400px;
}
.hostroyWrapper h4{
  width:25%;
  font-size:35px;
  line-height:60px;
  text-transform:uppercase;
  text-align:left;
  font-weight: 600;
  color:#fff;
  margin-top:54px;
}
/*All About*/
.allAbout{
  margin:0;
  padding:0px;
}
.allAbout h4{
  width:100%;
  font-size:35px;
  line-height:83px;
  text-transform:uppercase;
  font-weight: 600;
  color:#000;
  text-align:center;
  margin:10px 0;
  padding:0px;
}
.guitter1{
  padding-left: 0;
  background-size: 100%;
  position: relative;
}
.guitter2{
  padding-right: 0;
  background-size: 100%;
  position: relative;
}
.guitter3{
  padding: 0;
  position: relative;
  background-size: 100%;
}
.guitter4{
  background:url(../images/hm-details-made-in-slo.png) no-repeat left top;
  height:270px;
}
.guitter5{
  background:url(../images/hm-details-locking-machines.jpg) no-repeat left top;
  height:270px;
}
.guitter6{
  background:url(../images/hm-details-neck-heal.jpg) no-repeat left top;
  height:270px;
}
.guitterBox{
  margin-right:10px;
}
.guitterBox:last-child{
  margin-right:0px;
}
.guitterHeading{
  font-size:45px;
  width:50%;
  text-transform:uppercase;
  text-align:left;
  font-weight: 600;
  color:#fff;
  line-height:49px;
  margin-top: 20px;
}
.guitterHeading2
{font-size:43px;
  width:65%;
  text-transform:uppercase;
  text-align:left;
  font-weight: 600;
  color:#000;
  line-height:49px;
  margin:29px 10px 0 0;
}
.guitterHeading3{
  font-size:25px;
  padding-top: 20px;
  width:70%;
  text-transform:uppercase;
  text-align:left;
  font-weight: 600;
  color:#fff;
  line-height:35px;
  margin:10px 0 0 10px;
}
.guitterPara{
  font-size:19px;
  text-align:left;
  font-weight: 300;
  color:#fff;
  line-height:22px;
}
.guitterPara3{
  font-weight: 300;
  color:#000;
}
.left-guit-img img{
  width: 100%;
}
.guitter1Para1{
  width: 85%;
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
}
.guitter1Para2{
  width:52%;
  position: absolute;
  top: 200px;
  right: 20px;
}
.guitterHeading.posi1{
  position: absolute;
  top: 5px;
  left: 25px;
}
.guitterHeading.posi2{
  position: absolute;
  top: 5px;
  right: 36px;
}
/*social Media*/
.socialMedia{
  padding:65px 0 0;
  background:#f9f5ef;
  overflow:hidden;
}
.socialMedia h4{
  width:100%;
  font-size:40px;
  text-transform:uppercase;
  font-weight: 300;
  color:#000;
  margin-top:0px;
  text-align:center;
  margin-bottom:30px;
}
#photos {
  /* Prevent vertical gaps */
  line-height: 0;
  -webkit-column-count: 4;
  -webkit-column-gap:   10px;
  -moz-column-count:    4;
  -moz-column-gap:      10px;
  column-count:         4;
  column-gap:           10px;
}
#photos span img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
  margin-top:5px;
}
.social{
  background:url(../images/socialBG.png) repeat;
  width:144px;
  height:28px;
  position:absolute;
  top:-110px;
  left:-15px;
  z-index:100;
}
.imgs-main{
  width: 100%;
  margin: 0 auto;
  padding-left: 10px;
}
.imgs1{
  width: 21.72%;
  float: left;
  padding-right: 10px;
}
.imgs2{
  width: 19%;
  float: left;
  padding-right: 10px;
}
.imgs3{
  width: 37.18%;
  float: left;
  padding-right: 10px;
}
.imgs4{
  width: 22%;
  float: left;
  padding-right: 10px;
}
.imgs1 img{
  width: 100%;
}
.imgs2 img{
  width: 100%;
}
.imgs3 img{
  width: 100%;
}
.imgs4 img{
  width: 100%;
}
.img3-chi{
  width: 49%;
  float: left;
}
.img3-chi:last-child{
  margin-left: 2%;
}
.img3-chi img{
  width: 100%;
}
.img-marg1{
  margin-top: 11.8%;
}
.img-marg2{
  margin-top: 7.46%;
}
.foot-padd-left{
  padding-left: 0;
}
.center{
  text-align: center !important;
}
.modal {
  z-index: 999999999;
}
.amps2-bg{
  background-image: url(../images/amps2-bg-img.jpg) !important;
}
/*footer*/
.footer{
  padding:65px 0 0;
  background:#f5efe7;
  overflow:hidden;
  clear: both;
}
.footerHead {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}
.footercontent {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 300;
  color: #000;
}
.footlist{
  padding:0px;
  list-style:none;
}
.footlist li{
  margin:0px 0;
  padding:0px;
  list-style:none;
  font-weight: 600;
  font-size:18px;
}
.footlist li a{
  color:#000;
  font-weight: 600;
  font-size:15px;
}
.newsHeading{
  color:#000;
  font-weight: 600;
  font-size:23px;
}
.newsletterinput {
  background: #d0cbc5;
  text-align: left;
  width: 77%;
  border: none;
  color: #f5efe7;
  font-size: 20px;
  padding: 6px 10px;
}
.newsletterbutt{
  background:#b80000;
  color:#ebdddd;
  font-size:20px;
  color:#fff;
  border: none;
  padding:6px 0;
  width: 21%;
  margin-left: 2%;
}
/*button*/
.buttonholder{
  margin:10px auto;
  width:100%;
  /*border:1px solid #000; */
  text-align:center;
}
.buttonholder a{
  display:inline-block
}
.btn{
  background: none;
  border: 1px solid #000;
  height:39px; color:#000;
  font-size:13px;
  padding:0px 9px;
  line-height:39px;
  cursor:pointer;
  text-align:center;
  text-transform:uppercase;
  margin:8px 0;
  letter-spacing:1px;
}
.btn:hover{
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #000;
  color:#000;
}
.btnBrown {
  background: #665c4f;
  border: 1px solid #fff;
  color: #fff;
  position: absolute;
  font-size: 27px;
  padding: 5px 20px;
  line-height: 47px;
  cursor: pointer;
  left: 10%;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 32px;
  right: 10%;
}
.btnBrown:hover{
  background:#000;
  color:#fff;
  text-decoration:none;
}
.btnWhite {
  background: #fff;
  border: 1px solid #fff;
  color: #665c4f;
  font-size: 27px;
  padding: 5px 40px;
  position: absolute;
  line-height: 47px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 32px;
  left: 10%;
  right: 10%;
  bottom: 0;
}
.btnWhite:hover{
  background:#000;
  color:#fff;
  text-decoration:none;
}
.btnblack{
  background:#000;
  border: 1px solid #fff;
  color:#fff;
  font-size:27px;
  padding:24px 32px;
  line-height:60px;
  cursor:pointer;
  text-align:center;
  text-transform:uppercase;
  text-decoration:none;
  margin-bottom:32px;
}
.btnblack:hover{
  background:#fff;
  color:#000;
  text-decoration:none;
}
.btnGray{
  background:#525252;
  color:#fff;
  font-size: 23.5px;
  padding: 11px 65px;
  cursor:pointer;
  text-align:center;
  text-transform:uppercase;
  text-decoration:none;
  margin-bottom:32px;
}
.btnGray:hover{
  background:#dddddd;
  color:#000;
  text-decoration:none;
}
/*home css end*/
/*pdn map start*/
.font24{
  font-size: 24px;
}
#map {
  height: 100%;
}
.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px;
  display: none;
}
#pac-input:focus {
  border-color: #4d90fe;
}
.pac-container {
  font-family: Roboto;
}
#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0 11px;
}
#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}
#target {
  width: 345px;
}
/*pdn map end*/
/*guitars*/
.gutar{
  background-color: #222121;
  color: #fff;
}
.position-re-for-deal{
  position: relative;
}
.posi-ab-for-deal{
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(30,36,40,0.8);
}
ul.guitar-menu > li > a{
  color: #a09f9f;
  background-color: #0f0f0f;
  border-bottom: none !important;
  font-size:11pt;
  text-align:center;
  
}
ul.nav.guitar-menu li > a:hover,ul.nav.guitar-menu li.active > a{
  background: #999;
}
.navbar.navbar-default.de-nav{
  margin-top: 0;
  border: none;
  background: #0f0f0f;
  height:50px;
  display: table;
  width: 100%;
}
.navbar-nav.guitar-menu > li {
    display: table-cell;
    width: 14.2857143%;  /* (100 / numItems)% */
    line-height: 50px;
    text-align: center;
    background: #ddd;
    border-right: 1px solid #fff;
    white-space: nowrap;
  
  margin-right: 0;
  border-right: 1px solid #444;
  text-align: center;
}
.navbar-nav.guitar-menu > li:last-child {
  border-right:none;
}
.guitar-imgs{
  padding: 38px 20px;
  max-width: 100%;
}
.guitar-imgs img{
  width: 100%;
  padding: 0px;
  margin-bottom: 10px;
}
.guitar-bg{
  padding-bottom: 30px;
  background-size: cover;
  background-attachment: fixed;
}
a.the-steve{
	padding: 10px;
	border: 1px solid #000;
	color: #000;
	text-decoration: none;
	width: 250px;
	display: block;
	margin: auto;
	text-transform: uppercase;
	font-size: 12px;
}
.instrument-count {
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
}
/*a.the-steve:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
} */
.row.guetars{
  margin: 0;
}
/*Guitars*/
/*artists*/
.guitarman1{
  background-image: url(../images/guitarman1.jpg);
  position: relative;
}
.artist-mike {
  position: absolute;
  bottom: 30%;
  left: 45%;
}
.gutarman-img img{
  width: 100%;
}
h2.artist-mike {
  width: 42%;
  display: inline-block;
  float: right;
  font-size: 42px;
  color: #fff;
  line-height: 52px;
}
h2.artist-mike span {
  font-weight: 200;
}
.adip-bg{
  padding: 30px 0;
  background: #181818;
  color: #fff;
}
h2.adipcing{
  font-weight: 800;
  font-size: 43px;
  line-height: 54px;
}
.hera{
  margin-top: 20px;
  font-size: 22px;
}
h3.mike-her{
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  line-height: 40px;
  padding-top: 25px;
}
.mike-hera{
  background: #242424;
}
.yellow-text{
  color: #bb9d60;
}
.two-buttons{
  padding-top: 60px;
}
.two-buttons a{
  padding: 8px 10px;
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}
.two-buttons a:last-child{
  margin-left: 20px;
}
img.videoman{
  width: 100%;
}
.lorem-para{
  color: #f4f4f4;
  font-size: 10pt;
  font-weight: 300;
}
.since-bg{
  background: #181818;
  padding: 30px 0;
}
h3.since{
  color: #fff;
  font-size: 36px;
}
.iner-con{
  width: 70%;
  margin: 0 auto;
  padding: 0;
}
.comment-bg{
  background: #181818;
  color: #fff;
  padding: 40px 0;
}
.j-wllson{
  border-bottom: 1px solid #a0a0a0;
  padding: 20px 0 10px 0;
}
a.logint{
  padding: 10px 0 ;
  color: #181818;
  text-decoration: none;
}
.j-wllson:last-child{
  border-bottom: none;
}
.log-right{
  padding-right: 0;
}
.played{
  padding: 20px 0;
  border-bottom: 1px solid #a0a0a0;
}
.played-bg {
  background: #fff;
  color: #000;
  padding: 30px 0 60px 0;
}
img.esponsive{
  width: 80%;
  margin: 0 auto;
  padding: 29px 0;
}
.stin {
  width: 22%;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  padding: 15px 30px;
  font-size: 20px;
}
.stin:hover{
  text-decoration: none;
  color: #fff;
  background-color: #181818;
}
.stindiv{
  text-align: center;
}
.coment-input{
  width:100%;
  background:#fff;
  height:35px;
  margin-top:20px;
  border:none;
  color: #181818;
  padding:4px;
}
.played {
  padding: 20px 0;
  font-size: 47px;
  border-bottom: 1px solid #a0a0a0;
}
/*artists*/
/*instrument start*/
.instru-bg{
}
.liii-bg{
  background: #FFF;
  padding: 40px 0;
}
.ber-since{
 /* border-bottom: 1px solid #898989; */
  padding-bottom: 40px;
  position: relative;
  margin: 0 20px 20px 20px;
}
.ribbon-sm{
  position: absolute;
  bottom: -14px;
}
.para-color-fff{
  color: #fff;
  font-size: 22px;
  text-align: center;
}
.text-fff{
  color: #fff !important;
}
.clearfix{
  overflow: hidden;
  clear: both;
}
ul.option-imgs{
  margin-top: 35px;
  padding: 0 0 97px 0;
  /*border-right: 1px solid #fff;*/
}
ul.option-imgs.last-child{
  border-right: none;
}
ul.option-imgs li {
  float: left;
  list-style: none;
}
.option-imgs li a img{
  width: 105px;
}
.option-imgs li a{
  padding: 8px;
}
.option-imgs li a.finish-bor-right{
  border-right: 1px solid #fff;
  padding-right: 39px;
}
.configurations{
  padding: 0;
}
.configurations:last-child{
  padding-left: 15px;
}
.add-to-cart-left{
  padding-top: 40px;
}
.para-text{
  color: #fff;
  font-size: 21px;
  text-align: left;
}
.text-left h4{
  color: #c4c4c4;
}
.adtocart {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  border:none;
  color: #fff;
  font-size: 12pt;
  text-align: center;
  letter-spacing: 1px;
}
.adtocart.red-butt{
  background: #b80000;
  -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.adtocart.red-butt:hover{
  background: #d10000;
}

.adtocart.gray-butt{
  background: #818181;
  -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.adtocart.gray-butt:hover{
  background: #9c9c9c;
}

.add-to-cart-right{
  padding: 20px;
  background-color: #f9f9f9;
  color: #58595b;
}

.not-your-bg{
  background-image: url(../images/ins-bg-img.jpg);
  background-size: cover;
  padding-bottom: 75px;
}
.finesh{
  border-bottom: 1px solid #000;
  padding-bottom: 38px;
  margin-bottom: 42px;
}
.finished5-left,.finished5-center{
  border-right: 1px solid #000;
  height: 120px;
}
.finished5-left h1 , p,.finished5-center h1 , p,.finished5-right h1 , p{
  margin: 0;
}
.finished5-left a{
  color: #62cde9;
  text-decoration: none;
  font-style: italic;
}
.font-weight{
  font-weight: 800;
}
.not-tr{
  padding-top: 20px;
}
.finishes5{
  padding-top: 20px;
}
.liii-ber-guitar-bg{
  background: #242424;
}
.slider-content{
  width: 100%;
  padding: 0 15%;
  background: rgba(43,43,44,0.9);
  left: 0 !important;
  bottom: 0 !important;
}
.slider-content h2{
  font-size: 24px;
}
.carasol-bg{
  overflow: hidden;
  clear: both;
}
.fff-bg{
  padding-top: 30px;
}
ul.setting-icons{
  display: inline-block;
  text-align: center;
  padding: 20px 0 0 0;
  border-bottom: 1px solid #685E54;
  width: 100%;
}
.setting-icons li a img{
  width: 170px;
  padding: 10px;
  margin: 0 auto;
}
.setting-icons li a{
  text-decoration: none;
  color: #000;
  font-size: 17px;
}
.setting-icons li a:hover{
  color: #074e68;
}
.setting-icons li{
  list-style: none;
  display: inline-block;
  width: 25%;
  float: left;
}

.setting-icons li.active a{
  color: #074e68;
}
.sett-icons{
  padding-top: 20px;
  font-size: 12pt;
}

#wiring
{
	display: none;
}
#compare
{
	display: none;
}
#reg
{
	display: none;
}
#pickup
{
	display: none;
}
.hh-red-text{
  color: #b80000;
  font-weight: 700;
}
.round-img-text{
  margin-top: 10px;
}
.hh-con{
  margin-top: 40px;
}
.hh-con img{
  width: 100%;
}
.neck-imgs{
  padding: 50px 0 100px 0;
}
.cont-service{
  padding: 10px  30px;
  background: #b80000;
  color: #fff;
  border: none;
  font-size: 17px;
  	-webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}
.cont-service:hover{
	background-color:#d10000;
}
.need-replace{
  width: 90%;
  border: 2px solid #b80000;
  display: inline-block;
  position: relative;
  margin-bottom: 60px;
  /*box-shadow: 2px 2px 11px -2px #0c0c0c;*/
}
.ned-rep-absu {
  display: inline-block;
  position: absolute;
  top: -18px;
  left: 16%;
  font-size: 33px !important;
  background-color: #fff;
  right: 16%;
  margin: 0 auto;
}
.related-bg{
  background: #FFF;
}
.instu-se-la a{
  color: #fff;
  border-color: #fff;
}
.relat-last-div{
  margin-top: 40px;
}
.instument-end-section{
  background: none !important;
  min-height: auto !important;
  padding-top: 0!important;
  overflow: hidden;
  clear: both;
}
.posi-static{
  position: static !important;
  overflow: hidden;
  clear: both;
}
.build-it-sec{
  display: block;
}
.readyjoinhead input{
  color: #181818;
  font-size: 12pt;
  padding: 10px;
  text-align: center;
  width: 80%;
}
.build-it-sec1{
  background: #242424 !important;
}
.build-it-sec2{
  background: #e9e9e9 !important;
}
.build-it-sec2 h4 {
}
.build-it-sec1 h4 {
}
.build-it-sec1 span{
  display: block !important;
  color: #fff;
  font-size:10pt;
  font-weight:100;
  margin-bottom: 12px;
}

.build-it-sec2 span{
  display: block !important;
  font-size:10pt;
  font-weight:100;
  margin-bottom:12px;
}
.build-it-sec2 h4{
  color: #181818 !important;
}
.btnBrown2{
  background: #181818;
}
.inpot-box{
  position: relative;
}
.serch-icon{
  color: #181818;
  position: absolute;
  top: 7px;
  right: 12%;
}
/*instrument end*/
/*about us starting*/
.iconic-design-bg{
  position: relative;
}
.iconic-design{
  position: absolute;
  top: 47%;
  color: #fff;
}
.iconic-design h1{
  font-weight: 900;
}
.iconic-design span{
  font-weight: 200;
  font-size: 35px;
}
.tab-content{
  color: #c4c5c5;
}
a.red-more {
  padding: 10px 20px;
  border: 1px solid #181818;
  text-decoration: none;
  color: #c4c5c5;
  font-size: 15px;
  font-weight: 600;
}
.big-popa {
  position: relative;
  margin: 0;
  font-size: 15px;
}
.bor-bott-big{
  position: absolute;
  width: 63px;
  border: 1px solid #c4c5c5;
  bottom: -9px;
}
.cslide-slide p {
  font-size: 15px;
}
.thisbornon{
  border:none;
}

.played .thisbornon {
	font-weight: 100;
}

.font-siz-000{
  font-size: 18px;
  text-align: center;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
  margin: 30px 0;
  height: 43px;
}
.tiger-bg{
  background-image: url(../images/tiger-bg.jpg);
  padding-top: 40px;
  background-size: cover;
}
.tiger-img{
  margin-top: 60px;
}
.tiger-bott-text{
  padding: 60px;
  text-align: center;
}
.black-bg{
  background-color: #000;
  margin: 0;
  padding: 20px 10px;
}
.paddiing0{
  padding: 0;
}
.margin0{
  margin: 0;
}
.neck-positi{
  position: relative;
}
.neck-positi-ab {
  position: absolute;
  color: #fff;
  bottom: 29px;
  text-align: center;
  line-height: 38px;
  left: 29%;
  height: 40px;
  width: 40%;
  border: 1px solid #fff;
  text-decoration: none;
}
.neck-positi-ab:hover{
  background-color: #181818;
  color: #fff;
  text-decoration: none;
}
.thankyou{
  position: absolute;
  top: 20%;
  text-align: center;
  padding: 0 20%;
}
.thankyou p{
  font-size: 10pt;
}
.pofind{
  position: absolute;
  color: #fff;
  bottom: -74px;
  text-align: center;
  line-height: 38px;
  left: 29%;
  height: 40px;
  width: 40%;
  border: 1px solid #fff;
}
.tiger-bg p{
      font-size: 12pt;
    font-weight: 100;
}
.navs-tabs li a{
  padding: 10px 20px !important;
}
/*dropdown menu css*/
* {
  margin: 0;
  padding: 0;
}
nav {
  display: block;
  max-width: 100%;
  margin: 20px auto;
}
nav ul {
  list-style: none;
}
nav li {
  display: inline-block;
}
nav a:active {
  background: blue;
}
nav select {
  display: none;
  width: 100%;
  height: 34px;
}
/*dropdown end*/
/*about us ending*/
/*artists-details start*/
.albert{
  font-size: 20px;
}
.artistss-bg{
  background-image: none !important;
}
h2.artists-details{
  font-size: 52px;
  font-weight: 700;
  line-height: 60px;
  left: 49%;
  bottom: 20%;
}
.fff-bg{
  background-color: #fff;
  color: #000;
}
.vist a{
  color: #000;
  border-color: #000;
  margin-left: 0 !important;
}
.bg-e5e5{
  background-color: #f6f6f6;
}
.img-position-top-bg{
  background-color: #fff;
  color: #000;
  position: relative;
  padding-bottom: 0;
}
.color-000{
  color: #000 !important;
}
.img-position-top {
  position: absolute;
  bottom: 0;
  right: -100px;
}
.line-heigh{
  line-height: 40px !important;
  font-size: 32px !important;
}
.stin1{
  color: #fff;
  border-color: #fff;
}
.coment-bg2{
  background-color: #fbfbfb !important;
  color: #000 !important;
}
.related-bg2{
  padding-bottom: 50px;
}

.gallery li{display:none; list-style:none;}
.gallery li:first-child {display:block;}
.gallery img {
  max-height:550px
}
.pgwslider-posi{
  position: relative;
}
/*heroslider*/
#slideshow-main {
  width: 65%;
  float: left;
  height: 100%;
  margin-right: 3px;
}
#slideshow-main ul {
  margin:0;
  padding:0;
  width:100%;
}
#slideshow-main li {
  width:100%;
  height:auto;
  display:none;
  position:relative;
}
#slideshow-main li.active {
  display:block !important;
}
#slideshow-main li span.opacity {
  position:absolute;
  bottom:0; left:0;
  display:none;
  width:100%;
  height:60px;
  background:#000;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  z-index:500;
}
#slideshow-main li span.content {
  position:absolute;
  bottom:0; left:0;
  display:block;
  width:100%;
  height:60px;
  z-index:1000;
}
#slideshow-main li span.content h1 {
  font-size:14px;
  margin:5px 0;
  padding:0 10px;;
  color:#42e2e8;
}
#slideshow-main li span.content p {
  font-size:11px;
  margin:5px 0;
  padding:0 10px;;
  color:#42e2e8;
}
#slideshow-carousel {
  float: left;
  width: 15%;
  margin-left: 10px;
  position: absolute;
  right: 18%;
  top: 16px;
  bottom: 16px;
}
#slideshow-carousel ul {
  margin:0;
  padding:0;
  list-style:none;
}
#slideshow-carousel li {
  /*background:#fff; */
  min-height: 50px;
  position:relative
}
#slideshow-carousel li .arrow {
  left:3px;
  top:28px;
  position:absolute;
  width:20px;
  height:40px;
  background:url(images/arrow_white.png) no-repeat 0 0;
  display:block;
}
#slideshow-carousel li a {
  background:#000;
  display:block;
}
#slideshow-carousel .active {
  filter:alpha(opacity=100);
  -moz-opacity:1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
}
#slideshow-carousel .faded {
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.highlight h5 {
	font-weight: 300;
	text-rendering: geometricPrecision;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
}
/*heroslider end*/
.width247 img{
  height: 363px;
}
.min-h-img{
  min-height: 363px;
}
/*artists-details end*/
/*pdn start*/
.limited-county{
  position: absolute;
  top: 29%;
  bottom: 30%;
  left: 50%;
  color: #fff;
}
.limited-county h1{
  margin-top: 10px;
}
.order a{
  color: #fff;
  margin: 20px 0;
  font-size: 22px;
  padding: 10px 30px;
  border: 2px solid #fff;
}
.order{
  margin-bottom: 15px;
}
.limited-county p strong{
  color: #9c0f17;
  font-size: 17px;
}
#count-down{
  width: 80%;
}
.familylegacy.graye-bg{
  background-color: #181818;
}
p.yellow-italic{
  font-style: italic;
  color: #8d7647;
  font-size: 17px;
  margin-bottom: 40px;
}
.neptune{
  margin-top: 50px;
}
p.high-pro{
  font-size: 17px;
  margin: 25px 0;
}
.white-bg{
  background-color: #f8f8f8 !important;
  background-image: none;
}
.white-bg h2{
  color: #000 !important;
}
.white-bg p.high-pro{
  margin: 0 !important;
  text-align: center;
}
/*map end*/
.jlocater-bg{
  position: relative;
  clear: both;
  overflow: hidden;
}
.jl-second-class {
  background-color: rgba(00,00,00,0.8);
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
}
.ds-white .ds-element-title {
  font-size: 15px !important;
  margin-left: 5px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  position: absolute;
  bottom: 0;
  color: #fff;
}
.dsCountDown.ds-white {
  color: #fff !important;
  font-size: 2em !important;
  border: none !important;
  background: transparent !important;
}
.ds-white .ds-element {
  border-right: 1px dotted #fff !important;
  padding-right: 33px !important;
  margin-right: 29px !important;
}
.ds-white .ds-element:last-child{
  border-right: none !important;
}
.ds-white .ds-element-value{
  color: #fff !important;
  text-shadow: 4px 0 0 #fff !important;
}
/*pdn end*/
/*artist landing start*/
.read-more{
  padding: 8px 20px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 19px;
}
.read-more:hover{
  background: #181818;
  text-decoration: none;
  color: #fff;
}
.artist-land-posi{
  position: relative;
}
.stave-mors-posi {
  padding: 20px;
  top: 44%;
  bottom: 40%;
  left: 0;
  position: absolute;
  right: 0;
}
.mart-10{
  margin-top: 15px;
}
.sign-arts {
  position: absolute;
  top: 0;
  text-align: center;
  z-index: 1;
  left: 0;
  right: 0;
}
.our-family-bg{
  background-color: #fff;
  padding: 40px 0;
}
.search-artist input{
  width: 100%;
  height: 33px;
  padding: 0 20px 0 10px;
  background-color: #3c3c3c;
  border: none;
  color: #848484;
}
.search-artist{
  position: relative;
}
.serch-icons1{
  position: absolute;
  right: 4px;
  top: 5px;
  font-size: 20px;
}
.text-f1f1{
  font-size: 16px;
  color: #848484;
}
.font20{
  font-size: 20px;
}
.text-f1f1 a{
  text-decoration: none;
  color: #848484;
}
.hd-con li a{
  text-decoration: none;
  color: #fff;
}
.hd-con li{
  list-style: none;
  float: left;
}
.artist-names {
  font-weight: 700;
  color: #FFF;
  text-shadow: 0 0 120px #000;
  text-transform:uppercase;
}
.stave-mors-posi h5{
  font-size: 8pt;
}
.hd-con li a {
  font-size: 12pt;
  margin-left: 6px;
  margin-right: 6px;
  color:#999;
  -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.hd-con li a:hover {
  color:#FFF;
}


.hd-con li:first-child a {
	margin-left:0px;
}

.hd-con li:last-child a {
	margin-right:0px;
}

.asterix {
  color: #a94442;;
}


/*artist land end*/
/*amps landing start */
.amps-gutar{
  position: relative;
}
.on-the-img-text {
  position: absolute;
  top: 33%;
  width: 38%;
  left: 19.6%;
}
.american{
  font-weight: 700;
}
.american-butt{
  position: relative;
  left: 0 !important;
  border: none !important;
  background-color: #ab9f6e;
  right: 0;
  bottom: 0;
}
.amps-top-bottom{
  border-top: 15px solid #ab9f6e;
  background-image: url(../images/amps-blue-img-bg.jpg);
  background-size: cover;
  color: #fff;
  padding : 40px 0;
}
.amps-images{
  text-align: center;
  padding: 40px 0 20px 0;
}
.amps-last{
  padding: 0;
}
.amps-bott-right{
  padding: 30px 0 65px 0;
  margin: 0;
  color: #fff;
  background-color: #ab9f6e !important;
  min-height: auto!important;
  height: auto !important;
}
.find-your{
  margin: 0!important;
  bottom: 20px;
  position: inherit;
  border: none;
}
.amps-bg{
  /*padding: 40px 0 0 0;*/
  overflow: hidden;
  border: 1px solid #ab9f6e;
  border-right: none;
  border-top: none;
}
.amps-bott-right img{
  margin-bottom: 10px;
}
.buy-your{
  margin-bottom: 16px !important;
}
.same-heigh{
  padding-bottom: 500em !important;
  margin-bottom: -500em !important;
  border-right: 1px solid #ab9f6e;
  border-top: 1px solid #ab9f6e;
}
/*amps land end*/
/*amps-details start*/
.reverb{
  right: 17%;
  text-align: right;
}
.font-size17{
  font-size: 17px !important;
}
.high-pro1{
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 29px;
}
.hd-130-amp-bg{
  background-color: #1e2b33 !important;
  background-image: none;
}
.front-panel-bg{
  padding: 40px 0 !important;
  overflow: hidden;
  clear: both;
  background-color: #fff !important;
  background-image: none;
}
.amps-slide-bg{
  padding: 60px 60px 40px 60px;
}
.amps-de-oit{
  left: 0;
  right: 0;
  text-align: right;
  width: 100%;
}
.header-amps{
  background-color: rgba(54,71,83,10) !important;
}
.amps-nav li a{
  color: #fff !important;
}
.amps-nav > li.active > a, .amps-nav > li:hover > a {
  border-bottom: 5px solid #fff !important;
  font-weight: 600;
  letter-spacing: 0;
}
.amps-social-links a{
  background: url(../../assets/images/iconclear.png) no-repeat !important;
  color: #fff !important;
}
.amps-social-links{
  border-right: 1px solid #fff !important;
}
.amps-social-links a:nth-child(1){
  background-position: 0 0 !important;
}
.amps-social-links a:nth-child(2){
  background-position: -29px 0 !important;
}
.amps-social-links a:nth-child(3){
  background-position: -59px 0 !important;
}
.amps-social-links a:nth-child(4){
  background-position: -90px 0 !important;
}
.amps-social-links a:nth-child(5){
  background-position: -123px 0 !important;
}
.amps-social-links a:nth-child(6){
  background-position: -156px 0 !important;
}
.amps-social-links a:nth-child(7){
  background-position: -191px 0 !important;
}
.amps-social-links a:nth-child(1):hover{
  background-position: 0 bottom !important;
}
.amps-social-links a:nth-child(2):hover{
  background-position: -29px bottom !important;
}
.amps-social-links a:nth-child(3):hover{
  background-position: -59px bottom !important;
}
.amps-social-links a:nth-child(4):hover{
  background-position: -90px bottom !important;
}
.amps-social-links a:nth-child(5):hover{
  background-position: -123px bottom !important;
}
.amps-social-links a:nth-child(6):hover{
  background-position: -156px bottom !important;
}
.amps-social-links a:nth-child(7):hover{
  background-position: -191px bottom !important;
}
.navbar-inverse .navbar-toggle .icon-bar.nav-icons-img {
  background-color: #fff !important;
}
.footer-for-amps{
  background-color: #1e2a33 !important;
  color: #fff !important;
}
.fotlist li a{
  color: #fff !important;
}
.jointhe{
  background-color: #434d54;
}
.amps-sett-icons li{
  border-color: #bb9d60 !important;
}
/*amps-details end*/
/*dealer locater*/
.enter-loca{
  padding: 15px 60px 15px 20px;
  border: none;
  font-size: 17px;
  background-color: red;
}
.enter-loca-li{
  position: relative;
}
.fafa-search{
  position: absolute;
  top: 15px;
  right: 8px;
  font-size: 20px;
  color: silver;
}
.map-api{
  width: 100%;
  height: 600px;
  zoom: 1.2;
}
/*dealer locater end*/
/*css of home page start*/
.guitterHeading2.fr{
  position: absolute;
  top: 10px;
  right: 0;
  left: 20%;
}
.guitterPara3.fr{
  position: absolute;
  bottom: 20px;
  left: 30%;
  right: 20px;
  font-size: 24px;
  line-height: 30px;
}
.img-responsive{
  width: 100%;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1;
  width: 100%;
}

.img-resp{
  width: 100%;
}
/*slide css*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #1a1a1a;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav > li > a:hover, .nav > li > a:focus {
  background-color: #1a1a1a;
  color: #fff;
}
.nav-tabs > li > a {
  margin-right: 1px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  background-color: #646464;
  border-radius: 0;
  color: #fff;
}
.width100{
  width: 100%;
}
/*=Slides*/
#cslide-slides {
}
.cslide-slides-master {
  overflow: hidden;
}
.cslide-slides-master:last-child {
  margin-bottom:0;
}
.cslide-slides-container {
  /*visibility: hidden;*/
}
.cslide-slide {
  padding:10px 0;
  /*border:solid 10px rgb(150,30,50);
  background-color:rgb(200,80,100);*/
}
.cslide-slide h2{
  color:#181818;
  font-size: 35px !important;
}
/* prev next buttons */
.cslide-prev-next {
  margin: 20px 0 11px 0;
  text-align: right;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cslide-prev, .cslide-next {
  display: inline-block;
  background: #8b8b8b;
  color: #fff;
  padding: 10px 20px;
  /* border-bottom: solid 5px rgb(50,150,100); */
  cursor: pointer;
}
/*.cslide-prev:hover,
.cslide-next:hover {
  background:rgb(75,175,125);
}
.cslide-prev.cslide-disabled:hover,
.cslide-next.cslide-disabled:hover {
  background:rgb(100,200,150);
}*/
.cslide-disabled {
  opacity: 0.3;
}
/*slide css end*/
/*css of home page end*/
.ball{
  padding: 20px 0;
}

@media (max-width: 1920px){
  .not-your-bg{
    background-image: url(../images/gutarbg-ins-img.jpg);
    background-size: cover;
  }
  .hostroyWrapper {
    background-size: 100%;
    min-height: 448px;
  }
  .hostroyWrapper h4 {
    width: 37%;
    font-size: 31px;
    line-height: 40px;
    margin-top: 20px;
  }
  .btnblack {
    font-size: 23px;
    padding: 15px 15px;
    line-height: 60px;
  }
  .mrt100 {
    margin-top: 16px;
  }
}
@media (max-width: 1370px){

  .slider-content h2{
    font-size: 21px;
  }
  .adtocart {
    font-size: 13px;
  }
  .option-imgs li a.finish-bor-right:first-child {
    padding-right: 0;
    border-right: none;
  }
  .socialContent{
    width: 100%;
    text-align: center;
  }
  .guitterHeading2 {
    font-size: 40px;
    line-height: 39px;
  }
  .fr {
    float: right;
  }
  .sociallinks {
    margin-top: 14px;
  }
  ul.option-imgs {
    text-align: center;
    margin-top: 35px auto;
    display: inline-block;
    border-right:none;
  }
  .carosel-mar-top{
    margin: 0 !important;
  }
}
@media (max-width: 1400px){
  .btnBrown {
    font-size: 21px;
  }
  .btnWhite {
    font-size: 21px;
  }
  .option-imgs li a.finish-bor-right{
    padding-right: 22px;
  }
  .ds-white .ds-element-value {
    font-size: 2em !important;
  }
  .on-the-img-text {
    top: 33%;
  }
}
@media (max-width: 1366px){
  .limited-county {
    top: 10%;
    left: 45%;
  }
	#header .drawer-menu {
		margin: 11px 0 0 30px;
	}

	#header .drawer-menu li a {
		font-size: 12px;
	}
}
@media (max-width: 1199px){
  .guitterHeading {
    font-size: 33px;
    line-height: 40px;
  }
  .configurations:last-child {
    text-align: left;
  }
  .configurations{
    text-align: right;
  }
  .newsletterbutt {
    font-size: 15px;
  }
  ul.guitar-menu li a {
   /* padding: 18px 19px;*/
  }
  .newsletterinput {
    font-size: 15px;
  }
  .guitterHeading2 {
    font-size: 40px;
    width: 80%;
    margin: 8px 10px 0 0;
  }
  .guitterHeading2 {
    width: 80%;
  }
  .nav > li > a {
    padding: 22px 5px;
  }
  .nav > li > a:hover {
    color: #000;
  }
  .hostroyWrapper h4 {
    width: 38%;
    font-size: 26px;
    line-height: 33px;
    margin-top: 17px;
  }
  .sociallinks a {
    margin-right: 4px;
  }
  .search {
    padding-left: 2px;
  }
  .socialMedia h4 {
    margin-top: 0;
  }
  .readyjoinBpannel {
    margin-top: 666px;
  }
}
@media (max-width: 1199px){
  .two-buttons {
    padding-top: 30px;
  }
  .limited-county {
    top: 3%;
    left: 43%;
  }
  .ds-white .ds-element-title {
    font-size: 11px !important;
  }
  .ds-white .ds-element-value {
    text-shadow: 2px 0 0 #fff !important;
    font-size: 1.5em !important;
  }
  .american {
    font-size: 29px;
  }
  .sign-arts {
    font-size: 25px;
  }
  .about-us-mans{
    margin-top: 20px;
  }
  .slider-content {
    padding: 0 10%;
  }
  .slider-content h2{
    font-size: 18px;
  }
  .two-buttons a {
    padding: 7px 5px;
    font-size: 15px;
  }
  .artist-mike.mikeman-desk {
    bottom: 4% !important;
    font-size: 35px;
  }
  ul.option-imgs li {
    float: left;
    list-style: none;
    display: inline-block;
    text-align: center;
  }
  ul.option-imgs {
    padding: 0;
  }
  ul.option-imgs {
    margin-top: 0;
  }
  .not-your-bg {
    background: none !important;
  }
  .american-butt {
    padding: 10px 10px;
    font-size: 18px !important;
  }
}
@media (min-width: 1200px){
  .amps-de-oit h1{
    font-size: 65px !important;
    font-weight: 800;
  }
  .col-lg-3.amps-bott-right{
    width: 25%;
  }
  .col-lg-7.finish-left{
    width: 54.666666%;
  }
  .col-lg-5.finish-right{
    width: 45.333333%;
  }
  .setting-icons li a {
    font-size: 20px;
  }
  .mob-imeg{
    display: none;
  }
}
@media (max-width: 1092px){
  .navbar-nav.guitar-menu > li {
    border-right: none;
  }
  .enter-loca{
    width: 100%;
  }
  .ds-white .ds-element-value {
    font-size: 1.2em !important;
  }
  .limited-county p strong {
    font-size: 17px;
  }
  .order {
    margin-bottom: 6px;
  }
  .limited-county h1 {
    margin: 0;
    font-size: 29px;
  }
  .artist-names {
    font-size: 30px;
  }
  .stave-mors-posi {
	  top:32%;
  }
  .slider-content h2 {
    font-size: 16px !important;
  }
  .navbar-nav.guitar-menu {
    float: none;
    margin: 0;
  }
  .two-buttons {
    padding-top: 8px;
  }
  .two-buttons a {
    padding: 8px 5px;
    font-size: 14px;
  }
  h3.mike-her {
    padding-top: 0;
  }
}
@media (max-width: 1070px){
  .btnWhite {
    left: 10%;
    right: 10%;
  }
  .btnBrown {
    left: 10%;
    right: 10%;
  }
}
@media (max-width: 1050px){
  .guitar-imgs {
    min-height: 250px;
  }
  .hostroyWrapper {
    min-height: 326px;
  }
  .guitar-imgs {
    padding: 40px 0px;
  }
}
@media (max-width: 1023px){
  .artist-mike.mikeman-desk {
    line-height: 46px;
  }
  .a2c-2butt, .adtocart.red-butt, .adtocart.gray-butt {
    display: inline-block;
  }
}
@media (max-width: 991px){

  .amps-images {
    padding: 0 0 60px 0;
  }
  #slideshow-carousel {
    width: 21%;
    right: 2%;
    top: 34px;
    bottom: 37px;
  }
  .min-h-img {
    min-height: 400px;
  }
  #slideshow-main {
    width: 75%;
  }
  .on-the-img-text {
    width: 50%;
  }
  .american {
    font-size: 24px;
  }
  .american-butt {
    font-size: 15px !important;
  }
  .img-position-top {
    right: 0;
  }
  .artist-mike.mikeman-desk {
    bottom: 18% !important;
    line-height: 35px;
    bottom: 21%;
    font-size: 26px;
  }
  .thankyou h2{
    font-size: 25px;
  }
  .about-us-mans{
    margin-top: 20px;
  }
  .desk-imeg{
    display: none !important;
  }
  .guitter2 {
    padding-left: 0;
  }
  .guitter1 {
    padding-right: 0;
  }
  .newproduct img {
    max-width: 100%;
  }
  .guitter2{
    margin-top: 30px;
  }
  .navbar{
    margin-top:13px;
  }
  .buttonholder {
    margin: 40px auto;
  }
  .readytojoin {
    min-height: 1232px;
  }
  .readyjoinRight {
    padding: 32px 0 0;
  }
  .guitterHeading2 {
    width: 95%;
    font-size: 33px;
    line-height: 33px;
  }
  .navbar-header.slide-active{
    left: 20px !important;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    text-align: left;
  }
  .navbar-inverse .navbar-nav > li > a {
    color: #fff;
    text-align: left;
    padding-left: 33px;
  }
  .hostroyWrapper {
    min-height: 276px;
  }
  .btnWhite {
    font-size: 16px;
  }
  .hostroyWrapper h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .btnblack {
    font-size: 22px;
    padding: 14px 13px;
    line-height: 50px;
  }

  .readyjoinLeft h4 {
    font-size: 28px;
  }
  .readyjoinRight h4 {
    font-size: 30px;
    margin: 14px 0 11px 0;
  }
  .btnBrown {
    font-size: 16px;
  }
  .newproduct h2 {
    font-size: 30px;
  }
}
@media (max-width: 895px){
  .buttonholder {
    margin: 30px auto;
  }
  .guitterHeading2.fr {
    top: 6px;
    right: 0;
    left: 2%;
  }
  .guitterPara3.fr {
    bottom: 10px !important;
    left: 2% !important;
    width: 96% !important;
    right: 23px !important;
    font-size: 17px !important;
    line-height: 24px !important;
  }
  .guitar-imgs {
    min-height: 175px;
  }
}
@media (max-width: 850px){
  .limited-county {
    top: 2% !important;
  }
  .pofind {
    bottom: -56px;
  }
  .iner-con {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .ned-rep-absu {
    font-size: 24px;
  }
  .need-replace h3{
    font-size: 20px;
  }
  .hostroyWrapper h4 {
    font-size: 19px;
    line-height: 25px;
  }
  .btnblack {
    font-size: 22px;
    padding: 14px 13px;
    line-height: 50px;
  }
  .hostroyWrapper {
    min-height: 249px;
  }
  .socialMedia {
    margin-top: 0;
    padding: 30px 0 0;
  }
}
@media (max-width: 767px){
  .readyjoinLeft{
    width: 100%;
  }
  .btnGray {
    font-size: 18.5px;
    padding: 11px 40px;
  }
  #left-col {
    padding-bottom:0;
    margin-bottom: 0;
  }
  #right-col {
    margin-right: -1px;
    padding-bottom:0;
    margin-bottom: 0;
  }
  .imgs2 {
    width: 46.7%;
    margin-bottom: 10px;
  }
  .imgs1 {
    width: 53.3%;
  }
  .imgs3 {
    width: 62.8%;
  }
  .imgs4 {
    width: 37.2%;
  }
  .guitterHeading2 {
    width: 100%;
    font-size: 26px;
    line-height: 29px;
    margin: 12px 10px 0 0;
  }
  .readyjoinRight{
    width: 100%;
  }
  .readyjoinBpannel {
    margin-top: 383px;
  }
  .carousel-caption {
    right: 40%;
  }
  .hostroyWrapper h4 {
    font-size: 19px;
    line-height: 31px;
  }
  .btnblack {
    font-size: 20px;
    padding: 13px 7px;
    line-height: 50px;
  }
}
@media (min-width: 768px){
  .slider-none-mob{
    display: none;
  }
  .navbar-header {
    left: 12px !important;
  }
  .carousel-indicators {
    bottom: -5px;
  }
  .trademark-mob{
    display: none;
  }
  .trademark-bottom-mob{
    display: none;
  }
  .join-main-back-mob{
    background: none;
  }
  .entr-zip-inp-main{
    display: none;
  }
  .mikeman-mob{
    display: none !important;
  }
  .amps-sett-icons li a{
    color: #bb9d60 !important;
    background-color: #fff !important;
  }
  .amps-slide-arrow{
    display: none !important;
  }
  .amps-dis-none-mob{
    display: none;
  }
  .guitarman-mob-img2{
    display: none;
  }
  .iconic-bg-mob{
    display: none;
  }
  .icon-mob{
    display: none;
  }
  #clickme{
    display: none;
  }
  .position-top-mob{
    display: none;
  }
  .artist-slider-mob{
    display: none;
  }
  .albertlee-website{
    display: none;
  }
  .ser-mob{
    display: none;
  }
  .filtermax{
    display: none;
  }
  .min768{
    display: none;
  }
}
@media (max-width: 767px){
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    text-align:center;
  }
  .amps-caro-cont {
    top: 0 !important;
  }
  .navbar-inverse .navbar-nav > li > a {
    color:#fff;
    text-align:center;
  }
  .socialContent {
    margin: 0 auto;
    width: 86%;
  }
  .sociallinks{}
  .readyjoinBpannel{
    margin-top:10px;
    padding:0px;
  }
  .readyjoinLeft{
    background:rgba(88,78,64,0.5);
    width:100%;
    padding:16px 0;
    text-align:center;
  }
  .readyjoinhead{
    font-size:30px;
    color:#fff;
    text-transform:uppercase;
    margin-top:56px;
  }
  .readyjoinLeft h4{
    font-weight: 600;
    font-size:24pt;
    color:#fff;
    text-align:center;
  }
  .readyjoinLeft h4 span{
    display:block;
    font-weight: 300;
    font-size:19px;
  }
  .readyjoinRight{
    background: rgba(255, 255, 255, 0.5);
    width:100%;
    padding:16px 0 2px;
    text-align:center;
  }
  .readyjoinRight h4{
    font-weight: 600;
    font-size:24pt;
    color:#584e40;
    text-align:center;
    margin:14px 0 35px 0;
  }
  .readyjoinRight h4 span{
    display:block;
    font-weight: 300;
    font-size:12pt;
  }
  .btnWhite{
    background:#fff;
    border: 1px solid #fff;
    color:#665c4f;
    font-size:2em;
    padding:0 12px;
    line-height:40px;
    cursor:pointer;
    text-align:center;
    text-transform:uppercase;
    text-decoration:none;
    margin-bottom:32px;
  }
  .btnWhite:hover{
    background:#000;
    color:#fff;
    text-decoration:none;
  }
  .btnblack{
    background:#000;
    border: 1px solid #fff;
    color:#fff;
    font-size:2em;
    padding:0 12px;
    line-height:40px;
    cursor:pointer;
    text-align:center;
    text-transform:uppercase;
    text-decoration:none;
    margin-bottom:32px;
  }
  .btnblack:hover{
    background:#fff;
    color:#000;
    text-decoration:none;
  }
  .btnBrown{
    background:#665c4f;
    border: 1px solid #fff;
    font-size:2em;
    padding:0 12px;
    line-height:40px;
    cursor:pointer;
    text-align:center;
    text-transform:uppercase;
    text-decoration:none;
    margin-bottom:32px;
  }
  .btnBrown:hover{
    background:#000;
    color:#fff;
    text-decoration:none;
  }

  .entr-zip-inp-main{
    text-align: center;
    display: inline-block;
    border:2px solid #000;
  }
  .newsletterinput.entr-zip-inp1 {
    width: 75%;
    background: #f4f2ec;
    float: left;
    color: #000;
    padding: 10px 20px;
    border-right: 2px solid #000;
  }
  .entr-zip-inp2.entr-zip-inp3{
    width: 100% !important;
    background: #584e40 !important;
  }
  .newsletterbutt.entr-zip-inp2 {
    width: 25%;
    padding: 10px 20px;
    background: #a58e60;
    margin-left: 0;
    float: left;
  }
  .mob-767{
    display: none;
  }
  .newproduct {
    background: #d5c5bc;
  }
  .liii-ber-guitar-bg{
    background: #242424;
  }
  .readyjoinRight {
    background: #f2eae0;
  }
  .readyjoinLeft {
    background: #584e40;
  }
  .join-main-back-mob{
    background-image: url(../images/join-family.jpg);
    background-size: cover;
    padding: 20px 0 107px 0;
  }
  .readytojoin{
    background: none;
    min-height: 1147px;
  }
  .guitterPara3.fr {
    left: 4% !important;
    font-size: 23px !important;
    line-height: 37px !important;
  }
  .guitterHeading2.fr {
    top: 21px;
    width: 92%;
    right: 0;
    font-size: 35px;
    line-height: 56px;
    left: 6%;
  }
  .trademark-bottom-desk{
    display: none;
  }
  .guitterPara {
    font-size: 22px;
    line-height: 33px;
  }
  .trademark-desk{
    display: none;
  }
  .mrt100 {
    text-align: center;
  }
  .hostroyWrapper h4 {
    width: 65%;
  }
  .hostroyWrapper {
    background: url(../images/since-text-img.png) no-repeat;
    background-size: 100%;
    min-height: auto !important;
    padding: 40px 0 103px 11px;
  }
  .readyjoinhead {
    font-size: 27px;
    margin-top: 20px;
  }
  .nav > li > a{
    padding:16px 5px;
  }
  .newproduct img {
    width: 100%;
  }
  .sociallinks{
    border-right:none;
  }
  .navbar-header.slide-active{
    left: 20px !important;
  }
  .guitter5{
    margin-right: 0 !important;
  }
  .guitter5{
    margin-top: 4%;
  }
  .readyjoinLeft h4 span {
    display: none;
  }
  .readytojoin h2 {
    font-size: 42px;
  }
  .buttonholder a {
    border-radius: 0;
    margin-left: 10px;
    padding: 4px 20px;
  }
  .guitarman1 {
  }
  #slide-nav .navbar-toggle {
    padding: 20px 0 0 0;
  }
  .slider-none-desk{
    display: none;
  }
  .carousel-caption h3 {
    font-size: 61px !important;
    text-align: center;
    line-height: 75px !important;
  }
  .carousel-control .glyphicon-chevron-right {
    margin: -83px -37px 0 -37px;
    font-size: 83px;
  }
  
  .carousel-control .glyphicon-chevron-left {
    margin: -83px 0 0 -37px;
    font-size: 83px;
  }
  .carousel-caption {
    bottom: 65px;
    width: 100%;
    left: 0;
  }
  .carousel-caption p {
    font-size: 16pt;
    line-height: 16pt;
    text-align: center;
  }
  .carousel-caption a {
    width: auto;
    margin-top: 29px;
  }
  .veiw-more{
    width: 100%;
    text-align: center;
    margin: 30px auto;
  }
  .carousel-caption a {
    width: auto;
    margin-top: 20px;
    float: none;
  }
  .icon-desk{
    display: none;
  }
  .navs-tabs{
    display: none;
  }
  nav select {
    display: inline-block;
  }
  .limited-county {
    top: 23% !important;
    left: 20%;
    bottom: 10%;
    width: 81%;
  }
  .limited-county h1 {
    font-size: 20px;
  }
  .order a {
    font-size: 17px;
    padding: 10px 25px;
    border: 1px solid #fff;
  }
  .ds-white .ds-element-value {
    font-size: 1.2em !important;
  }
  .amps-sett-icons > li.active > a, .amps-sett-icons > li.active > .amps-sett-icons a:hover, .amps-sett-icons > li.active > a:focus{
    background-color: #2d3f4d !important;
  }
  .amps-sett-icons > li > a:hover, .amps-sett-icons > li > a:focus {
    background-color: #2d3f4d !important;
  }
  .high-pro1 {
    font-size: 17px;
    line-height: 22px;
  }
  .icons-amps{
    padding-top: 0 !important;
  }
  .amps-sett-icons{
    border-bottom: none!important;
    width: 100% !important;
  }
  .amps-sett-icons li a{
    color: #fff !important;
    border-radius: 0 !important;
    border-right: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
  }
  .amps-sett-icons li:nth-child(4){
    width: 50% !important;
  }
  .amps-sett-icons li:nth-child(5){
    width: 50% !important;
  }
  .amps-sett-icons li{
    width: 33.333333% !important;
    border-bottom: none!important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: #646464 !important;
  }
  .ned-rep-absu {
    font-size: 22px !important;
  }
  .amps-de-oit{
    width: 65% !important;
  }
  .mar-top20{
    margin-top: 30px!important;
  }
  .amps-arrow-right,.amps-arrow-left{
    top: 65% !important;
  }
  .amps-caro-cont{
    background-image: none !important;
  }
  .amps-images img{
    margin-top: 20px;
  }
  .dis-mob-none{
    display: none;
  }
  .on-the-img-text {
    width: 89% !important;
    text-align: center;
    top: 38%;
    left: 0;
  }
  .american {
    font-size: 44px !important;
  }
  .american-butt {
    font-size: 20px !important;
    padding: 12px 10px;
  }
  .amps-dis-none-desk{
    display: none;
  }
  .border-right-yell{
    border-left: none;
  }
  .bor-top-yell{
    border-top: none;
  }
  .next-prev-mart{
    margin-top: -50px !important;
  }
  .filtermax{
    font-size: 16px;
    color: #fff;
  }
  .ser-mob input{
    background-color: #fff;
  }
  .max768{
    display: none;
  }
  .ser-desk{
    display: none;
  }
  #hd{
    display: none;
  }
  .our-family-bg h1{
    font-size: 30px;
  }
  .sign-arts {
    position: inherit;
    padding-top: 33px;
    font-size: 30px !important;
  }
  .artist-slider-mob{
    padding: 20px;
    background-color: #f6f6f6;
  }
  .albertlee-website{
    /*margin: 20px 0 20px 0;*/
  }
  .artist-slider-desk{
    display: none;
  }
  .img-position-top-bg {
    padding-bottom: 0 !important;
  }
  .position-top-desk{
    display: none;
  }
  #clickme span{
    float: right;
    margin-top: 10px;
  }
  #clickme {
    height: 30px;
    padding: 3px 10px 0 10px;
    width: 100%;
    border: 1px solid #000;
    padding-right: 20px;
    text-align: left;
    cursor: pointer;
  }
  /*.navs-tabs{
    display: none;
    margin-top: 0;
  }*/
  .navs-tabs li{
    float: none;
  }
  .font-siz-000 {
    font-size: 20px;
    text-align: left;
  }
  .iconic-design h2 {
    font-weight: 900;
    line-height: 51px;
    font-size: 54px;
  }
  .iconic-design {
    top: 20%;
    left: 20px;
  }
  .iconic-design span {
    font-weight: 200;
    font-size: 45px;
  }
  .two-buttons a {
    padding: 12px 17px !important;
  }
  .iconic-bg-desk{
    display: none;
  }
  .black-bg h1{
    font-size: 24px;
  }
  .finished5-center {
    border-right: none;
  }
  .not-tr {
    padding-top: 20px;
    font-size: 29px;
  }
  ul.option-imgs li {
    float: none;
    display: inline-block;
    text-align: center;
  }
  .finished5-right{
    margin-top: 38px;
  }
  .a2c-2butt,.adtocart.red-butt,.adtocart.gray-butt {
    display: inline-block;
    padding: 10px 8px;
  }
  span.mxpx{
    font-size: 40px;
    font-weight: 200;
  }
  .log-left{
    width: 18.333333%;
  }
  .log-right{
    width: 81.666667%;
  }
  h3.mike-her {
    font-size: 40px;
    font-weight: 900;
    line-height: 60px;
  }
  .adip-bg {
    text-align: center;
  }
  h5.hera {
    font-size: 20px;
    font-weight: 900;
  }
  .yellow-text {
    font-size: 16px;
    color: #bb9d60;
  }
  .two-buttons {
    padding: 26px 0 !important;
  }
  .mikeman-desk{
    display: none !important;
  }
  .artist-mike.mikeman-mob {
    position: absolute;
    bottom: 0;
    left: 8%;
    font-weight: 800;
    font-size: 47px;
    line-height: 50px;
    width: 84%;
  }
  .guitarman-mob-img1{
    display: none;
  }
  .mike-hera {
    padding-top: 20px;
  }
  p.lorem-para {
    text-align: justify;
  }
}
@media (max-width: 650px){
  .navbar-header.slide-active {
    left: 27px !important;
  }
  .liii-bg h2{
    font-size: 25px;
  }
  .para-text {
    text-align: center;
    font-size: 17px;
  }
  .a-2-c {
    margin-top: 0;
  }
  .ned-rep-absu {
    font-size: 20px;
  }
  .need-replace h3 {
    font-size: 16px;
  }
  .cont-service {
    padding: 12px 15px;
    font-size: 13px;
  }
  .slider-content h2 {
    font-size: 14px !important;
  }
  .configurations:last-child {
    text-align: center;
  }
  .configurations {
    text-align: center;
  }
  .configurations{
    width: 100%;
  }
  .guitterHeading2.fr {
    top: 16px;
    font-size: 27px;
    line-height: 34px;
  }
  .allAbout h4 {
    line-height: 50px;
  }
  .guitter1Para2 {
    width: 52%;
    bottom: 52px;
  }
  .guitterHeading2 {
    font-size: 19px;
    line-height: 23px;
    margin: 8px 10px 0 0;
  }
  .carousel-indicators {
    bottom: 0px;
  }
  .carousel-caption {
    bottom: 30px;
    right: 20%;
  }
  .btnblack {
    font-size: 17px;
    padding: 13px 14px;
    line-height: 31px;
  }
  .hostroyWrapper h4 {
    font-size: 30px;
    line-height: 51px;
  }
}
@media (max-width: 626px){
  .readyjoinBpannel {
    margin-top: 351px;
  }
  .familylegacy h2 {
    font-size: 39px;
  }
  .newproduct .productname {
    font-size: 15px;
  }
  .cslide-slide h2 {
    font-size: 26px !important;
  }
}
@media (max-width: 600px){
  .american {
    font-size: 36px !important;
  }
}
@media (max-width: 575px){
  .cslide-slide {
    padding: 10px 30px;
  }
  .ds-white .ds-element {
    padding-right: 26px !important;
    margin-right: 11px !important;
  }
  .about-means-top{
    padding: 0;
  }
  .production-100-width{
    padding: 0;
  }
  .cslide-prev-next {
    margin: 20px 0 11px 0;
  }
  .production-100-width img{
    margin-bottom: 50px;
  }
  .join-main-back-mob {
    padding: 15px 0 121px 0;
  }
  .guitterPara3.fr {
    left: 4% !important;
  }
  .carousel-caption p {
    font-size: 23px;
  }
  .carousel-caption h3 {
    font-size: 47px !important;
  }
  .hh-red-text {
    font-size: 24px;
  }
  .neck-imgs {
    padding: 50px 0 56px 0;
  }
  .need-replace {
    margin-bottom: 34px;
  }
}
@media (max-width: 500px){
  .navbar-header.slide-active {
    left: 32px !important;
  }
  .american-butt {
    font-size: 17px !important;
  }
  .need-replace {
    width: 100%;
    padding: 5px;
  }
  .guitterPara3.fr {
    font-size: 21px !important;
    line-height: 30px !important;
  }
  .guitterPara {
    font-size: 19px;
    line-height: 26px;
  }
  .newproduct .productlink {
    right: 33px;
    left: auto;
    top: auto;
    bottom: 29px;
    font-size: 18px;
    padding: 9px 18px;
    border-radius: 0;
    border: 2px solid #FFF;
  }
  .newproduct .productname {
    width: 60%;
    font-size: 15px;
  }
  .carousel-caption h3 {
    font-size: 33px !important;
    line-height: 27px !important;
  }
  .carousel-caption p {
    font-size: 10pt;
  }
  .socialMedia {
    padding: 38px 0 0;
  }
  .guitterBox{
    background-size: 100%;
  }
  .buttonholder {
    margin-bottom: 0;
  }
  .guitterHeading {
    font-size: 26px;
    width: 71%;
    line-height: 30px;
    margin-top: 8px;
  }
  .guitter1Para2 {
    top: 100px;
  }
  .footercontent {
    font-size: 17px;
  }
  .familylegacy p {
    font-size: 17px;
    padding: 10px;
  }
  .readyjoinBpannel {
    margin-top: 350px;
  }
  .carousel-caption {
    right: 20%;
  }
  .familylegacy p {
    font-size: 17px;
  }
  .newproduct h2 {
    font-size: 40px;
  }
  .readytojoin h2 {
    font-size: 33px;
    line-height: 40px;
  }
  .icons-amps{
    font-size: 14px;
  }
  .american {
    font-size: 30px !important;
  }
  .line-heigh {
    line-height: 28px !important;
    font-size: 22px !important;
  }
  .navs-tabs li a {
    padding: 10px 6px !important;
  }
  .thankyou {
    position: absolute;
    top: 20%;
    text-align: center;
    padding: 0 20%;
  }
  .thankyou p {
    font-size: 15px;
  }
  .thankyou h2 {
    font-size: 20px !important;
  }
  .thisbornon{
    font-size: 22px !important;
  }
  .readyjoinhead input {
    font-size: 14px;
  }
  .font-siz-000 {
    font-size: 15px;
  }
  .tiger-bott-text {
    padding: 11px;
    font-size: 20px;
    text-align: center;
  }
  ul.option-imgs li {
    float: none;
    list-style: none;
    display: inline-block;
    padding: 5px;
    text-align: center;
  }
  .a2c-2butt, .adtocart.red-butt, .adtocart.gray-butt {
    display: inline-block;
    padding: 0 20px;
    font-size: 15px;
    width: 100%;
    text-align: center;
  }
  .played {
    padding: 0 0 20px 0;
    font-size: 25px;
  }
  .two-buttons a {
    padding: 8px 10px;
    font-size: 12px;
  }
  .coments{
    width: 100%;
  }
  h5.hera {
    font-size: 14px;
    text-align: center;
  }
  .l-a-r{
    font-size: 24px;
  }
  .stin {
    padding: 10px 21px;
    font-size: 16px;
  }
  .two-buttons a {
    padding: 8px 8px !important;
  }
  .two-buttons {
    text-align: center;
  }
  .two-buttons a:last-child {
    margin-left: 6px;
  }
  h2.adipcing {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
  }
  .gutarman-img img{
    min-height: 200px;
  }
  .artist-mike {
    left: 5%;
  }
  .log-left{
    width: 30.333333%;
  }
  .log-right{
    width: 69.666667%;
  }
  .coment-input {
    margin-top: 33px;
  }
}
@media (max-width: 400px){

  .amps-de-oit{
    left: 0 !important;
    right: 0 !important;
  }
  .on-the-img-text {
    width: 97% !important;
    text-align: center;
    top: 27%;
  }
  .stave-mors-posi {
    top: 22%;
  }
  .artist-names {
    font-size: 26px;
  }
  .iconic-design {
    top: 25%;
  }
  .iconic-design h2 {
    line-height: 25px;
    font-size: 25px;
  }
  img.ber-img{
    width: 100%;
  }
  span.mxpx {
    font-size: 20px;
  }
  h2.ball {
    font-size: 22px;
  }
  .coment-input {
    margin-top: 13px;
  }
  .artist-mike.mikeman-mob {
    font-size: 27px;
    line-height: 37px;
    width: 76%;
  }
  .a2c-2butt, .adtocart.red-butt, .adtocart.gray-butt {
    font-size: 13px;
  }
  .a2c-2butt, .adtocart.red-butt, .adtocart.gray-butt {
    padding-left: 0 !important;
  }
  .big-popa {
    font-size: 11px;
  }
  #cslide-slides h2 {
    font-size: 13px;
    margin-bottom: 0;
  }
  .cslide-slide p {
    font-size: 12px;
  }
  a.red-more {
    padding: 4px 7px !important;
    font-size: 12px;
    font-weight: 200;
  }
}
@media (max-width: 342px){
  #slide-nav .navbar-toggle {
    right: -15px;
    left: 15px !important;
  }
  a.red-more {
    font-size: 11px;
  }
  .btn {
    height: 38px;
    font-size: 12px;
    padding: 0 30px;
    line-height: 39px;
  }
  .readytojoin h2 {
    font-size: 28px;
    line-height: 31px;
  }
  .join-main-back-mob {
    padding: 20px 0 66px 0;
  }
  .readytojoin {
    min-height: 1114px;
  }
  .newsletterinput {
    font-size: 12px;
    width: 81%;
  }
  .newsletterbutt {
    font-size: 12px;
    width: 17%;
  }
  .readyjoinBpannel {
    margin-top: 132px;
  }
  .readyjoinRight {
    padding: 60px 0 86px;
  }
}
@media (max-width: 492px){
  .readyjoinBpannel {
    margin-top: 290px;
  }
  .hostroyWrapper h4 {
    font-size: 27px;
    line-height: 41px;
  }
  .readyjoinRight {
    padding: 32px 0 86px;
  }
  .widthss{
    width: 100%;
  }
  .guitter5 {
    margin-right: auto;
    margin-top: 0;
  }
  .guitterBox:last-child {
    margin-right: 0;
  }
  .btnGray {
    font-size: 22px;
    padding: 3px 12px;
  }
  .socialMedia h4 {
    font-size: 29px;
    margin-top: 0;
  }
}
@media (max-width: 456px){
  .readyjoinBpannel {
    margin-top: 271px;
  }
  .cslide-slide h2 {
    font-size: 18px !important;
  }
  .iconic-design span {
    font-size: 29px;
    line-height: 30px;
  }
  .iconic-design h2 {
    line-height: 43px;
    font-size: 40px;
  }
  .big-popa {
    font-size: 13px;
  }
  #cslide-slides h2 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .cslide-slide p {
    font-size: 13px;
  }
  a.red-more {
    padding: 8px 13px;
    font-size: 13px;
    font-weight: 500;
  }
  .readytojoin {
    background-size: 100%;
  }
  .guitterHeading2.fr {
    top: 0;
    font-size: 20px;
    line-height: 25px;
  }
  .carousel-indicators {
    display: none;
  }
  .veiw-more {
    margin: 30px 0 0 0;
  }
  .buttonholder a {
    padding: 8px 13px;
    font-size: 13px;
    line-height: 22px;
  }
  .guitterHeading3 {
    font-size: 22px;
    padding-top: 8px;
    line-height: 29px;
  }
  .guitter4,.guitter5,.guitter6 {
    height:202px;
  }
  .btnGray {
    font-size: 20px;
    padding: 3px 8px;
  }
  .guitter1Para1 {
    bottom: 8px;
  }
  .guitter1Para2 {
    font-size: 15px;
  }
  .socialMedia {
    padding: 30px 0 0;
  }
  .allAbout h4 {
    font-size: 27px;
    line-height: 41px;
  }
  .guitterHeading2 {
    font-size: 16px;
    line-height: 18px;
  }
  .imgs2 {
    width: 100%;
    margin-top: 10px;
  }
  .imgs1 {
    width: 100%;
  }
  .imgs3 {
    width: 100%;
  }
  .imgs4 {
    width: 100%;
    margin-top: 10px;
  }
  .img-marg1 {
    margin-top: 10px;
  }
  .img-marg2 {
    margin-top: 10px;
  }
  .img3-chi {
    width: 100%;
    float: none;
  }
  .img3-chi:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
  .thankyou {
    position: absolute;
    top: 20%;
    text-align: center;
    padding: 0 5%;
  }
  .neck-positi-ab {
    font-size: 11px;
    width: 50%;
  }
}
@media (max-width: 438px){
  .readyjoinBpannel {
    margin-top: 225px;
  }
  .limited-county {
    top: 10% !important;
    left: 8%;
    bottom: 10%;
    width: 90%;
  }
  .ds-white .ds-element-value {
    font-size: 1em !important;
  }
  .two-buttons a {
    padding: 8px 2px !important;
  }
  .ned-rep-absu {
    font-size: 17px;
  }
  .cont-service {
    padding: 7px 8px;
    font-size: 11px;
  }
  .slider-content {
    padding: 0;
  }
  .slider-content h2 {
    font-size: 12px !important;
  }
  .guitterPara3.fr {
    font-size: 17px !important;
    line-height: 22px !important;
  }
  .guitterPara {
    font-size: 18px;
    line-height: 20px;
  }
  .hostroyWrapper h4 {
    font-size: 23px;
    line-height: 30px;
  }

  .btnBrown {
    font-size: 13px;
  }
  .btnWhite {
    font-size: 13px;
  }
  .readyjoinBpannel {
    margin-top: 225px;
  }
  .carousel-caption h3 {
    font-size: 27px;
  }
  .carousel-caption {
    right: 10%;
    bottom: 4px;
  }
  .familylegacy h2 {
    font-size: 28px;
  }
  .guitterHeading2 {
    font-size: 14px;
    line-height: 17px;
  }
  .btnblack {
    font-size: 12px;
    padding: 13px 7px;
    line-height: 31px;
  }
  .mrt100 {
    margin-top: 8px;
  }
  .mrt100 {
    margin-top: 5px;
  }
  .btnblack {
    font-size: 15px;
    padding: 13px 24px;
    line-height: 50px;
  }
  .newsletterinput {
    font-size: 13px;
    width: 80%;
  }
  .newsletterbutt {
    font-size: 13px;
    width: 18%;
  }
  .newproduct .productlink {
    font-size: 15px;
    padding: 7px 11px;
  }
}
@media (max-width: 347px){
  .readyjoinBpannel {
    margin-top: 193px;
  }
  .ned-rep-absu {
    font-size: 15px;
  }
  .readyjoinLeft {
    padding: 40px 0 0 0;
  }
  .guitter1Para2 {
    bottom: 114px;
  }
  .btnBrown {
    font-size: 11px;
  }
  .btnWhite {
    font-size: 11px;
  }
  .hostroyWrapper {
    padding: 40px 0 44px 11px;
  }
  .hostroyWrapper h4 {
    font-size: 20px;
    line-height: 25px;
  }
  .guitterPara {
    font-size: 15px;
    line-height: 17px;
  }
  .guitterPara3.fr {
    font-size: 15px !important;
    line-height: 22px !important;
  }
}
@media (max-width: 1200px) {
  #photos {
    -moz-column-count:    4;
    -webkit-column-count: 4;
    column-count:         4;
  }
}
@media (max-width: 1000px) {
  #photos {
    -moz-column-count:    3;
    -webkit-column-count: 3;
    column-count:         3;
  }
}
@media (max-width: 800px) {
  #photos {
    -moz-column-count:    2;
    -webkit-column-count: 2;
    column-count:         2;
  }
}
@media (max-width: 400px) {
  #photos {
    -moz-column-count:    1;
    -webkit-column-count: 1;
    column-count:         1;
  }
}
/*media min-width start*/
@media (min-width: 2000px){
  .hostroyWrapper{  min-height:831px;}
}
@media (min-width: 768px) and (max-width: 1505px){

  .img-position-top {
    right: -50px;
  }
  .pofind {
    width: 49%;
  }
  .thankyou p {
    font-size: 11px;
  }
  h2.artists-details {
    font-size: 38px;
    font-weight: 700;
    line-height: 38px;
    left: 49%;
    bottom: 20%;
  }
}
@media (min-width: 1800px){
  h2.artists-details{
    font-size: 52px;
    font-weight: 700;
    line-height: 60px;
    width: 34%;
    left: 49%;
  }
  h2.artist-mike {
    font-size: 54px !important;
    line-height: 64px !important;
  }
}
@media (min-width: 1092px) and (max-width: 1320px){
  a.red-more {
    font-size: 14px;
  }
  .cslide-slide p {
    font-size: 14px;
  }
  #cslide-slides h2 {
    font-size: 18px !important;
  }
  .big-popa {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px){
  #slideshow-main {
    width: 69%;
    margin-right: 3px;
  }
  #slideshow-carousel {
    right: 15%;
  }
}
@media (min-width: 1200px) and (max-width: 2500px){
  .guitter2 {
    min-height: 414px;
  }
  .limited-county {
    top: 22%;
  }
  .guitar-imgs{
    padding: 38px 20px;
    min-height: 310px;
    max-width: 100%;
  }
  .readytojoin {
    padding-top: 30px;
  }

}
@media (min-width: 400px){
  .cslide-slide p {
    padding-bottom: 15px;
  }
}
@media (min-width: 992px){
  .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #241912;
  }
  .mob-imeg{
    display: none !important;
  }
}
@media (min-width: 1600px){
  .width247{
    width: 24.7%;
  }
}
@media (min-width: 1400px){
  .on-the-img-text h1{
    font-size: 65px !important;
    font-weight: 800;
  }
  h1{
    font-size: 49px;
  }
  h2{
   /* font-size: 38px !important;*/
  }
  .btnWhite {
    font-size: 21px;
  }
  .btnBrown {
    font-size: 21px;
  }
  .btnBrown {
    padding: 7px 22px;
    left: 20%;
    right: 20%;
  }
  .btnWhite {
    padding: 5px 40px;
    left: 20%;
    right: 20%;
  }
}
@media (min-width: 2500px){
  .sociallinks {
    margin-top: 12px;
  }
  .btnblack {
    font-size: 23px;
    padding: 15px 15px;
    line-height: 40px;
  }
  .hostroyWrapper{
    min-height:831px;
  }
}
/*media min width end*/
.acsb-trigger.acsb-trigger-position-x-left {
  left: 0px !important;
}
.osano-cm-widget--position_right,
.osano-cm-widget--position_left {
  left: 43px !important;
}
.osano-cm-widget {
  background: #77ce9f;
  width: 30px !important;
  height: 30px !important;
  bottom: 12px !important;
  border-radius: 20px;
}
.osano-cm-widget svg {
  width: 20px !important;
  height: 20px !important;
}
.osano-cm-button {
  border: none !important;
  border-radius: 0 !important;
}

.search-header {
  margin-top: 20px;
}
.search-form-container {
  margin-top: 20px;
}
.search-input {
  height: 39px;
}
.search-btn button {
  margin-top: 0;
}