/* 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: 'Open Sans', sans-serif;
    text-align: left;
}
em {
    font-style: italic;
}
.reset {
    clear: both;
    line-height: 0px;
    height: 0px;
    padding: 0px;
    margin: 0px;
}
.desktophide {
    display: none;
}
.centered {
    text-align: center;
}
.anchor {
    padding-top: 50px !important; 
    margin-top: -10px !important;  
}
.hidden {
    display: none !important;
}
.showbutton a {
    display: block;
    position: absolute;
    width: 140px;
    height: 56px;
    line-height: 44px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 32px;
    bottom: -50px;
    z-index: 10;
    background:  url('../images/arrow-menu.png') no-repeat rgb(40,40,40);
    background-position: center 38px; 
    text-align: center;
    text-decoration: none !important;
}
.showbutton.reverse a {
    background:  url('../images/arrow-menu-up.png') no-repeat rgb(40,40,40);
    background-position: center 12px; 
    line-height: 68px;
    top: auto;
}
.desktophide {
    display: none !important;
}
hr {
    height: 1px;
    width: 100%;
    border: none;
    margin: 60px 0px 10px 0px;
    border-bottom: 1px solid rgb(150,150,150);
    clear: both;
}
.align-right {
    text-align: right;
}
.rollicon {
position: fixed;
bottom: 5px;
right: 10px;
z-index: 9999;
border: none;
outline: none;
cursor: pointer;
padding: 15px;
border-radius: 10px;
opacity: 0.3;
filter: alpha(opacity=30);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.topoffset {
    padding-top: 76px;
}
tr:hover td {
 opacity: 0.8;
filter: alpha(opacity=80);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";  
}
.link {
    display: inline-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 {   
    position: fixed;
    width: 100%;
    margin: 0px auto 0px auto;
    background: rgba(30,30,30,1);
    z-index: 5000;
    transition: all 0.5s ease;
    border-bottom: 1px solid rgb(40,40,40);
}
.frame-head.transparent {
    background: rgba(20,20,20,0.8);
}
.head {
    position: relative;
    max-width: 1440px;
    min-width: 960px;
    height: 100px;
    margin: 0px auto 0px auto;
    z-index: 500;
    transition: all 0.5s ease;
}
.logo {
    position: relative;
    float: left;
    width: 21%;
    max-width: 280px;
    height: auto;
    margin-left: 1%;  
    transition: all 0.5s ease;
}
.logo a img {
    max-height: 125px;
    width: auto;
    transition: all 0.5s ease;
}





/* menu */
.menu-button {
    display: none;
}
.menu-env {
    position: relative;
    float: left;
    top: 52px;
    margin: auto;
    width: 65%;
    height: 25px;
    text-align: center;
    transition: all 0.5s ease;
}
.menu {
    position: relative;
    margin: auto;
    width: 100%;
    height: 25px;
    color: rgb(255,255,255);
    text-align: left;
}

.menu ul {
    margin: 0px;
    list-style-type: none;
    display: table;
    width: 100%;
}
.menu li {
    position: relative;
    display: table-cell;
}
.menu a {
    color: rgb(240,240,240);
    background-position: center 36px;
    font-size: 17px;
    padding: 12px 14px 16px 14px; 
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;  -moz-transition: all 0.2s;  -ms-transition: all 0.2s;  -o-transition: all 0.2s;  transition: all 0.2s;
}
.menu ul li:hover > a {
    background-color: rgb(0,0,0);
    text-decoration: underline;
    color: white;
}
.menu ul li ul {
    display: block;
    z-index: 2;
    padding: 12px 0px 12px 0px;
    position: absolute;
    top: 35px;
    left: 0px;
    width: auto;
    background: rgb(0,0,0);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.2s;  -moz-transition: all 0.2s;  -ms-transition: all 0.2s;  -o-transition: all 0.2s;  transition: all 0.2s;
    visibility: hidden; 
    box-shadow: 0px 15px 25px -10px rgb(0,0,0);	 	
}
.menu ul li ul li {
    display: block;
    line-height: 30px;
}

a.submenu {
    white-space: nowrap;
    background-image: none;
    padding: 0px 18px 0px 18px; 
    margin: 0px 0px 0px 0px; 
}
li.menu-with-images {
    display: table-cell !important;
    padding: 0px 0px 0px 10px;
}
li.menu-with-images:last-of-type {
    padding: 0px 10px 0px 10px;
}
a.submenu:hover {
    text-decoration: underline;
    filter: grayscale(0%);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
a.active {
    font-weight: bold;
    text-decoration: underline !important;
}
.menu ul li:hover ul {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}



.aside-menu {
    position: relative;
    float: right;
    width: 120px;
    height: 30px;
    margin-right: 0%;
    margin-top: 40px;
    transition: all 0.5s ease;
}
.aside {
    list-style-type: none;
    cursor: pointer;  
}
.aside li {
    line-height: 28px;
    color: rgb(240,240,240);
    text-align: center;
    display: inline-block;
    width: 48px;
    transition: all 0.5s ease;
    margin-left: 5px;
}
.aside li a {
    position: relative;
    color: rgb(240,240,240);
    text-decoration: none;
    display: block;
    width: 28px;
    border-radius: 25px;
    border: 1px solid rgb(240,240,240);
    padding: 8px;
}
.aside li a.cart-ico {
    color: rgb(240,240,240);
    text-decoration: none;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 25px;
    background: url('../images/basket-ico.svg') no-repeat;
    background-size: 30px 30px;
    background-position: center center;
    border: none;
    padding: 8px;
}
.aside li:hover {
    color: white;
    background: rgb(0,0,0);
    border-radius: 25px;
}
.cart-num {
    position: absolute;
    top: -4px;
    right: 0px;
    min-width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 26px;
    background: rgb(200,175,105);
    color: white;
    text-align: center;
}
.frame-head + .frame-promo, .frame-head + .frame-content-header {
    padding-top: 100px;
}


/* scrolled */
.frame-head.transparent.scroll {   
    background: rgba(0,0,0,0.7);
}
.scroll .logo a img {
    max-height: 90px; 
}
.scroll .menu-env {
    top: 38px;
}
.scroll .aside-menu {
    margin-top: 25px;
}






/* 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 top;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    width: 100%;
    height: 100%;
}
.mphoto.no-photo {
    width: 100%;
    height: 205px;
}
.promo-text {
    position: absolute;
    top: 43vh;
    left: 14%;
    width: 50%;
    height: auto;
}

.promo-text h1 {
    font-size: 32px;
    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-text.rightside {
    top: 42vh;
    left: 48%;
}
.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: 32px;
    text-transform: uppercase;
}

.banjos-mainphoto, .mandolins-mainphoto, .parts-mainphoto {
    min-height: 55vh !important;
    border-bottom: 1px solid rgb(85,85,85);
    background: rgb(0,0,0);
}
.serie {
    min-height: 100vh !important;
}
.banjos-mainphoto .mphoto, .mandolins-mainphoto .mphoto {
    /*   background-size: auto;*/
    position: absolute;
    background-position: center center; 
}




.serie-promo-text {
    display: block;
    float: left;
    width: 48%;
    height: auto;
    margin-left: 40%;  
    margin-top: 26vh;
    color: white;
}
.serie-promo-text .main-content {
    padding: 30px;
}
@media  screen and (max-height: 960px) { 
 .serie-promo-text {
    margin-top: 20vh;
    margin-left: 38%;  
    width: 52%;
}   
}
@media  screen and (max-height: 800px) { 
 .serie-promo-text {
    margin-top: 14vh;
    margin-left: 36%;  
    width: 56%;
}   
}





/* MAIN frame */
.frame-content-header {
    background:  url('../images/bg-canvas.jpg') no-repeat center top;
}   
.content-header {
    position: relative;
    width: 100%;
    max-width: 1440px;
    min-width: 960px;
    margin: 0px auto 0px auto;
    color: rgb(240,240,240);
    text-align: center;
} 
.content-header h1 {
    
    font-size: 40px;
    text-transform: uppercase;
    margin: 40px auto 0px auto;
}
.content-header h2 {
    font-size: 16px; 
    font-weight: normal;
    margin: 0px auto 40px 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);
    position: relative;
    /* z-index: 100; */
}  
.bg-grey {
    background: rgb(30,30,30); 
}
.content {
    position: relative;
    width: 100%;
    max-width: 1440px;
    min-width: 960px;
    min-height: 220px;
    margin: 0px auto 0px auto;
    color: rgb(250,250,250);
} 
.frame-content.blackbg, .content.blackbg  {
    background: rgb(0,0,0);
    color: rgb(230,230,230);
}   
.left-container, .right-container {
    position: relative;
    display: block;
    float: left;
    width: 48%;
    height: auto;
    margin-right: 2%;   
    min-height: 180px;
}
.right-container {
    float: right;
    text-align: right;
}
.w30 {
    width: 33%;
}
.w25 {
    width: 25%;
}
.w70 {
    width: 63%;
}
.social-sites a {
    margin-top: 30px;
    display: block;
    float: right;
    width: 64px;
    height: 64px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition: all 0.2s;  -moz-transition: all 0.2s;  -ms-transition: all 0.2s;  -o-transition: all 0.2s;  transition: all 0.2s;
}
a.facebook {
    background:  url('../images/logo-fb.png') no-repeat;
    margin-left: 30px;
}
a.youtube {
    background:  url('../images/logo-yt.png') no-repeat;
}
.social-sites a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}


/* main content */
.narrower-content {
    padding: 0px 8%;
}
.main-content {
    position: relative;
    padding: 50px 2% 25px 2%;
}
.main-content.notoppadding {
    padding: 0px 2% 25px 2%;
}
.main-content.borderbottom {
border-bottom: 1px solid rgb(50,50,50);
}
.main-content h1 {
    
    font-size: 38px;
    margin: 10px 0px 5px 0px;
    text-transform: uppercase;
}
.main-content h2 {
    
    font-size: 24px;
    margin: 20px 0px 2px 0px;
}
.main-content h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0px 10px 0px;
    color: rgb(240,240,240);
}
.main-content p {
    font-size: 16px;
    margin: 5px 0px 25px 0px;
}
.main-content a {
    color: rgb(220,220,220);
    text-decoration: underline;
}
.main-content a:hover {
    color: rgb(200,175,105);
    text-decoration: none;
}
.main-content img {
    max-width: 100%;
    height: auto;
}
.main-content iframe {
    max-width: 100%;
}
.main-content a img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    border: 1px solid rgb(50,50,50);
    -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;
}
.main-content a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.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(0,0,0);
    vertical-align: center;
    font-size: 15px;
}
.main-content.dealers tr td {
    padding: 30px 2% 30px 2%;
    border-bottom: none; 
    background: rgb(0,0,0);
    text-align: center;
    font-size: 16px;
    vertical-align: top;
}
td.td-first {
    width: 30%;
}

.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%;
}






/* homepage */
hr.homepage {
    height: 1px;
    width: 100%;
    max-width: 1230px;
    border: none;
    margin: 10px auto 10px auto;
    border-bottom: 1px solid rgb(80,80,80);
    clear: both;
}
.main-content.homepage {
    max-width: 1230px;
    margin: 0px auto 0px auto;
}
.pruchaphoto {
    float: left;
    margin-right: 60px;
    margin-bottom: 45px;
}
.jardaprucha h2 {
margin-top: 0px;
}
/*
.tiles {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
}
.tile {
    max-width: 33.3%;
}
.tile a {
    position: relative;
    display: inline-block;
    width: 360px;
    height: 360px;
    background: url('../images/tile-banjo.jpg') no-repeat;
    text-align: center;
    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;
}
.tile a:hover {
    filter: grayscale(80%);
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.tile.mandolins a {
    background-image: url('../images/tile-mandolin.jpg');
}
.tile.parts a {
    background-image: url('../images/tile-parts.jpg');
}
button.promo-button {
    background: rgba(0,0,0,0.8);
    text-decoration: none;
    padding: 15px 20%;
    font-size: 24px;  
    width: 100%;
    border: none;
    border-radius: 0px;
    position: absolute;
    bottom: 0px;
    transform: translate(-50%, 0);   
    font-weight: bold;
}
*/


/* homepage mainvideo */
.mainvideo {
    height: auto;
    margin: auto;
}
.main-content.mainvideos {
    margin: auto;
    max-width: 1240px;
}
.imagecover {
    position: absolute;
}




/* aktuality */
.news {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.news h1 {
    
    font-size: 26px;
    margin: 20px 0px 18px 0px;
}
.news article {
    position: relative;
    display: inline-block;
    width: 320px;
    height: 320px;
    margin: 12px;
}
.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;
    border: 1px solid rgb(120,120,120);
    border-left: none;
    border-right: none;
}
.news article a p {
    color: white;
    font-size: 16px;
    z-index: 2;
}
.news article a img {
    filter: grayscale(80%);
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.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;
    width: 240px;
    height: 240px;
    margin: 40px;
    border: 1px solid rgb(30, 30, 30);
}
.lines.indexversion article {
    width: 360px;
    height: 360px;
    margin: 35px;
}
/* Richardovo zkurvenej apple displej :) */
@media screen and (max-width: 1440px) { 
    .lines article {
    margin: 25px 58px 25px 0px;
}
    .smart-modules .smart-modules .lines article:last-of-type {
    margin: 25px 0px 25px 58px;
}
    .lines.indexversion article {
    margin: 28px;
    }
}
.lines article a {
    display: block;
}
.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.indexversion article a .article-text {
    background-color: rgba(0,0,0, 0.8); 
}
.lines article a h2 {
    color: white;
    font-size: 24px;
    z-index: 2;
    text-transform: uppercase;
    margin: 10px auto 10px auto;
}
.lines article a img {
    filter: grayscale(80%);
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.lines article a:hover img {
    filter: grayscale(0%);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}




/* 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: auto;
    height: auto;
    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: 1;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.products article a .article-text {
    z-index: 2000;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color:rgba(0, 0, 0, 0.6);
    text-align: center;

}
.products article a h2 {
    
    /* color: rgb(105,140,150); */
    color: rgb(240,240,240);
    font-size: 20px;
    z-index: 2;
    text-transform: uppercase;
    margin: 10px auto 10px auto;
    font-weight: normal;
}
.products.variations {
margin-top: 20px;
}
.products.variations article {
    position: relative;
    display: inline-block;
    width: 49%;
    height: calc(100vw / 4);
    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 img, .products.variations article, .products article a div.image-square {
    filter: grayscale(80%);
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.products article a:hover img, .products.variations article:hover, .products article a div.image-square:hover {
    filter: grayscale(0%);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* detail produktu */
.links-block {
border-top: 1px solid rgb(50,50,50);
margin: 25px 0;
}
.gallery-previews {
    position: relative;
}
.gallery-previews.instrumentdetail {
    max-width: 680px;
}
@media  screen and (max-width: 1120px) { 
.gallery-previews.instrumentdetail {
    max-width: 545px;
}
}
.gallery-previews.instrumentdetail div.inner-of {
    max-width: 815px;
    max-height: 274px;
    overflow: hidden;
}
.gallery-previews.artistdetail {
    max-width: 815px;
}
@media  screen and (max-width: 1340px) { 
.gallery-previews.artistdetail {
    max-width: 680px;
}
}
.gallery-previews.artistdetail div.inner-of {
    max-width: 815px;
    max-height: 137px;
    overflow: hidden;
}
.gallery-previews a.photopreview {
position: relative;
display: inline-block;
}
.gallery-previews a img {
    z-index: 1;
    filter: grayscale(0%);
    opacity: 0.8;
    width: 120px;
    height: 120px;
    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;
    border: 1px solid rgb(80,80,80);
    margin: 5px;
}
.gallery-previews a img:hover {
    z-index: 1;
    filter: grayscale(0%);
    opacity: 1;
    width: 120px;
    height: 120px;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   border: 1px solid rgb(100,100,100);
}
.hasmorephotos {
    position: absolute;
    width: 80px;
    height: 80px;
    font-size: 40px;
    right: -100px;
    bottom: 23px;
    color: rgb(80,80,80);
}

.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(190,160,120);
    color: rgb(200,200,200);
}



/* video */
article.video {
    display: inline-block;
    width: 30%;
    margin: 10px 1%;
}
article.video p a {
    display: block;
    position: relative;
}
article.video p a img {
    border: none;
}

/* detail produktu - příplatky */
.options {
    display: block;
    position: relative;
    width: 100%;
}
.options label {
    position: relative;
    display: inline-block;
    width: 13.5%;
    margin: 0px 0.2%;
    border-bottom: 1px solid rgb(50,50,50);
    text-align: left;
    cursor: pointer;
    min-height: 115px;
}
.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 p {
    padding: 0px 15px;
}
.options .price {
    color: rgb(105,140,150);
}
.pricebox {
    position: absolute;
    bottom: 0px;
}
.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: 49%;
    height: 60px;
    float: left;
    display: block;
    margin-top: 30px;
}
.message input {
    width: 100%;
    line-height: 40px;
    font-weight: bold;
    font-size: 32px;
    text-transform: uppercase;
    background: rgb(26,26,26);
    color: rgb(190,160,120);
    border: 1px solid rgb(26,26,26);
    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;
}
.message input:hover {
    background: rgb(190,160,120);
    color: rgb(26,26,26);
    border: 1px solid rgb(26,26,26);
    cursor: pointer;
}
.instr-main-photo {
text-align: center;
    }
.instr-main-photo img {
   max-height: 55vh;
    opacity: 0.9;
}
.instr-main-text {
    display: block;
    float: left;
    width: 48%;
    height: auto;
    margin: 20px 2% 20px 2%;
    z-index: 99;
    position: relative;
}



/* díly */
.parts {
}
ul.parts {
    position: relative;
    list-style-type: none;
    margin: 0px 0px 30px 0px;
}
ul.parts li {
    width: 48%;
    float: left;
    font-size: 20px;
    margin: 1px 1%;
}
@media screen and (max-width: 1150px) { 
    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;
}
.gallery-previews.parts {
    margin-top: 30px;
}
.gallery-previews.parts a img {
    z-index: 1;
    filter: grayscale(80%);
    opacity: 0.8;
    width: 320px;
    height: 320px;
    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;
    border: 1px solid rgb(100,100,100);
}
.gallery-previews.parts a img:hover {
    filter: grayscale(0%);
    opacity: 1;
    width: 320px;
    height: 320px;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    border: 1px solid rgb(100,100,100);
}
.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;
}
.td-price {
    min-width: 80px;
}




/* necks configurator */
.neck-configurator-price {
    position: fixed;
    top: 45%;
    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: 26px;
    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;
    top: 25%;
    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;
    -webkit-transition: all 0.2s;  -moz-transition: all 0.2s;  -ms-transition: all 0.2s;  -o-transition: all 0.2s;  transition: all 0.2s;
}
.cart a:hover {
    border: 1px solid rgb(200,175,105);
    color: rgb(200,175,105);
}
tr.table-head td {
    font-size: 20px;
    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: 40px;
}
.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;
    width: 240px;
    height: 240px;
    margin: 40px;
    border: 1px solid rgb(30, 30, 30);
}
.artists.indexversion article {
    width: 360px;
    height: 360px;
    margin: 35px;
}
/* Richardovo zkurvenej apple displej :) */
@media screen and (max-width: 1440px) { 
    .artists article {
    margin: 25px 58px 25px 0px;
}
    .smart-modules .smart-modules .artists article:last-of-type {
    margin: 25px 0px 25px 58px;
}
    .artists.indexversion article {
    margin: 28px;
    }
}
.artists article a {
    display: block;
}
.artists article a img {
    filter: grayscale(20%);
    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;
    max-width: 100%;
    height: auto;
}
.artists article a:hover img {
    filter: grayscale(0%);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.artists article a .article-text {
    z-index: 2000;
    position: absolute;
    bottom: 0%;
    width: 96%;
    padding: 0px 2%;
    background-color: rgba(34, 40, 37, 0.5);
    text-align: center;
}
.artists.indexversion article a .article-text {
    background-color: rgba(0,0,0, 0.8); 
}
.artists article a h2 {
    color: white;
    font-size: 24px;
    z-index: 2;
    text-transform: uppercase;
    margin: 10px auto 10px auto;
}
.artist-main-photo  {
    text-align: center;
}
.artist-main-photo img {
    max-height: 320px;
}







.playicon {
    position: absolute;
    width: 96%;
    height: 87%;
    background: url('../images/play.svg') no-repeat center;
    background-size: 48px 48px;
    z-index: 9;
}
.playicon:hover {
opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.artist.homepage {
    max-width: 250px;
}
.artist.homepage a {
    display: block;
    text-decoration: none;
     background: url('../images/zoom.png') no-repeat center;
     background-position-y: bottom 0px;  
     padding-bottom: 35px;
     
}
.artist.homepage a p {
    margin: 0px 0px 8px 0px;
}
.artist.homepage a h3 {
    margin: 0px 0px 8px 0px;   
    font-size: 16px;
}
h4.insta {
    margin: 10px 0px 10px 0px;
}



/* 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;
    background: rgba(0,0,0,0.8);
}
.dialog-container .popup-content {
    position: relative;
    width: auto;
    height: 100%;
    background: rgb(0,0,0);
    color: white;
    border-radius: 3px;
    max-height: 99%;
    overflow-y: auto;
    height: auto;
    padding: 50px 50px;
    border-radius: 0px;
    border: 1px solid rgb(50, 50, 50);
  /*  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: 20px;
    top: 20px;
    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 rgb(50,50,50);
    position: relative;
    padding: 15px 0;
    text-align: center;
    margin: 0 0 30px;
}
.dialog-container.content-dialog .popup-content header h1 {
    font-size: 24px;
    font-weight: bold;
}
.popup-content p {
    color: rgb(200,200,200);
    margin: 10px 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;
}
.thumbnails {
    margin: 15px auto 0px auto;
    text-align: center;
}
.thumbnails tr:hover td {
    opacity: 1 !important;
}
.thumbnails a img {
    margin: 4px;
    padding: 0px;
    max-width: 250px;
}
.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;
}
.thumbnail div.thumb-desc {
    width: auto;
}
.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 {
    width: 40%;
}
.audio td {
    border: none !important;
}




/* články */
.articles {
    margin: 0px 30px 10px 30px;
}
.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: 4px 0px 0px 0px;
    padding: 0px;
}
.article-detail-date {
    margin-top: 30px !important;
}




/* patka */
.frame-footer {
    background: rgb(25,25,25);
}
.footer {
    display: block;
    position: relative;
    width: 96%;
    max-width: 1440px;
    min-width: 960px;
    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 h4 {
    
    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 hr {
    display: block;
    height: 1px;
    width: 60%;
    border: none;
    background: url('../images/bg-hr.jpg') repeat-x;
    margin: 30px auto 30px auto;
    clear: both;
}
.footer p {
    margin: 15px auto 15px auto;
    font-size: 14px;
}
p.social-icons {
    text-align: right;
}



/* BG images */
.image-history {
    background: url('../images/bg-history.jpg') no-repeat;
    background-position: top left;

}