/* reset */
html,body,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,p,q,s,samp,
small,strike,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,form,label,
table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
    outline-style: none;
    scroll-behavior: smooth;
}
body {
    margin: 0px; 
    padding: 0px;
    text-align: left;
    font-size: 16px;
    background: rgb(0,0,0);
    font-family: 'Roboto', sans-serif;
    text-align: left;
}
em {
    font-style: italic;
}
.reset {
    clear: both;
    line-height: 0px;
    height: 0px;
    padding: 0px;
    margin: 0px;
}
.centered, .mobilecentered {
    text-align: center;
}
.hidden {
    display: none !important;
}
.showbutton a {
    display: block;
    position: absolute;
    width: 100px;
    height: 50px;
    line-height: 38px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: -50px;
    z-index: 10;
    background:  url('../images/arrow-menu.png') no-repeat rgb(0,0,0);
    background-position: center 35px; 
    text-align: center;
    text-decoration: none !important;
}
.showbutton.reverse a {
    background:  url('../images/arrow-menu-up.png') no-repeat rgb(0,0,0);
    background-position: center 5px; 
    line-height: 50px;
}
hr {
    height: 1px;
    width: 100%;
    border: none;
    margin: 50px 0px 50px 0px;
    border-bottom: 1px solid rgb(150,150,150);
    clear: both;
}
.rollicon {
position: fixed;
bottom: 5px;
right: 10px;
z-index: 9999;
border: none;
outline: none;
cursor: pointer;
padding: 15px;
border-radius: 10px;
opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.link {
    display: block;
    text-decoration: none !important;
    width: auto;
    font-size: 16px;
    padding: 20px 40px 20px 40px;
    margin-top: 0px;
    /* border-left: 1px solid rgb(50,50,50); */
    border-radius: 0px;
    text-transform: uppercase;
    color: white;
    line-height: 14px;
    transition: all 0.5s ease;
    cursor: pointer;
    background: url('../images/arrow-menu.png') no-repeat;
    background-position: 10px center;
}
.link:hover {
    color: rgb(200,175,105);
    background: url('../images/arrow-menu.png') no-repeat;
    background-position: 10px center; 
}





/* header */     
.frame-head {   

}
.head {
    position: absolute;
    width: 100%;
    min-width: 320px;
    height: 95px;
    margin: 0px auto 0px auto;
    background: rgba(0,0,0,0.8);
    z-index: 500;
    box-shadow: 0px 10px 50px -5px rgb(20,20,20);
    border-bottom: 1px solid rgb(40,40,40);
}
.logo {
    position: relative;
    float: left;
    width: 19%;
    max-width: 278px;
    height: auto;
    margin-left: 2%;  
}
.logo a img {
    max-height: 95px;
}




/* menu */
.menu-button {
}
.menu-button a {
    position: relative;
    display: block;
    float: right;
    width: 110px;
    height: 46px;
    margin-top: 25px;
    margin-right: 20px;   
    line-height: 46px;
    text-align: left;
    background: url('../images/menu-button.jpg') no-repeat;
    background-position: center right;
    color: rgb(200,200,200);
    text-decoration: none;
    font-size: 1.3em;
    text-transform: uppercase;
}


.menu {
    display: none;
    position: relative;
    width: 100%;
    margin-top: 95px;
    color: rgb(255,255,255);
    border-top: 1px solid rgb(0,0,0);
}
ul.egmenu { 
    background: rgb(50,50,50);
    height: 30px;
    width: 100%;
}
ul.egmenu > li {
    float: none; 
    width: 100%;
    position: relative; 
    border-bottom: 1px solid rgb(0,0,0);
}
ul.egmenu ul {
    background: rgb(80,80,80);
    display: none;
    position: absolute;
    left: 0; top: 100%;
    width: auto;
    padding-left: 15px;
}
ul.egmenu a {
    cursor: pointer;
    display: block;
    color: white;
    line-height: 30px;
    padding: 0 30px;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
}

/* strange bug fix  */
ul.egmenu li:first-of-type {
left: -18vw;
width: 118vw;
}
@media all and (max-width: 800px) {
ul.egmenu li:first-of-type {
left: -17%;
width: 117%;
}
}
@media all and (max-width: 700px) {
ul.egmenu li:first-of-type {
left: -16%;
width: 116%;
}
}
@media all and (max-width: 600px) {
ul.egmenu li:first-of-type {
left: -15%;
width: 115%;
}
}
@media all and (max-width: 500px) {
ul.egmenu li:first-of-type {
left: -14%;
width: 114%;
}
}
@media all and (max-width: 400px) {
ul.egmenu li:first-of-type {
left: -13%;
width: 113%;
}
}


ul.egmenu li { list-style: none; }
ul.egmenu li:hover ul { display: block;  }

/* @media all and (max-width: 480px) { */
ul.egmenu {  height: auto; }
ul.egmenu a { line-height: 40px; }
ul.egmenu ul { position: relative; }
/* } */

a.submenu {
}

.aside-menu {
    display: none;
}
li a.cart-ico {
    color: rgb(240,240,240);
    text-decoration: none;
    display: block;
    height: 32px;
    border-radius: 25px;
    background: url('../images/basket-ico.svg') no-repeat;
    background-size: 30px 30px;
    background-position: 32px center;
    border: none;
    padding: 8px;
}
.cart-num {
    position: absolute;
    height: 26px;
    line-height: 26px;
    border-radius: 26px;
    text-align: center;
    left: 80px;
    padding: 2px 10px;
}
.frame-head + .frame-promo, .frame-head + .frame-content-header {
    padding-top: 100px;
}



  


/* main photo */
#mainphoto {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    z-index: 1;
    background-size: contain;
}
.promo-no-photo {
    position: relative;
    width: 100%;
    height: 205px;
    z-index: 1;
}
.mphoto {
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
     /*  background-attachment: fixed; */
    width: 100%;
    height: 100%;
}
.promo-text {
    position: absolute;
    top: 40vh;
    left: 7%;
    width: 86%;
    height: auto;
}

.promo-text h1 {
    font-size: 30px;
    color: white;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
    text-shadow: 2px 2px 10px black;
    text-transform: uppercase;
}
.promo-text p {
    font-size: 17px;
    color: white;
    margin: 10px 0px 30px 0px;
}
.promo-button {
    display: inline-block;
    text-decoration: none !important;
    width: auto;
    font-size: 16px;
    padding: 10px 35px 10px 35px;
    margin-top: 20px;
    border: 1px solid rgb(240,240,240);
    border-radius: 5px;
    text-transform: uppercase;
    color: white;
    line-height: 14px;
    transition: all 0.5s ease;
    cursor: pointer;
}
.promo-button:hover {
    color: white;
    background: rgb(0,0,0);
}
.mphoto h2 {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    line-height: 60px;
    bottom: 0px;
    color: white;
    font-weight: bold;
    background: rgba(0,0,0,0.7);
    text-align: center;
    font-size: 28px;
    font-family: 'Roboto Condensed', sans-serif; 
}
.banjos-mainphoto, .mandolins-mainphoto, .parts-mainphoto {
    min-height: 55vh !important;
    border-bottom: 1px solid rgb(200,200,200);
}
.serie {
    min-height: 100vh !important;
}
.banjos-mainphoto .mphoto {
    background-size: auto;
    background-position: -20vw center;
}
@media all and (max-width: 640px) {
.banjos-mainphoto .mphoto {
    background-size: auto;
    background-position: -70vw center;
}
}
.serie-promo-text {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    height: auto;
    color: white;
}
.serie-promo-text .main-content {
    padding: 30px;
}
.banjos-mainphoto.serie h2 {
    display: none;
}






/* MAIN frame */
.frame-content-header {
    background:  url('../images/bg-canvas.jpg') no-repeat center top;
}   
.content-header {
    position: relative;
    width: 100%;
    max-width: 960px;
    min-width: 320px;
    margin: 0px auto 0px auto;
    color: rgb(240,240,240);
    text-align: center;
} 
.content-header h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    margin: 10px auto 0px auto;
}
.content-header h2 {
    font-size: 16px; 
    font-weight: normal;
    margin: 0px auto 20px auto;
}
.content-header p {
    font-size: 16px; 
    font-weight: normal;
    margin: 0px auto 40px auto;
}
.content-header a {
    color: rgb(240,240,240);
    text-decoration: none;
}
.content-header a:hover {
    color: rgb(200,175,105);
    text-decoration: underline;
}
.frame-content {
    /* background: rgb(0,0,0); */
}
.content {
    position: relative;
    width: 100%;
    max-width: 960px;
    min-width: 320px;
    min-height: 220px;
    margin: 0px auto 0px auto;
    color: rgb(240,240,240);
} 
.frame-content.blackbg, .content.blackbg  {
    background: rgb(0,0,0);
}   
.left-container {
    width: 100%;
    height: auto;
}
.right-container {
    width: 96%;
    padding: 0px 2% 0px 2%;
    height: auto;
}
.left-container.w30 {

}
.left-container.w70 {

}
.social-sites {
    display: block;
    width: 100%;
    height: 120px;
}
.social-sites a {
    margin-top: 30px;
    display: inline-block;
    margin-right: 30px;
    width: 64px;
    height: 64px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
a.facebook {
    background:  url('../images/logo-fb.png') no-repeat;
}
a.youtube {
    background:  url('../images/logo-yt.png') no-repeat;
}



/* main content */
.main-content {
    position: relative;
    z-index: 20;
    padding: 0px 2%;
}
.main-content h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    margin: 20px 0px 5px 0px;
    text-transform: uppercase;
    text-align: center;
}
.main-content h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    margin: 20px 0px 2px 0px;
}
.main-content h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0px 2px 0px;
    color: rgb(240,240,240);
}
.main-content p {
    font-size: 16px;
    margin: 0px 0px 20px 0px;
}
.main-content a {
    color: rgb(220,220,220);
    text-decoration: underline;
}

.main-content img {
    max-width: 100%;
    height: auto;
}
.main-content iframe {
    max-width: 100%;
    height: 360px !important;
}
.main-content a:hover img {
    opacity: 0.85;
    filter: alpha(opacity=85);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
.main-content table {
    border-collapse: collapse;
    width: 100%;
    margin: 5px 0px 30px 0px;
}
.main-content tr td {
    padding: 10px 1% 10px 1%;
    border-bottom: 1px solid rgb(50,50,50); 
    background: rgb(26,26,26);
    vertical-align: center;
    font-size: 14px;
}
.main-content.dealers tr td {
    padding: 30px 1% 30px 1%;
    border-bottom: none; 
    background: rgb(0,0,0);
    text-align: center;
    font-size: 15px;
}
td.td-first {
    width: 30%;
}
.sponzori td {
    border-bottom: none !important;
}
.main-content input, .main-content textarea, .main-content select  {
    width: 98%;
    border: 1px solid rgb(80,80,80);
    background: rgb(50,50,50);
    color: white;
    padding: 1%;
}
.main-content input.radio {
    width: 16px;
    height: 16px;
}
.main-content input[type=submit] {
    font-weight: bold;
    width: 100%;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: all 0.2s;  -moz-transition: all 0.2s;  -ms-transition: all 0.2s;  -o-transition: all 0.2s;  transition: all 0.2s;
}
.main-content input[type=submit]:hover {
    border: 1px solid rgb(200,175,105);
    color: rgb(200,175,105); 
}
.main-content textarea  {
    height: 100px;
}

input.submit, select.select {
    width: 100%;
}
.main-content ul, .main-content ol {
    margin: 10px 0px 30px 0px;
}
.main-content li {
    list-style-position: outside;
    margin: 0px 0px 5px 40px;
}


.main-content embed {
    max-width: 100%;
}




.pruchaphoto {
text-align: center;
}



/* homepage 
.tiles {
    display: block;
}
.tile a {
    position: relative;
    display: block;
    width: 360px;
    height: 360px;
    max-width: 100%;
    margin: 10px auto;
    background: url('../images/tile-banjo.jpg') no-repeat;
    text-align: center;
    filter: grayscale(80%);
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -webkit-transition: all 0.2s;  -moz-transition: all 0.2s;  -ms-transition: all 0.2s;  -o-transition: all 0.2s;  transition: all 0.2s;
}
.tile a:hover {
    filter: grayscale(0%);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.tile.mandolins a {
    background-image: url('../images/tile-mandolin.jpg');
}
.tile.parts a {
    background-image: url('../images/tile-parts.jpg');
}
button.promo-button {
    margin: 260px auto auto auto;
    background: rgba(0,0,0,0.8);
    text-decoration: none;
    padding: 15px 20%;
    font-size: 24px;  
}
*/



/* aktuality */
.news {
    display: block;
}
.news h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 26px;
    margin: 20px 0px 18px 0px;
}
.news article {
    position: relative;
    display: block;
    width: 320px;
    height: 320px;
    margin: 10px auto;
}
.news article a {
    display: block;
    width: 320px;
    height: 320px;
}
.news article a img {
    max-width: 100%;
    height: auto;
    z-index: 1;
    filter: grayscale(80%);
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -webkit-transition: all 0.2s;  -moz-transition: all 0.2s;  -ms-transition: all 0.2s;  -o-transition: all 0.2s;  transition: all 0.2s;
}
.news article a .article-text {
    z-index: 2000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.news article a h2 {
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    background: rgba(0,0,0,0.8);
    padding: 10px 0px;
}
.news article a p {
    color: white;
    font-size: 16px;
    z-index: 2;
}
.news article a:hover img {
    filter: grayscale(0%);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}





/* nástrojové řady */
.lines {
    text-align: center;
    padding: 40px 0px 40px 0px;
}
.lines h1 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px auto 20px auto;
}
.lines article {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin: 20px 0px;
    border: 1px solid rgb(30, 30, 30);
}
.lines article a {
    display: block;
    max-width: 100%;
    height: auto;
}
.lines article a img {
    z-index: 1;
    filter: grayscale(0%);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.2s;  -moz-transition: all 0.2s;  -ms-transition: all 0.2s;  -o-transition: all 0.2s;  transition: all 0.2s;
    max-width: 100%;
    height: auto;
}
.lines article a .article-text {
    z-index: 2000;
    position: absolute;
    bottom: 0%;
    width: 100%;
    /* background-color: rgba(34, 40, 37, 0.5); */
    text-align: center;

}
.lines article a h2 {
    font-family: 'Roboto Condensed', sans-serif;
    color: white;
    font-size: 24px;
    z-index: 2;
    text-transform: uppercase;
    margin: 10px auto 10px auto;
}
.lines article a:hover img {
    filter: grayscale(80%);
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.lines.indexversion article a .article-text {
    background-color: rgba(0,0,0, 0.8); 
}




/* seznam nástrojů */
.products {
    text-align: center;
    /* padding: 40px 0px 40px 0px; */
}
.products article {
    position: relative;
    display: inline-block;
    width: 240px;
    height: 240px;
    margin: 35px;
    border: 1px solid rgb(30, 30, 30);
}


.products article a {
    display: block;
    width: 100%;
    height: 100%;
}
section.products article a span.new {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 48px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: rgb(200,175,105);
    color: black;
    z-index: 100;
}
.products article a img {
    z-index: 1;
    filter: grayscale(0%);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.2s;  -moz-transition: all 0.2s;  -ms-transition: all 0.2s;  -o-transition: all 0.2s;  transition: all 0.2s;
    width: 100%;
    height: auto;
}
.products article a div.image-square {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    -webkit-transition: all 0.2s;  -moz-transition: all 0.2s;  -ms-transition: all 0.2s;  -o-transition: all 0.2s;  transition: all 0.2s;
        opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.products article a .article-text {
    z-index: 2000;
    position: absolute;
    bottom: 0%;
    left: 0px;
    width: 100%;
    background-color:rgba(0, 0, 0, 0.6);
    text-align: center;

}
.products article a h2 {
    font-family: 'Roboto Condensed', sans-serif;
    /* color: rgb(105,140,150); */
    color: rgb(240,240,240);
    font-size: 22px;
    z-index: 2;
    text-transform: uppercase;
    margin: 10px auto 10px auto;
    font-weight: normal;
}
.products article a:hover img {
    filter: grayscale(0%);
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.products.variations {
margin-top: 20px;
}
.products.variations article {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(100vw / 2);
    margin: 0px 0px;
    background-size: cover;
    -webkit-transition: all 0.2s;  -moz-transition: all 0.2s;  -ms-transition: all 0.2s;  -o-transition: all 0.2s;  transition: all 0.2s;
}
.products article a:hover img, .products.variations article:hover {
    filter: grayscale(0%);
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}




/* detail produktu */
.links-block {
border-top: 1px solid rgb(50,50,50);
margin: 25px 0;
}
.gallery-previews {
    position: relative;
    text-align: center;
}
.gallery-previews a img {
    z-index: 1;
    filter: grayscale(0%);
    opacity: 1;
    width: 120px;
    height: 120px;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.2s;  -moz-transition: all 0.2s;  -ms-transition: all 0.2s;  -o-transition: all 0.2s;  transition: all 0.2s;
    border: 1px solid rgb(80,80,80);
    margin: 5px;
}
.gallery-previews a.photopreview {
position: relative;
display: inline-block;
}
.gallery-previews.artistdetail div.inner-of, .gallery-previews.instrumentdetail div.inner-of {
    max-height: 137px;
    overflow: hidden;
}
.hasmorephotos {
display: none;
}
.photo-min-desc {
    position: absolute;
    display: block;
    width: 90%;
    padding: 10px 5%;
    bottom: 1px;
    left: 0pxl
}
div.overflow {
    overflow: hidden;
}
.jcarousel {
    position: relative;
    overflow: hidden;
}
.jcarousel div {
    width: 20000em;
    position: relative;
}
.jcarousel-control-next, .jcarousel-control-prev {
    position: absolute;
    right: -20px;
    top: 40px;
    width: 40px;
    height: 40px;
    border: 1px solid rgb(100,100,100);
    border-radius: 2px;
    background: url('../images/arrow-gold-right.png') no-repeat center center rgb(40,40,40);
    z-index: 1000;
    -webkit-transition: all 0.2s;  -moz-transition: all 0.2s;  -ms-transition: all 0.2s;  -o-transition: all 0.2s;  transition: all 0.2s;
}
.jcarousel-control-prev {
    left: -20px;
    right: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: none;
}
.jcarousel-control-next:hover, .jcarousel-control-prev:hover {
    border: 1px solid rgb(200,175,105);
    color: rgb(200,200,200);
}



/* detail produktu - příplatky */
.options {
    position: relative;
    display: flex;
    flex-direction: row; 
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
}
.options label {
    position: relative;
    display: flex;
    width: 24%;
    margin: 0px auto;
    border-bottom: 1px solid rgb(50,50,50);
    text-align: left;
    cursor: pointer;
}
@media  screen and (max-width: 680px) { 
     .options label  {
        width: 48%;
    }
}
.options label:hover {
background: rgb(26,26,26);
}

.options article {
     display: flex;
     padding: 10px 0px 10px 0px;
}
.checkb {
    width: 24px;
}
.checkb input {
    width: 24px;
}
.options article:nth-child(even) {
    margin-right: 0%;
}
.options input {
   margin: 0px 10px 0px 0px;
}
.options article span {
    padding: 10px 2%;
}
.options .text {
    position: relative;
}
.options .price {
    color: rgb(105,140,150);
}
.finalprice {
    width: 320px;
    height: 60px;
    margin: 20px auto 10px auto;
    padding: 0px;
    display: block;
    background: rgb(26,26,26);
    font-weight: bold;
    font-size: 28px;
    line-height: 60px;
    text-align: center;
}
.basicprice {
    width: 320px;
    height: 60px;
    margin: 20px auto -10px auto;
    padding: 0px;
    display: block;
    background: rgb(0,0,0);
    border: 1px solid rgb(26,26,26);
    font-weight: normal;
    font-size: 28px;
    line-height: 60px;
    text-align: center;
}
input.toorder {
    width: 320px !important;
    height: 60px;
    margin: auto !important;
    padding: 0px;
    background: rgb(0,0,0);
}
.message {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    margin-top: 30px;
}
.message input {
    width: 100%;
    line-height: 40px;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    background: rgb(26,26,26);
    color: rgb(190,160,120);
    border: 1px solid rgb(26,26,26);
}
.instr-main-photo {
text-align: center;
padding: 90px 0px 0px 0px;
}
.instr-main-photo img {
   max-height: 55vh;
    opacity: 0.9;
}
.instr-main-text {
    display: block;
    float: left;
    width: 96%;
    height: auto;
    margin: 80px 2% 20px 2%;
    z-index: 1;
    position: relative;
}
p.price-from {
    text-align: center;
}





/* díly */
.parts {
}
ul.parts {
    position: relative;
    list-style-type: none;
    margin: 0px 0px 30px 0px;
}
ul.parts li {
    width: 100%;
    float: left;
    font-size: 20px;
    margin: 1px 0%;
}
ul.parts li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    background: rgb(40,40,40);
    font-weight: bold;
    padding: 8px;
    display: block;
}
ul.subparts {
    display: none; 
    margin: 0px;
    list-style-type: square;
}
ul.subparts li {
    width: 94%;
    float: none;
    margin: 0px 0% 0px 6%;
}
ul.subparts li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    background: rgb(20,20,20);
    border-bottom: 1px solid rgb(40,40,40);
    font-weight: bold;
    padding: 8px;
    display: block;
}
.order input[type=text] {
    width: 20px;
    height: 100%;
    float: left;
    padding: 5px;
    background: rgb(50,50,50);
    color: white;
    font-weight: bold;
    border: 1px solid rgb(80,80,80);
}
.order input {
    height: 100%;
    float: left;
    padding: 8px;
    background: rgb(50,50,50);
    color: white;
    font-weight: bold;
    border: 1px solid rgb(80,80,80);
}
.order input.amount {
    width: 20px;
    padding: 8px;
}
.order input[type=submit] {
    width: 100px;
    cursor: pointer;
    font-size: 13px;
}




/* necks configurator */
.neck-configurator-price {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
    padding: 20px auto 20px auto;
    z-index: 10;
    text-align: center;
    height: 40px;
    background: rgb(60,60,60);
    box-shadow: 0px 0px 45px -5px rgb(20,20,20);	 
    font-size: 22px;
    border: 1px solid rgb(80,80,80);;
    font-weight: bold;
}
table.neck-configurator {
    line-height: 22px;
}
table.neck-configurator tr td {
    background: rgb(20,20,20);
    padding: 4px;
    padding-bottom: 20px;
    border: none;
}
table.neck-configurator tr td strong {
    font-size: 20px;
}
.neck-configurator select, .neck-configurator option {
    font-weight: bold;
    color: rgb(200,200,200);
    border: none;
    background: rgb(60,60,60);
}
input.neck-submit {
    background:rgb(80,80,80);
    margin: 5px 0 5px 0;
    padding: 10px;
    color: rgb(224,224,224);
    border: 1px solid rgb(176,176,176);
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}
input.neck-submit:hover {
    background:rgb(80,80,80);
    margin: 5px 0 5px 0;
    padding: 10px;
    color: rgb(200,175,105);
    border: 1px solid rgb(200,175,105);
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}


/* kosik */
.cart a {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 2%;
    height: auto;
    background: rgb(60,60,60);
    box-shadow: 0px 0px 45px -5px rgb(20,20,20);	 
    font-size: 16px;
    border: 1px solid rgb(80,80,80);
    z-index: 10;
    text-decoration: none;
    color: rgb(240,240,240);
    display: block;
}
.cart.offsetup a {
    bottom: 40px;
}
tr.table-head td {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
p.platebni-karty {
    line-height: 22px;
}
p.platebni-karty img {
    vertical-align: middle;
    padding: 5px;
}
td.kosik-mnozstvi {
    min-width: 170px;
}
td.td-del {
    width: 30px;
}
.alert {
    position: fixed;
    top: 10%;
    right: 0px;
    width: 250px;
    padding: 2%;
    height: auto;
    background: rgb(60,60,60);
    box-shadow: 0px 0px 45px -5px rgb(20,20,20);	 
    font-size: 18px;
    border: 1px solid rgb(80,80,80);
    z-index: 10000;
    text-decoration: none;
    color: rgb(240,240,240);
    display: block;
    line-height: 28px;
}
.alert.yes {
    color: rgb(0,230,0);
}
.alert.no {
    color: rgb(255,0,0);
}



/* profily hudebniku */
.artists {
    text-align: center;
    padding: 40px 0px 40px 0px;
}
.artists h1 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px auto 20px auto;
}
.artists article {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin: 20px 0px;
    border: 1px solid rgb(30, 30, 30);
}
.artists article a {
    display: block;
    max-width: 100%;
    height: auto;
}
.artists article a img {
    z-index: 1;
    filter: grayscale(0%);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.2s;  -moz-transition: all 0.2s;  -ms-transition: all 0.2s;  -o-transition: all 0.2s;  transition: all 0.2s;
    max-width: 100%;
    height: auto;
}
.artists article a .article-text {
    z-index: 2000;
    position: absolute;
    bottom: 0%;
    width: 100%;
    background-color: rgba(34, 40, 37, 0.5); 
    text-align: center;

}
.artists article a h2 {
    font-family: 'Roboto Condensed', sans-serif;
    color: white;
    font-size: 24px;
    z-index: 2;
    text-transform: uppercase;
    margin: 10px auto 10px auto;
}
.artists article a:hover img {
    filter: grayscale(80%);
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.artists.indexversion article a .article-text {
    background-color: rgba(0,0,0, 0.8); 
}
.artist-main-photo  {
    text-align: center;
    padding: 96px 0px 0px 0px;
}
.artist-instrument  {
    text-align: center;

}
.artist-main-photo img {
    max-height: 320px;
}
.playicon {
display: none;
}




/* popup okno */
.dialog-container {
    position: fixed;
    z-index: 10000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    transition: none;
    display: flex;
    align-items: center;
    display: none;
}
.dialog-container .popup-content {
    position: relative;
    width: auto;
    height: 100%;
    background: rgb(0, 0, 0);
    color: white;
    border-radius: 0px;
    border: 1px solid rgb(50,50,50);
    max-height: 99%;
    overflow-y: auto;
    height: auto;
    padding: 50px 50px;
    box-shadow: 0px 0px 250px 25px rgb(0,0,0);	
}
.dialog-container .popup-content .close {
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    right: 25px;
    top: 25px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    position: absolute;
    color:  rgb(200,200,200);
    border: 1px solid rgb(200,200,200);
    -webkit-transition: all 0.2s;  -moz-transition: all 0.2s;  -ms-transition: all 0.2s;  -o-transition: all 0.2s;  transition: all 0.2s;
    border-radius: 38px;
}
.dialog-container .popup-content .close:hover {
    border: 1px solid rgb(190,160,120);
    color: rgb(190,160,120);
}
.dialog-container.content-dialog {
    position: fixed;
}
.dialog-container.content-dialog .popup-content {
    max-width: 900px;
    margin: 0 auto;
    height: auto;
}
.dialog-container.content-dialog .popup-content header {
    border-bottom: 1px solid #dae1e6;
    position: relative;
    padding: 70px 0 15px 0;
    text-align: center;
    margin: 0 0 30px;
}
.dialog-container.content-dialog .popup-content header h1 {
    font-size: 24px;
    font-weight: bold;
}
.dialog-container.content-dialog .popup-content table tr td {
    padding: 5px;
    font-size: 14px;
}
.dialog-container.content-dialog .popup-content img  {
max-height: 50vh; 
max-width: 100%;
}
.popup-content p {
    color: rgb(200,200,200);
    margin: 5px auto;
}
.popup-content a {
    color: rgb(200,200,200);
}
.dialog-container.content-dialog .popup-content table {
    width: 100%;
    border-collapse: collapse;
}
.dialog-container.content-dialog .popup-content table tr td {
    padding: 5px;
    font-size: 14px;
}
.dialog-container.content-dialog .popup-content input, .dialog-container.content-dialog .popup-content textarea {
    width: 98%;
    padding: 6px 1%;
    border: none;
    background: rgb(220,220,220);
}
.dialog-container.content-dialog .popup-content input[type=radio] {
    width: 30px;
}
.dialog-container.content-dialog .popup-content input[type=submit] {
    width: 98%;
    font-weight: bold;
    font-size: 16px;
    border: 1px solid rgb(80,80,80);
    background: rgb(0,0,0);
    color: white;
    padding: 10px 35px 10px 35px;
}
.dialog-container.content-dialog .popup-content input[type=submit]:hover {
    border: 1px solid rgb(200,175,105);
}
.dialog-container.content-dialog img {
max-height: 48vh;
max-widthL: 80vw;
}






/* kalendar */
td.action-month {
    background: rgb(30,30,30) !important;
    font-weight: bold;
}
.calendar-detail-date {
    background: rgb(30,30,30);
    padding: 12px;
    margin: 0px 0px 0px 0px;
}
.calendar-detail-back {
    float: right;
}
.calendar-detail-back a {
}
.calendar-archive {
    text-align: right;
    margin-right: 5px;
    margin-bottom: 5px;
}
.calendar-archive a {
    font-weight: bold;
}


/* gallery */
.gallery {
    margin: 0px auto 10px auto;
    width: 100%;
    text-align: left;
}
div.gallery-sections {
    background: rgb(20,20,20);
    border: 1px solid rgb(30,30,30);
    padding: 15px;
    margin: 0px 0px 20px 0px;
    color: rgb(240,240,240);
}
.right {
    float: right;
    margin-top: -3px;
}
.gallery-sections select {
    width: auto;
    border: none;
    background: rgb(60,60,60);
    padding: 6px;
    font-weight: bold;
    max-width: 100%;
}
.thumbnails {
    margin: 15px auto 0px auto;
    text-align: center;
}
.thumbnails tr:hover td {
    opacity: 1 !important;
}
.thumbnails a img {
    margin: 4px;
    padding: 8px;
}
.thumbnail {
    width: 48%;
    float: left;
    padding: 3px 1% 3px 1% !important;
    margin: 0px 0px 3px 0px;
    text-align: left;
}
.thumbnails td {
   text-align: left;
}
.thumbnail div.thumb-img {
    float: left;
    width: 150px;
    height: 150px;
}
td.thumb-desc {
    width: auto;
    padding: 10px 3% !important;
}
.thumbnail a h3 {
    margin: 0px;
}
.thumbnail a  {
    text-decoration: none;
}
.thumbnail a:hover h3, .thumbnail a:hover p {
    color: rgb(80,80,80);
}
p.gallery-description {
    margin: 10px 0px 15px 0px;
}

/* audio */
audio {
    width: 100%;
}
td.audioplayer {
    min-width: 300px;
    max-width: 400px;
}
table.audio-komplet {
    table-layout: fixed;
}
td.audio-kmpl {
    min-width: 240px;
}




/* články */
.articles {
    margin: 0px 10px 10px 10px;
}
.article {
    height: auto;
    margin: 0px 0px 10px 0px;
    clear: both;
}
.article a {
    text-decoration: none;
}
.article a h2 {
    margin-bottom: 5px;
}
.article a:hover p {
    color: rgb(240,240,240);
}
.article-photo {
    float: left;
    text-align: left;
    width: 195px;
    height: auto;
    margin: 0px 0px 10px 0px;
}
a .article-photo img {
    margin-bottom: 10px;
    height: auto;
}
.article-text {
    height: auto;
}
.article-text p {
    margin: 0px;
    padding: 0px;
}



/* patka */
.frame-footer {
    background: rgb(25,25,25);
}
.footer {
    display: block;
    position: relative;
    max-width: 96%;
    min-width: 320px;
    padding: 30px 2%;
    height: auto;
    margin: 60px auto 0px auto;
    color: rgb(230,230,230);

}
.footer-column {
    display: inline-block;
    vertical-align: top;
}
.footer-column.w30, .footer-column.w25 {
    width: 100%;
}
.footer-column h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    margin-bottom: 15px;
}
.footer-column ul li {
    line-height: 28px;
    font-size: 16px;
    list-style-image:  url('../images/arrow-grey-right.png');
}
.footer-column ul li a {
    color: rgb(230,230,230);
    text-decoration: none;
    text-transform: uppercase;
}
.footer-column ul li a:hover {
    color: rgb(200,175,105);
    text-decoration: underline;
}
.footer .reset {
    display: table-row;
}
.footer p {
    margin: 15px auto 15px auto;
    font-size: 14px;
}
p.social-icons {
    text-align: right;
}


