@charset "utf-8";
/* CSS Document */

body {
background: url(/fhg/incl/images/bg.jpg) no-repeat center top #ecdbd9;
background-size: 100%;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
font-weight: 400;
color: #000;
margin: 0;
padding: 0;
}
header {
background: rgba(213, 174, 161, 0.6);
height: 223px;
margin: 30px 0 0 0;
box-shadow: 0px 1px 3px 1px rgba(78, 59, 2, 0.70);
border-top: 1px solid #b57a61;
border-bottom: 1px solid #b57a61;
z-index: 2;
position: relative;
}
header hr {
background:#d6a27c;
height: 3px;
margin: 3px 0 0 0;
padding: 0;
border: 0;
}
header .wrap {
max-width: 1120px;
margin: 0 auto;
position: relative;
z-index: 1;
}
#wrap {
background: #fff;
max-width: 1120px;
position: relative;
margin: -590px auto 0 auto;
padding: 0 0 40px 0;
z-index: 0;
}
header .models {
text-align: center;
position: absolute;
top: -69px;
right: 25px;
}
header .models a {
background: #a56753;
font-size: 24px;
font-weight: 700;
color: #ffe0d5;
display: inline-block;
padding: 0 0 7px 20px;
overflow: hidden;
transition: all 0.4s;
text-decoration: none;
}
header .models a:hover {
background: #905c4c;
color: #fcf2ef;
}
header .models a span {
background: #855343;
font-size: 36px;
padding: 0px 20px 7px 20px;
margin: 0 0 0 15px;
}
header .logo {
float: left;
text-align: center;
margin: 20px 0 0 77px;
}
header h1 {
font-size: 29px;
color: #ab6e59;
font-weight: 700;
margin: 0 0 10px 0;
padding: 0;
}
header h1 small {
font-size: 30px;
font-weight: 300;
display: block;
margin: 0;
}
.thumbnails {
padding: 670px 0 0 26px;
}
.thumbnails a {
margin: 4px;
display: inline-block;
}
.thumbnails a img {
border: 1px solid #a86a55;
transition: all 0.4s;
}
.thumbnails a img:hover {
border: 1px solid #666;
}
.thumbnails .banner {
float: left;
margin-right: 4px;
}
.thumbnails .banner a {
}
.thumbnails .banner img {
position: absolute;
}
.thumbnails .banner img.text {
position: relative;
background:none;
transition: all 0.4s;
}
.thumbnails .banner img.text:hover {
background: rgba(0,0,0,0.80);
}
.thumbnails h1 {
font-size: 36px;
font-weight: 300;
text-align: center;
}
.thumbnails h1 a {
color: #5d0b0b;
text-decoration: none;
}
.thumbnails h1 a:hover {
text-decoration: underline;
}
.thumbnails h1 small {
font-size: 16px;
font-weight: 400;
display: block;
}
footer {
background: #9f5c48;
text-align: center;
color: #ffe2cc;
font-size: 12px;
margin:0;
padding: 0 0 20px 0;
border-top: 1px solid #b57a61;
}
footer hr {
background:#d6a27c;
height: 3px;
margin: 3px 0 0 0;
padding: 0;
border: 0;
}
footer p {
margin: 20px 0;
}
footer a {
text-decoration: none;
color: #ffe2cc;
}
footer a:hover {
text-decoration: underline
}
@media only screen and (max-width: 1110px) {
header {
margin: 90px 0 0 0;
}
header .logo {
float: none;
margin: -85px auto 0 auto;
}
header .head-thumbs {
display: none;
}
header .models {
position: relative;
margin: 50px auto 0 auto;
right: 0;
}
#wrap {
margin: 0 auto;
}
.thumbnails {
text-align: center;
padding: 400px 0 0 0;
}
.thumbnails br {
display: none;
}
.thumbnails h1 {
display: none;
}
.thumbnails .banner {
float: none;
display: inline-block;
margin: 0;
}
}
@media only screen and (max-width: 615px) {
.models img {
width: 360px;
margin-left: -20px;
height: auto;
}
header {
height: 124px;
}
.models h1 {
width: 300px;
margin: 0 auto 10px auto;
}
.models h1 small {
margin: 0 20px;
}
header .models a {
font-size: 18px;
}
header .models a span {
font-size: 24px;
}
}
@media only screen and (max-width: 430px) {
.thumbnails a img {
width: 47%;
height: auto;
margin: 0;
}
.thumbnails a {
display: inline;
margin: 0;
}
.thumbnails .banner img {
width: 96%;
margin: 0;
}
}