html,
body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    max-width: 100%;
    min-height: 100% !important;
    height: 100%;
    color: #222;
    font-family: "gabriola";
    font-size: 50px;
}

.all {
    min-height: 100%;
    position: relative;
    margin: 0 auto;

}

.top {
    width: 100%;
}

.logo {
    width: 32%;
    height: 100%;
    margin: 0px auto;
}

.logotip {
    text-align: center;
}

.pablo {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "segoe print";
}

.menu {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "segoe print";
}

.page {
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "CENTURY GOTHIC";


}

.name {
    font-size: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: cursive;

}

.page p {
    text-align: center;
    width: 100%;
    text-decoration: none;
    font-size: 30px;
    color: #000000;

}

.production {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "gabriola";

}

.contact_full {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-family: CENTURY GOTHIC;
    letter-spacing: 7px;
    font-size: 38px;
}

.commission_full {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: justify;
    font-family: CENTURY GOTHIC;
    letter-spacing: 7px;
    font-size: 30px;
}

.img_about {
    width: 100%;
    text-align: center;
    background-size: cover;

}

.about_full {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: justify;
    font-family: CENTURY GOTHIC;
    letter-spacing: 7px;
    font-size: 30px;
}

.bottom {
    text-align: center;
    float: right;
    color: #FFFFFF;
    background-color: #000000;
    width: 100%;
}

.top-menu:before,
.top-menu:after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    height: 3px;
}

.top-menu:before {
    top: 0;
    border-bottom: 1px dashed rgba(255, 255, 255, .2);
}

.top-menu:after {
    bottom: 0;
    border-top: 1px dashed rgba(255, 255, 255, .2);
}

.menu-main {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.menu-main li {
    display: inline-block;
    margin-right: -4px;
}

.menu-main a {
    text-decoration: none;
    display: inline-block;
    padding: 15px 30px;
    font-size: 15px;
    font-family: 'segoe print', sans-serif;
    color: black;
    text-transform: uppercase;
}

@media (max-width: 680px) {
    .top-menu {
        margin: 0;
    }

    .menu-main li {
        display: block;
        margin-right: 0;
    }

    .menu-main:before,
    .menu-main:after {
        content: none;
    }

    .menu-main a {
        display: block;
    }
}

.menu__link {
    display: inline-block;
    color: #2d6c90;
    text-decoration: none;
    position: relative;
    padding: 14px 0;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.040em;
}

.menu__link svg {
    fill: none;
    stroke: #70aec9;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke-dasharray: 338;
    stroke-dashoffset: 338;
    stroke-linecap: round;
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(80% + 5px);
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: stroke-dashoffset 0s 0.2s, opacity 0.2s;
    transition: stroke-dashoffset 0s 0.2s, opacity 0.2s;
    z-index: -1;
}

.menu__link--active svg {
    stroke: #ff4c4c;
}

.menu__link--active svg,
.menu__link:hover svg {
    stroke-dashoffset: 0;
    opacity: 1;
    -webkit-transition: opacity 0s, stroke-dashoffset 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0s, stroke-dashoffset 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-height: 100%;
    border-radius: 5px;
    margin: 0 auto;
    max-width: 1024px;
}

.block {
    text-align: center;
    line-height: 100px;
    border-radius: 5px;
    margin: 20px;
}

.block img {
    box-shadow: 9px 10px 19px #000000;
}

.block figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    box-shadow: 9px 10px 19px #000000;
}

.block figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.block figure figcaption {
    padding-top: 0em;
    padding-bottom: 1em;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.block figure figcaption::before,
.block figure figcaption::after {
    pointer-events: none;
}

.block figure figcaption,
.block figure figcaption > a {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    justify-content: center;
    padding: 0;
    display: flex;
    align-items: center;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.block figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
    color: #FFFFFF;
}

.block figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.block figure h2 span {
    font-weight: 800;
}

.block figure h2,
.block figure p {
    margin: 0;
}

.block figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
    color: #FFFFFF;
}

.block figure p a {
    text-decoration: none;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.block_big {
    text-align: center;
    line-height: 100px;
    border-radius: 5px;
    margin: 20px;
}


blockquote {
    margin: 0;
    padding: 30px;
    color: #3F484D;
    position: relative;
    text-align: center;
}

blockquote:before, blockquote:after {
    font-size: 45px;
    color: #3CA1D9;
    position: absolute;
    height: 2px;
    left: 40px;
    right: 40px;
    line-height: .5;
    background: linear-gradient(to right, #3CA1D9 45%, transparent 45%, transparent), linear-gradient(to right, transparent, transparent 55%, #3CA1D9 55%);
    font-family: serif;
}

blockquote:before {
    content: "\201C";
    top: 30px;
}

blockquote:after {
    content: "\201D";
    bottom: 30px;
}

blockquote p {
    font-size: 20px;
}

blockquote cite {
    font-style: normal;
    font-size: 20px;
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    display: none;
}

.discrabtion {
    text-align: center;
    max-width: 100%;
    max-height: 100px;
    color: #FFFFFF;
    font-family: "segoe print";
}

.discrabtion_img {
    position: relative;
    line-height: 0;
    text-align: center;
    margin-bottom: 15px;
}

.modalDialog p {
    color: #FFF;
    margin: 0;
    font-size: 16px;
}

.modalDialog:target {
    display: block;
    pointer-events: auto;
}

.magniflier {
    max-height: 400px;
    max-width: 600px;
    box-shadow: 9px 10px 19px #000000;
}

.modalDialog > div {
    max-width: 634px;
    position: relative;
    margin: 10% auto;
    margin-top: 10px;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background-image: url(images/tekstura.jpg);
    background-size: cover;
}

.disspan {
    width: 100%;
    float: left;
    display: inline-block;
    font-family: "GAUTAMI";
    font-size: 13px;
    color: #FFF;
    padding-right: 10px;
    line-height: 37px;
    letter-spacing: 5px;
}

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover {
    background: #00d9ff;
}

.close-block {
    display: block;
    position: absolute;
    top: -10px;
    right: -15px;
    width: 30px;
    height: 30px;
    background-image: url(images/cancel.png);
    cursor: pointer;
    background-size: cover;
}

.opis {
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: CENTURY GOTHIC;
    letter-spacing: 7px;
    font-size: 20px;
    line-height: 45px;

}

.back {
    text-decoration: none;
    color: #000000;
    font-size: 30px;
    text-align: center;

}

.back a {
    text-decoration: none;
    color: #000000;
    font-size: 25px;
    letter-spacing: 5px;
    text-align: center;

}

.ebay {
    text-align: center;
    font-family: 'FOOTLIGHT MT LIGHT', sans-serif;
    letter-spacing: 8px;
}

.ebay img {
    width: 60%;
    margin-top: 14px;
    border-radius: 30px;
    height: 60px;
}

.ebay_ {
    display: inline-block;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
}

.paypal {
    margin-right: 15%;
    text-align: center;
    width: 30%;
    height: 60px;
    float: right;
    margin-top: 15px;
    border: 4px solid;
    padding: 0px;
    border-radius: 30px;
    border: 3px solid;
    color: #FFF;
}

.paypal:hover {
    background: rgba(255, 255, 255, .2);
}


.ebay a {
    width: 400px;
    text-decoration: none;
    outline: none;
    display: inline-block;
    margin: 2px 20px;
    position: relative;
    color: black;
    border: 1px solid rgba(255, 255, 255, .4);
    background: none;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 20px;
}

.ebay a:before,
.ebay a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    box-sizing: border-box;
}

.ebay a:before {
    bottom: 0;
    left: 0;
    border-left: 1px solid white;
    border-top: 1px solid white;
    transition: 0s ease opacity .8s, .2s ease width .4s, .2s ease height .6s;
}

.ebay a:after {
    top: 0;
    right: 0;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    transition: 0s ease opacity .4s, .2s ease width, .2s ease height .2s;
}

.ebay a:hover:before,
.ebay a:hover:after {
    height: 100%;
    width: 100%;
    opacity: 1;
}

.ebay a:hover:before {
    transition: 0s ease opacity 0s, .2s ease height, .2s ease width .2s;
}

.ebay a:hover:after {
    transition: 0s ease opacity .4s, .2s ease height .4s, .2s ease width .6s;
}

.ebay a:hover {
    background-color: #FFF;
}

.glass {
    width: 175px;
    height: 175px;
    position: absolute;
    border-radius: 50%;
    cursor: crosshair;
    z-index: 6666666;
    border-color: #f00;

    /* Ð¡Ð¾Ð·Ð´Ð°Ð½Ð¸Ðµ ÑÑ„Ñ„ÐµÐºÑ‚Ð° ÑÑ‚ÐµÐºÐ»Ð° */
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25),
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);

    /* Ð˜Ð·Ð½Ð°Ñ‡Ð°Ð»ÑŒÐ½Ð¾ ÑÐºÑ€Ñ‹Ñ‚Ð¾ */
    display: none;
}

#slider-wrap {
}

#slider {
    max-width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1450px) {
    #slider {
        max-width: 100%;
        height: 680px;
        overflow: hidden;
        position: relative;
    }
}

@media (max-width: 1385px) {
    #slider {
        max-width: 100%;
        height: 660px;
        overflow: hidden;
        position: relative;
    }
}

@media (max-width: 1320px) {
    #slider {
        max-width: 100%;
        height: 640px;
        overflow: hidden;
        position: relative;
    }
}

@media (max-width: 1255px) {
    #slider {
        max-width: 100%;
        height: 620px;
        overflow: hidden;
        position: relative;
    }
}

@media (max-width: 1190px) {
    #slider {
        max-width: 100%;
        height: 600px;
        overflow: hidden;
        position: relative;
    }
}

@media (max-width: 1125px) {
    #slider {
        max-width: 100%;
        height: 580px;
        overflow: hidden;
        position: relative;
    }
}

@media (max-width: 1080px) {
    #slider {
        max-width: 100%;
        height: 560px;
        overflow: hidden;
        position: relative;
    }
}

.slide {
    text-align: center;
    width: 100%;
    height: 100%;
}

.inslide1 {
    min-width: 100%;
    position: absolute;
    position: absolute;
    height: 100%;
    background: url(images/102.jpg) no-repeat;
    background-size: 100% 130%;
}

.inslide2 {
    min-width: 100%;
    position: absolute;
    position: absolute;
    height: 100%;
    background: url(images/1001.jpg) no-repeat;
    background-size: 100% 130%;
}

.inslide3 {
    min-width: 100%;
    position: absolute;
    position: absolute;
    height: 100%;
    background: url(images/10001.jpg) no-repeat;
    background-size: 100% 100%;
}

.inslide4 {
    min-width: 100%;
    position: absolute;
    position: absolute;
    height: 100%;
    background: url(images/1234522.jpg) no-repeat;
    background-size: 100% 100%;
}

.in {
    margin-top: 120px;
    text-align: center;
    margin-top: 10%;
}

@media (max-width: 1400px) {
    .in {
        margin-top: 120px;
        text-align: center;
        margin-top: 19%;
    }
}

@media (max-width: 1250px) {
    .in {
        margin-top: 120px;
        text-align: center;
        margin-top: 21%;
    }
}

@media (max-width: 1100px) {
    .in {
        margin-top: 120px;
        text-align: center;
        margin-top: 22%;
    }
}

.in img {
    max-height: 230px;
    max-width: 230px;

}

.in_1 {
    text-align: center;
    margin-top: 7.5%;
}

.otstup {
    height: 20%;
}

@media (max-width: 1520px) {
    .in_1 {
        margin-top: 120px;
        text-align: center;
        margin-top: 12%;
    }
}

@media (max-width: 1400px) {
    .in_1 {
        margin-top: 120px;
        text-align: center;
        margin-top: 13%;
    }
}

@media (max-width: 1100px) {
    .in_1 {
        margin-top: 120px;
        text-align: center;
        margin-top: 14%;
    }
}

.in_2 {
    text-align: center;
    margin-top: 16.5%;
}

.otstup {
    height: 20%;
}

@media (max-width: 1520px) {
    .in_2 {
        margin-top: 120px;
        text-align: center;
        margin-top: 16%;
    }
}

@media (max-width: 1400px) {
    .in_2 {
        margin-top: 120px;
        text-align: center;
        margin-top: 21%;
    }
}

@media (max-width: 1100px) {
    .in_2 {
        margin-top: 120px;
        text-align: center;
        margin-top: 20%;
    }
}

.in_3 {
    text-align: right;
    margin-top: 10%;
    margin-right: 16%;
}

@media (max-width: 1520px) {
    .in_3 {
        margin-top: 120px;
        text-align: right;
        margin-top: 14%;
    }
}

@media (max-width: 1400px) {
    .in_3 {
        margin-top: 120px;
        text-align: right;
        margin-top: 15%;
    }
}

@media (max-width: 1100px) {
    .in_3 {
        margin-top: 120px;
        text-align: right;
        margin-top: 16%;
    }
}

.in_1 img {
    max-height: 171px;
    max-width: 171px;
}

.in_2 img {
    min-width: 160px;
    min-height: 190px;
    max-width: 401px;
}

.in_3 img {
    transform: perspective(500px) rotateY(-11deg);
    min-width: 190px;
    min-height: 220px;
    max-width: 285px;
    max-height: 285px;
}

@media (max-width: 1250px) {
    .in_3 img {
        transform: perspective(500px) rotateY(-14deg);
        min-width: 195px;
        min-height: 195px;
    }
}

.inslide1 span {
    margin-top: 25%;
    vertical-align: middle;
    width: 10%;
    box-shadow: 2px -3px 5px 1px black;
}

.inslide2 span {
    margin-top: 25%;
    vertical-align: middle;
    width: 10%;
    box-shadow: 2px -3px 5px 1px black;
}

.inslide3 span {
    margin-top: 25%;
    vertical-align: middle;
    width: 10%;
    box-shadow: 2px -3px 5px 1px black;
}

.sli-links {
    text-align: center;
}

.sli-links .control-slide {
    margin: 2px;
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(images/radioBg.png) center bottom no-repeat;
}

.sli-links .control-slide:hover {
    cursor: pointer;
    background-position: center center;
}

.sli-links .control-slide.active {
    background-position: center top;
}

#prewbutton, #nextbutton {
    display: block;
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    text-indent: -999px;
    background: url(images/arrowBg.png) left center no-repeat;
    opacity: 0.8;
    z-index: 3;
    outline: none !important;
}

#prewbutton {
    left: 10px;
}

#nextbutton {
    right: 10px;
    background: url(images/arrowBg.png) right center no-repeat;
}

#prewbutton:hover, #nextbutton:hover {
    opacity: 1;
}

.pic-title {
    font-weight: 600;
}
