* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

@font-face {
    font-family: 'RokkittRegular';
    src: url('../font/rokkit/rokkitt.eot');
    src: url('../font/rokkit/rokkitt.eot') format('embedded-opentype'),
         url('../font/rokkit/rokkitt.woff2') format('woff2'),
         url('../font/rokkit/rokkitt.woff') format('woff'),
         url('../font/rokkit/rokkitt.ttf') format('truetype'),
         url('../font/rokkit/rokkitt.svg#RokkittRegular') format('svg');
}


@font-face {
    font-family: 'RockwellBoldRegular';
    src: url('../font/rockwell/rockwell-bold.eot');
    src: url('../font/rockwell/rockwell-bold.eot') format('embedded-opentype'),
         url('../font/rockwell/rockwell-bold.woff2') format('woff2'),
         url('../font/rockwell/rockwell-bold.woff') format('woff'),
         url('../font/rockwell/rockwell-bold.ttf') format('truetype'),
         url('../font/rockwell/rockwell-bold.svg#RockwellBoldRegular') format('svg');
}

body {
    font-family: RokkittRegular;
    font-weight:bold;
    font-size:21px;
    background-color: #DDDDDD;
    background-image: url(../images/background-repeat.png);
    text-align: center;
    overflow-y: scroll;
}

.sitecontent {
    padding-top: 20px;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    height: 100%;
}

.header {
    font-family: RockwellBoldRegular;
    color: black;
    letter-spacing: 0.03em;
    font-size: 70px;
    top:10px;
    position: relative;
    height: 80px;
    margin-left: 10px;
}

    .header .OpenContact a:visited, .header .OpenContact a:link, .header .OpenContact a:active {
        color: black;
        text-decoration: none;
    }

    .header .OpenContact a:hover {
        color: black;
        text-decoration: underline;
    }

    .header .OpenContact {
        font-size: medium;
        float: right;
        margin: 50px 10px 0px 0px;
        letter-spacing: 0.1em;
        margin-top:40px;
    }

.footer ul {
    list-style-type: none;
}

.footer li {
    float: left;
    margin-right: 20px;
}


.menu {
    margin-top: 20px; /*20 200*/
    height: auto;
}

    .menu ul {
        list-style-type: none;
    }

    .menu li {
        float: left;
        width: 200px;
        margin-right: 10px;
        margin-left: 10px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .menu ul a:hover {
        background: url(../images/menu-overlay.png);
        background-repeat: repeat;
    }

    .menu ul a {
        display: block;
        text-align: center;
        line-height: 70px;
        text-decoration: none;
        font-weight: bold;
        font-size: 21px;
        color: #EEEEEE;
    }

    .menu li#sculpture {
        background-image: url(../images/sculptures.png);
        background-color: black;
    }

    .menu li#menuJpater {
        background-image: url(../images/hand.jpg);
        background-color: #436DA3;
    }

    .menu li#jewelry {
        background-image: url(../images/menu-jewelry.png );
    }

    .menu li#menuExhibition {
        background-image: url(../images/menu-exhibition.png);
    }

    .menu li#book {
        background-image: url(../images/menu-book.png);
    }

.menuTitles {
    margin-top: 95px;
    height: 20px;
}

    .menuTitles ul {
        list-style-type: none;
    }

    .menuTitles li {
        float: left;
        width: 200px;
        margin-right: 10px;
        margin-left: 10px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .menuTitles ul a:hover {
        color: #FFFFFF;
        background-color: gray;
    }

    .menuTitles ul a {
        background-repeat: repeat;
        display: block;
        text-align: center;
        line-height: 30px; /*50 150*/
        text-decoration: none;
        font-weight: bolder;
        font-size: 24px;
        color: #EEEEEE;
    }

    .menuTitles li#sculptureTitle {
        background-color: black;
    }

    .menuTitles li#menuJpaterTitle {
        background-color: #436DA3;
    }

    .menuTitles li#jewelryTitle {
        background-color: #59503F;
    }

    .menuTitles li#menuExhibitionTitle {
        background-color: #A69490;
    }

    .menuTitles li#bookTitle {
        background-color: black;
    }

.jpater {
    margin-top: 25px;
}

    .jpater h1 {
        font-size: 21px;
        font-weight: bold;
        display: inline;
    }

    .jpater .contentHolder {
        border: dotted 1.5px;
        border-color: black;
        height: 370px;
        margin-left: 10px;
        margin-right: 10px;
        width: 1080px;
        background-image: url(../images/janpater-background.png);
        background-repeat: no-repeat;
    }

        .jpater .contentHolder .content {
            position: absolute;
            margin-left: 200px;
            margin-top: 80px;
            width: 800px;
            font-size: 21px;
        }

        .jpater .contentHolder .image {
            position: absolute;
            background-repeat: no-repeat;
            background-size: 399px;
            width: 199px;
            height: 155px;
            margin-right: 30px;
            margin-bottom: 20px;
            right: 0px;
            bottom: 0px;
        }


.pictures {
    margin-top: 15px;
    height: 700px;
    width: 1100px;
}

    .pictures .selected {
        border: dotted 1.5px;
        border-color: black;
        margin: 10px 10px 10px 10px;
        width: 904px;
        float: left;
        height: 100%;
    }

        .pictures .selected .information {
            margin: 10px 10px;
            width: 170px;
            float: left;
        }

        .pictures .selected .photoContainer {
            text-align: right;
            margin: 0 0 0 auto;
            height: 100%;
            width: 700px;
            position: relative;
        }


            .pictures .selected .photoContainer .photo {
                height: 100%;
                margin-right: 100px;
                text-align: center;
                float: left;
            }

            .pictures .selected .photoContainer .picturePrevious {
                position: absolute;
                float: left;
                bottom: 50%;
                left: 0;
            }

                .pictures .selected .photoContainer .picturePrevious:hover {
                    cursor: pointer;
                }

            .pictures .selected .photoContainer .photo .selectedPicture {
                position: absolute;
                margin-left: 80px;
                max-height: 100%;
                max-width: 80%;
                filter: alpha(opacity = 0);
            }

            .pictures .selected .photoContainer .photo .preLoaderPicture {
                display: none;
            }

            .pictures .selected .photoContainer .photo .loadingNextPicture {
                position: absolute;
                margin-left: 80px;
                bottom: 50%;
                left: 20%;
                display: none;
            }

            .pictures .selected .photoContainer .pictureNext {
                position: absolute;
                bottom: 50%;
                right: 10px;
            }

                .pictures .selected .photoContainer .pictureNext:hover {
                    cursor: pointer;
                }

    .pictures .selector {
        float: left;
        border: dotted 1.5px;
        margin: 10px 10px;
        width: 150px;
        height: 100%;
    }

        .pictures .selector .overview {
            overflow-x: hidden;
            overflow-y: auto;
            width: 100%;
            height: 100%;
        }

            .pictures .selector .overview .overviewselector {
                text-align: center;
            }

                .pictures .selector .overview .overviewselector ul {
                    list-style-type: none;
                }

                .pictures .selector .overview .overviewselector li {
                }

                .pictures .selector .overview .overviewselector ul a img {
                    border-style: none;
                    margin-top: 3px;
                }

.book {
    margin-top: 25px;
}

    .book h1 {
        font-size: 25px;
    }

    .book .contentHolder {
        border: dotted 1.5px;
        border-color: black;
        height: 720px;
        margin-left: 10px;
        margin-right: 10px;
        width: 1080px;
        font-weight:normal;
        font-size:19px;
    }

        .book .contentHolder .container {
            width: 400px;
            height: 266px;
            margin-left: 25px;
            margin-top: 30px;
            float:left;
            position:absolute;
        }

        .book .contentHolder h2 {
            font-size: 21px;
        }

        .book .contentHolder ul {
            list-style-type: none;
        }

        .book .contentHolder li {
            float: left;
            margin-left: 20px;
            margin-bottom: 20px;
        }

        .book .contentHolder .dataDone {
            display: none;
        }

        .book .contentHolder .data, .book .contentHolder .dataDone {
            margin-left: 40px;
            margin-top: 60px;
            width: 280px;
            font-size: 21px;
            line-height: 25px;
            float: right;
        }

            .book .contentHolder .data input {
                padding: 5px;
                width: 225px;
                margin-bottom: 8px;
                border: 1px double;
            }

        .book .contentHolder .content {
            margin-top: 30px;
            margin-left: 70px;
            width: 280px;
            float:right;
        }


.exhibition {
    margin-top: 25px;
}

    .exhibition h1 {
        font-size: 25px;
    }

    .exhibition h2 {
        font-size: 21px;
        padding-top: 20px;
        font-weight: bold;
    }


    .exhibition .contentHolder {
        border: dotted 1.5px black;
        margin-left: 10px;
        margin-right: 10px;
        background-position: 45px 50px;
        background-size: 150px;
        background-image: url(../images/donna%20elegante.png);
        background-repeat: no-repeat;

    }

        .exhibition .contentHolder .content {
            margin-top: 10px;
            margin: 25px 0px 20px 270px;
            font-size: 21px;
        }

            .exhibition .contentHolder .content .tblExhibition {
                margin-left: -50px;
            }

                .exhibition .contentHolder .content .tblExhibition td {
                    padding-left: 50px;
                }

.contact {
    display: none;
    background: url(../images/menu-overlay.png);
    background-repeat: repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    color: white;
    line-height: 30px;
}

    .contact .contactThankYou {
        display: none;
        top: 30%;
        position: relative;
        width: 400px;
        height: 360px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
        padding-left: 20px;
        background-color: gray;
        border: 1px solid black;
    }

    .contact .contactData {
        display: none;
        top: 30%;
        position: relative;
        width: 400px;
        height: 360px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
        padding-left: 20px;
        background-color: gray;
        border: 1px solid black;
        z-index:9999;
    }

        .contact .contactThankYou .CloseContact a:visited, .contact .contactThankYou .CloseContact a:link, .contact .contactThankYou .CloseContact a:active,
        .contact .contactData .CloseContact a:visited, .contact .contactData .CloseContact a:link, .contact .contactData .CloseContact a:active {
            color: #EEEEEE;
            text-decoration: underline;
        }

        .contact .contactThankYou .CloseContact a:hover,
        .contact .contactData .CloseContact a:hover {
            color: #EEEEEE;
            text-decoration: none;
        }

        .contact .contactThankYou .CloseContact,
        .contact .contactData .CloseContact {
            position: absolute;
            right: 20px;
        }
        
        .contact .contactData input {
            border: 1px solid black;
            height: 20px;
            padding-left: 5px;
        }

        
        .contact .contactData .Error {
            border: 3px groove red;
        }

        .contact .contactData textarea {
            border: 1px solid black;
            padding-left: 5px;
        }

        .contact .contactData input[type=submit] {
            height: 30px;
            width: 140px;
        }

.slidesjs-play, .slidesjs-stop {
    display: none;
}

.slidesjs-pagination {
    margin: 6px 0 0;
    float: left;
    list-style: none;
}

    .slidesjs-pagination li {
        float: left;
        margin: 0 1px;
    }

        .slidesjs-pagination li a {
            display: block;
            width: 13px;
            height: 0;
            padding-top: 13px;
            background-image: url(../images/pagination.png);
            background-position: 0 0;
            float: left;
            overflow: hidden;
        }

            .slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active {
                background-position: 0 -13px;
            }

            .slidesjs-pagination li a:hover {
                background-position: 0 -26px;
            }
