/* 
    Document   : site
    Created on : 2013.09.08., 20:07:20
    Author     : Péter
    Description:
        Purpose of the stylesheet follows.
*/
.mobile {
    display: none !important;
}
.desktop {
    display: block !important;
}

a, a:visited, a:link {
    color: blue;
}

body {
    font-family: arial;
    font-size: 12px;
    color: #5e5e5e;
    background: #f0f0f0;
}
header .slideshow {
    /* display: none; */
}


.clear {clear: both;}
header > .content, .main .content, footer > .content {
    position: relative;
    width: 990px;
    margin: 0 auto;
    background: white;
}


/******************************************************************************/

/*.fluxslider {
    width: 100% !important;
}
.fluxslider > .surface > .images {
    left: 50% !important;
    margin-left: -1280px !important;
}*/


header {
    /*background: url(../img/header-bg.jpg) no-repeat center top;*/
}
header.top {
    background: #2f3234;
    height: 30px;
}
header.top .content {
    background: #2f3234;
}

header .slideshow {
    overflow: hidden;
    width: 100%;
    height: 500px;
    margin: 0 auto;
}
header .slideshow .item {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center top;
}
header .slideshow .item .content {
    position: absolute;
    left: 90px;
    bottom: 20px;
    background: rgba(0,0,0,0.5);
    padding: 20px;
}
header .slideshow .item .content h4 {
    margin-top: 0;
    margin-bottom: 0;
    margin: 0px 0px 13px 0px;  font-size: 29px;  color: #fff;  text-transform: uppercase;  font-weight: 900;  letter-spacing: -1.2px;
    font-family: arial;
    margin-bottom: 10px;
}
header .slideshow .item .content p {
    margin-bottom: 0;
    color: #d2d2d2;  font-size: 13px;  font-style: italic;
    margin-top: 0;
}
/*.slideshow-sub {
    display: block;
    position: absolute;
    height: 200px;
    width: 100%;
}*/
/*header .slideshow-sub .item {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center top;
}*/
/*body.page- .slideshow-sub, body.page-1 .slideshow-sub {
    display: none;
}
body.page- .slideshow, body.page-1 .slideshow {
    display: block;
}*/
body.page- .slideshow-sub {}
body.page- header .images {}


header > .content {
    /* height: 200px; */
    z-index: 1000;
}
body.page- header > .content, body.page-1 header > .content {
    z-index: 1000;
}
header.mainpage {
    height: 500px;
}
header.subpage {}
header.mainmenu .logo {
    width: 269px;
    height: 156px;
    display: block;
    position: absolute;
    background: url(../img/logo-big.png) no-repeat;
    top: 10px;
    left: 0;
    background-size: 50%;
}
header .images {
    position: absolute;
    left: 560px;
    background: url(../img/header-small-images.png);
    width: 441px;
    height: 276px;
    display: none;
}
body.page- header .images, body.page-1 header .images {
    display: none;
}
header .images .slide {
    display: none;
}
header .images .slide:first-child {
    display: block;
}
header .images .slide img {
    position: absolute;
    border: solid 3px white;
}
header .images .slide img:nth-child(1) {
    transform:  rotate(351deg);
    -webkit-transform: rotate(351deg);
    -moz-transform: rotate(351deg);
    -o-transform:  rotate(351deg);
    -ms-transform:  rotate(351deg);
    left: 0px;
    top: 1px;
}
header .images .slide img:nth-child(2) {
    transform:  rotate(6deg);
    -webkit-transform:  rotate(6deg);
    -moz-transform: rotate(6deg);
    -o-transform:  rotate(6deg);
    -ms-transform:  rotate(6deg);
    left: 227px;
    top: 64px;
    z-index: 2;
}
header .images .slide img:nth-child(3) {
    transform:  rotate(353deg);
    -webkit-transform:  rotate(353deg);
    -moz-transform: rotate(353deg);
    -o-transform:  rotate(353deg);
    -ms-transform:  rotate(353deg);
    left: 131px;
    top: 165px;
    z-index: 1;
}
header .social {
    background: url(../img/white-041.png);
    background-repeat: repeat;
    padding: 3px;
    position: absolute;
    right: 104px;
    top: 0;
}
header .social ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
header .social ul li {
    float: left;
    margin-right: 3px;
}
header .social ul li:last-child {
    margin-right: 0;
}
header .social ul li a {
    width: 24px;
    height: 24px;
    display: block;
    text-indent: -10000px;
}
header .social ul li a.facebook {
    background: url(../img/icon-facebook.jpg) no-repeat;
}
header .social ul li a.youtube {
    background: url(../img/icon-youtube.jpg) no-repeat;
}
header .lang-selector {
    background: url(../img/white-041.png);  background-repeat: repeat;  
    padding: 8px;  position: absolute;  
    right: 10px;  top: 0;
}
header .lang-selector ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
header .lang-selector ul li {
    float: left;  
    margin-right: 6px;
}
header .lang-selector ul li:last-child {
    margin-right: 0;
}
header .lang-selector ul li a {
    width: 21px;  
    height: 14px;  display: block;  text-indent: -10000px;
}
header .lang-selector ul li a.hu {
    background: url(../img/flag-hu.png) no-repeat;
}
header .lang-selector ul li a.de {
    background: url(../img/flag-de.png) no-repeat;
}
header .lang-selector ul li a.en {
    background: url(../img/flag-en.png) no-repeat;

}
header .lang-selector ul li a.ro {
    background: url(../img/flag-ro.png) no-repeat;

}
header.mainmenu {
    height: 100px;
    background: white;
}
header.mainmenu nav {
    /* width: 990px; */
    margin: 0 auto;
    position: absolute;
    top: 33px;
    right: 0;
}
header.mainmenu nav ul {
    margin: 0;
    padding: 0;
}
header.mainmenu nav ul li {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
header.mainmenu nav ul li a {
    font-family: arial;
    color: #5e5e5e;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 10px 20px;
}
header.mainmenu nav ul li a:hover, header.mainmenu nav ul li a.selected {
    color: #2f3234;
}
header.top {
    /* height: 100px; */
}
header.top nav {
    width: 990px;
    margin: 0 auto;
}
header.top nav ul {
    margin: 0;
    padding: 0;
}
header.top nav ul li {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
header.top nav ul li a {
    font-family: arial;
    color: white;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 8px;
}
/*body.hu header nav ul li a {
    padding: 8px 20px;
}
body.en header nav ul li a {
    padding: 11px 37px;
}
body.de header nav ul li a {
    padding: 11px 37px;
}*/
header nav table tr td a:hover {
    text-decoration: underline;
}
header nav table tr td a.selected {}

/******************************************************************************/
.main .content > .content {
    width: 700px;
    margin: auto;
    float: left;
    padding: 20px;
    padding-right: 0;
    z-index: 1000;
    top: -100px;
    min-height: 100px;
}
.main .content > .content p {
    line-height: 150%;
}
.main {}
.main h1 {
    font-family: arial;
    font-size: 14px;
    text-transform: uppercase;
    color: #c1c0c0;
    font-weight: normal;
    position: relative;
    padding-bottom: 5px;
    border-bottom: solid 1px #e4e4e4;
    margin-top: 30px;
}
.main h1:first-child{
    margin-top: 0;
}
.main h1:after {
    content: ' ';
    border-bottom: solid 1px #2f3234;
    position: absolute;
    left: 0;
    width: 250px;
    bottom: -1px;
}

/******************************************************************************/

.main > .content > aside {
    width: 230px;
    float: left;
    padding: 20px;
    padding-top: 0;
    z-index: 1000;  top: -100px;
    position: relative;
    background: white;
    min-height: 100px;
}
.main > .content > aside .box {
    background: #efefef;
    width: 167px;
    padding: 17px;
    position: relative;
    padding-top: 54px;
    margin-top: 20px;
}
.main > .content > aside .box .title {
    background: #dadada;
    text-align: center;
    color: white;
    font-family: arial;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #2f3234;
}
.main > .content > aside .box form {}
.main > .content > aside .box form label {
    font-family: tahoma;
    font-size: 12px;
    color: #878787;
}
.main > .content > aside .box form input[type=text], .main > .content > aside .box form input[type=email] {
    border: none;
    padding: 6px 3px;
    width: 161px;
    display: block;
    margin-bottom: 5px;
    color: #2f3234;
    font-size: 12px;
    outline: none;
}
.main > .content > aside .box form input.error, .main > .content > aside .box form textarea.error {
    border: solid 1px red;
    background: #ffaaaa;
}
.main > .content > aside .box form textarea {
    border: none;
    padding: 6px 3px;
    width: 161px;
    display: block;
    margin-bottom: 5px;
    color: #2f3234;
    font-size: 12px;
    outline: none;
}
.main > .content > aside .box form input[type=submit], .main > .content > aside .box form button {
    background: #2f3234;
    color: white;
    border: none;
    width: 100%;
    padding: 3px 0;
}
.main > .content > aside .box .partner {
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
    width: 167px;
    text-align: center;
}
.main > .content > aside .box .partner img {}

/******************************************************************************/

footer {
    background: #2f3234;
}
footer > .content {
    height: 145px;
    position: relative;
    background: #2f3234;
}
footer a.maximize {
    position: absolute;
    right: 0;
    top: 0;
    background: #2f3234;
    z-index: 1270;
    font-family: arial;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    padding: 10px 15px;
}
footer a.restore {
    position: fixed;
    right: 20px;
    top: 0;
    background: #2f3234;
    z-index: 1270;
    font-family: arial;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    padding: 10px 15px;
    display: none;
}
footer a.maximize:hover {}
footer a.restore:hover {}
footer .map {
    height: 285px;
    z-index: 1150;
}
footer a.logo {
    background: url(../img/logo-small.png) no-repeat;
    width: 193px;
    height: 114px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
}
footer ul.info {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 205px;
    bottom: 10px;
    list-style-type: none;
}
footer ul.info li {
    font-family: tahoma;
    font-size: 12px;
    color: white;
}
footer ul.info li:before {
    content: '|';

    padding-right: 10px;
    color: #2f3234;
}
footer ul.info li a {
    color: white;
}
footer .privacy {
    position: absolute;
    right: 0;
    bottom: 10px;
    color: white;
    text-decoration: none;
}
footer .privacy:hover {
    text-decoration: underline;
}

/******************************************************************************/

.main .list {}
.main .list .item {
    margin-top: 40px;
}
.main .list .item h3 {
    font-family: arial;
    font-size: 14px;
    color: #035790;
    text-transform: uppercase;
    font-weight: normal;
}
.main .list .item .left {
    float: left;
    width: 150px;
    margin-right: 15px;
}
.main .list .item .left img {
    border: solid 3px #d3cfcf;
}
.main .list .item .right {
    float: left;
    width: 561px;
}
.main .list .item .right p {
    text-align: justify;
}
.main .list .item .right a.more {
    background: #2f3234;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 10px;
    float: right;
}


.pager {
    margin-top: 20px;

}
.pager a, .pager span {
    font-size: 12px;
    color: #666666;
    display:inline-block;
    padding:5px 7px;
    text-decoration:none;
    background: #2f3234;
    color: white;
    min-width: 8px;
    text-align: center;
}
.pager a.arrow {
    font-size: 12px;
    position: relative;
}
.pager a:hover {
    background:#ccc;
    color: black;
}
.pager span {
    color: white;
    text-decoration:none;

}



.services {
    margin-bottom: 50px;
}
.services .service {
    margin-top: 40px;
}
.services .service .title {
    font-size: 14px;
    text-transform: uppercase;
    color: #035790;
    margin-bottom: 10px;
}
.services .service .left {
    float: left;
    width: 151px;
    margin-right: 10px;
}
.services .service .left img {
    border: solid 3px #d3cfcf;
}
.services .service .right {
    float: left;
    width: 565px;
}
.services .service .right .description {
    margin-top: 10px;
}


a.more {
    float: right;
    padding: 5px 15px;
    background: #2f3234;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
}

a.back {
    padding: 5px 15px;
    background: #2f3234;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
}


.gallery-list {}
.gallery-list .galleries {
    margin-bottom: 50px;
}
.gallery-list .galleries .gallery-item {
    overflow: hidden;
    width: 228px;
    height: 171px;
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}
.gallery-list .galleries .gallery-item.last {
    margin-right: 0px;
}
.gallery-list .galleries .gallery-item img {
    border: solid 3px #d3cfcf;
}
.gallery-list .galleries .gallery-item .info {
    position: absolute;
    bottom: -50px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAE0lEQVQIW2PUNzKZyYAGGGkgCABjbgXs90IpPQAAAABJRU5ErkJggg==);
    color: white;
    text-decoration: none;
    left: 3px;
    right: 3px;
    height: 30px;
    padding: 10px;
    font-weight: bold;
    transition-property:bottom;
    transition-duration:0.2s;
    transition-timing-function:linear;
    -webkit-transition-property:bottom;
    -webkit-transition-duration:0.2s;
    -webkit-transition-timing-function:linear;
    -moz-transition-property:bottom;
    -moz-transition-duration:0.2s;
    -moz-transition-timing-function:linear;
}
.gallery-list .galleries .gallery-item:hover .info {
    bottom: 3px;
    transition-property:bottom;
    transition-duration:0.2s;
    transition-timing-function:linear;
    -webkit-transition-property:bottom;
    -webkit-transition-duration:0.2s;
    -webkit-transition-timing-function:linear;
    -moz-transition-property:bottom;
    -moz-transition-duration:0.2s;
    -moz-transition-timing-function:linear;
}
.gallery-list .galleries .gallery-item .info .title {
    text-decoration: none;
}

.gallery {
    margin-bottom: 50px;
}
.gallery .images {}
.gallery .images a.gallery-item {
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 166px;
    height: 125px;
    text-align: center;
}
.gallery .images a.gallery-item.last {
    margin-right: 0;
}

#routeForm {
    background: #efefef;
    padding: 10px;
}
#routeForm label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}
#routeForm input[type=text] {
    padding: 5px;
}
#routeForm input[type=submit] {
    padding: 6px;
}




form.guestbook {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 20px;
}
form.guestbook label {
    font-weight: bold;
    margin-right: 10px;
    width: 200px;
    display: inline-block;
}
form.guestbook label span {
    color: red;
}
form.guestbook input[type=submit] {
    padding: 5px;
    float: right;
}
form.guestbook input[type=text], form.guestbook input[type=email] {
    padding: 5px;
    border: solid 1px #bbb;
    width: 501px;
}
form.guestbook .divider {
    height: 10px;
}
form.guestbook textarea {
    padding: 5px;
    width: 501px;
    height: 100px;
    margin-bottom: 10px;
}
form.guestbook p.error {
    float: left;
    padding: 0;
    margin: 0;
    margin-top: 6px;
    color: red;
    font-weight: bold;
    margin-bottom: 20px;
}
form.guestbook p.success {
    float: left;
    padding: 0;
    margin: 0;
    margin-top: 6px;
    color: green;
    font-weight: bold;
    margin-bottom: 20px;
}
form.guestbook input.error, form.guestbook textarea.error {
    background: rgb(255,150,150);
    border: solid 1px red;
}

.guestbook {
    margin-bottom: 50px;
}

.comment {
    margin-bottom: 20px;
    background: #fafafa;
}
.comment .header{
    position: relative;
    background: white;
    border-bottom: solid 1px #ccc;
    padding: 5px;
}
.comment .header .name{
}
.comment .header .name span{
    font-weight: bold;
}
.comment .header .name a{
    color: black;
}
.comment .header .date{
    position: absolute;
    top: 5px;
    right: 5px;
    font-style: italic;
}
.comment .comment{
    padding: 10px;
}

.comment .answer{
    padding: 10px;
    color: #494949;
    font-style: italic;
}

.comment .header + a {}
.comment .header + a img {
    border: solid 3px #d3cfcf;  margin-top: 10px;
    margin-left: 10px;
}

.comment .comment {
    margin-bottom: 0px;
}
.comment .comment.image {
    width: 473px;
    float: left;
    margin-right: 16px;
}
.comment .comment.image + a {
    width: 200px;
    float: left;
}
.comment .comment.image + a img {
    border: solid 3px #d3cfcf;
    margin-top: 10px;
}

.ajanlat {
    background: #f9f9f9;
    border: solid 1px #ddd;
    margin-bottom: 20px;
    padding: 10px;
}
.ajanlat .title {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 12px;
}
.ajanlat .left {
    float: left;
    width: 150px;
}
.ajanlat .left img {
    margin-right: 10px;
}
.ajanlat .right {
    float: left;
}
.ajanlat .right p {
    margin: 0;
}
.ajanlat .right .price {
    background: red;
    display: inline-block;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    margin-top: 10px;
}
.ajanlat .right{
    width: auto;
}
.ajanlat .left + .right{
    width: 550px;
}

.contact .left {
    float: left;
    width: 330px;
    margin-right: 20px;
}
.contact .right {
    float: left;
    width: 374px;
    margin-top: 24px;
}

.contact form {
    background: #efefef;
    padding: 20px;
}
.contact form label {
    font-weight: bold;
    display: inline-block;
    width: 157px;
}
.contact form .field-response.error {
    color: red;
}
.contact form label.cb {
    width: initial;
}
.contact form label span.star {
    color: red;
    font-weight: bold;
}
.contact form .row {
    margin-bottom: 10px;
}
.contact form .row.szobaban-kerem {
    padding-left: 322px;
}
.contact form input[type=text], .contact form input[type=email], .contact form select {
    border: solid 1px gray;
    width: 166px;
    padding: 3px;
    border: none;  padding: 6px 3px;      margin-bottom: 5px;  color: #2f3234;  font-size: 12px;  outline: none;
}
.contact form select {
    width: 375px
}
.contact form input[type=text].date {
    background: url(../img/calendar-icon.png) no-repeat 352px 3px white;
    padding: 3px;
    width: 366px;
}
.contact form label + span {
    width: 333px;
    display: inline-block;
    margin-top: 10px;
}
.contact form label + span select{
    width: 70px;
}
.contact form label + span select.full {
    width: 100%;
    display: inline-block;
}
.contact form label + span textarea {
    width: 328px;
    height: 120px;
    border: none;  padding: 6px 3px;    display: block;  margin-bottom: 5px;  color: #2f3234;  font-size: 12px;  outline: none;
}
.contact form input[type=submit], .contact form button{
    color: white;
    background: #2f3234;
    border: none;
    width: 335px;
    padding: 3px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.contact form input[type=submit]:hover{
    color: white;
    background: #18A7AC;
}


.offers {
    display: grid;
    grid-auto-flow: row;
    grid-gap: 20px;
    padding-top: 20px;
}
.offers .offer {
    background: #2f3234;
    width: 208px;
    padding: 10px;
    text-decoration: none;
}
.offers .offer.last {
    margin-right: 0;
}
.offers .offer .name {
    text-transform: uppercase;  font-size: 13px;  color: #fff;  font-weight: 400;    margin-bottom: 0px;
    line-height: 15px;  font-weight: bold;
    padding-bottom: 5px;
}
.offers .offer .lead {  display: inline-block;  font-size: 12px;  line-height: 15px;  
			color: white;
			padding-bottom: 10px;}
.offers .offer .image {}
.offers .offer .image img {
    width: 100%;
}

.video-list {}
.video-list .videos {}
.video-list .videos .video-item {
    width: 228px;
    float: left;
    margin-right: 20px;
    text-decoration: none;
    margin-top: 20px;
}
.video-list .videos .video-item.last {
    margin-right: 0px;
}
.video-list .videos .video-item .title {
    text-transform: uppercase;
    font-size: 14px;
    color: black;
    font-weight: bold;
}
.video-list .videos .video-item img {
    border: solid 3px #d3cfcf;
    width: 224px;
}