html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 40px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #939393;
    overflow-x: hidden;
}

body.site-page {
    background: #F6F6F6 url('../images/bg-header-page.jpg') 50% 0 no-repeat;
    background-size: 100% auto;
}

/* Header */

nav.navbar {
    border: none;
    height: 40px;
    min-height: 1px;
    background: transparent url('../images/bg-transparent.png');
    position: relative;
    z-index: 99;
}

a.navbar-brand {
    float: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

ul.nav.navbar-nav > li > a > span.caret {
    display: block;
    transition: all .2s ease-in-out;
    margin: 0 0 0 3px;
}

ul.nav.navbar-nav > li > a > span.caret.lang-caret {
    margin: 0 0 0 4px;
}

ul.nav.navbar-nav > li.open > a > span.caret {
    transform: rotate(180deg);
}

ul.nav.navbar-nav > li > a,
ul.nav.navbar-nav > li > a:link,
ul.nav.navbar-nav > li > a:focus,
ul.nav.navbar-nav > li > a:visited,
ul.nav.navbar-nav > li > a:active {
    height: 40px;
    font-size: 14px;
    padding: 10px 0;
    color: #e7e7e7;
    margin: 0 20px 0 0;
    background: transparent;
}

ul.nav.navbar-nav > li > a:hover,
ul.nav.navbar-nav > li.open > a {
    color: #fff;
    background: transparent;
}

ul.dropdown-menu {
    background: transparent url('../images/bg-transparent.png');
    border: none;
    padding: 10px;
    border-radius: 0;
}

ul.header-language {
    width: 36px;
    left: -10px;
    min-width: 1px;
}

ul.header-language > li > a {
    padding: 3px 0;
}

ul.header-language > li > a:hover {
    background: transparent;
}

ul.header-language > li > a > img {
    opacity: .6;
}

ul.header-language > li > a:hover > img {
    opacity: 1;
}

ul.header-newsletter {
    min-width: 310px;
    left: -10px;
}

form.navbar-form {
    margin: 0;
}

form.navbar-form input {
    padding: 7px 0;
}

.header-newsletter .form-group {
    color: #fff;
}

button.btn-header-search {
    font-size: 32px;
}
.open > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity:1;
}

.dropdown-menu {
    opacity:0;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    display: block;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

@media screen and (max-width: 767px) {
    .sub-header {
        height: 160px !important;
    }
    .page-title {
        text-align: center !important;
        padding: 98px 0 0 !important;
    }
    .page-wrapper {
        margin: 0px 0 0 !important;
    }
    nav.navbar {
        background: transparent;
    }
    button.navbar-toggle {
        background: #25394A;
        margin: 30px 30px 0 0;
        border-radius: 0;
        padding: 10px 12px;
    }
    button.navbar-toggle.left-button {
        float: left;
        margin: 30px 0 0 30px;
        width: 46px;
    }
    button.navbar-toggle.left-button.collapsed i {
        color: #25394A;
    }
    button.navbar-toggle.left-button i {
        color: #fff;
    }
    button.navbar-toggle > span.navbar-stripe {
        width: 20px;
        height: 3px;
        overflow: hidden;
        background: #fff;
        display: block;
        margin: 2px 0;
        padding: 0;
    }
    button.navbar-toggle.collapsed {
        background: #fff;
    }
    button.navbar-toggle.collapsed > span.navbar-stripe {
        background: #25394A;
    }
    div#navbar {
        background: #25394A;
        margin: 0 15px;
        border: none;
        box-shadow: none;
        z-index: 999999;
        position: relative;
        padding: 0;
    }
    div#navbar .pull-left {
        float: none !important;
    }
    form.navbar-form {
        padding: 30px 87px 30px 30px;
        border: none;
        box-shadow: none;
        border-bottom: 1px solid #2E4151;
    }
    .btn-header-search {
        padding: 0;
    }
    form.navbar-form .transparent {
        background: #fff;
        width: 100%;
        padding: 10px 20px;
        font-size: 26px;
        color: #2F3B4B;
    }
    form.navbar-form button {
        position: absolute;
        top: 30px;
        right: 30px;
        width: 57px;
        height: 57px;
    }
    form.navbar-form .transparent::-webkit-input-placeholder {
        color: #2F3B4B !important;
    }

    form.navbar-form .transparent:-moz-placeholder { /* Firefox 18- */
        color: #2F3B4B !important;
    }

    form.navbar-form .transparent::-moz-placeholder {  /* Firefox 19+ */
        color: #2F3B4B !important;
    }

    form.navbar-form .transparent:-ms-input-placeholder {
        color: #2F3B4B !important;
    }
}

/* Middle menu */

nav#nav-middle {
    height: 40px;
    background: #303C4B;
    display: block;
    width: 100%;
}

ul.nav-middle {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    font-size: 0;
}

ul.nav-middle > li {
    display: inline-block;
}

ul.nav-middle > li > a {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px 0;
    margin: 0 14px;
    color: #e7e7e7;
    font-size: 16px;
    font-weight: 200;
}

ul.nav-middle > li > a:hover {
    color: #fff;
}

ul.nav-middle > li.active > a {
    color: #fff;
    font-weight: 700;
}

/* Boxes menu */

nav#nav-bigboxes a {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 200px;
    background-color: #E3E2DE;
    color: #3d3d3d;
    transition: all .3s ease-in-out;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 40px;
    border-right: 1px solid #CBCAC7;
    border-bottom: 1px solid #CBCAC7;
}

nav#nav-bigboxes a > span {
    position: relative;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

nav#nav-bigboxes a > span > span.introtext {
    display: block;
    height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: italic;
    font-weight: 200;
    color: #e7e7e7;
    text-transform: none;
    line-height: 25px;
    width: 70%;
}

nav#nav-bigboxes a > span > i.menu-icon {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
}

nav#nav-bigboxes a:hover > span > i.menu-icon {
    font-size: 2em;
    color: #fff;
}

nav#nav-bigboxes a:hover > span > span.introtext {
    height: 100px;
}


nav#nav-bigboxes a.bigbox-varosunk:hover {
    background-color: #2C4154;
    color: #fff;
    border-right: 1px solid #2C4154;
    border-bottom: 1px solid #2C4154;
}

nav#nav-bigboxes a.bigbox-onkormanyzat:hover {
    background-color: #FF754F;
    color: #fff;
    border-right: 1px solid #FF754F;
    border-bottom: 1px solid #FF754F;
}

nav#nav-bigboxes a.bigbox-hirek:hover {
    background-color: #FFBC00;
    color: #fff;
    border-right: 1px solid #FFBC00;
    border-bottom: 1px solid #FFBC00;
}

nav#nav-bigboxes a.bigbox-media:hover {
    background-color: #E8669B;
    color: #fff;
    border-right: 1px solid #E8669B;
    border-bottom: 1px solid #E8669B;
}

nav#nav-bigboxes a.bigbox-turizmus:hover {
    background-color: #4BC0CE;
    color: #fff;
    border-right: 1px solid #4BC0CE;
    border-bottom: 1px solid #4BC0CE;
}

nav#nav-bigboxes a.bigbox-programok:hover {
    background-color: #70829B;
    color: #fff;
    border-right: 1px solid #70829B;
    border-bottom: 1px solid #70829B;
}

nav#nav-bigboxes a.bigbox-egeszsegugy:hover {
    background-color: #FF5046;
    color: #fff;
    border-right: 1px solid #FF5046;
    border-bottom: 1px solid #FF5046;
}

nav#nav-bigboxes a.bigbox-sport:hover {
    background-color: #3CCAA1;
    color: #fff;
    border-right: 1px solid #3CCAA1;
    border-bottom: 1px solid #3CCAA1;
}

dl.mobile-footer {
    display: none;
}

.mobile-menu-title {
    display: none;
}

/* Page */

.sub-header {
    height: 140px;
}

.page-title {
    text-align: right;
    margin: 0;
    padding: 28px 0 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
}

.container {
    position: relative;
}

.page-wrapper {
    margin: 0px 0 0 60px;
    position: relative;
}

/* breadcrumb */

a.breadcrumb-slider {
    display: none;
}

ul.breadcrumb-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    width: 100%;
    text-align: center;
    display: block;
}

ul.breadcrumb-menu > li {
    display: inline-block;
    position: relative;
}

ul.breadcrumb-menu > li > a {
    height: 60px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 10px;
    padding: 16px 0 0;
    position: relative;
}

ul.breadcrumb-menu > li.active > a:after,
ul.breadcrumb-menu > li > a:hover:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #fff;
}

ul.breadcrumb-menu > li.active > a:before,
ul.breadcrumb-menu > li > a:hover:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 0;
    background: #fff;
}

/* Categories nav menus */

@media only screen and (min-width: 768px) {
    nav#nav-smallboxes {
        position: absolute;
        left: -60px;
        top: 0;
        display: block;
        z-index: 999;
    }
    nav#nav-smallboxes div.smallbox-menu {
        white-space: nowrap;
    }
    nav#nav-smallboxes a.smallbox-link > span.smallbox-menu-icon {
        display: inline-block;
        width: 60px;
        height: 60px;
        text-align: center;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 15px 0 0;
        vertical-align: top;
    }
    nav#nav-smallboxes a.smallbox-link > span.smallbox-menu-icon > i {
        font-size: 2em;
    }
    a.smallbox-link > span.menutext {
        height: 60px;
        display: inline-block;
        overflow: hidden;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 20px 20px 0 20px;
        vertical-align: top;
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        background-color: rgba(0,0,0,.15);
    }
    a.smallbox-link {
        width: 60px;
        height: 60px;
        overflow: hidden;
        display: block;
        transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
    }
    a.smallbox-link:hover {
        width: 100%;
    }
    a.smallbox-varosunk {
        background-color: #2C4154;
        color: #fff;

    }
    a.smallbox-onkormanyzat {
        background-color: #FF754F;
        color: #fff;
    }
    a.smallbox-hirek {
        background-color: #FFBC00;
        color: #fff;
    }
    a.smallbox-media {
        background-color: #E8669B;
        color: #fff;
    }
    a.smallbox-turizmus {
        background-color: #4BC0CE;
        color: #fff;
    }
    a.smallbox-programok {
        background-color: #70829B;
        color: #fff;
    }
    a.smallbox-egeszsegugy {
        background-color: #FF5046;
        color: #fff;
    }
    a.smallbox-sport {
        background-color: #3CCAA1;
        color: #fff;
    }
}

/* page titles */

span.pre-title {
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 10px;
}

.content-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 100;
    margin: 0;
    padding: 0 0 30px;
}

/* Side boxes */

.box {
    border: 1px solid #DEE2E5;
    border-bottom:  2px solid #DEE2E5;
    border-radius: 3px;
    margin: 0 0 20px;
}

.box-header {
    border-bottom: 1px solid #DEE2E5;
    background: #EBEEF0;
}

.box-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    padding: 20px;
}

.box-body {
    padding: 20px;
}

.box-footer {
    border-top: 1px solid #DEE2E5;
    padding: 10px 20px;
}

.box-footer a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
}

/* Calendar */

.controls {
    height: 40px;
}

.controls > a {
    width: 40px;
    height: 40px;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
}

.controls > a > span {
    width: 40px;
    height: 40px;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    padding: 12px 0 0;
    background-color: rgba(0,0,0,.15);
}

.controls > h4 > span {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    padding: 12px 0 0;
    height: 40px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.day-headers {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px 0;
}

.day-headers > div.day.header {
    border: none;
}

.days > div.day > a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #7B8997;
    display: inline-block;
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 4px 0 0;
    border-radius: 50%;
    text-align: center;
}

.days > div.day.today > a {
    background: #4BC0CE;
    color: #fff;
}

.days > div.day > span.badge {
    display: none;
}

ul.recomendations {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.recomendations > li {
    margin: 15px 0 15px 40px;
    display: block;
    position: relative;
}

ul.recomendations > li > h4:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -40px;
    top: -6px;
    background: #4BC0CE;
    border-radius: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 7px 0 0;
    font-family: 'FontAwesome';
    color: #fff;
    text-align: center;
    font-size: 14px;
}

ul.recomendations > li.coffee > h4:before {
    content: "\f0f4";
}
ul.recomendations > li.hotel > h4:before {
    content: "\f0f2";
}
a.big-heading-back {
    color: #354353;
    font-size: 14px;
    font-weight: 700;
}

.big-heading {
    position: relative;
    min-height: 120px;
}

ul.breadcrumb-submenu {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 10px;
    top: 100%;
    z-index: 999;
    min-width: calc(100% - 20px);
    display: none;
}

ul.breadcrumb-menu > li:hover ul.breadcrumb-submenu {
    display: block;
}


ul.breadcrumb-subsubmenu {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    display: none;
}

ul.breadcrumb-submenu > li:hover ul.breadcrumb-subsubmenu {
    display: block;
}

ul.breadcrumb-submenu > li {
    position: relative;
}

ul.breadcrumb-submenu > li > a,



ul.breadcrumb-subsubmenu > li > a {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 15px 11px 15px;
    position: relative;
    white-space: nowrap;
}

ul.breadcrumb-submenu > li > a:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.15);
}

ul.breadcrumb-submenu > li.active > a,
ul.breadcrumb-submenu > li > a:hover {
    background: rgba(0,0,0,.15);
}

ul.breadcrumb-subsubmenu > li > a {
    background: rgba(0,0,0,.15);
}

ul.breadcrumb-subsubmenu > li.active > a,
ul.breadcrumb-subsubmenu > li > a:hover {
    background: rgba(0,0,0,.30);
}










.big-heading > ul.big-heading-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.big-heading > ul.big-heading-menu > li > a {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 15px 11px 15px;
    position: relative;
    color: #fff;
}

.big-heading > ul.big-heading-menu > li > a:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.15);
}

.big-heading > ul.big-heading-menu > li.active > a,
.big-heading > ul.big-heading-menu > li > a:hover {
    background: rgba(0,0,0,.15);
}








.big-heading .big-heading-title {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.big-heading a.big-heading-back {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.big-heading .big-heading-title:after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    overflow: hidden;
    margin: 0 0 0 -50px;
    position: relative;
    left: 50%;
    bottom: -20px;
}

.big-heading .big-heading-title.text-blue:after {
    background-color: #2C4154;
}

.big-heading .big-heading-title.text-orange:after {
    background-color: #FF754F;
}

.big-heading .big-heading-title.text-yellow:after {
    background-color: #FFBC00;
}

.big-heading .big-heading-title.text-magenta:after {
    background-color: #E8669B;
}

.big-heading .big-heading-title.text-cyan:after {
    background-color: #4BC0CE;
}

.big-heading .big-heading-title.text-grey:after {
    background-color: #70829B;
}

.big-heading .big-heading-title.text-red:after {
    background-color: #FF5046;
}

.big-heading .big-heading-title.text-green:after {
    background-color: #3CCAA1;
}

.big-heading .big-heading-title.text-white:after {
    background-color: #fff;
}

table.contects-table {
    width: 100%;
    border-collapse: collapse;
}

table.contects-table > thead > tr > th {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 10px 15px;
    background: #DBDBDB;
    border: 1px solid #fff;
}

table.contects-table > tbody > tr > td {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    padding: 10px 15px;
    border: 1px solid #fff;
    background: #E9E9E9;
}

table.contects-table > tbody > tr:nth-child(even) > td {
    background: #F4F4F4;
}

.pagi {
    text-align: center;
}

.pagi > ul.pagi-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    font-size: 0;
}

.pagi > ul.pagi-links > li {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 5px;
    box-shadow: inset 0 0 0 2px #000000;
    text-align: center;
    vertical-align: top;
}

.pagi > ul.pagi-links > li.pagi-active {
    padding: 9px 0 0;
}

.pagi > ul.pagi-links > li.pagi-more {
    box-shadow: none;
    padding: 9px 0 0;
}

.pagi > ul.pagi-links > li > a {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    padding: 9px 0 0;
}

.pagi > ul.pagi-links > li > a,
.pagi > ul.pagi-links > li > a i {
    font-weight: 700;
}

ul.blue.pagi-links > li {
    box-shadow: inset 0 0 0 2px #2C4154;
    color: #2C4154;
}

ul.orange.pagi-links > li {
    box-shadow: inset 0 0 0 2px #FF754F;
    color: #FF754F;
}

ul.yellow.pagi-links > li {
    box-shadow: inset 0 0 0 2px #FFBC00;
    color: #FFBC00;
}

ul.magenta.pagi-links > li {
    box-shadow: inset 0 0 0 2px #E8669B;
    color: #E8669B;
}

ul.cyan.pagi-links > li {
    box-shadow: inset 0 0 0 2px #4BC0CE;
    color: #4BC0CE;
}

ul.grey.pagi-links > li {
    box-shadow: inset 0 0 0 2px #70829B;
    color: #70829B;
}

ul.red.pagi-links > li {
    box-shadow: inset 0 0 0 2px #FF5046;
    color: #FF5046;
}

ul.green.pagi-links > li {
    box-shadow: inset 0 0 0 2px #3CCAA1;
    color: #3CCAA1;
}

ul.blue.pagi-links > li a {
    color: #2C4154;
}

ul.orange.pagi-links > li a {
    color: #FF754F;
}

ul.yellow.pagi-links > li a {
    color: #FFBC00;
}

ul.magenta.pagi-links > li a {
    color: #E8669B;
}

ul.cyan.pagi-links > li a {
    color: #4BC0CE;
}

ul.grey.pagi-links > li a {
    color: #70829B;
}

ul.red.pagi-links > li a {
    color: #FF5046;
}

ul.green.pagi-links > li a {
    color: #3CCAA1;
}

.pagi > ul.pagi-links.blue > li.pagi-active,
ul.blue.pagi-links > li a:hover {
    background-color: #2C4154;
}

.pagi > ul.pagi-links.orange > li.pagi-active,
ul.orange.pagi-links > li a:hover {
    background-color: #FF754F;
}

.pagi > ul.pagi-links.yellow > li.pagi-active,
ul.yellow.pagi-links > li a:hover {
    background-color: #FFBC00;
}

.pagi > ul.pagi-links.magenta > li.pagi-active,
ul.magenta.pagi-links > li a:hover {
    background-color: #E8669B;
}

.pagi > ul.pagi-links.cyan > li.pagi-active,
ul.cyan.pagi-links > li a:hover {
    background-color: #4BC0CE;
}

.pagi > ul.pagi-links.grey > li.pagi-active,
ul.grey.pagi-links > li a:hover {
    background-color: #70829B;
}

.pagi > ul.pagi-links.red > li.pagi-active,
ul.red.pagi-links > li a:hover {
    background-color: #FF5046;
}

.pagi > ul.pagi-links.green > li.pagi-active,
ul.green.pagi-links > li a:hover {
    background-color: #3CCAA1;
}

.pagi > ul.pagi-links > li.pagi-active,
ul.pagi-links > li a:hover {
    color: #fff;
}

.imagelist .col-md-3 {
    margin-bottom: 20px;
}

/* Footer */

.footer-top {
    margin-top: -50px;
    padding: 90px 0 40px;
}

.footer-top ul.footer-menu {
    padding: 0;
    list-style: none;
}

.footer-top ul.footer-menu > li {
    display: inline-block;
    float: left;
    margin: 0 40px 0 0;
}

.footer-top h4 {
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 0 0 20px;
}

.footer-top ul.footer-menu > li > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-top a {
    color: #fff;
    font-weight: 300;
}

.footer-top a:hover {
    color: #303C4B;
}

.footer-top img.footer-logo {
    margin: 0 40px 0 0 !important;
}

.footer-top div.footer-infos p {
    color: #fff;
    font-weight: 300;
}

.footer-page {
    height: 40px;
}

.footer-page p {
    height: 40px;
    padding: 10px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-weight: 300;
    font-size: 14px;
    margin: 0;
}



@media screen and (max-width: 767px) {

  
    a.breadcrumb-slider {
        display: block;
        float: left;
        width: 60px;
        height: 60px;
        cursor: pointer;
    }
    a.breadcrumb-slider.bs-right {
        float: right;
    }
    a.breadcrumb-slider > i {
        width: 60px;
        height: 60px;
        display: block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        text-align: center;
        padding: 16px 0 0;
        font-size: 30px;
        background-color: rgba(0,0,0,.15);
    }
    ul.breadcrumb-menu {
        width: calc(100% - 120px);
        height: 60px;
        /*overflow: hidden;*/
        float: left;
        position: relative;
        text-align: left;
    }
    ul.breadcrumb-menu > li {
        display: block;
        width: 100%;
        position: relative;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
    }
    ul.breadcrumb-menu > li > a {
        padding: 18px 0 0;
        text-align: center;
    }
    .carousel-inner {
        position: fixed;
    }
    .navbar-nav {
        margin: 0;
    }
    ul.nav.pull-left,
    ul.nav.pull-right {
        float: none !important;
    }
    dl.mobile-footer {
        display: block;
    }
    .mobile-menu-title {
        display: block;
        font-size: 26px;
        text-align: center;
        font-weight: 300;
        color: #fff;
        padding: 20px 0 0 0px;
    }
    a.dropdown-toggle {
        display: none !important;
    }
    ul.dropdown-menu {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity:1;
        position: relative;
        left: 0;
        background: transparent;
        box-shadow: none;
        display: block;
        width: 100%;
        padding: 20px 30px;
    }
    ul.navbar-language-selection {
        -webkit-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        transform: scale(1, 0);
        opacity:0;
        display: none !important;
    }
    ul.header-newsletter .form-group {
        margin: 0 0 30px;
    }
    ul.header-newsletter input[type=text],
    ul.header-newsletter input[type=email] {
        background: #fff;
        width: 100%;
        padding: 10px 20px;
        font-size: 26px;
        color: #2F3B4B;
        border-radius: 0;
        height: auto;
    }
    ul.header-newsletter input[type=text]::-webkit-input-placeholder,
    ul.header-newsletter input[type=email]::-webkit-input-placeholder {
        color: #2F3B4B !important;
    }

    ul.header-newsletter input[type=text]:-moz-placeholder,
    ul.header-newsletter input[type=email]:-moz-placeholder {
        color: #2F3B4B !important;
    }

    ul.header-newsletter input[type=text]::-moz-placeholder,
    ul.header-newsletter input[type=email]::-moz-placeholder {
        color: #2F3B4B !important;
    }

    ul.header-newsletter input[type=text]:-ms-input-placeholder,
    ul.header-newsletter input[type=email]:-ms-input-placeholder {
        color: #2F3B4B !important;
    }
    ul.header-newsletter .btn.bg-cyan {
        width: 100%;
        border-radius: 0;
        font-size: 26px;
        font-weight: 500;
        text-align: center;
        background: #FFBC00;
        color: #25394A;
        padding: 10px 0;
    }
    dl.mobile-footer {
        border-top: 1px solid #59636F;
        margin: 10px 0 0;
        padding: 0;
    }
    dl.mobile-footer dt {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 50%;
        float: left;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        border-bottom: 1px solid #59636F;
        border-right: 1px solid #59636F;
        padding: 10px 0;
    }
    dl.mobile-footer dt:nth-child(2) {
        border-right: none;
    }
    dl.mobile-footer dt.full-width-mobile-menu {
        float: none;
        width: 100%;
        padding: 30px 0;
        border-bottom: 1px solid #59636F;
    }
    nav#nav-middle {
        display: none;
    }
    button.navbar-toggle {
        margin: 30px 20px 0 0;
    }
    div#navbar {
        margin: 0 5px;
    }
    nav#nav-smallboxes a {
        display: block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    nav#nav-smallboxes a > span {
        position: relative;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
    }

    nav#nav-smallboxes {
        position: absolute;
        top: -126px;
        width: 100%;
        z-index: 999;
        padding: 0;
        margin: 0 0 30px;
    }
    nav#nav-smallboxes a,
    nav#nav-bigboxes a {
        border: none !important;
    }
    nav#nav-smallboxes > div.smallbox-menu,
    nav#nav-bigboxes > div.col-md-3 {
        width: 50%;
        float: left;
    }
    nav#nav-smallboxes > div.smallbox-menu a.smallbox-varosunk,
    nav#nav-bigboxes a.bigbox-varosunk {
        background-color: #2C4154;
        color: #fff;
    }
    nav#nav-smallboxes > div.smallbox-menu a.smallbox-onkormanyzat,
    nav#nav-bigboxes a.bigbox-onkormanyzat {
        background-color: #FF754F;
        color: #fff;
    }
    nav#nav-smallboxes > div.smallbox-menu a.smallbox-hirek,
    nav#nav-bigboxes a.bigbox-hirek {
        background-color: #FFBC00;
        color: #fff;
    }
    nav#nav-smallboxes > div.smallbox-menu a.smallbox-media,
    nav#nav-bigboxes a.bigbox-media {
        background-color: #E8669B;
        color: #fff;
    }
    nav#nav-smallboxes > div.smallbox-menu a.smallbox-turizmus,
    nav#nav-bigboxes a.bigbox-turizmus {
        background-color: #4BC0CE;
        color: #fff;
    }
    nav#nav-smallboxes > div.smallbox-menu a.smallbox-programok,
    nav#nav-bigboxes a.bigbox-programok {
        background-color: #70829B;
        color: #fff;
    }
    nav#nav-smallboxes > div.smallbox-menu a.smallbox-egeszsegugy,
    nav#nav-bigboxes a.bigbox-egeszsegugy {
        background-color: #FF5046;
        color: #fff;
    }
    nav#nav-smallboxes > div.smallbox-menu a.smallbox-sport,
    nav#nav-bigboxes a.bigbox-sport {
        background-color: #3CCAA1;
        color: #fff;
    }
    nav#nav-smallboxes a.smallbox-link,
    nav#nav-bigboxes a.bigbox-link {
        text-align: center;
        font-size: 10px;
        padding: 30px 0;
        height: auto;
    }
    nav#nav-smallboxes a.smallbox-link > span,
    nav#nav-bigboxes a.bigbox-link > span {
        font-size: 2vmax;
    }
    nav#nav-smallboxes a.smallbox-link span.introtext,
    nav#nav-bigboxes a.bigbox-link span.introtext {
        display: none;
    }
    nav#nav-smallboxes a > span,
    nav#nav-bigboxes a > span {
        top: 0;
        transform: translateY(0);
    }
    nav#nav-smallboxes a > span > i.menu-icon,
    nav#nav-bigboxes a > span > i.menu-icon {
        position: relative;
        top: auto;
        right: auto;
        transform: translateY(0);
        font-size: 4em;
        color: #fff;
        display: block;
        margin: 0 0 10px;
    }
    nav#nav-smallboxes a:hover > span > i.menu-icon,
    nav#nav-bigboxes a:hover > span > i.menu-icon {
        font-size: 4em;
    }
    footer.footer {
        display: none;
    }
    footer.footer.footer-page {
        display: block;
    }
    footer.footer-top .pull-left,
    footer.footer-top .pull-right {
        float: none !important;
    }
    footer.footer-top {
        text-align: center;
    }
    .footer-top ul.footer-menu,
    .footer-top ul.footer-menu > li {
        float: none !important;
        vertical-align: top;
        margin: 0 0 40px;
        display: block;
    }
    .footer-top img.footer-logo {
        margin: 0 0 40px !important;
    }
    .big-heading > ul.big-heading-menu {
        display: none;
    }
    .big-heading a.big-heading-back > span.backarrow {
        font-size: 40px;
    }
    .big-heading a.big-heading-back > span.backlink-text {
        display: none;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    nav#nav-smallboxes > div.smallbox-menu,
    nav#nav-bigboxes > div.col-md-3 {
        width: 25%;
        float: left;
    }
    .gallery .col-md-3 {
        width: 50%;
        float: left;
    }
}

@media screen and (max-width: 359px) {
    button.navbar-toggle {
        margin: 30px 10px 0 0;
    }
    button.navbar-toggle.left-button {
        float: left;
        margin: 30px 0 0 10px;
        width: 46px;
    }
    div#navbar {
        margin: 0 -5px;
    }
    nav#nav-smallboxes,
    nav#nav-bigboxes {
        padding: 0 10px;
    }
}

a#back-to-top {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: -90px;
    right: -35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    background: #2F2F2F;
    padding: 8px 0 0;
    color: #fff;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
}

.footer > div#footer-in {
    background-color: rgba(0,0,0,.2);
}

.footer dl {
    margin: 0;
    padding: 0;
}

.footer dl dt {
    float: left;
}

.footer dl dt > a,
.footer dl dt > span {
    height: 40px;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px 0 0;
    margin: 0 40px 0 0;
    font-weight: 400;
    color: #FFBC00;
}

.footer dl dt > a:hover {
    color: #fff;
}