html,
body,
div,
p,
span {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style-type: none;
}

a {
    text-decoration: none;
    outline: none;
    border: 0;
    cursor: pointer;
    border: none;
    background: none;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    font-family: Arial, sans-serif;
}

.wrapper {
    min-height: 100%;
    width: 100%;
    position: relative;
    margin: 0px auto;
    text-align: center;
    overflow: hidden;
    min-width: 1147px;
    background: #A60000;
    background: -moz-linear-gradient(top, #500000 0%, #A60000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #500000), color-stop(100%, #A60000));
    background: -webkit-linear-gradient(top, #500000 0%, #A60000 100%);
    background: -o-linear-gradient(top, #500000 0%, #A60000 100%);
    background: -ms-linear-gradient(top, #500000 0%, #A60000 100%);
    background: linear-gradient(to bottom, #500000 0%, #A60000 100%);
}

.main-header {
    display: flex;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    background: #BE0000;
    background: linear-gradient(to bottom, #BE0000, #960000);
    background: -moz-linear-gradient(top, #BE0000 0%, #960000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BE0000), color-stop(100%, #960000));
    background: -webkit-linear-gradient(top, #BE0000 0%, #960000 100%);
    background: -o-linear-gradient(top, #BE0000 0%, #960000 100%);
    background: -ms-linear-gradient(top, #BE0000 0%, #960000 100%);
    border-bottom: solid 1px #C00000;
    box-shadow: 0 2px 4px 1px #4A0000;
    box-sizing: border-box;
    opacity: 0.8;
}
.main-header .header-bg {
    margin: 0 auto;
}
.main-header .wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #BE0000;
    background: linear-gradient(to bottom, #BE0000, #960000);
    background: -moz-linear-gradient(top, #BE0000 0%, #960000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BE0000), color-stop(100%, #960000));
    background: -webkit-linear-gradient(top, #BE0000 0%, #960000 100%);
    background: -o-linear-gradient(top, #BE0000 0%, #960000 100%);
    background: -ms-linear-gradient(top, #BE0000 0%, #960000 100%);
}
.main-header .logo {
    float: left;
    color: #fff;
    font-size: 40px;
    border: 1px solid #fff;
}
.site-menu {
    float: right;
    display: table;
    height: 50px;
    margin: 0 0 0 50px;
}
.site-menu-item {
    color: #fff;
    font-size: 14px;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding: 0 20px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}
.site-menu-item:hover {
    text-decoration: underline;
}

.wrapper-content {
    padding: 70px 0 50px;
    text-align: center;
    position: relative;
    display: inline-block;
    max-width: 1145px;
    width: 100%;
}

.wrapper-content .normal-photo.right {
    padding-bottom: 28.125%;
    float: right;
    width: 50%
}

.wrapper-content .normal-photo.left {
    padding-bottom: 28.125%;
    float: left;
    width: 50%
}

.wrapper-content .normal-photo {
    padding-bottom: 14.0625%;
    float: left;
    position: relative;
    display: inline-block;
    width: 25%;
    vertical-align: top;
    background-size: calc(100% - 6px) calc(100% - 6px);
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.wrapper-content .normal-photo>img {
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 3px;
    left: 3px;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.wrapper-content .normal-photo>a {
    position: absolute;
    overflow: hidden;
    left: 3px;
    top: 3px;
    bottom: 3px;
    right: 3px;
}

.wrapper-content .normal-photo>a .model-name {
    display: block;
    height: 22px;
    font: bold 11px/22px Arial;
    position: absolute;
    left: 0;
    z-index: 25;
    bottom: -22px;
    width: 100%;
    text-align: center;
    transition: bottom .2s 0s linear;
    pointer-events: none;
    color: #fff;
    background: rgba(0,0,0,0.4);
}

.wrapper-content .normal-photo>a:hover .model-name {
    bottom: 0;
    transition: bottom .2s .2s linear;
}

.seo-content {
    float: left;
    padding: 50px 0 100px;
}

.seo-content p {
    font-size: 12px;
}

.seo-content h1 {
    font-size: 16px;
}

.seo-content h2 {
    font-size: 16px;
    text-align: center;
}

.seo-content div {
    text-align: left;

}

.footer {
    width: 100%;
    position: relative;
    height: 40px;
    background: #500000;
    margin-top: -40px;
}

.footer-content {
    padding: 10px 0;
    text-align: center;
    margin: 0px auto;
    font-size: 13px;
    color: #f99;
}