html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
Author's custom styles
========================================================================== */


body {
    font: 400 14px/26px 'Raleway', sans-serif;
    background-color: #001530;
    color: #FFF;
    overflow-x: hidden;
    overflow-y: scroll;
}
a {
    text-decoration: none;
    color: #FFF;
}
.wrapper {
    /*  min-width: 826px;
    max-width: 1920px;
    margin: 0 auto;
    position: relative; */
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.wrapper nav a.logo{
    margin: 0 auto;
}
.wrapper nav a.mvmlogo img{
    width: 52px;
    height: auto;
}
.slideshow-bg {
    background-color: black;
    margin-bottom: 30px;
}
.slideshow {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.home .slideshow {
    display: block;
}
header {
    /* min-width: 826px; */
    margin: 0 auto;
    /*  width: 100%; */
    z-index: 100;
    height: 95px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    border-bottom: 1px solid #aba9ac;
    margin-bottom: -96px;
    position: relative;
}

header nav, header nav.desktop {
    height: 75px;
    z-index: 25;
    position: relative;
    max-width: 1134px;
    margin: 0 auto;
    display: flex;
}

header nav ul {
    margin: 0 auto;
    padding: 20px 0 0;
    list-style-type: none;
    float: left;
}
header nav ul li {
    padding: 0;
    margin: 0;
    display: inline;
}
header nav ul li a {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-decoration: none;
    color: white;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 10px 10px;
    font-size: 14px;
}
header img.logo-mvm {
    width: 55px;
    margin-top: 16px;
    margin-left: 20px;
}
div.mod-languages ul {
    display: table; 
    padding: 20px 20px 0;
}

.mod-languages a{
    padding: 0;
}

header nav ul li a:hover {
    transition: all 1s ease;
    color: rgba(255,255,255,0.7);
}
header nav ul li.active a {
    font-weight: 700;
    position: relative;
}
header nav ul li.active a:after {
    content: '...';
    color: white;
    position: absolute;
    top: 21px;
    left: 37%;
    display: block;
    text-align: center;
    letter-spacing: 1px;
}

header nav ul li.active a:hover {
    color: rgba(255,255,255,0.7);
}
.wrapper .slideshow {
    left: 0;
    top: 0px;
    position: relative;
    z-index: 10;
    text-align: center;
    margin-bottom: 35px;
}
header .subtitle {
    color: white;
    font-size: 25px;
    font-weight: 100;
    text-align: center;
    letter-spacing: -0.5px;
}
header img.logo {
    margin-top: 20px;
    z-index: 10;
    padding-right: 50px;
    width: 195px;
}
header a {
    color: white;
    text-decoration: none;
    display: inline-block;
}
.header a {
    display: block;
    width: 28px;
    height: 18px;
    padding: 11px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(255,255,255,.5);
    z-index: 1000;
}
.header a:before,
.header a:after
{
    content: '';
    display: block;
    background: #000;
    height: 2px;
}
.header a span
{
    background: #000;
    display: block;
    height: 2px;
    margin: 6px 0;
}
#home-gallery-container {
    background: url(../img/home-gallery-bg.jpg) no-repeat center top;
    min-height: 573px;
    z-index: 1;
    position: relative;
}
.home article {
    background-color: transparent;
    padding: 0 0 44px 0;
    max-width: 1000px;
    margin: 0 auto;
}
h2 {
    font-size: 40px;
    font-weight: 300;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}
.page-header h2 {
    line-height: 100%;
}
h3 {
    font-weight: 300;
    font-size: 25px;
    margin: 11px 0 30px 0;
    text-align: center;
}
h5 {
    font-family: 'Oswald', sans-serif;
    color: #57A5C4;
    text-transform: uppercase;
    font-size: 15px;
}
.home .home-text h2 {
    color: white;
    margin-bottom: 28px;
    text-align: center;
    margin-top: 39px;
    font-weight: 100;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.home .home-text {
    color: white;
    text-align: center;
    font-weight: 300;
}
.home .home-text p.padding {
    padding: 0 13%;
}
.home .home-text a {
    color: white;
    text-decoration: none;
    border-top: 1px solid white;
    display: inline-block;
    padding-top: 9px;
    margin-top: 8px;
}
.home .home-text img {
    width: 90%;
    height: auto;
    margin-left: 167px;
}
.home .home-text .plane {
    margin-top: -79px;
    color: #354785;
    font-weight: 300;
    position: relative;
}
.home .home-text .plane h2{
    color: #354785;
}
.home .home-text .plane h3 {
    color: #354785;
    margin-bottom: 40px;
}
.home .home-text .plane a {
    color: #354785;
    border-top-color: #9ea7c3;
}
.home .home-text .more {
    padding-left: 586px;
    z-index: 100;
    position: relative;
}
.home .home-text .more-plane {
    padding-left: 574px;
    z-index: 100;
    position: relative;
    margin-top: 0px;
}
img.article-bottom {
    margin-top: 50px;
}
img.footer-logo {
    display: inline-block;
    max-height: 30px;
}
.home img.article-bottom {
    display: none;
}
nav.footer-menu {
    display: inline-block;
    padding-right: 25px;
}
footer {
    background-color: #0a304c;
    bottom: 0;
    color: white;
    position: relative;
    text-align: center;
    max-width: 1920px;
}
footer nav ul {
    display: inline-flex;
    padding: 0;
    margin: 0 0 0 55px;
}
footer nav ul li {
    margin: auto;
    padding: 0;
    flex-grow: 1;
    list-style-type: none;
    text-align: center;
}
footer nav ul li:last-child {
    background: transparent;
}
footer nav ul li a {
    text-decoration: none;
    color:white;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    padding-left: 10px;
    font-size: 13px;
    font-family: 'Oswald', sans-serif;
}
footer nav ul li.active a { 
    font-weight: 400;
    color:white;
}
footer .copyright {
    display: inline-block;
    font-size: 13px;
    line-height: initial;
    font-family: 'Oswald', sans-serif;
    padding: 10px 0;
}
footer div.footer {
    max-width: 1134px;
    margin: 0 auto;
    padding: 15px 0;
}

.btn-group.pull-right {
    display: none;
}
.home .blog-featured .items-row {
    width: 31.7%;
    float: left;
    margin-right: 2.4%;
    position: relative;
    margin-bottom: 70px;
}
.home-after.blog-featured .items-row {
    margin: 0px;
    width: 31.7%;
    float: left;
    margin-right: 2.4%;
    position: relative;
    color: #6aaac5;
    border-bottom: 1px solid white;
    margin-bottom: 20px;
}
.home-after.blog-featured .items-row a{
    color: #6aaac5;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
}
.home-after.blog-featured .items-row a:hover{
    color: #6aaac5;
    text-decoration: none;
}
div.mod-languages ul.lang-block li:first-child {
    border-bottom: 1px solid #FFF;
    margin-bottom: 2px;
    padding-bottom: 2px;
}
.home .blog-featured .items-row:last-child {
    margin-right: 0;
}
.propeller {
    margin-bottom: -175px;
    z-index: 10;
    position: relative;
    margin-left: 217px;
}
.home .blog-featured .items-row .item-image img {
    height: 86px;
    margin-top: 11px;
}
.blog-featured.home h2.item-title {
    text-align: left;
    margin: 0;
}
.blog-featured.home h2.item-title a {
    text-decoration: none;
    font-weight: 300;
    color: white;
    font-size: 14px;
    line-height: 70%;
    text-transform: uppercase;
    position: relative;
    z-index: 100;
}
.blog-featured.home dl, .blog-featured.home p {
    margin: 0;
    display: inline;
}
.blog-featured.home .article-info dd {
    font-weight: 700;
    font-size: 11px;
    margin: 20px 0 20px 0;
}
.blog-featured.home .item {
    font-size: 15px;
    font-weight: normal;
    line-height: 21px;
    color: white;
    text-align: justify;
    margin-top: -16px;
}
.page-header h1{
    font-size: 40px;
    font-weight: 300;
    margin: 0 0 60px 0;
    text-transform: uppercase;
    text-align: center;
}
.home .page-header h1{
    display: inline;
}
.newsflash .image {
    width: 45%;
    float: left;
}
.newsflash .image img {
    width: 100%;
    height: auto;
    border-bottom: 5px solid #b4cbf4;
}
.newsflash .text {
    width: 50%;
    float: left;
    padding-left: 5%;
}
.newsflash .row {
    border-top: 1px solid #c9c9c9;
    padding: 50px 0px;
}
.blog .items-row {
    padding: 20px 0px;
    display: flex;
}
.blog .page-header h2 {
    text-align: left;
    text-transform: none;
    margin: 20px 0;
}
.newsflash .row:last-child {
    border-bottom: 1px solid #c9c9c9;
}
.item-row .item-image img, .pull-left.item-image {
    width: 100%;
    height: auto;
}
.item-row .item-text p {
    display: inline;
}
.home .pull-left.item-image {
    width: 28%;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}
div.tooltip  {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}
table.naptar {
    width: 100%;
    margin-bottom: -16px;
}
table.naptar td {
    border-bottom: 1px solid #b8c9e6;
    vertical-align: top;
    padding-bottom: 10px;
    color: #ffffff;
    font-size: 14px;
    position: relative;
}
.naptar-helyszin {
    text-align: right;
}
table.naptar td.col1 {
    font-weight: 400;
    width: 510px;
    padding-right: 20px;
    line-height: 150%;
}
table.naptar.eredmenyek td.col1 { 
    width: 600px;
}
table.naptar td.col2 {
    font-weight: 300;
    padding-right: 20px;
}
table.naptar td.col3 {
    font-weight: 300;
    width: 190px;
    padding-right: 20px;
    white-space: nowrap;
}
table.naptar td.col2 img {
    max-width: 100%;
}
table.naptar.eredmenyek td.col3 { 
    width: 130px;
    font-family: 'Oswald', sans-serif;
}
table.naptar td.col4 {
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}
table.naptar td.header, table.naptar.eredmenyek td.header  {
    border-bottom: 1px solid #b8c9e6;
    font-weight: bold;
    font-size: 15px;
    color: #6AAAC5;
    text-transform: uppercase;
}
hr.naptar-bottom {
    border: 0;
    height: 1px;
    background-color: #467bce;
    margin-bottom: 40px;
}
.item-page {
    position: relative;
}
img.prize {
    position: absolute;
    top: -50px;
    right: -200px;
}
.home-morenews {
    text-align: right;
}
.home-morenews a {
    text-decoration: none;
    color: #6aaac5;
}
.home-morenews a img {
    margin-left: 10px;
    vertical-align: middle.
}
.home p.readmore {
    display: inline-block;
    vertical-align: middle;
}
.home p.readmore a {
    text-decoration: none;
    color: #6aaac5;
    display: inline-block;
    font-weight: bold;
}
h4.newsflash-title{
    font-weight: 300;
    text-decoration: none;
    font-size: 24px;
    margin: 0;
    line-height: 100%;
    text-transform: uppercase;
}
.blog .page-header h2 a {
    font-weight: 300;
    text-decoration: none;
    font-size: 18px;
    margin: 0;
    line-height: 100%;
    text-transform: uppercase;
}
h4.newsflash-title a {
    color: #454c80;
}
.news p.readmore {
    display: inline-block;
    margin: 2px 0 0 5px;
    vertical-align: middle;
}
.newsflash a.readmore, .blog p.readmore a {
    text-decoration: none;
    color: #6aaac5;
    font-weight: bold;
}
.news .items-row.cols-1 p {
    display: inline;
}
.news-item .wrapper .slideshow {
    display: none;
}
.news-item .wrapper article {
}
.news-item div[itemprop="articleBody"] {
    float: left;
    width: 65%;
    text-align: justify;
}
.news-item .pull-left.item-image {
    float: left;
    width: 35%;
}
.news-item .pull-left.item-image img {
    width: 90%;
}
.news-item .item-page {
    padding-bottom: 20px;
    border-bottom: 1px solid #a0a8b1;
}
.contact-left {
    width: 280px;
    float: left;
    font-weight: 700;
}
.contact-right {
    width: 485px;
    float: left;
}
.contact-row {
    border-bottom: 1px solid #b8c9e6;
    padding: 30px 0;
}
p.contact-header {
    font-weight: 700;
    margin: 30px 0;
}
div.contact-decor {
    position: absolute;
    top: 101px;
    right: -140px;
}
.home .plane .mvmlogo {
    width: 75px;
    height: auto;
    position: absolute;
    margin: 0;
    top: 185px;
    left: 45px;
}
.home .plane .matkologo {
    width: 76px;
    height: auto;
    position: absolute;
    margin: 0;
    top: 290px;
    left: 44px;
}
footer img.mvm {
    width: 75px;
    height: auto;
}
footer img.matko {
    height: 30px;
    width: auto;
    margin-top: 0px;
    margin-left: 10px;
    background-color: white;
}
footer .footer-matko {
    display: inline-block;
}
.desktop {
    display: block;
}
.mobile {
    display: none;
}
.mm-page {
    box-sizing: content-box;
}
.mm-menu {
    background: #14324c;
    border-color: #FFF;
    color: #FFF;
}
.mm-menu .mm-listview {
    border-color: #FFF;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #FFF;
}
dt.article-info-term {
    display: none;
}
.language {
    float: left;
    margin-top: -5px;
}
.language .lang-active {
    font-weight: bold;
}

.language .lang-active a{
    font-weight: bold;
}

.copyright .custom {
    display: inline;
}
article {
    padding: 0 6vw;
}
.title .custom h4 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 35px;
    border: 1px solid #ffffff;
    padding: 25px 70px;
    width: 10%;
    margin: 0 auto;
}
div[itemprop="articleBody"], .page-header h2 {
    color: #ffffff;
}
.page-header h2 {
    font-size: 22px;
}
div[itemprop="articleBody"] .column {
    /*     column-count: 3;
    -webkit-column-count: 3; 
    -moz-column-count: 3;  */
    font-size: 14px;
    line-height: 150%;
    text-align: justify;
    column-gap: 25px;
}
.cikk_aljan_kep {
    display: -webkit-flex; /* Safari */
    -webkit-justify-content: space-around; /* Safari 6.1+ */
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.cikk_aljan_kep img {
    height: 75px;
}
table#agep th {
    color: #6AAAC5;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
table#agep {
    margin-bottom: 10px;
    border-collapse: separate;
    border-spacing: 15px;
    width: 100%;
}
table#agep th.border {
    border-bottom: 1px solid #6AAAC5;
    padding: 10px 0;
}
table#agep td.border {
    border-bottom: 1px solid #6AAAC5;
    padding: 10px 0 20px 0;
    font-size: 14px;
    vertical-align: top;
    line-height: 150%;
}
table#agep td.nowrap {
    white-space: nowrap;
    padding-left: 10px;
    font-weight: bold;
}
table#agep td.nowrap {
    vertical-align: bottom;
}
table#agep td img.extra {
    width: 100%;
    height: auto;
}
table.naptar {
    border-collapse: separate;
    border-spacing: 15px;
}
table.naptar {
    border-collapse: separate;
    border-spacing: 15px;
}
table.naptar.eredmenyek {
    border-collapse: collapse;
    border-spacing: 0;
}
table.naptar.eredmenyek tr:nth-child(2n+3) {
    background: #12314D;
}
table.naptar.eredmenyek td {
    border-style: none;
    padding-top: 10px;
}
table.naptar.eredmenyek td.col1 {
    padding-left: 10px;
}
.kapcs_bal {
    float: left;
    width: 40%;
}

.kapcs_jobb {
    float: right;
    width: 55%;
    margin-left: 5%;
}
.kapcs_bal h4, .kapcs_jobb h4 {
    color: #6AAAC5;
    text-transform: uppercase;
}
.kapcs_bal h4 {	
    border-bottom: 1px solid #6AAAC5;
    padding-bottom: 15px;
}
.uk-slidenav  {
    font-family: 'Oswald', sans-serif;
    font-size: 150px;
    font-weight: 300;
}
.uk-slidenav.uk-slidenav-next {
    background: url(../img/arrow-right.png) no-repeat;
    background-size: 80%;
    width: 62px;
    height: 113px;
    z-index: 20;
}
.uk-slidenav.uk-slidenav-previous {
    background: url(../img/arrow-left.png) no-repeat;
    width: 62px;
    height: 113px;
    background-size: 80%;
    z-index: 20;
}
.uk-slidenav-next:before, .uk-slidenav-previous:before {
    content: '';
}
.uk-dotnav>*>* {
    border-radius: 0;
    width: 15px;
    height: 15px;
}
.slidetitle {
    position: absolute;
    z-index: 10;
    top: 45%;
    text-align: center;
    width: 100%;
}
.slidetitle h2 {
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
    color: white;
    padding: 30px 40px;;
    border: 2px solid white;
    display: inline-block;
    margin: 0;
    min-width: 200px;
    text-align: center;
}
.slidetitle h3 {
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: white;
    display: block;
    font-size: 16px;
}
.news .span4 {
    width: 32%;
    float: left;
    margin: 0 2% 0 0;
    border-bottom: 1px solid #a0a8b1;
    padding-bottom: 20px;
}
.news .span4:nth-child(3) {
    margin-right: 0;
}
dd.published {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    color: #57A5C4;
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 1px solid #a0a8b1;
    padding-bottom: 5px;
}
table.footer-container {
    width: 100%;
    border: 0;
    border-collapse: collapse;
}
table.footer-container td {
    vertical-align: middle;
}
table.footer-container td.xs {
    display: none;
    visibility: hidden;
}
.mobile.extra330 img {
    width: 100%;
    height: auto;
}
.mobile.extra330 h4 {
    color: #6AAAC5;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin: 0 10px;
    display: block;
    border-bottom: 1px solid #6AAAC5;
    padding: 10px 0;
}
/* ==========================================================================
Media Queries
========================================================================== */
@media only screen and (max-width: 410px) {
    table.theaircraft td {
        display: block;
        text-align: left;
    }
    table#agep td.nowrap {
        padding: 0 0 10px 0;
        font-weight: bold;
    }
    table.theaircraft tr {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 500px) {
    table.footer-container td.footer-1,
    table.footer-container td.footer-3 {
        width: 0%;
    }   
    table.footer-container td.footer-1 a,
    table.footer-container td.footer-3 a {
        display: none;
    }
    table.footer-container td.xs {
        display: table-cell;
        visibility: visible;
        text-align: center;
        width: 100%;
        padding: 10px 0;
    }
    table.footer-container td.xs a {
        display: inline-block;
    }
    table.naptar td.col4 img {
        display: none;
    }
    table.naptar td.col3 {
        width: auto;
        padding-right: 10px;
        white-space: normal;
    }
    table.naptar.eredmenyek td.col1 { 
        width: auto;
    }
    table.naptar td.col1 {
        width: auto;
    }
    table.naptar.eredmenyek td.col4 { 
        text-align: center;
    }
    table.naptar td.col1,
    table.naptar td.col2,
    table.naptar td.col3 {
        padding-right: 0px;
    }
    table.naptar td.col2 img {
        /* display: none; */
    }
    .naptar-helyszin {
        text-align: left;
    }
    table.naptar.eredmenyek td.col3 {
        width: auto;
    }
    table.naptar td.col2 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .news .span4 {
        border-bottom: 0;
    }
    img.article-bottom {
        padding-top: 0;
        margin-top: 0;
    }
}
@media only screen and (min-device-width: 501px) and (max-device-width: 959px) {
    table.footer-container td.footer-1,
    table.footer-container td.footer-3 {
        width: 20%;
    }
    table.footer-container td.footer-2 {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 959px) {
    .blog .items-row {
        padding: 0;
    }
    #mm-blocker {
        width: auto;
    }
    body, body.home {
        background-size: 100%;
        font-size: 16px;
        overflow-x: hidden;
    }
    .desktop, header nav.desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    header {
        margin-bottom: 0;
        min-width: auto;
    }
    .home .blog-featured .items-row {
        width: 90%;
        float: none;
        height: auto;
        margin: 10px 5% 30px;
    }
    footer nav {
        display: none;
    }
    .home-morenews {
        text-align: center;
        margin: 60px 0 0 0;
    }
    footer {
        text-align: center;
    }
    .home .blog-featured {
        margin: 0;
    }
    header .title {
        font-size: 10vw;
        padding: 4vw 0 0px 0;
        text-align: right;
        height: auto;
    }
    .language {
        position: absolute;
        top: 51px;
        left: -7px;
    }
    .language a {
        color: black;
    }
    header img.logo {
        width: 23vw;
        height: auto;
        margin-top: 6vw;
    }
    #before-component {
        display: none;
    }
    .home header {
        height: auto;
    }
    header {
        height: auto;
    }
    .wrapper {
        padding: 0;
    }
    .plane {
        margin-bottom: 10px;
    }
    .plane img {
        width: 100%;
        height: auto;
    }
    .mobile-header .tamas {
        color: white;
        text-align: center;
        font-size: 4vw;
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .mobile-header .tamas h2 {
        margin-bottom: 10px;
        line-height: 100%;
    }
    .mobile-header .more {
        text-align: right;
        margin-top: 10px;
    }
    .mobile-header .more a  {
        color: #454c80;
        border-top: 1px solid #454c80;
        padding-top: 5px;
    }
    article {
        padding: 10px 10px;
    }
    .newsflash .image, .newsflash .text, .item-row .item-image, .item-row .item-text {
        width: 100%;
        float: none;
    }
    .item-row .item-image, .newsflash .image {
        margin-bottom: 20px;
    }
    .item-row .item-image img {
        width: 100%;
        height: auto;
    }
    img.prize, .contact-decor {
        display: none;
    }
    .item-page iframe {
        width: 100%;
    }
    .page-header h1, h1 {
        font-size: 11vw;
        margin-bottom: 20px;
    }
    /*     table.naptar, table.naptar tr, table.naptar td,
    table#agep, table#agep tr, table#agep td{
    display: block;
    width: 100% !important;
    padding: 10px 0 !important;
    text-align: left !important;
} */
    .slidetitle h2 {
        font-weight: normal;
        font-family: 'Oswald', sans-serif;
        color: white;
        padding: 4vw 3vw;
        border: 2px solid white;
        display: inline-block;
        margin: 0;
        min-width: auto;
        font-size: 7vw;
    }
    div[itemprop="articleBody"] .column {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-gap: 0;
    }
    .slidetitle {
        text-align: center;
        width: 100%;
        top: 30%;
    }
    .news-item div[itemprop="articleBody"] {
        float: none;
        width: 100%;
    }
    .news-item div[itemprop="articleBody"] img,
    .news-item div[itemprop="articleBody"] object {
        width: 100%;
        height: auto;
    }
    .news-item .pull-left.item-image {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .news-item .pull-left.item-image img {
        width: 100%;
    }
    .news .span4 {
        width: 100%;
        float: none;
    }
    .blog .items-row {
        display: block;
    }
    a.mvmlogo.mobile {
        top: -84px;
        left: 5px;
        display: inline-block;
        position: absolute;
    }
    a.mvmlogo.mobile img {
        width: 40px;
    }
    .naptar-helyszin {
        right: 0;
    }
    .home article {
        padding-bottom: 0;
    }
    .items-row .span4 {
        border-bottom: 0;
    }
}
@media only screen and (max-width: 1043px)  {
    .wrapper {
        /* max-width: 100%; 
        min-width: auto;
        margin: 0 auto;
        width: 100%; */
        max-width: 1920px;
        margin: 0 auto;
        position: relative;
    }
    footer {
        max-width: 1920px;
        min-width: auto;
        padding: 0;
        /*   width: 100%; */
        margin-top: 20px;
        position: relative;
    }
    img.article-bottom {
        width: 100%;
        height: auto;
    }
    .mm-page {
        box-sizing: border-box;
    }
    .slideshow .custom img {
        width: 100%;
        height: auto;
    }
    nav.footer-menu {
        display: none;
    }
    .kapcs_bal {
        float: none;
        width: 100%;
    }
    .kapcs_jobb {
        float: none;
        width: 100%;
        margin-left: 0%;
    }
}
@media only screen and (min-width: 1921px) {
    /*  body, body.home {
    background-size: 100%;
}
    header {
    height: 16.5vw;
}
    header img.logo {
    position: absolute;
    left: 42%;
    top: 8.8vw;
}
    header .title {
    position: absolute;
    left: 28.3%;
    top: 3.9vw;
}
    header .subtitle {
    position: absolute;
    left: 32.8%;
    top: 9.2vw;
}
    #home-gallery-container {
    background: url(../img/home-gallery-bg.jpg) no-repeat center top;
    background-size: cover;
    min-height: 573px;
} */
}
@media only screen and (max-width: 1366px)  {
    div.mobile.extra330 {
        display: block;
    }
    div.mobile.extra330 img {
        width: 100%;
        height: auto;
    }
    td.border.col1, th.border.col1 {
        display: none;
    }
    td.border.col2, th.border.col2,
    td.border.col3, th.border.col3 {
        width: 50%;
    } 
}
/* ==========================================================================
Helper classes
========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
Print styles
========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}