﻿.frame {
    height: 540px;
    overflow: hidden;
}

    .frame img {
        width: 100%;
    }

    .frame .slidee {
        padding: 20px 25px;
    }

    .frame .number {
        position: absolute;
        width: 100px;
        height: 100px;
        background-color: hotpink;
        bottom: 105px;
        left: 20px;
    }

        .frame .number p {
            font-size: 70px;
            color: #ffffff;
        }

    .frame .textfield {
        position: absolute;
        background-color: #ffffff;
        width: 336px;
        height: 185px;
        padding: 20px;
        bottom: 16px;
        right: 113px;
        text-align: left;
        -webkit-box-shadow: -1px -1px 15px -3px rgba(0,0,0,0.31);
-moz-box-shadow: -1px -1px 15px -3px rgba(0,0,0,0.31);
box-shadow: -1px -1px 15px -3px rgba(0,0,0,0.31);
    }

        .frame .textfield h1 {
            position: absolute;
            top: -43px;
            font-size: 20px;
        }

            .frame .textfield h1 img {
                width: 10px;
            }

    .frame ul.items {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .frame ul.items li {
            float: left;
            width: 100%;
            height: 540px;
            margin: 0 0 1px;
            padding: 0;
            text-align: center;
            position: relative;
        }

.slide {
    margin-bottom: 0;
}
.items p {
    font-size: 18px;
}
.w100 {
    width: 100%;
}

.rowBruid {
    margin-top: 40px;
}
.wh40 {
    width: 40px;
    height: 40px;
}

.f26 {
    font-size: 26px;
}

.m10 {
    margin: 10px;
}
.buttons .selected div {
    background-color: hotpink;
}

    .buttons .selected div p {
        color: #ffffff;
        font-weight: 400;
    }

.buttons .selected p {
    color: hotpink;
    font-weight: 700;
}

.buttons a > div {
    background-color: #d1d2d4;
}

.buttons a {
    display: block;
    text-decoration: none;
    color: #000000;
    margin-bottom: 10px;
}

    .buttons a:hover {
        color: hotpink;
    }

        .buttons a:hover div {
            background-color: hotpink;
        }

.ml10 {
    margin-left: 10px;
}
@media screen and (min-width: 1024px) {
    .buttons {
        width: 248px;
    }
}

@media screen and (max-width: 1024px) {
    .left25 {
        left: 24%;
    }

    .frame .number {
        left: 10px;
        bottom: 20px;
    }
}
@media screen and (max-width: 768px) {
    .frame {
        padding-left: 0;
        padding-right: 0;
    }

        .frame .number {
            left: 15px;
            bottom: 30px;
        }

    .items p {
        font-size: 15px;
    }
}
@media screen and (max-width: 667px) {
    .frame .number {
        left: 10px;
        top: 205px;
    }

    .frame1 {
        margin-top: 25px;
    }
}
@media screen and (max-width: 458px) {
    .frame {
        padding-right: 0;
        padding-left: 0;
    }

        .frame .textfield {
            margin-left: 50px;
            right: 0px;
        }

        .frame .number {
            bottom: 0;
            top: 165px;
            left: 8px;
            right: 0px;
            z-index: 100;
        }

    .items p {
        font-size: 15px;
    }


}

