/*!
 * Custom style for Bootstrap v3.3.7
 * Since 2018-07-20
 * Licensed under MIT
 */
 
@charset "utf-8";

/* =============================================================== */
/* GENERAL
/* =============================================================== */

html {
	font-size: 14px;
}

body {
	font-size: 14px;
}

/* preloader */
body.access:not(.loaded):after {
    content: '';
    display: grid;
    align-content:center;
    justify-content:center;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSc0NnB4JyBoZWlnaHQ9JzQ2cHgnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0idWlsLXJpbmctYWx0Ij48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0ibm9uZSIgY2xhc3M9ImJrIj48L3JlY3Q+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iNDAiIHN0cm9rZT0icmdiYSgyNTUsMjU1LDI1NSwwLjEpIiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjUwIiBjeT0iNTAiIHI9IjQwIiBzdHJva2U9IiNmZmZmZmYiIGZpbGw9Im5vbmUiIHN0cm9rZS13aWR0aD0iNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2UtZGFzaG9mZnNldCIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGZyb209IjAiIHRvPSI1MDIiPjwvYW5pbWF0ZT48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2UtZGFzaGFycmF5IiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgdmFsdWVzPSIxNTAuNiAxMDAuNDsxIDI1MDsxNTAuNiAxMDAuNCI+PC9hbmltYXRlPjwvY2lyY2xlPjwvc3ZnPg==) no-repeat fixed 50% 50% / 80px 80px;
    color: #fff;
    z-index: 9999999;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {opacity: 1;}
    60% {opacity: 1;}
    100% {opacity: 0;}
}

@keyframes fadeOut {
    0% {opacity: 1;}
    60% {opacity: 1;}
    100% {opacity: 0;}
}

body {
    color: #777;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    position: relative;
}

.text-theme {
    color: #1c1f4d;
}

a,
a:focus,
a:active,
.link-theme {
    color: #394a82;
    text-decoration: none;
}
a:hover,
.link-theme:hover {
    color: #555;
}

.link-theme-inverse {
    color: #555;
}
.link-theme-inverse:hover {
    color: #394a82;
}

.bg-theme {
    background-color: #1c1f4d;
}

.bg-gradient-theme {
    background: #65c9d9;
    background: -moz-linear-gradient(left,  #65c9d9 0%, #394a82 100%);
    background: -webkit-linear-gradient(left,  #65c9d9 0%,#394a82 100%);
    background: linear-gradient(to right,  #65c9d9 0%,#394a82 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65c9d9', endColorstr='#394a82',GradientType=1 );
}
.bg-gradient-theme-reverse {
    background: #394a82;
    background: -moz-linear-gradient(left, #394a82 0%, #65c9d9 100%);
    background: -webkit-linear-gradient(left, #394a82 0%,#65c9d9 100%);
    background: linear-gradient(to right, #394a82 0%,#65c9d9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394a82', endColorstr='#65c9d9',GradientType=1 );
}


.bg-overlay {
    content: '';
    background: rgba(59,166,222,0.7);
    /*background: linear-gradient(to bottom, rgba(0,153,233,0.8) 0%, rgba(0,0,0,0) 100%);*/
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    z-index: 0;
}
.bg-overlay + *{
    z-index: 1;
    position: relative;
}

.bg-image {
    background-size: cover;
    background-position: 50% 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url('../images/bg-01.jpg');
    background-color: #394a82;
    position: relative;
}
.bg-image-2 {
    background-size: cover;
    background-position: 50% 10%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url('../images/bg-02.jpg');
    background-color: #3ba7de;
    position: relative;
}

.bg-image-2 .bg-overlay {
    content: '';
    background: rgba(59,166,222,0.8);

}

.bordered-theme {
    border: 1px solid #1c1f4d;
}

.service-menu {
	margin-right: 15px;
}

/* buttons */
.btn {
    text-transform: uppercase;
    border-radius: 0px !important;
    font-weight: 600 !important;
    white-space: normal;
}
.input-group-btn .btn {
    white-space: nowrap;
}

.btn-theme,
.btn-theme:focus,
.btn-theme:active {
    background-color: #1c1f4d;
    border: 2px solid #1c1f4d; 
    color: #fff !important;
}
.btn-theme:hover {
    background-color: transparent;
    border: 2px solid #1c1f4d; 
    color: #1c1f4d !important;
}

.btn-theme-inverse,
.btn-theme-inverse:focus,
.btn-theme-inverse:active {
    background-color: transparent;
    border: 2px solid #1c1f4d; 
    color: #1c1f4d !important;
}
.btn-theme-inverse:hover {
    background-color: #1c1f4d;
    border: 2px solid #1c1f4d; 
    color: #fff !important;
}

.btn-black,
.btn-black:focus,
.btn-black:active {
    background-color: #000;
    border: 2px solid #000; 
    color: #fff !important;
}
.btn-black:hover {
    background-color: transparent;
    border: 2px solid #000; 
    color: #000 !important;
}

.btn-thin-black,
.btn-thin-black:focus,
.btn-thin-black:active {
    background-color: transparent;
    border: 2px solid #000; 
    color: #000;
}
.btn-thin-black:hover {
    background-color: #000;
    border: 2px solid #000; 
    color: #fff !important;
}


.btn-thin-gray,
.btn-thin-gray:focus,
.btn-thin-gray:active {
    background-color: transparent;
    border: 1px solid #777; 
    color: #777;
}
.btn-thin-gray:hover {
    background-color: #555;
    border: 1px solid #555; 
    color: #fff !important;
}



.btn-white,
.btn-white:focus,
.btn-white:active {
    background-color: #fff;
    border: 2px solid #fff; 
    color: #394a82 !important;
}
.btn-white:hover {
    background-color: transparent;
    border: 2px solid #fff; 
    color: #fff !important;
}


.btn-thin-white,
.btn-thin-white:focus,
.btn-thin-white:active {
    background-color: transparent;
    border: 2px solid #fff; 
    color: #fff;
}
.btn-thin-white:hover {
    background-color: #fff;
    border: 2px solid #fff; 
    color: #394a82;
}
.btn-thick-white,
.btn-thick-white:focus,
.btn-thick-white:active {
    background-color: transparent;
    border: 1px solid #fff; 
    color: #fff;
}
.btn-thick-white:hover {
    background-color: #fff;
    border: 1px solid #fff; 
    color: #394a82;
}


/* subtitled button */
.btn-subtitled span {
    display: block;
    font-size: 10px;
}

/* button sizes */
.btn-xs {
    font-size: 10px;
}
.btn-tall {
    padding: 8px 25px;
}


/* input styles */
.input-black,
.input-black:focus {
    background: #000;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    box-shadow: none;
    padding-left: 0;
}
.input-black:focus {
    background: #000;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,1);
    color: #fff;
    box-shadow: none;
    padding-left: 0;
}
.input-black::-webkit-input-placeholder {
    color: #555;
    opacity: 1;
    font-style: normal;
}
.input-black::-moz-placeholder {
    color: #555;
    opacity: 1;
    font-style: normal;
}
.input-black:focus::-moz-placeholder {
    opacity: 0.6;
}

.input-transparent {
    background: rgba(0,0,0,0) !important;
    border: 0;
    color: #fff;
    box-shadow: none;
    padding-left: 0;
}
.input-transparent::-webkit-input-placeholder {
    color: rgba(255,255,255,0.7);
    opacity: 1;
    font-style: normal;
}
.input-transparent::-moz-placeholder {
    color: rgba(255,255,255,0.7);
    opacity: 1;
    font-style: normal;
}
.input-transparent:focus::-moz-placeholder {
    opacity: 0.7;
}

.newsletter-form .form-control,
.newsletter-form .form-control:focus,
.newsletter-form .form-control:active {
    border-color: #fff;
    box-shadow: none;
}

/* loader */
.loader {
    position: relative;
    overflow: hidden;
    background: rgba(0,0,0,0) url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSc0NnB4JyBoZWlnaHQ9JzQ2cHgnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0idWlsLXJpbmctYWx0Ij48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0ibm9uZSIgY2xhc3M9ImJrIj48L3JlY3Q+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iNDAiIHN0cm9rZT0iI2VkZWRlZCIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI0MCIgc3Ryb2tlPSIjOTk5OTk5IiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hvZmZzZXQiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBmcm9tPSIwIiB0bz0iNTAyIj48L2FuaW1hdGU+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hhcnJheSIgZHVyPSIxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIHZhbHVlcz0iMTUwLjYgMTAwLjQ7MSAyNTA7MTUwLjYgMTAwLjQiPjwvYW5pbWF0ZT48L2NpcmNsZT48L3N2Zz4=) no-repeat scroll 50% 50%;
    height: 420px;
}
.loader .owl-carousel {
    position: absolute;
    left: -99999px;
}


blockquote {
    color: #999;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    margin: 25px 0;
}
blockquote.q {
    margin-left: 30px;
}      
blockquote.q:before {
    content: '\201D';
    font-size: 48px;
    position: absolute;
    left: -40px;
    font-family: serif;
    top: -1px;
    color: #e6e6e6;
}

.legend {
    margin: 0 0 25px;
}

.tab-content {
    border: 1px solid #ddd;
    border-top: 0 none;
}


.szechenyi2020-badge {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
}

.szechenyi2020-badge img {
    height: 170px;
}

@media(max-width: 991px) {
	.szechenyi2020-badge img {
	    height: 150px;
	}
}

@media(max-width: 767px) {
	.szechenyi2020-badge {
		position: static;
		text-align: right;
	}
		
	.szechenyi2020-badge:not(.landingpage) {
        z-index: 0;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#455588+0,415087+50,3f5088+100 */
		background: #455588; /* Old browsers */
		background: -moz-linear-gradient(left,  #455588 0%, #415087 50%, #3f5088 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #455588 0%,#415087 50%,#3f5088 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #455588 0%,#415087 50%,#3f5088 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#455588', endColorstr='#3f5088',GradientType=1 ); /* IE6-9 */
	}
}

/* =============================================================== */
/* SKIN
/* =============================================================== */
/* header offset */
body {
    padding-top: 0;
}

/* containers */
.container-half {
    width: 640px;
    margin: auto;
}

/* navbar search */
.navbar-search {
	margin: 15px !important;
}

.navbar-search-open .navbar-search {
    border-bottom: 0 none; 
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.navbar-search-open {
    padding-top: 75px;
}
.searchForm {
    transition: all 0.3s ease-in 0s;
    display: block;
}
.navbar-search-open.stuck .navbar-search form {
    padding: 15px 0px 15px 0px;
}
.navbar-search .navbar-search-title {
    margin: 0 0 20px;
    font-size: 22px;
    text-transform: uppercase;
}
.navbar-search .checkbox span {
    display: inline-block;
    margin-top: 2px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7); 
}
.navbar-search .search-close {
    background: rgba(0,0,0,0);
    border: 0 none;
    padding: 0;
    color: rgba(255, 255, 255, 0.5);
    -webkit-text-fill-color: rgba(255, 255, 255, 0.5); 
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #1c1f4d;
    width: auto;
}
.navbar-search-open.stuck .navbar-search .search-close {
    margin-right: -60px;
}
.navbar-search .search-close:hover {
    color: rgba(255, 255, 255, 1);
    -webkit-text-fill-color: rgba(255, 255, 255, 1); 
}
.navbar-search .row > div {
    display: grid;
    align-content: center;
}
.navbar-search .search-input {
	color: #ffffff;
}


.header-section .service-menu {
    margin-right: 15px;
}

/* homepage carousel */
.homepage-carousel .item-caption {
    display: grid;
    align-content: center;
    justify-content: center;
    margin: auto;
    max-width: 680px;
}
.homepage-carousel .item-caption-content {
    display: block;
}
.homepage-carousel .item-caption-content .caption-title {
    margin: 0 0 25px;
    font-weight: 600;
    font-size: 38px;
}
.homepage-carousel .item-caption-content .caption-desc {
    margin-bottom: 25px;
    font-size: 18px;
}
.homepage-carousel .item-caption-content .btn {
    margin: 0 10px;
}


/* feature block */
.feature-block .feature-icon {
    position: relative;
    padding: 20px 20px;
    margin: 0px 0 5px;
    display: inline-block;
    color: #394a82;
}
.feature-block .icon-circle:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 5px solid #394a82;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.feature-block .feature-icon.icon1 i {
    position: relative;
    left: -3px;
    top: 1px;
}

.feature-block .feature-icon.icon2 i {
    position: relative;
    left: -2px;
    top: 2px;
}
.feature-block.icon3 .feature-icon i {
    position: relative;
    left: 0px;
}

.feature-block .feature-title {
    font-weight: 600;
    font-size: 25px;
    margin: 0 0 5px 0;
}
.feature-block a {
	color: #1c1f4d;
}
.feature-block .feature-desc {
    margin-bottom: -15px;
    min-height: 60px;
    color: #1c1f4d;
}
.feature-block:hover {
    transform: translateY(-5px);
}


/* success section */
.success-section .success-block .success-counter {
    font-weight: 700;
    font-size: 46px;
    margin: 10px 0 15px;
}
.success-section .success-block .success-text {
    font-weight: 600;
    font-size: 19px;
    margin: 0 0 15px;
}


/* about section */
.about-section .about-block .content-title {
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 15px;
}
.about-section .about-block .content-text {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.about-section .about-block .content-text .btn {
    margin-top: 15px;
}



/* news section */
.article-list-item {

}
.article-list-item-img {
    height: 195px;
    overflow: hidden;
}
.article-list-item-img img {
    transform: scale(1.25);
    transition: all 0.2s ease-in 0s;
}
.article-list-item:hover img {
    transform: scale(1.3);
}
.article-list-item-content {
    text-align: left;
}
.article-list-item-title {
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}
.article-item-meta {
    font-size: 12px;
    color: #aaa;
}
.article-item-meta a {
    color: #aaa;
}
.article-item-meta a:hover {
    color: #1c1f4d;
}

.article-list-item-desc {
    font-size: 14px;
}

/* events section */
.event-block {
    position: relative;
    text-align: left;
    display: table;
    width: 100%;
}
.event-block .event-img {
    display: table-cell;
    width: 40%;
    position: relative;
    vertical-align: middle;
    background: #ddd;
}
.event-block .event-data {
    display: table-cell;
    width: 55%;
    padding: 0 15px 15px 35px;
    vertical-align: top;
}
.event-block .event-img a {
    display: block;
    height: 155px;
    overflow: hidden;
}
.event-block .event-img img {
    transform: scale(1.25);
    transition: all 0.2s ease-in 0s;
}
.event-block:hover .event-img img {
    transform: scale(1.3);
}
.event-date {
    position: absolute;
    right: -15px;
    top: 24%;
    padding: 10px 15px;
    background: #1c1f4d;
    color: #fff;
    text-align: center;
}
.event-date span {
    display: block;
    line-height: 1.4;
}
.event-date .month {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}
.event-date .day {
    font-size: 25px;
    font-weight: 700;
}
.event-date .hour {
    font-size: 11px;
}
.event-title {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 5px;
}
.event-category {
    color: #a1a1a1;
    font-size: 12px;
    font-style: italic;
}
.event-category:hover {
    color: #1c1f4d;
}
.event-desc {
    font-size: 13px;
    margin-top: 5px;
    line-height: 1.2;
}


/* subpage event list */

.subpage-content-section .event-list .event-block {
    position: relative;
    text-align: left;
    display: block;
    width: 100%;
}
.subpage-content-section .event-list .event-block .event-img {
    display: block;
    width: 100%;
    position: relative;
    vertical-align: middle;
    background: #ddd;
}
.subpage-content-section .event-list .event-block .event-data {
    display: block;
    width: 100%;
    padding: 0 15px 15px 15px;
    vertical-align: top;
}
.subpage-content-section .event-list .event-block .event-date {
    right: unset;
    left: 0;
}
.subpage-content-section .event-list .event-block .event-img a {
    display: block;
    height: 195px;
    overflow: hidden;
}


/* subpage video list */
.subpage-content-section .video-list .video-block .video-img a {
    display: block;
    height: 155px;
    overflow: hidden;
}
.subpage-content-section .video-list .video-block .video-img img {
    transform: scale(1.25);
    transition: all 0.2s ease-in 0s;
}
.subpage-content-section .video-list .video-block:hover .video-img img {
    transform: scale(1.3);
}
.subpage-content-section .video-list .video-block {
    position: relative;
    text-align: left;
    display: block;
    width: 100%;
}
.subpage-content-section .video-list .video-block .video-img {
    display: block;
    width: 100%;
    position: relative;
    vertical-align: middle;
    background: #ddd;
}
.subpage-content-section .video-list .video-block .video-data {
    display: block;
    width: 100%;
    padding: 0 15px 15px 15px;
    vertical-align: top;
}
.subpage-content-section .video-list .video-block .video-img a {
    display: block;
    height: 195px;
    overflow: hidden;
}
.subpage-content-section .video-list .video-block .video-title {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 5px;
}
.subpage-content-section .video-list .video-block .video-img .play-btn {
    position: absolute;
    display: grid;
    align-content: center;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.subpage-content-section .video-list .video-block .video-img .play-btn i {
    color: #fff;
    text-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.subpage-content-section .video-list .video-block .video-category {
    color: #a1a1a1;
    font-size: 12px;
    font-style: italic;
}
.subpage-content-section .video-list .video-block .video-category:hover {
    color: #1c1f4d;
}


/* subpage gallery list */
.subpage-content-section .gallery-list .gallery-block .gallery-img a {
    display: block;
    height: 155px;
    overflow: hidden;
}
.subpage-content-section .gallery-list .gallery-block .gallery-img img {
    transform: scale(1.25);
    transition: all 0.2s ease-in 0s;
}
.subpage-content-section .gallery-list .gallery-block:hover .gallery-img img {
    transform: scale(1.3);
}
.subpage-content-section .gallery-list .gallery-block {
    position: relative;
    text-align: left;
    display: block;
    width: 100%;
}
.subpage-content-section .gallery-list .gallery-block .gallery-img {
    display: block;
    width: 100%;
    position: relative;
    vertical-align: middle;
    background: #ddd;
}
.subpage-content-section .gallery-list .gallery-block .gallery-data {
    display: block;
    width: 100%;
    padding: 0 15px 15px 15px;
    vertical-align: top;
}
.subpage-content-section .gallery-list .gallery-block .gallery-img a {
    display: block;
    height: 195px;
    overflow: hidden;
}
.subpage-content-section .gallery-list .gallery-block .gallery-title {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 5px;
}
.subpage-content-section .gallery-list .gallery-block .gallery-category {
    color: #a1a1a1;
    font-size: 12px;
    font-style: italic;
}
.subpage-content-section .gallery-list .gallery-block .gallery-category:hover {
    color: #1c1f4d;
}


/* image list */
.subpage-content-section .image-list .image-list-item {
    background: #aaa;
}
.subpage-content-section .image-list .image-list-item a {
    display: grid;
    align-content: center;
    jusitfy-content: center;
    height: 145px;
    overflow: hidden;
}
.subpage-content-section .image-list .image-list-item a img {
    transition: all 0.2s ease-in 0s;
    transform: scale(1.01);
}
.subpage-content-section .image-list .image-list-item a:hover img {
    transform: scale(1.05);
}

/* partners section */
.partners-carousel .item a {
    position: relative;
    display: block;
}
.partners-carousel .item img {
    transition: all 0.2s ease-in 0s;
    opacity: 0.6;
}
.partners-carousel .item .img-hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.partners-carousel .item a:hover img {
    opacity: 0;
}
.partners-carousel .item a:hover .img-hover {
    opacity: 1;
}


.page-top.padded {
	margin-top: -100px;
	padding-top: 160px;
	padding-bottom: 85px;
	overflow: hidden;
	
	background-color: #1c1f4d;
	background-image: url('../images/bg-01.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 100%;
	background-attachment: fixed;
	
	width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
    
    z-index: 0;
}

@media(max-width:767px) {
	.page-top.padded {
		padding-top: 80px;
		padding-bottom: 35px;
	}
}

@media(max-width:540px) {
	.page-top.padded {
		padding-top: 60px;
		padding-bottom: 0px;
	}
}

.page-top.padded .item-caption-content {
	margin-bottom: 15px;
}

/* subpage section */
.page-top-header {
    position: relative;
    z-index: 1;
}
.page-top-header-title {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}
.page-top-header-subtitle {
    font-size: 20px;
    font-weight: 400;
}
.subpage-content-section .left-side {
    padding-right: 0;
}
.subpage-content-section .right-side {
    padding-left: 25px;
}


/* item blocks */
.item-block-v1 {
    display: table;
    width: 100%;
}
.item-block-v1.padded {
    padding: 20px;
}
.item-block-v1 .item-block-left {
    display: table-cell;
    width: 15%;
    vertical-align: top;
}
.item-block-v1 .item-block-right {
    display: table-cell;
    width: 85%;
    padding-left: 15px;
    vertical-align: top;
}
.item-block-v1 .item-block-title {
    font-size: 20px;
    font-weight: 600;
    margin: 3px 0 10px;
}
.item-block-v1 .item-block-desc {
    font-size: 13px;
    margin: 0 0 10px;
}

/* item block icon */
.item-block-icon {
    position: relative;
    padding: 15px 15px;
    margin: 0 auto;
    display: inline-block;
    color: #394a82;
    top: 0;
    text-align: center;
}
.item-block-icon.icon-circle:before {
    content: '';
    position: absolute;
    left: 2px;
    right: 0;
    top: 0;
    bottom: 0;
    border: 4px solid #394a82;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}




/* sidebar block */
.sidebar-block-item-title {
   margin: 0;
   padding: 15px 15px 0 15px;
   font-size: 22px;
   font-weight: 600; 
}
.sidebar-block-item-title.bordered {
    border: 0 none;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}
.sidebar-block-item-title.text-white.bordered {
    border-bottom: 1px solid rgba(255,255,255,0.4);
}



/* sidebar videos */
.sidebar-videos .video-item {
   display: table; 
   width: 100%;
}
.sidebar-videos .video-item .video-item-img {
   display: table-cell; 
   width: 35%;
   vertical-align: middle;
   background: #bbb;
}
.sidebar-videos .video-item .video-item-img a {
    display: block;
    height: 66px;
    overflow: hidden;
    text-align: center;
}
.sidebar-videos .video-item .video-item-img a img {
    transition: all 0.2s ease-in 0s;
    transform: scale(1.05);
}
.sidebar-videos .video-item:hover .video-item-img a img {
    transform: scale(1.1);
}
.sidebar-videos .video-item .video-item-content {
   display: table-cell; 
   width: 60%;
   padding: 10px;
   vertical-align: middle;
}
.sidebar-videos .video-item .video-title {
   font-size: 14px;
   font-weight: 600; 
   margin: 0 0 5px;
}
.sidebar-videos .video-item .video-category {
    color: #999;
    font-size: 13px;
}
.sidebar-videos .video-item .video-category:hover {
    color: #394a82;
}

.sidebar-gallery-carousel .owl-nav.disabled + .owl-dots {
    margin-top: -10px;
}


.sidebar-links li {
    margin-bottom: 10px;
}
.sidebar-links li:last-child {
    margin-bottom: 0;
}
.sidebar-links li.active a {
    font-weight: 600;
}
.sidebar-links.striped li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.sidebar-links.striped.link-white li {
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding-bottom: 10px;
}
.sidebar-links.striped li:last-child {
    border-bottom: 0 none;
    padding-bottom: 0;
}
.sidebar-block-item-content:not(.padded) .sidebar-links.striped {
    padding: 15px 0;
}
.sidebar-block-item-content:not(.padded) .sidebar-links.striped li {
    padding-left: 15px;
    padding-right: 15px;
}


/* article content */
.article-content-title {
    margin: 0 0 15px;
    font-size: 35px;
}
.article-content-subtitle {
    margin: 0 0 20px;
    font-size: 18px;
}


.article-content .article-meta {
    margin-top: 15px;
    font-size: 12px;
}
.article-content .article-meta li {
    padding-right: 0;
    color: rgba(0, 0, 0, 0.6);
}
.article-content .article-meta li:after {
    content: '/';
    margin-left: 6px;
    color: rgba(0, 0, 0, 0.4);
}
.article-content .article-meta li:last-child:after {
    content: '';
    margin-left: 6px;
}
.article-content .article-meta li i {
    margin-right: 5px;
}
.article-content .article-meta li a {
    color: rgba(0, 0, 0, 0.6);
}
.article-content .article-meta li a:hover {
    color: #1c1f4d;
}



.article-content img {
    width: 100%;
    margin-top: 15px;
}

.article-content .img-desc {
    display: inline-block;
    padding: 2px 6px;
    background: #ededed;
    color: #444;
    margin-bottom: 15px;
}

.article-content .embed-responsive {
    margin: 15px 0;
}



/* info block event data */
.info-block .event-data li {
    margin-bottom: 5px;
}
.info-block .event-data li:last-child {
    margin-bottom: 0;
}
.info-block .event-data li .fa {
    margin-right: 10px;
}


/* academy feature block */
.academy-feature-blocks .feature-block .feature-icon {
    position: relative;
    padding: 17px 17px;
    margin: 0px 0 5px;
    display: inline-block;
    color: #394a82;
}
.academy-feature-blocks .feature-block .icon-circle::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 4px solid #394a82;
    border-radius: 50%;
    width: 55px;
    height: 55px;
}

.academy-feature-blocks .feature-block .feature-icon.icon1 i {
    position: relative;
    left: -1px;
    top: 1px;
    font-size: 23px;
}
.academy-feature-blocks .feature-block .feature-icon.icon2 i {
    position: relative;
    left: -1px;
    top: 1px;
    font-size: 23px;
}
.academy-feature-blocks .feature-block .feature-icon.icon3 i {
    position: relative;
    left: -2px;
    top: 1px;
    font-size: 23px;
}
.academy-feature-blocks .feature-block .feature-title {
    font-weight: 600;
    font-size: 18px;
}


/* card3 */
.card3 {
    border-radius: 3px;
    box-shadow: 1px 2px 3px -1px rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease-in 0s;
    outline: 0px solid #f3f3f3;
}
.card3.hover:hover,
.box-shadow {
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.3);
    outline: 0px solid transparent;
}
.card3 .card3-title {
    margin: 0;
    padding: 10px 15px;
    border-bottom: 1px solid #ededed;
    font-size: 24px;
    font-weight: 600;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.card3 .card3-title a {
    color: #333;
}
.card3 .card3-title a:hover {
    color: #777;
}
.card3.no-shadow {
    box-shadow: unset;
}
.card3-shadow {
    box-shadow: 1px 2px 3px -1px rgba(0, 0, 0, 0.2);
}




/* footer */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 25px;
    margin-top: 25px;
}
.footer-col-title {
    margin: 0 0 30px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}
.footer-logo {
    max-height: 45px;
    margin-bottom: 30px;
}
.footer-links li {
    margin-bottom: 8px;
}
.footer-links li a {
    color: rgba(255, 255, 255, 1);
}
.footer-links li a:hover {
    color: rgba(255, 255, 255, 0.9);
}
.company-data li {
    margin-bottom: 2px;
    line-height: 1.3;
}
.company-data li a {
    color: rgba(255, 255, 255, 1);
}
.company-data li a:hover {
    color: rgba(255, 255, 255, 0.9);
}
.company-data .company {
    margin-bottom: 15px !important;
}

footer .socials li a {
    color: rgba(255, 255, 255, 1);
}
footer .socials li a:hover {
    color: rgba(255, 255, 255, 0.9);
}
footer .socials li a i {
    font-size: 26px;
}


footer .eu-logos img {
    max-height: 150px;
}


/* magnific popup */
.mfp-bg {
    background: #000 !important;
    opacity: 1 !important;
    overflow: hidden;
    z-index: 1042;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out; 
  -moz-transition: all 0.3s ease-out; 
  -o-transition: all 0.3s ease-out; 
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-arrow::after, .mfp-arrow::before {
    border: 0 none;
}  
.mfp-arrow i {
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 3px black;
    font-size: 60px;
    transform: scaleY(1.2);
    transition: all 0.2s ease-in 0s;
}
.mfp-arrow:hover i {
    -webkit-text-fill-color: #777;
}

.mfp-iframe-holder .mfp-close, 
.mfp-image-holder .mfp-close {
   padding-right: 0;
    right: 0;
    text-align: right;
    width: auto; 
}
.mfp-close i {
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 1px black;
    font-size: 34px;
    font-weight: 300;
    transition: all 0.2s ease-in 0s;
}
.mfp-close:hover i {
    -webkit-text-fill-color: #777;
}
.mfp-container {
    padding: 0 15px;
}
.mfp-bottom-bar {
    margin-top: -30px;
    font-size: 14px;
    letter-spacing: 0;
}
.mfp-figure::after {
    background: #000;
}
.mfp-top-bar {
    cursor: auto;
    left: 0;
    margin-top: -15px;
    position: absolute;
    top: 25px;
    width: 100%;
}
.mfp-top-bar .mfp-title {
    margin: 0 auto;
}
.mfp-share {
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-top: 15px;
    padding: 4px;
    position: relative;
}
.mfp-share i {
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 1px black;
    font-size: 25px;
    font-weight: 300;
    opacity: 0.6;
    transition: all 0.2s ease-in 0s;
}
.mfp-share:hover i {
    -webkit-text-fill-color: #00abc1;
    opacity: 1;
}
.mfp-close {
    float: none;
    margin: 15px 15px 0 0;
    padding-right: 0;
    position: relative;
    right: unset;
    text-align: right;
    width: auto;
}
.mfp-control {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
}
.mfp-copy {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    margin-top: 7px;
}

/* nano scroller */
.nano { 
    width: 100%;
    height: 406.8px;
}
.sidebar-properties-block .nano { 
    width: 100%;
    height: 450px;
}
.nano .nano-content { 
    padding: 0; 
    overflow: hidden !important;
}
.nano.has-scrollbar .nano-content { 
    overflow-y: scroll !important;
}
.nano .nano-pane { 
    background: rgba(0, 0, 0, 0.2);
    width: 8px;
    border-radius: 0; 
}
.nano .nano-slider { 
    background: rgba(0, 0, 0, 0.5); 
}


/* modals */
.modal-open {
    padding-right: 0 !important;
}
.modal-md {
    max-width: 500px;
}
.modal-sm {
    width: 330px;
    max-width: 400px;
}
.modal-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.modal-footer {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.modal-header.text-white .close {
    color: #fff;
    opacity: 0.5;
}
.modal-header.text-white .close:hover {
    color: #fff;
    opacity: 1;
}

/* .modal-fullscreen */
body.modal-open,
body.modal-open .modal-fullscreen {
    padding-right: 0 !important;
}
.modal-fullscreen {
  background: transparent;
}
.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background-color: #52b2e3;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

body.navbar-search-open .modal-fullscreen {
    margin-top: 75px;
}

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  /*GAB*/
  max-width: 100%;
}
.modal-fullscreen .modal-header {
    border-bottom: 0 none;
    padding: 20px;
}
.modal-fullscreen .close {
    color: #fff !important;
    float: right;
    font-size: 21px;
    font-weight: 300;
    line-height: 1;
    opacity: 0.6;
    text-shadow: 0 none;
    -webkit-text-fill-color: #fff !important;
   -webkit-text-stroke-width: 2px !important;
   -webkit-text-stroke-color: #1c1f4d !important;
   margin-right: 3px;
}
.modal-fullscreen .close:hover {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    -webkit-text-stroke: 2px #1c1f4d !important;
    opacity: 1;
}


.modal-fullscreen .close-modal {
    color: #fff !important;
    float: left;
    font-size: 21px;
    font-weight: 300;
    line-height: 1;
    -webkit-text-fill-color: #fff !important;
    -webkit-text-stroke-width: 1px !important;
    -webkit-text-stroke-color: #1c1f4d !important;
    opacity: 0.6;
    position: relative !important;
    top: -2px !important;
}
.modal-fullscreen .close-modal:hover {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    -webkit-text-stroke: 1px #1c1f4d !important;
    opacity: 1;
}
.modal-fullscreen .modal-body {
    background-color: #52b2e3;
}

/* modal centered */
.modal-centered {
  text-align: center;
  padding: 0!important;
}

.modal-centered:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-centered .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}


/* modal padded */
.modal-padded .modal-header {
    padding: 20px 25px 0;
    border-bottom: 0;
}
.modal-padded .modal-header .close {
    margin-top: 3px;
}
.modal-padded .modal-body {
    padding: 15px 25px;
}
.modal-padded .modal-footer {
    padding: 15px 25px 25px;
    text-align: right;
    border-top: 0;
}
.modal-padded .modal-title {
    font-size: 24px;
}

/* modal menu */
.modal-menu {
    margin-top: 30px;
}
.modal-menu .modal-menu-title {
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding-bottom: 15px;
    border-bottom: 3px solid #fff;
    max-width: 90%;
}
.modal-menu .modal-menu-title a {
    color: rgba(255,255,255,1);
}
.modal-menu .modal-menu-title a:hover {
    color: rgba(255,255,255,0.7);
}
.modal-menu .modal-menu-links {
    margin-bottom: 0;
}
.modal-menu .modal-menu-links li {
    line-height: 1.4;
    margin-bottom: 10px;
}
.modal-menu .modal-menu-links li a {
     color: rgba(255,255,255,1);
}
.modal-menu .modal-menu-links li a:hover {
    color: rgba(255,255,255,0.7);
}

/* sections */
.section-title {
    margin: 0 0 35px 0;
    font-weight: 600;
    font-size: 40px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.section-subtitle {
    display: block;
    margin: -5px 0 15px;
    font-weight: 500;
    font-size: 18px;
}

.section-title-min {
    margin: 0 0 25px 0;
    font-weight: 600;
    font-size: 26px;
}


/* owl carousel theme */
.owl-carousel .owl-stage-outer {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #aaa;
}
.owl-theme .item {
    margin: 5px 0;
}

/* carousel nav in section title */
.carousel-nav {
    margin-top: -3px;
}
.carousel-nav .btn {
    padding: 3px 10px;
}
.carousel-nav .btn:hover {
    background: #555;
    color: #fff;
}
.carousel-nav .btn:first-child .fa {
    font-size: 18px;
    position: relative;
    left: -1px;
}
.carousel-nav .btn:last-child .fa {
    font-size: 18px;
    position: relative;
    right: -1px;
}



.owl-prev {
    width: 15px;
    height: 50px;
    position: absolute;
    top: 40%;
    margin-left: -45px !important;
    display: block !important;
    border: 0 none;
    background: transparent;
}

.owl-next {
    width: 15px;
    height: 50px;
    position: absolute;
    top: 40%;
    right: -35px;
    display: block !important;
    border: 0 none;
    background: transparent;
}
.owl-prev:hover, 
.owl-next:hover {
    background: transparent !important;
    color: rgba(0,0,0,0);
}
.owl-prev i, 
.owl-next i {
    color: rgba(0,0,0,0);
    -webkit-text-fill-color: transparent !important;
    -webkit-text-stroke-width: 2px !important;
    -webkit-text-stroke-color: #fff !important;
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}






/* pagination */
.pagination > li > a, 
.pagination > li > span {
    background-color: #fff;
    border: 1px solid #ededed;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    color: #777;
    line-height: 1.42857;
    margin: 0 2px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 32px;
}
.pagination > li > a:hover, 
.pagination > li > span:hover {
    box-shadow: 0 3px 20px -5px rgba(0, 0, 0, 0.4);
    background-color: #fff;
    color: #1c1f4d;
}
.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
    background-color: #1c1f4d;
    border-color: #1c1f4d;
    color: #fff;
    cursor: default;
    z-index: 3;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.pagination > .disabled > span, 
.pagination > .disabled > span:focus, 
.pagination > .disabled > span:hover {
    cursor: default;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #ededed;
}
.pagination > li:first-child > a, 
.pagination > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination > li:last-child > a, 
.pagination > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pagination i {
    width: 7px;
}




/* breadcrumb */
.page-header-section,
.page-header-section .container-half {
    position: relative;
}
.breadcrumb {
    background-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 10px 0 0;
    font-size: 13px;
}
.breadcrumb > li a {
    color: rgba(0, 0, 0, 0.4);
}
.breadcrumb > li a:hover {
    color: #1c1f4d;
}
.breadcrumb > li {
    line-height: 1;
}
.breadcrumb > li.active {
    color: rgba(0, 0, 0, 0.5);
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: rgba(0, 0, 0, 0.4);
}
.breadcrumb > li:last-child {
    max-width: 255px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 21px;
    position: relative;
    top: 10px;
}


/* tooltip */
.tooltip.in {
    filter:alpha(opacity=100);
    opacity:1;
}
.tooltip.left,
.tooltip.right {
    top: 20px !important;
}



/* google chrome only */

@media screen and (-webkit-min-device-pixel-ratio:0) {

}


.form-control[readonly] {
    background-color: #fff;
    caret-color: transparent;
}


/* form light gray */
.form-light-gray {
    background: #f3f3f3;
    border-color: #f3f3f3;
    box-shadow: none;
}
.form-light-gray:focus,
.form-light-gray:active {
    background: #f3f3f3;
    border-color: #ddd;
    box-shadow: none;
}

/* nav tabs */
.nav-tabs > li > a {
    margin-right: 5px;
    border: 1px solid transparent;
    color: #888;
}
.nav > li > a:focus, 
.nav > li > a:hover {
    text-decoration: none;
    background-color: #f3f3f3;
    color: #444;
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover {
    color: #000;
}


.pointer {
    cursor: pointer;
}

/* Google Maps */
.map {
    width: 100%;
    height: 300px;
    background: #E5E3DF;
    position: realtive;
    z-index: 0;
}
.gmnoprint a .element-style, .gmnoprint span, .gm-style-cc {
    display: none;
}
img[src="https://maps.gstatic.com/mapfiles/api-3/images/google4.png"], a[href^="http://maps.google.com/maps"],
img[src="https://maps.gstatic.com/mapfiles/api-3/images/google_white5.png"] {
    display: none;
}
.map div.gm-style div div div div div div {
    border-radius: 0;
}


/* Material Icons sizing */ 
.navbar .material-icons,
.sidebar-item .material-icons {
    position: relative !important;
    top: 3px !important;
}
.btn .material-icons {
    position: relative !important;
    top: 5px !important;
    line-height: 0;
}
.material-icons.md-13 { font-size: 13px !important; }
.material-icons.md-14 { font-size: 14px !important; }
.material-icons.md-15 { font-size: 15px !important; }
.material-icons.md-16 { font-size: 16px !important; }
.material-icons.md-17 { font-size: 17px !important; }
.material-icons.md-18 { font-size: 18px !important; }
.material-icons.md-19 { font-size: 19px !important; }
.material-icons.md-20 { font-size: 20px !important; }
.material-icons.md-21 { font-size: 21px !important; }
.material-icons.md-22 { font-size: 22px !important; }
.material-icons.md-23 { font-size: 23px !important; }
.material-icons.md-24 { font-size: 24px !important; }
.material-icons.md-25 { font-size: 25px !important; }
.material-icons.md-26 { font-size: 26px !important; }
.material-icons.md-27 { font-size: 27px !important; }
.material-icons.md-28 { font-size: 28px !important; }
.material-icons.md-29 { font-size: 29px !important; }
.material-icons.md-30 { font-size: 30px !important; }
.material-icons.md-31 { font-size: 31px !important; }
.material-icons.md-32 { font-size: 32px !important; }
.material-icons.md-33 { font-size: 33px !important; }
.material-icons.md-34 { font-size: 34px !important; }
.material-icons.md-35 { font-size: 35px !important; }
.material-icons.md-36 { font-size: 36px !important; }
.material-icons.md-40 { font-size: 40px !important; }
.material-icons.md-48 { font-size: 48px !important; }
.material-icons.md-60 { font-size: 60px !important; }
.material-icons.md-70 { font-size: 70px !important; }
.material-icons.md-80 { font-size: 80px !important; }




/* pace style */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: rgba(0,0,0,0.2);
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){   
    .container-half {
        width: 100%;
        margin: auto;
        padding: 0 15px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .navbar-inverse,
    .scroll-up .navbar-inverse.stuck {
        margin: 0;
    }
    .navbar-inverse.stuck {
        margin: -65px 0 0;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .pv40 {
        padding: 30px 0 15px;
    }
    .pv50 {
        padding: 35px 0 15px;
    }
    .bg-image,
    .bg-image-2 {
        background-size: 250% auto;
    }
    .navbar-inverse,
    .scroll-up .navbar-inverse.stuck {
        margin: 0;
    }
    .navbar-inverse.stuck {
        margin: -55px 0 0;
    }
    .navbar-inverse .inner-col {
        padding: 0;
    }
    .navbar-inverse ul.service-menu-left {
        margin: 8px 0 0;
    }
    .navbar-inverse ul.service-menu-right {
        margin: 10px 0 0;
    }
    .navbar-inverse .navbar-brand {
        padding: 13px 0 5px;
        text-align: left;
        margin-left: -35px;
    }
    .navbar-inverse .navbar-brand .logo {
        max-height: 24px;
    }
    .homepage-carousel .item-caption-content .caption-title {
        margin: 0 0 15px;
        font-weight: 600;
        font-size: 36px;
    }
    .homepage-carousel .item-caption-content .caption-desc {
        margin-bottom: 20px;
        font-size: 17px;
    }
    .homepage-carousel .item-caption-content .btn,
    .about-block .btn {
        margin: 0 0 10px;
        width: 100%;
    }
    .homepage-carousel .item-caption-content .btn:last-child,
    .about-block .btn:last-child {
        margin: 0;
    }
    .section-title {
        margin: 0 0 24px 0 !important;
        font-weight: 600;
        font-size: 26px;
    }
    .section-subtitle {
        font-size: 17px;
    }
    .feature-block,
    .success-block {
        margin-bottom: 20px;
    }
    .event-block {
        position: relative;
        text-align: left;
        display: block;
        width: 100%;
    }
    .event-block .event-img {
        display: block;
        width: 100%;
        position: relative;
        vertical-align: middle;
        background: #ddd;
    }
    .event-block .event-data {
        display: block;
        width: 100%;
        padding: 0 15px 15px 15px;
        vertical-align: top;
    }
    .event-block .event-date {
        right: unset;
        left: 0;
    }
    .feature-block {
        display: table;
        padding: 15px;
    }
    .feature-block .feature-icon {
        position: relative;
        left: -10px;
        top: -10px;
        transform: scale(0.7);
    }
    .feature-block .feature-data {
        display: table-cell;
        width: 80%;
        vertical-align: top;
        text-align: left;
    }
    .feature-block .feature-data .feature-title {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .feature-block .feature-data .feature-desc {
        margin: 0 0 10px;
        font-size: 13px;
    }
    .feature-block .feature-data .btn {
        font-size: 10px;
        padding: 1px 5px;
    }
    .success-section .success-block .success-text {
        font-weight: 600;
        font-size: 16px;
        margin: 0;
    }
    .success-section .success-block .success-counter {
        font-weight: 700;
        font-size: 38px;
        margin: 0px 0 15px;
    }
    .footer-top .left-col {
        text-align: center !important;
        margin-bottom: 0;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255,255,255,0.25);
    }
    .footer-top .inner-1-col,
    .footer-top .inner-2-col,
    .footer-top .right-col {
        border-bottom: 1px solid rgba(255,255,255,0.25);
    }
    .footer-logo {
        margin-left: auto;
        margin-right: auto;
    }
    .footer-col-title {
        margin: 0 0 15px;
        font-size: 18px;
        cursor: pointer;
    }
    .footer-top .inner-2-col .footer-col-title,
    .footer-top .right-col .footer-col-title {
        margin-top: 15px;
    }
    .footer-col-wrapper {
        display: none;
    }
    .footer-bottom {
        border-top: 0 none;
        padding-top: 0;
        margin-top: 25px;
        text-align: center;
    }
    .footer-bottom .text-right {
        text-align: center !important;
    }
    .footer-bottom > .row > div {
        margin-bottom: 15px;
    }
    .footer-bottom .payment-block img {
        height: 25px !important;
    }
    .newsletter-signup,
    .footer-links {
        margin-bottom: 15px;
    }
    .footer-social li {
        padding: 0 8px;
    }
    .modal-menu {
        margin-top: 0;
    }
    .modal-menu .modal-menu-title {
        border-bottom: 1px solid rgba(255,255,255,0.5);
        max-width: 100%;
        font-size: 18px;
        font-weight: 600;
    }
    .modal-menu .modal-menu-links {
        padding-bottom: 10px;
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(255,255,255,0.5);
    }
    .navbar-search input {
        padding-right: 15px;
        padding-left: 15px;
        text-align: center;
    }
    .navbar-search .row {
        position: relative;
    }
    .navbar-search .col-lg-1,
    .navbar-search-open.stuck .col-lg-1 {
        position: absolute;
        top: 8px;
        right: 35px;
    }
    .navbar-search-open.stuck .navbar-search .search-close {
        margin-right: -50px;
    }
    .container-half {
        width: 100%;
        margin: auto;
        padding: 0 15px;
    }
    .page-header-section > div {
        position: relative;
        z-index: 0;
    }
    .page-content-section {
        position: relative;
        z-index: 1;
        padding-top: 15px !important;
    }
    .footer-section {
        padding-bottom: 80px;
    }
    .footer-logo img {
        margin: auto;
        max-height: 40px;
    }
    .page-up {
        bottom: unset;
        position: unset;
        right: unset;
        z-index: unset;
        display: block;
        margin: -65px 44% 0;
    }
    .page-up a {
        background: #61c1f2;
    }
    .subpage-content-section .left-side {
        padding-right: 15px;
    }
    .subpage-content-section .right-side {
        padding-left: 15px;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
}

.list-ol,
.list-ul {
    padding-left: 15px;
}
.list-ol li,
.list-ul li {
    margin-bottom: 4px;
    line-height: 1.3;
}


/* access link */
.access-link,
.access-link:active,
.access-link:focus {
    color: #fff;
    margin-right: 10px;
}
.access-link .access-icon {
    width: 16px;
    display: inline-block;
    margin-top: -3px;
}
.navbar-inverse .access-link .access-icon {
    width: 16px;
    display: inline-block;
    margin-top: -17px;
}

.szechenyi2020-badge.stuck {
    position: fixed;
    top: 62px;
}