@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=latin,latin-ext);

.clear {
    clear: both;
}

body {
    font-family: 'OPEN Sans', sans-serif;
    font-size: 16px;
    color: #4d4d4d;
}


header#header-1 {
    background: #083061;
    height: 50px;
    position: relative;
    width: 1008px;    margin: 0 auto;
}
header#header-1 .name {
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    position: absolute;
    left: 30px;
    top: 15px;
}
header#header-1 .date {
    color: #6b819b;
    font-size: 14px;
    position: absolute;
    right: 70px;
    top: 15px;
}
header#header-1 a.facebook {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/header-facebook.png);
    right: 0;
    top: 0;
}
header#header-2 {
    position: relative;
    width: 1008px;
    margin: 0 auto;
    padding: 12px 0;
}
header#header-2 .veszprem {
  position: absolute;
  right: 0px;
  top: 14px;
  width: 44px;
}
header#header-2 a.logo {
    position: relative;
    top: 12px;
    left: 4px;
    z-index: 10;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sub-page header#header-2 a.logo {
    top: 0;
}
header#header-2 a.logo img {width: 50px;}
header#header-2 form {
    position: absolute;
    right: 0;
    top: 77px;
}
header#header-2 form input[type=text] {
    border: 0;
    outline: 0;
    padding: 13px;
    padding-right: 70px;
    width: 216px;
    font-style: italic;
    font-size: 20px;
    /*font-size: 2rem;*/
    padding-bottom: 14px;
}
header#header-2 form input[type=submit] {
    width: 50px;
    height: 50px;
    background: url(../img/header-btn-search.png);
    border: 0;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0;
}
header#header-3 {
    margin-top: 0px;
    width: 1008px;    margin: 0 auto;
}
header#header-3 .left {
    width: 706px;
    float: left;
    margin-top: 22px;
    height: 370px;
    overflow: hidden;
}
header#header-3 .left .item {}

header#header-3 .left .item .lead {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    background: rgba(0,0,0,0.6);
    color: white;
}
header#header-3 .left .item img {}
header#header-3 .right {
    float: left;
    width: 302px;
    background: #083061;
    padding-top: 20px;
}
header#header-3 .right .item {
    height: 93px;
    padding-top: 16px;
    box-sizing: border-box;
    padding-left: 29px;
    position: relative;
    display: block;
    text-decoration: none;
    outline: 0;
    overflow: hidden;
}
header#header-3 .right .item .title {
    color: white;
    font-weight: bold;
    font-size: 18px;
    /*font-size: 0.4rem;*/
    text-transform: uppercase;
    max-width: 240px;
}
header#header-3 .right .item .date {
    font-size: 12px;
    color: #a5c4ea;
    text-transform: uppercase;
}
header#header-3 .right .item:hover {}
header#header-3 .right .item:hover .title{
    color: #d9261c;
}
header#header-3 .right .item.selected .title {
    color: #d9261c;
}
header#header-3 .right .item:hover .date {}
header#header-3 .right .item.selected:before {
    background: rgb(217, 38, 28);
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px;
}
header#header-3 .right .item:hover:before {
    background: rgb(217, 38, 28);
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px;
}
header#header-3 .right .item:hover:before {}
nav.mainmenu {
    background: #d9261c;
    height: 50px;
    text-align: center;
    width: 1008px;    margin: 0 auto;
}
nav.mainmenu ul {
    margin: 0;
    padding: 0;
}
nav.mainmenu ul li {
    float: left;
    position: relative;
}
nav.mainmenu ul li a {
    color: white;
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding: 13px 16px;
    text-transform: uppercase;


    color: white;
    font-size: 11.1px;
    text-decoration: none;
    display: block;
    padding: 16px 16px;
    text-transform: uppercase;


}
nav.mainmenu ul li:hover {}
nav.mainmenu ul li:hover a {}
nav.mainmenu ul li:after {
    content: '//';
    position: absolute;
    top: 14px;
    right: -7px;
    color: #083061;
}
nav.mainmenu ul li:last-child:after {
    display: none;
}
.content-container {
    width: 1008px;    margin: 0 auto;
    padding-bottom: 20px;
}
.content-container .content {
    float: left;
    width: 706px;
    padding-right: 20px;
    box-sizing: border-box;
}
.content-container .content h1 {
    font-size: 34px;
    color: #4d4d4d;
    font-weight: normal;
}
.content-container .content .info {
    color: #aeaeae;
    margin-top: -20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.content-container .content p {}
.content-container aside {
    width: 302px;
    float: left;
}
.content-container aside ul.menu2 {
    background: #083061;
    list-style-type: none;
    margin: 0;
    padding: 15px;
    position: relative;
    padding-top: 35px;
}
.content-container aside ul.menu2:before {
    content: '';
    background: #9d160e;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 20px;
}
.content-container aside ul.menu2 li {}
.content-container aside ul.menu2 li a {
    font-size: 18px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 16px;
    display: block;
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position: 15px center;
}
.content-container aside ul.menu2 li a.futo-szakag {
    background-image: url(../img/ic-futo-szakag.png);
}
.content-container aside ul.menu2 li a.dobo-szakag {
    background-image: url(../img/ic-dobo-szakag.png);
}
.content-container aside ul.menu2 li a.ugyessegi-szakag {
    background-image: url(../img/ic-ugyessegi-szakag.png);
}
.content-container aside .box {
    margin-top: 20px;
}
.content-container aside .box .title {
    background: #9e9e9e;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    padding: 11px;
    font-weight: bold;
    padding-left: 20px;
}
.content-container aside .box ul.tamogatok {
    margin: 0;
    padding: 0;
}
.content-container aside .box ul.tamogatok li {
    text-align: center;
    margin: 20px;
    list-style-type: none;
}
.content-container aside .box ul.tamogatok li a {}
.content-container aside .box ul.tamogatok li a img {}
footer {
    background: #083061;
}
footer .container {
    width: 1008px;    margin: 0 auto;
    position: relative;
    padding-bottom: 50px;
}

footer .container:after {
    background: #d9261c;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 20px;
    bottom: 0;
}
footer .container a.logo {
    position: relative;
    top: 60px;
    left: 0;
    z-index: 10;
    display: block;
    width: 48px;
    margin-bottom: 60px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
footer .container a.logo img {
    width: 100%;
}
footer .container .col {
    color: white;
    padding-top: 60px;
    float: left;
    margin-right: 80px;
}
footer .container .col.col1 {}
footer .container .col.col2 {}
footer .container .col.col3 {}
footer .container .col .title {
    font-size: 17px;
    color: #d9261c;
    text-transform: uppercase;
    font-weight: bold;
}
footer .container .col1 ul {
    margin: 0;
    padding: 0;
}
footer .container .col1 ul li {
    font-size: 13px;
    text-transform: uppercase;
    list-style-type: none;
    line-height: 150%;
}
footer .container .col1 ul li span {
    display: inline-block;
    width: 80px;
}
footer .container .col1 ul li a {
    text-decoration: none;
    color: white;
    font-size: 13px;
}
footer .container .col1 ul li a:hover {}
footer .container .col2 ul1 {}
footer .container .col2 ul1 li {}
footer .container .col2 ul1 li a {}
footer .container .col2 ul1 li a:hover {}
footer .container .col2 ul2 {}
footer .container .col2 ul2 li {}
footer .container .col2 ul2 li a {}
footer .container .col2 ul2 li a hover {}
footer .container .col3 a {
    font-size: 13px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}
footer .container .copyright {
    color: white;
    position: absolute;
}
footer .container a.creatic {
    /* background-image: url(../img/creatic.svg); */
    /* background-size: 65px; */
    display: block;
    width: 65px;
    height: 12px;
    position: absolute;
    right: 0;
}

footer .container a.creatic:hover:after {
    opacity: 1;
}

footer .container a.creatic:hover:before {
    opacity: 0;
}

footer .container a.creatic:before {
    background-image: url(../img/creatic.svg);    background-size: 65px;    display: block;    width: 65px;    
    height: 12px;    position: absolute;    left: 0;    top: 0;    content: '';    
    background-position: left top;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

footer .container a.creatic:after {
    background-image: url(../img/creatic.svg);    background-size: 65px;    display: block;    width: 65px;    
    height: 12px;    position: absolute;    
    left: 0;
    top: 0;
    content: '';
    background-position: left bottom;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
footer .container a.creatic img

.article-list {}
.article-list .item {
    display: block;
    margin: 30px 0;
    color: #4d4d4d;
    border-bottom: dotted 1px #505050;
    padding-bottom: 30px;
}

.article-list .item:last-child {
    border-bottom: none;
}
.article-list .item .left {
    float: left;
    width: 160px;
    height: 100px;
    margin-right: 20px;
}
.article-list .item .left img {
    background: #ccc;
    width: 160px;
    height: 100px;
}
.article-list .item .right {
    float: left;
    width: 500px;
}
.article-list .item .right .title {
    font-weight: bold;
}
.article-list .item .right .lead {
    font-size: 13px;
    margin-top: 10px;
}


.galleries .item:nth-child(3n) {
    margin-right: 0;
}

.galleries .item {
    display: block;
    float: left;
    width: 208px;
    margin-right: 30px;
    text-decoration: none;
    color: #4f4f4f;
    margin-bottom: 30px;
    position: relative;
}

.galleries .item .title {
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background: rgba(217, 38, 28, 0.5);
    color: white;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.81);
    font-size: 13px;
}

.galleries .item img {}


ul.search {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.search li {
    border-bottom: dotted 1px #ccc;
    padding: 10px;
}
ul.search li a {
    position: relative;
    display: block;
    padding-right: 130px;
}

a, a:focus, a:link, a:visited {
    color: rgb(157, 22, 14);
    text-decoration: none;
    font-size: 16px;
}
ul.search li a span {
    position: absolute;
    width: 100px;
    font-size: 9px;
    text-transform: uppercase;
    color: #ccc;
    right: 0;
    text-align: right;
    top: 5px;
}
ul.search li:last-child {}
.supporter-slideshow {
    width: 1008px !important;
    margin: 0 auto;
    margin-bottom: 40px;
    /* padding-left: 15px; */
}

.supporter-slideshow .supporter-item {
    /* margin: 0 12px; */
}

.supporter-slideshow .supporter-item a {
    display: block;
    margin: 0 10px;
}

.supporter-slideshow .supporter-item a img {
    width: 180px;
    height: 200px;
}
body > .infoblokk {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 300px;
}