html,body {
margin: 0;
font-family: 'Open Sans', sans-serif;
text-align:center;
height: 100%;
line-height: 0;
background-image: url(//www.muzeum-kunovice.cz/wp-content/themes/techka/pics/bg2.jpg);
background-size: cover;
background-attachment: fixed;
background-position: center;
font-family: 'DINPro';
font-style: normal;
font-weight: normal;
color: #29313d;
background-color: #010D1F;
}
img {
max-width: 100%;
object-fit: cover;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;    
box-sizing: border-box;
}
.wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
height: auto !important;
}
.wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
height: auto !important;
}
div {
line-height: normal;
}
a {
color: #f22d4d;
text-decoration: none;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
a:hover {
text-decoration: underline;
}
p {
color: #29313d;
line-height: 140%;
}
h1, h2, h3, h4, h5, h6 {
color: #02142c;
font-weight: 500;
}
.container {
width: 1180px;
margin-left: auto;
margin-right: auto;
}
.logo img {
width: 229px;
height: auto;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.logo a:hover img {
-moz-transform: scale(0.94);
-webkit-transform: scale(0.94);
-o-transform: scale(0.94);
-ms-transform: scale(0.94);
transform: scale(0.94);
}
#navigation .container>div {
display: inline-block;
vertical-align: top;
}
#navigation .container {
text-align: left;
}
#navigation {
padding-top: 40px;
color: white;
z-index: 1;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.info {
float: right;
}
.logo {
padding-right: 40px;
}
.navigation-in>ul {
display: block;
margin: 0;
padding: 0;
margin-top: 10px;
}
.navigation-in>ul>li {
display: inline-block;
margin: 0;
padding: 0;
position: relative;
margin-right: 20px;
padding-top: 20px;
padding-bottom: 20px;
}
.navigation-in>ul>li a {
color: white;
text-transform: uppercase;
font-size: 15px;
}
.navigation-in>ul>li>ul {
display: none;
position: absolute;
top: 80px;
left: 0;
margin: 0;
padding: 0;
padding: 12px;
padding-top: 7px;
padding-bottom: 7px;
border-radius: 10px;
border: 1px solid rgba(255,255,255,0.1);
background-color: rgba(255,255,255,0.05);
min-width: 170px;
opacity: 0;
}
.navigation-in>ul>li:hover>ul {
display: inline-block;
position: absolute;
top: 60px;
left: 0;
margin: 0;
padding: 0;
padding: 12px;
padding-top: 7px;
padding-bottom: 7px;
border-radius: 10px;
border: 1px solid rgba(255,255,255,0.1);
background-color: rgba(255,255,255,0.05);
min-width: 170px;
opacity: 1;
animation-name: show;
animation-duration: 0.5s;
}
@keyframes show {
from {opacity: 0; top: 80px;}
to {opacity: 1; top: 60px;}
}
.navigation-in>ul>li>ul>li {
margin: 0;
padding: 0;
display: block;
line-height: 180%;
}
.navigation-in>ul>li>ul>li>a {
font-size: 14px;
text-transform: none;
}
.info ul {
padding: 10px 15px;
border-radius: 10px;
background-color: #014b96;
margin: 0;
}
.info {
padding-top: 6px;
}
.info ul li {
display: block;
margin: 0;
padding: 0;
font-size: 14px;
line-height: 180%;
}
.info ul li:before {
content: "";
display: inline-block;
width: 16px;
height: 16px;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
position: relative;
top: 2px;
margin-right: 10px;
}
.info ul li:nth-child(1):before {
background-image: url(//www.muzeum-kunovice.cz/wp-content/themes/techka/pics/ic-time.png);
}
.info ul li:nth-child(2):before {
background-image: url(//www.muzeum-kunovice.cz/wp-content/themes/techka/pics/ic-pin.png);
}
.welcome {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: white;
}
.welcome .container {
position: absolute;
top: 50%; left: 50%;
transform: translate(-50%,-50%);
text-align: left;
}
.welcome h1 {
margin: 0;
font-size: 22px;
font-weight: normal;
}
.welcome span {
display: block;
font-size: 42px;
font-weight: 500;
margin-bottom: 40px;
line-height: 100%;
}
.btn {
border-radius: 100px;
background-color: #014b96;
color: white;
padding: 14px 30px;
text-transform: uppercase;
font-size: 13px;
margin-right: 5px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
margin-bottom: 5px;
}
.btn:hover {
background-color: #f22d4d;
text-decoration: none;
}
.hp-news {
margin-top: 100vh;
background-color: white;
padding-top: 40px;
padding-bottom: 40px;
}
.novinky {
display: flex;
flex-flow: row wrap;
-webkit-flex-flow: row wrap;
margin: 0;
padding: 0;
margin-left: -7px;
margin-right: -7px;
width: 100%;
}
.novinky li {
width: 33.333%;
margin: 0;
flex: 0 0 auto;
padding: 0;
padding: 7px;
display: block;
text-align: left;
padding-bottom: 20px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.novinky li:hover {
}
.novinky .image a {
overflow: hidden;
display: inline-block;
margin: 0;
padding: 0;
display: flex;
}
.novinky .image img {
height: 225px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
object-fit: cover;
}
.slick-slide {
height: auto !important;
}
.novinky li:hover .image img {
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.novinky .image {
position: relative;
}
.novinky .image span {
position: absolute;
top: 10px;
left: 10px;
height: 1px;
color: transparent;
font-size: 0;
}
.novinky .image span a {
background-color: #014b96;
color: white;
font-size: 10px;
text-transform: uppercase;
padding: 5px 10px;
display: block;
margin-bottom: 1px;
text-align: center;
}
.novinky h2 {
font-size: 18px;
color: #02142c;
margin-top: 0;
}
.novinky h2 a {
color: #02142c;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.novinky h2 a:hover {
color: #f22d4d;
text-decoration: none;
}
.novinky .in {
padding: 10px;
}
time {
padding: 5px 10px;
background-color: #e9ecf3;
color: rgba(41,49,61,0.6);
font-size: 11px;
}
.novinky .in p {
font-size: 14px;
line-height: 160%;
padding-bottom: 15px;
}
.novinky .btn {
padding: 10px 20px;
}
.hp-news .novinky>li:nth-child(1) {
width: 100%;
display: flex;
padding-bottom: 40px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
}
.hp-news .novinky>li:nth-child(1)>div {
width: 50%;
}
.hp-news .novinky>li:nth-child(1) .image img {
height: auto;
max-height: 350px;
}
.hp-news .novinky>li:nth-child(1) .image {
padding-right: 20px;
}
.hp-news .novinky>li:nth-child(1) .in {
padding-left: 20px;
}
.hp-news .novinky>li:nth-child(1) h2 {
font-size: 32px;
margin-bottom: 10px;
}
.hp-news .novinky>li:nth-child(1) p {
margin-top: 30px;
}
.hp-news .novinky>li:nth-child(1) .btn {
padding: 14px 30px;
}
.galerie {
background-color: white;
display: flex;
-webkit-flex-flow: row wrap;
}
.galerie ul {
display: flex;
margin: 0;
padding: 0;
}
.galerie ul li {
width: 25% !important;
margin: 0 !important;
}
.galerie>a {
width: 25%;
display: flex;
overflow: hidden;
}
.galerie img {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.galerie li {
overflow: hidden;
}
.galerie li:hover img {
-moz-transform: scale(1.1) !important;
-webkit-transform: scale(1.1) !important;
-o-transform: scale(1.1) !important;
-ms-transform: scale(1.1) !important;
transform: scale(1.1) !important;
}
.carousel {
background-color: white;
padding-top: 40px;
padding-bottom: 40px;
}
.carousel .container {
position: relative;
}
.carousel img {
opacity: 0.5;
-webkit-filter: grayscale(100%); filter: grayscale(100%);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.carousel img:hover {
opacity: 1;
-webkit-filter: grayscale(0%); filter: grayscale(0%);
}
.slick-prev, .slick-next {
position: absolute;
border: none;
background-color: transparent;
color: transparent;
width: 30px;
height: 30px;
top: 25px;
background-size: 10px 16px;
background-position: center;
background-repeat: no-repeat;
cursor: pointer;
opacity: 0.5;
}
.slick-prev:hover, .slick-next:hover {
opacity: 1;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.slick-prev {
background-image: url(//www.muzeum-kunovice.cz/wp-content/themes/techka/pics/arrow-left.png);
left: 0px;
}
.slick-next {
background-image: url(//www.muzeum-kunovice.cz/wp-content/themes/techka/pics/arrow-right.png);
right: 0px;
}
.logos {
padding-right: 40px;
padding-left: 40px;
}
.carousel img {
max-height: 75px;
text-align: center;
display: inline-block !important;
}
.logos a {
text-align: center !important;
display: block;
}
#footer {
background-color: #262830;
color: white;
padding-top: 50px;
padding-bottom: 50px;
}
#footer .container {
display: flex;
-webkit-flex-flow: row wrap;
}
#footer .left {
width: 35%;
text-align: left;
padding-right: 50px;
}
#footer .right {
width: 65%;
text-align: left;
}
#footer p {
color: white;
font-size: 13px;
}
#footer a {
color: white;
}
#footer a:hover {
color: #f22d4d;
text-decoration: none;
}
#footer .left ul {
margin: 0;
padding: 0;
padding-top: 10px;
}
#footer .left ul li {
margin: 0;
padding: 0;
display: block;
line-height: 180%;
}
#footer .left ul li:before {
content: "";
width: 16px;
height: 16px;
display: inline-block;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
position: relative;
top: 2px;
margin-right: 10px;
}
#footer .left ul li:nth-child(1):before {
background-image: url(//www.muzeum-kunovice.cz/wp-content/themes/techka/pics/ic-mail.png);
}
#footer .left ul li:nth-child(2):before {
background-image: url(//www.muzeum-kunovice.cz/wp-content/themes/techka/pics/ic-phone.png);
}
.socky a {
display: inline-block;
margin-right: 20px;
}
.socky img {
width: 30px;
height: 30px;
object-fit: contain;
opacity: 1;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.socky img:hover {
opacity: 0.5;
}
.socky {
margin-top: 20px;
}
#footer h2:after {
content: "";
display: block;
width: 50px;
height: 3px;
background-color: white;
margin-top: 5px;
}
.podpis {
padding-top: 40px;
padding-bottom: 40px;
background-color: #1e2027;
color: white;
font-size: 13px;
}
.podpis a {
color: white;
text-decoration: underline;
}
.podpis a:hover {
color: #f22d4d;
}
.podstranka {
background-color: white;
padding-top: 50px;
padding-bottom: 50px;
}
.nadpis {
min-height: 300px;
width: 100%;
position: relative;
background-color: rgba(0,0,0,0);
}
.nadpis .container {
position: relative;
display: inline-block;
text-align: left;
}
.pozice {
position: absolute;
bottom: 0;
left: 0;
display: inline-block;
width: 100%;
}
.nadpis h1 {
font-size: 40px;
color: white;
margin: 0;
padding-bottom: 40px;
}
hr {
border: none;
width: 100%;
height: 3px;
background-color: rgba(0,0,0,0.1);
margin-top: 40px;
margin-bottom: 40px;
}
.podstranka .container {
text-align: left;
}
.nadpis img {
width: 100%;
height: 400px;
min-height: 300px;
display: flex;
position: relative;
object-fit: cover;
}
.podpis img {
text-align: center;
margin: 10px;
height: 40px;
width: auto;
}
.podpis p {
color: white !important;
}
.nadpis:after {
content: "";
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
display: inline-block;
position: absolute;
top: 0;
left: 0;
}
.nadpis .container {
position: relative;
z-index: 1;
}
.stitek a {
background-color: #014b96;
color: white;
font-size: 10px;
text-transform: uppercase;
padding: 6px 10px;
margin-right: 1px;
}
.stitek {
font-size: 0;
}
.expo {
margin: 0;
padding: 0;
display: flex;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
}
.expo li {
margin: 0;
padding: 0;
display: block;
width: 33.3333%;
padding: 10px;
position: relative;
}
.expo>li>div {
position: absolute;
bottom: 20px;
left: 20px;
}
.expo div h2 {
margin: 0;
padding: 5px 10px;
background-color: white;
font-size: 18px;
margin-right: 20px;
}
.expo .btn {
border-radius: 0;
padding: 7px 12px;
font-size: 13px;
text-transform: none;
}
.expo .image {
overflow: hidden;
padding:0px;
display: inline-block;
width: 100%;
display: flex;
}
.expo img {
max-height: 225px;
width: 100%;
object-fit: cover;
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
display: flex;
}
.expo li:hover img {
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
@media only screen and (max-width: 1240px) {
.container {
width: 100%;
padding-right: 20px;
padding-left: 20px;
}
}
@media only screen and (max-width: 1050px) {
.mini1 {
width: 25px;
height: 2px;
background-color: white;
display: block;
margin-bottom: 4px;
margin-top: 4px;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-ms-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
border-radius: 10px;
z-index: 9;
}
.mini-menu, .mini {
display: block;
width: 25px;
cursor: pointer;
z-index: 999;
}
.mini>div:nth-last-child(1) {
width: 14px;
margin-left: 11px;
}
.mini {
float: right;
position: absolute;
top: 70px;
right: 3%;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.navigation-in {
display: none !important;
}
.info {
margin-right: 70px;
}
.menu3 {
position: absolute;
top: 120px;
right: 0;
z-index: 99;
display: inline-block;
}
.menu3>ul {
padding: 10px 20px;
background-color: #014b96;
margin: 0;
border-radius: 10px 0 0 10px;
min-width: 200px;
display: inline-block;
}
.menu3>ul>li {
display: block;
text-align: left;
line-height: 200%;
}
.menu3>ul>li>a {
color: white;
font-size: 18px;
}
.menu3>ul>li>ul {
margin: 0;
padding: 0;
padding-bottom: 5px;
padding-left: 10px;
padding-top: 5px;
}
.menu3>ul>li>ul>li {
margin: 0;
padding: 0;
display: block;
line-height: 120%;
}
.menu3>ul>li>ul>li>a {
font-size: 13px;
color: white;
}
}
@media only screen and (max-width: 840px) {
.novinky>li {
width: 50% !important;
}
.novinky>li .image img {
width: 100%;
}
.novinky>li {
display: block !important;
}
.novinky>li>div {
width: 100% !important;
}
.novinky>li h2 {
font-size: 18px !important;
}
.novinky>li .in {
padding-left: 10px !important;
}
.novinky>li .btn {
padding: 10px 20px !important;
}
.novinky>li p {
margin-top: 20px !important;
}
.novinky>li .image img {
height: 225px !important;
}
.novinky>li .image {
padding-right: 10px !important;
}
.novinky>li h2 {
font-size: 32px;
margin-bottom: 10px;
}
#footer .left {
width: 100%;
}
#footer .right {
width: 100%;
padding-top: 40px;
}
.expo li {
width: 50%;
}
}
@media only screen and (max-width: 600px) {
.info {
display: none !important;
}
.novinky>li {
width: 100% !important;
}
.novinky>li .image img {
height: auto !important;
}
.welcome h1 {
font-size: 18px;
margin-top: 60px;
}
.welcome span {
font-size: 36px;
}
.galerie>a {
width: 50%;
}
.galerie ul li {
width: 50% !important;
margin: 0 !important;
}
.expo li {
width: 100%;
}
.expo img {
height: auto;
}
}
@media only screen and (max-height: 430px) {
.welcome h1 {
display: none;
}
.welcome .btn {
padding: 10px 16px;
font-size: 11px;
}
.welcome span {
margin-bottom: 20px;
padding-top: 100px;
}
.logo img {
width: 129px;
margin-top: 16px;
}
}
.ppw-pcp-pf-headline, .ppw-pcp-pf-desc {display: none;}
.pip-nav {
display: block;
margin: 0;
padding: 0;
margin-top: 20px;
margin-bottom: 20px;
}
.pip-nav-prev, pip-nav-next {
display: inline-block;
margin-right: 0px;
padding: 0;
width: auto;
flex: none;
}
.pip-nav-prev a, .pip-nav-next a {
display: inline-block;
margin-right: 10px;
padding: 8px 20px;
width: auto;
flex: none;
color: white;
background-color: #063784;
border-radius: 100px;
}
.pip-nav ul {
margin: 0;
padding: 0;
display: block;
}
.pip-nav li {
margin: 0;
padding: 0;
display: inline-block;
}@font-face {
font-family: 'DINPro';
src: url(//www.muzeum-kunovice.cz/wp-content/themes/techka/font/DINPro-Medium.woff2) format('woff2'),
url(//www.muzeum-kunovice.cz/wp-content/themes/techka/font/DINPro-Medium.woff) format('woff');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'DINPro';
src: url(//www.muzeum-kunovice.cz/wp-content/themes/techka/font/DINPro-Bold.woff2) format('woff2'),
url(//www.muzeum-kunovice.cz/wp-content/themes/techka/font/DINPro-Bold.woff) format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'DINPro';
src: url(//www.muzeum-kunovice.cz/wp-content/themes/techka/font/DINPro-Black.woff2) format('woff2'),
url(//www.muzeum-kunovice.cz/wp-content/themes/techka/font/DINPro-Black.woff) format('woff');
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: 'DINPro';
src: url(//www.muzeum-kunovice.cz/wp-content/themes/techka/font/DINPro-Regular.woff2) format('woff2'),
url(//www.muzeum-kunovice.cz/wp-content/themes/techka/font/DINPro-Regular.woff) format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'DINPro';
src: url(//www.muzeum-kunovice.cz/wp-content/themes/techka/font/DINPro-Light.woff2) format('woff2'),
url(//www.muzeum-kunovice.cz/wp-content/themes/techka/font/DINPro-Light.woff) format('woff');
font-weight: 300;
font-style: normal;
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}