body{
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#333;
}
.q_slider {
    position: relative;
}
.q_slider .bass_title {
    background-color: rgb(255, 100, 55);
    position: absolute;
    top: 0;
    z-index: 10;
    padding: 20px 40px;
    text-align: center;
    font-size: 2.4rem;
}
.q_slider .bass_model {
    font-size: 1.8em;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 4px;
    line-height: 1;
}
.q_slider .base_style {
    color: #363636;
    letter-spacing: 4px;
    font-size: 1em;
    font-weight: 500;
}
.q_slider .base_series {
    color: #6b6a6a;
    letter-spacing: 2px;
    font-size: 1em;
    font-weight: 500;
}
.q_slider .slick-dots {
    bottom: 25px;
}
.slick-initialized .slick-slide {
    height: 0;
    padding-top: 80vh;
    position: relative;
}
.slick-initialized .slick-slide img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slick-dotted.slick-slider {
    margin: 0 !important;
}
.content {
    padding: 3% 7%;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.breadcrumb {
    background-color: #f5f5f5;
    display: flex;
    padding: 1em;
    border-radius: 5px;
    margin-bottom: 30px;
}
ul.breadcrumb .link_to {
    margin-left: auto;
}
ul.breadcrumb li {
    color: #666;
}
ul.breadcrumb li:after {
    content: "/";
    padding: 0 0.5em;
    color: #999;
}
ul.breadcrumb li:last-child:after {
    content: "";
}
section.lead {
    background-color: #372f2d;
    color: #fff;
    text-align: center;
    padding: 5%;
    font-size:2rem;
}
section.lead img {
    margin-bottom: 24px;
}
section.lead .lead_title {
    font-family: helvetica;
    font-style: italic;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: .1em;
    padding-bottom: 0.5em;
}
section.lead .lead_text {
    font-size: 1em;
}
section.models {
    background-image: url(../img/WoodBG2.jpg);
    padding: 5%;
    background-repeat: repeat-y;
    background-size: contain;
}
section.models h3 {
    text-align: right;
    font-size: 2.6rem;
    font-family: helvetica;
    font-style: italic;
    color: #333;
}
section.models .box_fig img {
    width: 100%;
}
h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    background-color: #524741;
    color: #fff;
    font-style: italic;
    text-align: center;
    padding: 0.7em;
    font-size: 2.6rem;
    letter-spacing: .1em;
}
section.spec {
    background-image: url(../img/WoodBG2.jpg);
    padding: 5%;
    background-repeat: repeat-y;
    background-size: contain;
}
section.spec .wrap_spec {
    background-color: #fff;
    border-radius: 5px;
    padding-bottom: 20px;
}
section.spec .wrap_spec h3 {
    background: #f5f5f5;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #ddd;
    padding: 0.5em 1.5em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}
section.spec .wrap_spec table {
    width: 96%;
    margin: 20px auto;
    border: 1px solid #ddd;
    border-collapse: collapse;
}
section.spec .wrap_spec table tr.active {
    background-color: #f5f5f5;
}
section.spec .wrap_spec table td,section.spec .wrap_spec table th {
    border: 1px solid #ddd;
    padding: 0.5em;
}

.artist{
	background-image: url(../img/WoodBG2.jpg);
}
.artist h2 {
    margin-bottom: 1em;
}
.artist ul {
    display: flex;
    justify-content: space-around;
    padding: 0 1% 30px;
}
.artist ul li {
    width: 30%;
}
.artist ul li .artist_fig img {
    display: block;
}
.artist ul li .box_artist_dscr {
    font-size: 1.4rem;
    background-color: rgba(255,255,255,.7);
    padding: 10% 6%;
}
.artist ul li .box_artist_dscr .artist_name {
    font-weight: bold;
    padding-bottom: 0.3em;
}
.artist ul li .box_artist_dscr .play_mov {
    background-color: #f0ad4e;
    width: fit-content;
    padding: 0.5em 0.8em;
    font-size: .8em;
    color: #fff;
    border-radius: 5px;
}
.artist ul li .box_artist_dscr .play_mov a{
    color: #fff;
}
.story{
	background-image: url(../img/WoodBG2.jpg);
}
.parts{
	background-image: url(../img/WoodBG2.jpg);
	padding-bottom: 60px;
}
.parts h2 {
    margin-bottom: 1em;
}
.parts .row {
    padding-left: 3%;
    padding-right: 3%;
}
.parts .col-xs-12 {
    display: flex;
    background-color: #372f2d;
    margin-bottom: 50px;
    color: #fff;
}
.parts .col-xs-12 .caption {
    width: 30%;
    padding: 3em 1.5em;
    font-size: 1.3rem;
}
.parts .col-xs-12 .caption h3 {
    font-family: sans-serif;
    font-size: 1.6em;
    font-weight: bold;
    padding-bottom: 0.3em;
}
.parts .col-xs-12 .box_fig {
    display: block;
    width: 70%;
}
.parts .col-xs-12 .box_fig img {
    width: 100%;
    display: block;
}
.parts img.logo_foot {
    display: block;
    margin: 100px auto 0;
}

@media screen and (max-width:900px){
	.q_slider .bass_title{
		font-size:1.2rem;
	}
	.slick-initialized .slick-slide {
	    padding-top: 35vh;
	}
	section.lead {
    		font-size:1.2rem;
	}
	section.models h3 {
    font-size: 1.8rem;
}
.artist h2 {
    font-size: 1.8rem;
}
.artist ul li .box_artist_dscr p {
    font-size: .7em;
}
.story h2{
    font-size: 1.8rem;
}
.parts h2{
    font-size: 1.8rem;
}
.story .box_text {
    font-size: 1.2rem;
}
.parts .col-xs-12 {
    display: block;
}
.parts .col-xs-12 .caption {
    width: 100%;
    padding: 1.5em;
}
.parts .col-xs-12 .box_fig {
    width: 100%;
}
}

@media screen and (max-width:600px){
	html {
	    font-size: 12px;
	}
	.content {
	    padding: 3%;
	}
	.slick-initialized .slick-slide {
	    padding-top: 50vh;
	}
	.artist ul {
	    display: block;
	}
	section.spec .wrap_spec{
		overflow:auto;
	}
	.artist ul li {
	    width: 100%;
	    display: flex;
	    margin-bottom: 20px;
	}
	.artist ul li .artist_fig {
	    width: 50%;
	}
	.artist ul li .box_artist_dscr {
	    width: 50%;
	    padding: 5% 3%;
	}

}
