﻿* {
    margin: 0px;
    padding: 0px;
}
.thumbnail {
    position: relative;
    width: 200px;
    height: 400px;
    overflow: hidden;
}

    .thumbnail img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

        .thumbnail img.portrait {
            width: 100%;
            height: auto;
        }

.item-size {
    margin: 12px;
    padding: 0px;
    border: 1px solid #fff;
    height: 190px;
    width: auto;
    float: left;
    text-align: center;
}

div.item-size img {
    display: inline;
    margin: 12px;
    border: 1px solid #ffffff;
}

div.item-size a:hover img {
    border: 1px solid #fff;
}

div.desc {
    text-align: center;
    font-weight: normal;
    width: 120px;
    margin: 5px;
}

h1#title-keywords {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    background: none;
    text-indent: -9999px;
    left: 0px;
    top: 0px;
    z-index: 8;
}

.media-container {
    height: 250px
}
header {
    padding-bottom: 5px;
    padding-top: 10px;
}
.moblile-1 {
    position: fixed;
    text-align: center;
    height: 90px;
    background-color: rgba(0, 50, 98, 0.91);
    width: 100%;
    bottom: -60px;
    padding: 0px 0;
    z-index: 1000;
    border-top: solid 2px #fff;
}
.moblile-2 {
    display: block;
    margin-top: -30px;
}
.moblile-3 {
    width: 130px;
    letter-spacing: 0.07em;
    color: #fff;
    border-radius: 10px 0px 0px 0px;
}
.moblile-4 {
    width: 130px;
    letter-spacing: 0.07em;
    color: #fff;
    border-radius: 0px 10px 0px 0px;
}
.pd-3 {
    padding:3px;
}
.dp-none {
    display: none;
}
.co-ffd03c {
    color: #ffd03c;
}
.co-fff {
    color: #fff;
}
.fz-22-mt-4 {
    font-size: 22px;
    margin-top: -4px;
}
.fz-28-mt-8 {
    font-size: 28px;
    margin-top: 8px;
    display: block;
}
.pp-fa-lg {
    font-size: 20px;
    margin-top: -8px;
    color: #f6f6f6;
    padding: 5px;
}
.co-f6f6f6 {
    color: #f6f6f6
}
.mt-2-mb-5 {
    margin-top: 2px;
    margin-bottom: 5px;
}