html,
body {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #888;
}
a {
    color: #000;
}
a:hover {
    color: #938763;
    text-decoration: none;
}
header,
section {
    position: relative;
    min-height: 100%;
}
header {
    background: #938763;
}
.content {
    width: 1000px;
    margin: 0 auto;
}
.pos {
    position: relative;
}

header .top {
    height: 32px;
    text-align: right;
    padding: 30px 30px 70px 30px;
}
header .top > .lang-hu,
header .top > .lang-en,
header .top > .mail {
    display: inline-block;
}
header .top > .lang-hu a,
header .top > .lang-en a,
header .top > .mail a {
    display: block;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    background-position: 8px 8px;
    background-repeat: no-repeat;
    transition: background 0.5s ease;
}
header .top > .lang-hu a {
    background-image: url('../img/hu.png');
}
header .top > .lang-en a {
    background-image: url('../img/en.png');
}
header .top > .mail a {
    background-image: url('../img/mail.png');
}
header .top > .lang-hu a:hover,
header .top > .lang-en a:hover,
header .top > .mail a:hover {
    background-color: #a2946d;
    background-position: 8px -24px;
}
header #logo {
    width: 829px;
    height: 98px;
    margin: 0 auto;
    background: url('../img/logo-big.png') no-repeat;
}
header nav {
    margin: 150px 0;
}
header nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
header nav ul li {
    display: inline-block;
}
header nav ul li a {
    position: relative;
    display: block;
    width: 128px;
    height: 128px;
    margin: 0 20px;
    background-color: #fff;
    border-radius: 50%;
    background-position: 25px 25px;
    background-repeat: no-repeat;
    transition: background 0.5s ease;
}
header nav ul li:first-child a {
    background-image: url('../img/menu1.png');
}
header nav ul li:nth-of-type(2) a {
    background-image: url('../img/menu2.png');
}
header nav ul li:nth-of-type(3) a {
    background-image: url('../img/menu3.png');
}
header nav ul li:nth-of-type(4) a {
    background-image: url('../img/menu4.png');
}
header nav ul li a span {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 128px;
    padding-top: 100px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    z-index: 1;
    transition: color 0.5s ease;
}
header nav ul li a:hover {
    background-color: #a2946d;
    background-position: 25px -135px;
}
header nav ul li a span:after {
    content: '';
    display: block;
    margin: auto;
    height: 1px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}
header nav ul li a:hover span:after {
    width: 100%;
    background: #fff;
}

header .text {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8em;
}
header .text h1 {
    margin: 0;
    padding: 0;
}
header .footer {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.6em;
    margin-top: 50px;
    padding-bottom: 80px;
}
header .down > a {
    position: absolute;
    display: block;
    bottom: 20px;
    left: 50%;
    margin-left: -12px;
    width: 35px;
    height: 35px;
    background: url('../img/down.png') no-repeat;
}

section nav {
    background: #a2946d;
    height: 80px;
}
section nav .logo a {
    display: block;
    width: 278px;
    height: 80px;
    background: url('../img/logo.png') center no-repeat;
}
section nav .right {
    position: absolute;
    top: 24px;
    right: 0;
}
section nav .right > .mobilemenu,
section nav .right > .lang-hu,
section nav .right > .lang-en,
section nav .right > .mail {
    display: inline-block;
}
section nav .right > .lang-hu a,
section nav .right > .lang-en a,
section nav .right > .mail a {
    display: block;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    background-position: 8px 8px;
    background-repeat: no-repeat;
    transition: background 0.5s ease;
}
section nav .right > .mobilemenu {
    width: 32px;
    height: 32px;
    margin-right: 15px;
    cursor: pointer;
}
section nav .right > .mobilemenu {
    background: url('../img/mobilemenu.png') no-repeat;
}
section nav .right > .lang-hu a {
    background-image: url('../img/hu.png');
}
section nav .right > .lang-en a {
    background-image: url('../img/en.png');
}
section nav .right > .mail a {
    background-image: url('../img/mail.png');
}
section nav .right > .lang-hu a:hover,
section nav .right > .lang-en a:hover,
section nav .right > .mail a:hover {
    background-color: #938763;
    background-position: 8px -24px;
}
section nav .right > .menucontent {
    display: none;
    position: absolute;
    top: 55px;
    right: 0;
    z-index: 10;
    /*background: #a2946d;*/
    background: rgba(162,148,109,0.8);
}
section nav .right > .menucontent ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
section nav .right > .menucontent ul li {
    display: block;
}
section nav .right > .menucontent li a {
    display: block;
    padding: 10px 60px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.5s ease;
}
section nav .right > .menucontent li a:hover {
    background: #938763;
}

section figure {
    position: relative;
    margin: 0;
    paddig: 0;
    width: 1000px;
    margin: 0 auto;
}
section figure figcaption {
    position: absolute;
    bottom: 20px;
    left: 0;
    background: #a2946d;
    color: #fff;
    text-transform: uppercase;
    padding: 35px 35px 15px 35px;
    font-weight: bold;
    font-size: 1.4em;
    min-width: 40%;
    text-align: right;
}
section article .content {
    padding: 30px 0 120px 0;
    text-align: justify;
}
section article .column {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
section article .table {
    display: table;
}
section article .table > div {
    display: table-cell;
    width: 50%;
}
section article .table > div:first-child {
    padding-right: 20px;
}
section article .table > div:nth-of-type(2) {
    padding-left: 20px;
}
section article .content p {
    margin: 0;
    padding: 0 0 10px 0;
    line-height: 1.3em;
}
section article .quemenu {
    display: table-cell;
    vertical-align: top;
    width: 300px;
}
section article .quemenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
section article .quemenu ul li {
    padding: 5px 0 5px 50px;
    cursor: pointer;
}
section article .quemenu ul li:hover,
section article .quemenu ul li.actual {
    color: #fff;
    background: rgba(162,148,109,1);
    background: -moz-linear-gradient(left, rgba(162,148,109,1) 0%, rgba(235,232,224,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(162,148,109,1)), color-stop(100%, rgba(235,232,224,1)));
    background: -webkit-linear-gradient(left, rgba(162,148,109,1) 0%, rgba(235,232,224,1) 100%);
    background: -o-linear-gradient(left, rgba(162,148,109,1) 0%, rgba(235,232,224,1) 100%);
    background: -ms-linear-gradient(left, rgba(162,148,109,1) 0%, rgba(235,232,224,1) 100%);
    background: linear-gradient(to right, rgba(162,148,109,1) 0%, rgba(235,232,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#938763', endColorstr='#ebe8e0', GradientType=1 );
}
section article .anscontent {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 20px;
}

section footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 924px;
    margin-left: -462px;
}
section footer .content {
    display: inline-block;
    border-top: 4px dotted #a2946d;
    text-align: right;
    padding: 15px 0 25px 0;
    width: calc(100% - 64px);
    text-transform: uppercase;
    font-size: 0.8em;
}
section footer .drkj {
    position: absolute;
    top: -50px;
    right: -30px;
    width: 84px;
    height: 101px;
    background: url('../img/drkj.png') no-repeat;
    z-index: 10;
}
section footer .address {
    position: absolute;
    top: 19px;
    left: 0;
    text-transform: uppercase;
    font-size: 0.8em;
}