body {
    font-family: 'Open Sans',Arial,sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #0086BB;
    background-color: #dcdad8;
}

a {
    color: #0086BB;
}

h4 {
    font-weight: bold;
}

input, select, button {
    border-radius: 0!important;
}

.bg-light-gray {
    background-color: rgb(238, 237, 235) !important;
}

.bg-dark-gray {
    background-color: #cdd1da !important;
}

.bg-white {
    background-color: #fff;
}

.email-btn, .email-btn:hover, .email-btn:active {
    border: #0086BB solid 1px;
    color: #0086BB;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    border-radius: 0;
}

.btn-white, .btn-white:hover, .btn-white:active {
    border: 1px solid #fff;
    border-radius: 0;
    width: 100%;
    background-color: #0086BB;
    color: #fff;
}

.btn-white-no-bg, .btn-white-no-bg:hover, .btn-white-no-bg:active {
    border: 1px solid #fff;
    border-radius: 0;
    width: 100%;
    color: #fff;
}

.btn-related-content {
    border: 0;
    width: 100%;
    color: #fff;
    background-color: rgb(237, 72, 79);
    padding: 20px;
    margin-top: 5px;
}

.btn-related-content:hover, .btn-related-content:active {
    background-color: rgb(0, 36, 107);
    color: #fff;
}

.color-white {
    color: #fff;
}

.table-head {
    font-size: 27px;
    font-weight: 700;
    line-height: 32px;
    padding: 20px;
    background-color: #0086BB;
    color: #fff;
    margin-bottom: 20px;
}

.table-head-f20 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    padding: 20px;
    background-color: #0086BB;
    color: #fff;
    margin-bottom: 20px;
}


.table-row {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
}

.dial_search_result_link {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #0086BB;
}

.dial_center_search_center_count {
    color: #0086BB;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    margin-bottom: 24px;
    padding-bottom: 40px;
    padding-top: 40px
}

div.page-content {
    padding: 30px 44px 30px 44px;
    background-color: #fff;
}

div.page-header {
    border-bottom: 1px solid #cecece;
    background-color: #fff;
}

div.main-nav {
    margin-top: auto;
    margin-bottom: auto;
}

div.main-nav ul.navbar-nav li a {
    color: #0086BB!important;
    font-weight: 550;
}

div.main-nav ul.navbar-nav li a:active, div.main-nav ul.navbar-nav li a:hover {
    color: #3278ad;
    background-color: rgb(238, 237, 235);
}

div.main-nav ul.navbar-nav li a.active {
    color: #3278ad;
    background-color: rgb(238, 237, 235);
}

a#logo {
    display: inline-block;
    height: 116px;
    width: 200px;
    background: url('../images/nemzeti_logo.png') left top no-repeat transparent;
    background-size:100% 100%;
}

.home-image {
    position: relative;
    padding: 0 0 20px 0;
    background-color: #fff;
}

.home-image .text {
    background-color: #0086BB;
    color: #fff;
    padding: 20px 40px 20px 20px;
    position: absolute;
    bottom: 60px;
    right: 0px;
}

.home-image .text a {
    color: #fff;
    display: inline-block;
    padding: 7px 20px;
    background-color: transparent;
    border: 1px solid #fff;
    text-decoration: none;
    font-weight: bold;
    margin: 0;
    text-align: center;
}

div.app_block_service_dial_center_search_form {
    padding: 20px 40px;
    background-color: #0086BB;
    color: #fff;
}

div.app_block_service_dial_center_search_form select {
    border: 1px solid #fff;
    border-radius: 0;
}

.bg-blue {
    background-color: #0086BB;
    color: #fff;
}

.social-box {
    background-color: #eeedeb;
    padding: 20px 40px;
    color: #0086BB;
    font-size: 18px;
}

.social-box a {
    margin-left: 20px;
}

.social-box a i {
    color: #0086BB;
    font-size: 40px;
}

.footer-content {
    background-color: #0086BB;
    padding: 44px;
}

.page-footer a {
    font-size: 18px;
}

.footer-content ul {
    list-style: none;
}

.footer-content ul li {
    padding: 1px 0 20px 0
}

.footer-content a, .footer-content a:active, .footer-content a:visited {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
}

.footer-content a:hover {
    color: #fff;
}

.footer-content ul li:first-child a {
    font-weight: bold;
}

.footer-content ul li:not(:first-child) a:after {
    font-family: "FontAwesome";
    content: ' \F105';
}

.page-footer-notes {
    background-color: #071b45;
}

.page-footer-notes-content {
    padding: 44px;
    color: #fff;
}

.center-head .name {
    color: rgb(255, 255, 255);
    display: block;
}

.center-head .name h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    margin: 40px;
}

.content-box {
    color: rgb(7, 27, 69);
}








/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li{ position: relative; 	}
    .nav-item .submenu{
        display: none;
        position: absolute;
        left:100%; top:-7px;
    }
    .nav-item .submenu-left{
        right:100%; left:auto;
    }
    .dropdown-menu > li:hover{ background-color: #f1f1f1 }
    .dropdown-menu > li:hover > .submenu{ display: block; }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu{
        margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
    }
}
/* ============ small devices .end// ============ */