/*
THEME NAME: Kaméleon
THEME URI: http://www.pazirik.hu
DESCRIPTION:
VERSION: 1.0
AUTHOR: <a href="http://www.kruskaroland.com/">Kruska Roland</a>
AUTHOR URI:
TAGS:
*/

/* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) */
@import url('style/reset.min.css');


@font-face {
    font-family: 'DINPro-Regular';
    src: url('fonts/DINPro-Regular.eot');
    src: local('�'), url('fonts/DINPro-Regular.woff') format('woff'), url('fonts/DINPro-Regular.ttf') format('truetype'), url('fonts/DINPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro-Medium';
    src: url('fonts/DINPro-Medium.eot');
    src: local('�'), url('fonts/DINPro-Medium.woff') format('woff'), url('fonts/DINPro-Medium.ttf') format('truetype'), url('fonts/DINPro-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro-Light';
    src: url('fonts/DINPro-Light.eot');
    src: local('�'), url('fonts/DINPro-Light.woff') format('woff'), url('fonts/DINPro-Light.ttf') format('truetype'), url('fonts/DINPro-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro-Bold';
    src: url('fonts/DINPro-Bold.eot');
    src: local('�'), url('fonts/DINPro-Bold.woff') format('woff'), url('fonts/DINPro-Bold.ttf') format('truetype'), url('fonts/DINPro-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* from bootsrap */
.clearfix:before,
.clearfix:after {
    display: table;
    content: ' ';
}

.clearfix:after {
    clear: both;
}

body {
    background-color: white;
    font-family: 'DINPro-Regular';
    color: #3d3d3d;
}

a {
    color: #3d3d3d;
    text-decoration: none;
}

h2 {
    float: left;
    margin-top: 18px;

    color: #454545;
    font-size: 30px;
    font-family: 'DINPro-Medium';
}

strong {
    font-weight: bold;
}

*:focus{ outline:none; }

.alignleft {
    display: block;
    float: left;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    display: block;
    float: right;
}

img.alignleft {
    margin-right: 12px;
}

img.alignright {
    margin-left: 12px;
}

#page {
    overflow: hidden;
    position: relative;
}

.content {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

/**** Header ****/
#page > header {
    background-color: #292929;
    min-height: 201px;
}

.header-top {
    height: 151px;
    background: url('images/dot.png') repeat-x 0 150px;
}

header h1 {
    float: left;
    margin-top: 30px;
}

#logo {
    display: block;
    position: relative;
    height: 96px;
    padding-top: 10px;
    padding-left: 130px;
    font-family: 'DINPro-Light';
    font-size: 25px;
    color: white;
}
#logo:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0; left: 0;
    width: 112px;
    height: 106px;
    background: url('images/wmmm-logo.png') no-repeat 0 0;
}

#logo {
    text-decoration: none;
}

#logo.wmmm > span {color: #ec9b25; }
#logo.babits > span {color: #ff4e00; }
#logo.irodalom > span {color: #8ab20f; }
#logo.varmegyehaz > span {color: #7771ff; }

/* Select museum menu */
.menu-museum-select-container {
    float: right;
    height: 116px;
}

#menu-museum-select li {
    float: left;
    position: relative;
}

#menu-museum-select li a {
    display: inline-block;
    height: 66px;
    margin-top: 34px;
    padding: 14px 42px 0;
    color: #686868;
    text-align: center;
    background: url('images/dot.png') repeat-y 0 0;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#menu-museum-select li a:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 50%; margin-left: -72px;
    top:0;
    width: 145px;
    height: 22px;
    background: url('images/museum-selector.png') 0 0 no-repeat;

    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
#menu-museum-select li:last-child a:after {
    left: 16px;
    margin-left: 0;
}
#menu-museum-select li a:hover:after,
ul#menu-museum-select.wmmm li.wmmm a:after,
ul#menu-museum-select.babits li.babits a:after,
ul#menu-museum-select.irodalom li.irodalom a:after,
ul#menu-museum-select.varmegyehaz li.varmegyehaz a:after {
    opacity: 1;
}

#menu-museum-select li.babits a:after {
    background-position: -145px 0;
}
#menu-museum-select li.irodalom a:after {
    background-position: -290px 0;
}
#menu-museum-select li.varmegyehaz a:after {
    background-position: -435px 0;
}


#menu-museum-select li:last-child a {
    padding-right: 0;
}

#menu-museum-select li.wmmm a:hover,
ul#menu-museum-select.wmmm li.wmmm a {
    color: #e69c31;
}

#menu-museum-select li.babits a:hover,
ul#menu-museum-select.babits li.babits a {
    color: #ff4e00;
}

#menu-museum-select li.irodalom a:hover,
ul#menu-museum-select.irodalom li.irodalom a {
    color: #8ab20f;
}

#menu-museum-select li.varmegyehaz a:hover,
ul#menu-museum-select.varmegyehaz li.varmegyehaz a {
    color: #7771ff;
}


/* Nyelvválasztó */
#language {
    position: absolute;
    left: 130px; top: 118px;
    color: #686868;
    font-size: 14px;
}

#language a {
    color: #686868;
}
#language a.current {
    color: white;
}


/* Menu */
#mainmenu {
    position: relative;
    overflow: hidden;
    height: 50px;
}

.menu {
    height: 33px;
    margin-top: 17px;
}

.menu li {
    float: left;
}

.menu li a {
    padding: 0 26px;
    color: #ededed;
    font-size: 17px;
    background: url('images/dot.png') repeat-y 0 0;
}
.menu li:first-child a {
    padding-left: 0;
    background: none;
}
.menu li:last-child a {
    padding-right: 0;
}

.menuslider {
    position: absolute;
    width: 115px;
    height: 13px;
    left: 0; bottom: 0;
    background: url('images/menu-selector.png') no-repeat 0 0;
    z-index: 1;
}
nav.babits .menuslider { background-position: 0 -13px; }
nav.irodalom .menuslider { background-position: 0 -26px; }
nav.varmegyehaz .menuslider { background-position: 0 -39px; }


/* Submenu */
#submenu {
    position: absolute;
    overflow: hidden;
    width: 100%;
    max-height: 0;
    z-index: 4096;
    opacity: 0.96;

    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    -ms-transition: all 1.0s ease;
    transition: all 1.0s ease;
}
#submenu.wmmm { background-color: #956217; }
#submenu.babits { background-color: #a24116; }
#submenu.irodalom { background-color: #657b22; }
#submenu.varmegyehaz { background-color: #3a3784; }

#submenu > div {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0 36px;
}

#submenu ul {
    float: left;
    margin-left: 25px;
    min-height: 1px;
}
#submenu ul:first-child {
    margin-left: 0;
}

#submenu ul li {
    padding-bottom: 5px
}

#submenu ul li a {
    color: white;
    font-size: 14px;
    letter-spacing: -0.4pt;
}


/* Slider */
#slider-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    width: 100%;
    height: 428px;
    padding: 18px 0;
    background: black url('images/slide-bkg.png') no-repeat center center;
}

.metaslider {
    margin: 0 auto;
}

.flexslider {
    margin: 0 !important;
}

.flex-control-nav {
    left: 72px !important;
    bottom: 30px !important;
    width: auto !important;
}

#slider-wrapper.wmmm .flex-control-nav a.flex-active {
    background: rgba(227, 151, 40, 0.9) !important;
}

.flex-direction-nav a {
    width: 55px !important;
    height: 110px !important;
    margin: -55px 0 0 !important;
    opacity: 0.9 !important;

    background: url('images/slider-direction-nav.png') no-repeat 0 0 !important;

    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

.flex-direction-nav a.flex-prev {
    left: 0 !important;
}

.flex-direction-nav a.flex-next {
    right: 0 !important;
    background-position: 0 -110px !important;
}

/* Naptár */
#calendar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    height: 55px;
    padding-top: 17px;

    color: #737373;
}

#calendar p {
    float: left;
    padding: 2px 0;
    text-transform: uppercase;
    font-size: 17px;
}

.em-calendar-wrapper {
    float: right;
}

.em-calendar {
    display: block;
    overflow: hidden;
}

.em-calendar .month_name {
    text-transform: capitalize;
    font-weight: normal;
    font-size: 17px;
}

#calendar.wmmm .month_name { color: #e69c31; }
#calendar.babits .month_name { color: #ff4e00; }
#calendar.irodalom .month_name { color: #8ab20f; }
#calendar.varmegyehaz .month_name { color: #7771ff; }

.em-calendar thead,
.em-calendar tbody,
.em-calendar tfoot,
.em-calendar tr {
    display: block;
    float: left;
    height: 17px;
}

.em-calnav {
    display: block;
    width: 7px;
    height: 12px;
    background: url('images/calendar-nav.png') 0 0 no-repeat;
    text-indent: -4096px;
}
.em-calnav-prev {
    margin: 0 12px 0 20px;
}
.em-calnav-next {
    margin-left: 12px !important;
    margin-top: 2px;
    background-position: 0 -12px;
}

.em-calendar td {
    font-size: 14px;
    padding: 0 5px !important;
}
.em-calendar tfoot td {
    padding-right: 0 !important;
}

.em-calendar .days-names,
.em-calendar td.eventless-pre, .em-calendar td.eventful-pre,
.em-calendar td.eventless-post, .em-calendar td.eventful-post { display: none; }

.em-calendar td.eventless-today {
    background: none !important;
    color: white;
}

.em-calendar .eventful-today {
    background-color: transparent !important;
    text-decoration: underline;
    font-weight: bold;
}

.em-calendar #em-calendar-wmmm a { color: #e69c31; }
.em-calendar #em-calendar-babits a { color: #ff4e00; }
.em-calendar #em-calendar-irodalom a { color: #8ab20f; }
.em-calendar #em-calendar-varmegyehaz a { color: #7771ff; }


/* Keresés */
#search-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    overflow: hidden;
    position: absolute;
    right: 0; top: 16px;
    width: 305px;
    height: 41px;

    padding: 0;
    background-color: #f4f4f4;
    border: 1px solid #d9d9d9;

    z-index: 1;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#search-box:hover {
    border: 1px solid #d4d4d4;
    background-color: white;
}

#search-box input {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */

    display: block;
    float: left;

    background-color: transparent;
}

#search-box input[type="text"] {
    width: 276px;
    height: 43px;

    padding: 0 6px;
    margin: 0;

    color: #363636;
    font-size: 15px;
    text-transform: uppercase;
    border: none;
}

#search-box input[type="submit"] {
    width: 17px;
    height: 41px;

    padding: 0;
    margin: 0;

    text-indent: -4096px;
    cursor: pointer;

    background: transparent url('images/search.png') no-repeat center center;
    border: none;
}


/**** Footer ****/
footer {
    height: 220px;
    background: black url('images/footer-bkg.png') no-repeat center center;
}

footer p {
    color: #828282;
}

#footer-top {
    height: 164px;
    margin-bottom: 20px;
}

#footer-top > a {
    display: block;
    float: right;
    margin-top: 35px;
    text-indent: -4096px;
}

footer #copyright {
    float: left;
    width: 536px;
    padding-left: 112px;
    margin-top: 35px;
    background: url('images/footer-logo.png') no-repeat 0 0;
}

footer #copyright h3 {
    color: white;
    font-size: 21px;
    margin-bottom: 12px;
}

footer #copyright p {
    font-size: 13px;
    line-height: 128%;
}


footer .logok {
    float: right;
    margin-top: 35px;
    width: 280px;
}

footer .logok a {
    position: relative;
    display: block;
    text-indent: -4096px;
}
footer .logok a:after {
    content: ' ';
    display: block;

    position: absolute;
    left: 0; top: 0;

    width: 100%;
    height: 100%;

    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
       -moz-transition: opacity 0.2s ease;
        -ms-transition: opacity 0.2s ease;
         -o-transition: opacity 0.2s ease;
            transition: opacity 0.2s ease;
}
footer .logok a:hover:after { opacity: 1; }

footer #magyar-turizmus {
    float: left;
    width: 136px;
    height: 85px;
    background: url('images/magyar-turizmus-zrt.png') no-repeat 0 0;
}
footer #magyar-turizmus:after {
    background: url('images/magyar-turizmus-zrt.png') no-repeat 0 -85px;
}

footer #szechenyi-terv {
    width: 120px;
    height: 35px;
    background: url('images/szechenyi-terv.png') no-repeat 0 0;
    background-size: 120px;
}
footer #szechenyi-terv:after {
    background: url('images/szechenyi-terv.png') no-repeat 0 -35px;
    background-size: 120px;
}

footer #szekszard {
    margin-bottom: 12px;
    width: 120px;
    height: 45px;
    background: url('images/szekszard-a-jovo-varosa.png') no-repeat 0 0;
    background-size: 120px;
}
footer #szekszard:after {
    background: url('images/szekszard-a-jovo-varosa.png') no-repeat 0 -43px;
    background-size: 120px;
}


footer > div > p {
    float: left;
    font-size: 14px;
    text-transform: uppercase;
}
footer #generator {
    position: relative;
    display: block;
    float: right;
    width: 63px;
    height: 25px;
    margin-top: -6px;
    background: url('images/pazirik-logo.png') no-repeat 0 0;
    text-indent: -4096px;
}
footer #generator:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0; top: 0;
    width: 63px;
    height: 25px;
    opacity: 0;
    background: url('images/pazirik-logo.png') no-repeat 0 -25px;

    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
footer #generator:hover:after {
    opacity: 1;
}


/**** Content ****/
section#wrapper {
    overflow: hidden;

    background: white; /* Old browsers */
    background: -moz-linear-gradient(left,  #c2c2c2 0%, #ffffff 12%, #ffffff 88%, #c2c2c2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c2c2c2), color-stop(12%,#ffffff), color-stop(88%,#ffffff), color-stop(100%,#c2c2c2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #c2c2c2 0%,#ffffff 12%,#ffffff 88%,#c2c2c2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #c2c2c2 0%,#ffffff 12%,#ffffff 88%,#c2c2c2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #c2c2c2 0%,#ffffff 12%,#ffffff 88%,#c2c2c2 100%); /* IE10+ */
    background: linear-gradient(to right,  #c2c2c2 0%,#ffffff 12%,#ffffff 88%,#c0c0c0 100%); /* W3C */
}

header.page-title {
    width: 100%;
    height: 78px;
    overflow: hidden;
    background: url('images/title-header-bkg.png') no-repeat 0 bottom;
}

header.page-title #nav-above {
    float: right;
    margin-top: 26px;
    margin-right: 346px;
}

header.page-title #nav-above > div {
    float: left;
    width: 12px;
    height: 23px;
    background: url('images/page-nav.png') no-repeat 0 0;
}

header.page-title #nav-above > div.nav-prev {
    position: relative;
    padding-right: 16px;
    margin-right: 16px;
}
header.page-title #nav-above > div.nav-prev:before {
    content: ' ';
    display: block;
    position: absolute;
    right: 0; top: 1px;
    width: 1px;
    height: 23px;
    background: url('images/dot.png') repeat-y 0 0;
}

header.page-title #nav-above > div.nav-next {
    background-position: 0 -23px;
}

header.page-title #nav-above > div a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -4096px;
}

.post-row {
    background: url('images/dot.png') repeat-x 0 0;
}
.post-row:first-child {
    background: none;
}

.normal-post {
    float: left;
    height: 298px;
    width: 300px;
    margin: 16px 0 20px 25px;
    padding-left: 25px;
    background: url('images/dot.png') repeat-y 0 0;
}

.normal-post:first-of-type {
    margin-left: 0;
    padding-left: 0;
    background: none;
}

.entry-date-category {
    margin-bottom: 15px;
}

.entry-date-category > span,
.entry-date-category > span a {
    color: #b4b4b4;
    font-size: 15px;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.entry-date {
    padding-left: 24px;
    background: url('images/clock.png') no-repeat 0 4px;
}

.entry-category {
    display: inline-block;
    margin-left: 12px;
    padding-left: 24px;
    height: 16px;
    background: url('images/rombus.png') no-repeat 0 0;
}
.entry-category.babits { background-position: 0 -16px; }
.entry-category.irodalom { background-position: 0 -32px; }
.entry-category.varmegyehaz { background-position: 0 -48px; }

.entry-category a:hover {
    color: #454545;
}

.post-thumbnail {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    display: block;
    position: relative;
    overflow: hidden;

    width: 300px;
    height: 150px;

    border: 1px solid #aaaaaa;
}

.post-thumbnail.hu:after { content: url('images/post-thumbnail-hover-hu.png'); }
.post-thumbnail.en:after { content: url('images/post-thumbnail-hover-en.png'); }
.post-thumbnail:after {
    display: block;
    position: absolute;
    left: 0;  top: -150px;
    width: 300px;
    height: 150px;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.post-thumbnail:hover:after {
    top: 0;
}

h3.entry-title {
    margin: 18px 0;
    color: #454545;
    font-family: 'DINPro-Regular';
    font-size: 21px;
}


a.bileta {
    margin-left: 12px;
    padding-left: 24px;
    background: url('images/bileta.png') no-repeat 0 6px;
}
.normal-post > a.bileta { margin-left: 0; }

a.bileta.wmmm { color: #e69c31; }
a.bileta.babits { color: #ff4e00; }
a.bileta.irodalom { color: #8ab20f; }
a.bileta.varmegyehaz { color: #7771ff; }


/**** Single page ****/
h3.single {
    margin: 32px 0 14px;
    color: #454545;
    font-size: 26px;
    font-family: 'DINPro-Regular';
}

h3.section {
    margin: 32px 0 12px;
    color: #454545;
    font-size: 16px;
    font-family: 'DINPro-Regular';
    font-weight: bold;
    text-transform: uppercase;
}

.entry-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    float: left;
    width: 672px;
    margin-bottom: 44px;
    padding-right: 24px;
}

.entry-content h4 {
    margin: 18px 0 14px;
    color: #454545;
    font-size: 16px;
    font-family: 'DINPro-Regular';
    font-weight: bold;
}

.entry-content h4.section {
    font-weight: normal;
}

.entry-content ul {
    font-size: 15px;
    line-height: 18px;
    list-style-type: disc;
    list-style-position: inside;
}

.entry-content ul li {
    padding: 3px 0;
    text-align: justify;
}


.entry-content p {
    font-size: 15px;
    margin: 20px 0;
    text-align: justify;
    line-height: 18px;
}

.entry-content a {
    text-decoration: underline;
}
.entry-content a:hover {
    text-decoration: none;
}

.entry-content a.icon {
    padding-left: 24px;
    background: url('images/link-icon.png') no-repeat 0 2px;
}

.entry-meta {
    margin-bottom: 20px;
}

.breadcrumb {
    display: inline-block;
    margin: 30px 0 0 16px;
    padding-left: 16px;
    background: url('images/left-arrow.png') no-repeat 0 3px;
}

/* Táblázat formázás */
table.formated { width: 100%; margin: 24px 0; font-size: 15px; line-height: 18px; }
table.formated tr { background-color: #e6e6e6; }
table.formated tr:nth-child(2n) { background-color: #efefef; }
table.formated td {
    width: 50%;
    padding: 10px;
    border: 1px solid white;
}

table.formated a { text-decoration: underline; }
table.formated a:hover { text-decoration: none; }

table.formated tr.white-bkg { background-color: white; }

table.belepo td:nth-child(2n) {
    text-align: right !important;
}

table.formated.arlista td { width: 40%; }
table.formated.arlista td:nth-child(2n) { width: 10%; text-align: right; }



/*** Info bar ***/
.infobar {
    margin: 32px 0 40px;
    font-size: 15px;
}

.infobar h4 {
    margin-bottom: 24px;
    color: #454545;
    font-size: 29px;
    font-family: 'DINPro-Medium';
    text-transform: uppercase;
}

.infobar a {
    color: #454545;
    text-decoration: underline;
}
.infobar a:hover {
    text-decoration: none;
}

.infobar p {
    margin: 20px 0;
}

.contact p {
    padding-left: 24px;
    padding-top: 2px;
}

.address {
    height: 22px;
    background: url('images/location.png') no-repeat 0 0;
}

.phone {
    height: 23px;
    background: url('images/phone.png') no-repeat 0 0;
}

.email {
    height: 21px;
    background: url('images/email.png') no-repeat 0 0;
}

.facebook {
    height: 20px;
    background: url('images/facebook.png') no-repeat 0 0;
}

.gdpr {
    height: 20px;
    background: url('images/gdpr.svg') no-repeat 0 50%;
	background-size: auto 18px;
}

.infobar.right {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    float: left;
    width: 328px;
    padding-left: 26px;

    background: url('images/dot.png') repeat-y  0 0;
}

.infobar.right > div {
    padding-top: 24px;
    margin-bottom: 24px;
    background: url('images/dot.png') repeat-x  0 0;
}

.infobar.right > div:first-child {
    padding-top: 0;
    background: none;
}

.infobar.bottom {
    float: left;
    width: 1000px;
    padding-top: 28px;
    background: url('images/title-header-bkg.png') no-repeat  0 0;
}

.infobar.bottom > div {
    float: left;
    width: 300px;

    margin-left: 25px;
    padding-left: 25px;

    background: url('images/dot.png') repeat-y  0 0;
}

.infobar.bottom > div:first-of-type {
    margin-left: 0;
    padding-left: 0;

    background: none;
}


/**** Social icons ****/
#socials {
    position: absolute;
    right: 12px;
    top: 92px;
    width: 42px;
    height: 266px;
    z-index: 8192;
}

#socials #follow-us {
    width: 20px;
    height: 154px;
    margin-left: 8px;
    margin-bottom: 16px;
    text-indent: -4096px;
    background: url('images/followus.png') no-repeat 0 bottom;
}

#socials #follow-us.en {
    background-position: -20px bottom;
}

#socials a {
    display: block;
    width: 42px;
    height: 42px;
    margin-top: 6px;
    text-indent: -4096px;
    background: url('images/social-icons.png') no-repeat 0 0;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#socials a#facebook:hover {background-position: -42px 0; }
#socials a#youtube { background-position: 0 -42px; }
#socials a#youtube:hover { background-position: -42px -42px; }


/* Névjegyek */
.munkatarsak{
    overflow:hidden;
}
.nevjegy{
    width:300px;
    min-height:98px;
    margin-right:20px;
    margin-bottom:20px;
    position:relative;
    float:left;
    line-height: 15px;
    border:1px solid #d9d9d9;
}
.nevjegy img.wp-post-image,div.nevjegy-kep{
    float:left;
}
.nevjegy p.hidden{
    display:none;
    margin: 3px 0 0 118px;
}
span.nevjegy-nev{
    display:block;
    font-size:13px;
    font-weight:normal;
    margin:10px 0 0 118px;
}
span.nevjegy-beosztas{
    display:block;
    font-size:13px;
    font-weight:normal;
    margin:0 0 0 118px;
}
.munkatarsak div.nevjegy {
    text-align:left;
    overflow:visible;
    float:left;
}
a.open{
    display: block;
    position:absolute;
    width: 18px;
    height: 18px;
    bottom:10px;
    left:118px;
    background: url('images/plus-minus.png') no-repeat 0 0;
    cursor: pointer;
}
a#open.open { background-position: 0 -18px;}
p.hidden span{
    display:block;
    font-size:13px;
}

div.nevjegy-kep{
    background:#292929 url('images/nevjegy-vizjel.png') no-repeat 0 0;
    width:98px;
    height:98px;
}


/* Galérai album */
div.ngg-album-compact {
    width: 200px !important;
    height: 200px !important;
    padding: 0 24px 5px 0 !important;
}

div.ngg-album-compact:nth-child(3n) {
    padding-right: 0 !important;
}

div.ngg-album-compact h4 {
    width: 200px !important;
    text-align: center;
    font-weight: normal !important;
    line-height: 16px;
}

div.ngg-album-compact p {
    display: none;
}

div.ngg-album-compact div.ngg-album-compactbox {
    overflow: hidden;
    width: 200px !important;
    height: 140px !important;
    padding: 0 !important;
    background: none !important;
}

.ngg-album-link > a {
    position: relative;
    display: block;

    width: 200px;
    height: 140px;
}

.ngg-album-compactbox .Thumb {
    width: 200px !important;
    height: 140px !important;
}

a.anim-border {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    display: block !important;
    position: absolute;
    left: 0; top: 0;

    width: 100%;
    height: 100%;

    opacity: 0.80;
    border: 0 solid #d9d9d9;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a.anim-border:hover {
    border: 5px solid #f0f0f0;
}

/* Galéria */
.ngg-gallery-thumbnail-box {
    margin-right: 24px !important;
    margin-bottom: 24px !important;
}
.ngg-gallery-thumbnail-box:nth-child(3n) {
    margin-right: 0 !important;
}

.ngg-gallery-thumbnail {
    position: relative;
}

.ngg-gallery-thumbnail img {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

div.ngg-navigation {
    font-size: 0.8em !important;
    padding-bottom: 8px;
}


.ngg-link-template {
    width: 30px;
    height: 30px;
    background: url('images/gallery-icon.png') no-repeat 0 0;
}
.ngg-link-template a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -4096px;
}


/* Virtuális múzeum aloldal */
.virt-museum-img {
	overflow: hidden;
    margin-top: -2px;
}

.virt-museum-img > img {
    float: left;
}

.virt-museum-img a.border {
    display: block;
    position: relative;
    float: left;
    margin-right: 22px;
	margin-bottom: 10px;
}

h4.virtual-utmutato {
    display: inline-block;
    height: 18px;
    padding-right: 24px;
    margin-bottom: 0;
    background: url('images/anchor-aim.png') no-repeat right top;
}


/* Kapcsolati modul */
.wpcf7-form > p {
    width: 480px;
    line-height: 20px;
}

.wpcf7-text, .wpcf7-textarea {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

    width: 480px;
    padding: 8px 10px;

    color: #363636;
    font-family: 'DINPro-Regular';
    font-size: 14px;

    background-color: #f4f4f4;
    border: 1px solid #d9d9d9;

    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

.wpcf7-text { height: 30px; }

.wpcf7-textarea { resize: none; }

.wpcf7-text:hover, .wpcf7-textarea:hover { background-color: #fff; }

.wpcf7-submit {
    display: block;
    float: right;

    height: 30px;

    color: #fff;
    font-family: 'DINPro-Regular';
    font-size: 14px;

    background-color: #292929;
    border: 1px solid #d9d9d9;

    cursor: pointer;

    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

body.wmmm .wpcf7-submit:hover { color: #e69c31; border-color: #e69c31; }
body.babits .wpcf7-submit:hover { color: #ff4e00; border-color: #ff4e00; }
body.irodalom .wpcf7-submit:hover { color: #8ab20f; border-color: #8ab20f; }
body.varmegyehaz .wpcf7-submit:hover { color: #7771ff; border-color: #7771ff; }


/*
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
*/
