/* ==Main */
/* ----------------------------------------------- */
html {
    height: 100%;
}


.footer .container .row .col-sm-12.col-md-4.social-icons {
    float: right !important;

}

/* 2022 02 07 kezdet */
/*@media (min-width:300px) and (max-width: 1152px) {
    .navbar-brand {
        padding: 0 5px !important;
    }
}

@media (max-width: 1152px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        float: none;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}*/

/* 2022 02 07 vég */

a,
a:link,
a:visited {
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

a:focus,
a:hover {
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.blogcellak_outer {
    padding-top: 15px;
}

.blogcellak_root {
    padding-bottom: 30px;
}

.blogcellak_root .blogcellak_img {
    overflow-y: hidden;
    height: 150px;
}

.blogcellak_root .blogcellak_txt {
    overflow-y: hidden;
    height: 60px;
}

.blogcellak_root .text-primary {
    text-transform: uppercase;
}


/** ios responsive image */
.img-responsive {
    width: 100%;
}

/* ==Main Navbar */
/* ----------------------------------------------- */
.top-navbar {
    padding: 8px 0;
    font-size: 14px;
	/*background: #ef7f1b;*/
}

.top-navbar A {
    color: rgb(255, 222, 192);
}

.top-navbar A:hover {
    text-decoration: underline;
}

.top-navbar {
    color: #ffdec0;
}

.top-navbar span.contact {
    margin: 0 10px;
    position: relative !important;
    top: -9px !important;

}

.top-navbar span.contact i.fa {
    color: #d56400;
    top: 3px;
}

.top-navbar .btn {
    padding: 5px 12px;
}

#pannon-safe-navbar .nav li ul {
    position: absolute;
    background: white;
    top: 81px;
    padding-left: 0px;
    padding-right: 0;
    padding-bottom: 10px;
}

#pannon-safe-navbar .nav li ul li {
    display: block;
    width: 100%;
}

@media (max-width: 992px) {
    #pannon-safe-navbar .nav li ul {
        top: 54px;
    }
}

@media (max-width: 768px) {

    #pannon-safe-navbar .nav li ul {
        position: relative;
        top: 0;
        padding-bottom: 15px;
    }

}

#pannon-safe-navbar .nav li ul li {
    display: block;
}

#pannon-safe-navbar .nav li ul li a {
    display: block;
    padding-left: 15px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 16px;
}


@media (max-width: 1320px) {
    body {
        background-position: 25% top;
    }

    .top-navbar .right-container {
        padding: 0;
    }

    .top-navbar .right-container .contact {
        margin: 0 3px;
    }

    .top-navbar .right-container .btn {
        margin-left: 5px;
    }
}

@media (max-width: 992px) {
    body {
        background-position: 25% top;
    }

    .top-navbar .right-container {
        /*margin-top: -3px;
        font-size: 12px;
        line-height: 1.8;*/
    }

    .top-navbar .right-container .btn {
        /*padding: 1px 5px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 2px;*/
    }
}

@media (max-width: 768px) {
    body {
        background-position: 30% top;
    }

    .top-navbar .right-container .primary-multiuser-icon {
        /*width: 0;
        height: 0;
        margin-right: 0;
        margin-bottom: 3px;*/
    }
}

.top-navbar .btn {
    margin-left: 15px;
}

.top-navbar .btn-secondary {
    color: #419094;
}

.top-navbar .btn-secondary:hover {
    color: #4fa0a5;
}


.langSwitcherForm {
    display: inline-block;
    position: relative;
    top: 2px;
}

.langSwitcherForm .myBtn {
    background-color: transparent;
    border: none;
    border-radius: 0;
    width: 30px;
    height: 20px;
    background-size: cover;
    text-transform: uppercase;
}

/*.langSwitcherForm .myBtn.hungarian{
    background-image: url('../images/flags/hungarian.png');
}

.langSwitcherForm .myBtn.german{
    background-image: url('../images/flags/german.png');
}

.langSwitcherForm .myBtn.english{
    background-image: url('../images/flags/english.png');
}*/

@media screen and (min-width:300px)
{
	.header-image-mobile {
	display:block;
	}

	.header-image-other {
	display:none;
	}
}

@media screen and (min-width:845px)
{
	.header-image-mobile {
	display:none;
	}

	.header-image-other {
	display:block;
	}
}


/* ==Main Navbar */
/* ----------------------------------------------- */
.main-navbar {
    background: transparent;
}

.main-navbar .container {
    padding: 0;
}

.main-navbar .navbar {
    margin-bottom: 0;
}

.main-navbar .logo {
    margin-top: -13px;
    padding: 0 !important;
    border: none !important;
}

@media (max-width: 640px) {
    .main-navbar .logo {
        margin-top: 0;
    }

    .main-navbar .logo img {
        min-width: 200px;
        width: 200px;
    }
}

@media (min-width: 640px) and (max-width: 768px) {
    .main-navbar .logo {
        margin-top: 0;
    }

    .main-navbar .logo img {
        min-width: 200px;
    }
}

@media (max-width: 768px) {
    .main-navbar .navbar-right li {
        float: none;
    }

    .main-navbar .logo-container {
        width: 0 !important;
    }

    .main-navbar .navbar-nav {
        padding-left: 15px;
    }

    .main-navbar .navbar-nav li a,
    .main-navbar .navbar-nav li a:focus,
    .main-navbar .navbar-nav li a:active {
        padding: 10px;
        font-size: 16px;
        line-height: 20px;
        border: none;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .main-navbar .logo img {
        min-width: 225px;
        margin-top: 5px;
    }
}

@media (max-width: 992px) {
    .main-navbar .navbar-default {
        background: none !important;
        margin: 15px 0;
    }

    .main-navbar #pannon-safe-navbar {
        padding-left: 0;
    }

    .main-navbar .navbar-container {
        padding: 0 !important;
    }
}

@media (min-width: 992px) {
    .main-navbar .logo img {
        min-width: 252px;
        min-height: 60px;
    }
}

@media (min-width: 992px) and (max-width: 1070px) {
    .main-navbar .logo {
        margin-top: 0;
    }

    .main-navbar #pannon-safe-navbar {
        padding-left: 5px;
    }

    .main-navbar .navbar-nav {
        font-size: 16px;
    }
}

/* ==Icon */
/* ----------------------------------------------- */
.primary-phone-icon {
    background: url(../images/icon/phone_icon.png);
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1px;
}

.primary-fax-icon {
    background: url(../images/icon/fax_icon.png);
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1px;
}

.primary-email-icon {
    background: url(../images/icon/email_icon.png);
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.primary-multiuser-icon {
    background: url(../images/icon/multiuser_icon.png);
    width: 29px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.car-icon {
    background: url(../images/icon/car_icon.png) no-repeat center center #ef7f1b;
    width: 106px;
    height: 106px;
    display: inline-block;
    vertical-align: middle;
    padding: 24px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.utasbiztositas-icon {
    background: url(../images/icon/utasbiztositas-icon.png) no-repeat center center #ef7f1b;
    width: 106px;
    height: 106px;
    display: inline-block;
    vertical-align: middle;
    padding: 24px;
    margin-top: 25px;
    margin-bottom: 20px;
}


.car-flip-icon {
    background: url(../images/icon/car_flip_icon.png) no-repeat center center #ef7f1b;
    width: 106px;
    height: 106px;
    display: inline-block;
    vertical-align: middle;
    padding: 24px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.family-icon {
    background: url(../images/icon/family_icon.png) no-repeat center center #ef7f1b;
    width: 106px;
    height: 106px;
    display: inline-block;
    vertical-align: middle;
    padding: 24px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.travel-icon {
    background: url(../images/icon/travel_icon.png) no-repeat center center #ef7f1b;
    width: 106px;
    height: 106px;
    display: inline-block;
    vertical-align: middle;
    padding: 24px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.lakastakarek-icon {
    background: url(../images/icon/lakastakarek_icon.png) no-repeat center center #ef7f1b;
    width: 106px;
    height: 106px;
    display: inline-block;
    vertical-align: middle;
    padding: 24px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.vallalkozoi-icon {
    background: url(../images/icon/vallalkozoi_icon.png) no-repeat center center #ef7f1b;
    width: 106px;
    height: 106px;
    display: inline-block;
    vertical-align: middle;
    padding: 24px;
    margin-top: 25px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .contact-icons {
        padding: 0 80px;
    }
}

.contact-icons h4 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.contact-icons p {
    line-height: 1.4;
}

.map-icon {
    background: url(../images/icon/map_icon.png) no-repeat center center #ef7f1b;
    width: 93px;
    height: 93px;
    display: block;
    vertical-align: middle;
    padding: 18px;
    margin-right: 25px;
}

.phone2-icon {
    background: url(../images/icon/phone2_icon.png) no-repeat center center #ef7f1b;
    width: 93px;
    height: 93px;
    display: block;
    vertical-align: middle;
    padding: 18px;
    margin-right: 25px;
}

.mail2-icon {
    background: url(../images/icon/mail2_icon.png) no-repeat center center #ef7f1b;
    width: 93px;
    height: 93px;
    display: block;
    vertical-align: middle;
    padding: 18px;
    margin-right: 25px;
}

.facebook-icon {
    background: url(../images/icon/icons8-facebook-100.png) no-repeat;
    background-size: cover;
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}

.googleplay-icon {
    background: url(../images/icon/icons8-google-play-100.png) no-repeat;
    background-size: cover;
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}

.insta-icon {
    background: url(../images/icon/icons8-instagram-old-100.png) no-repeat;
    background-size: cover;
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}

.google-plus-icon {
    background: url(../images/icon/g_icon.png) no-repeat;
    width: 68px;
    height: 68px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}

.instagram-icon {
    background: url(../images/icon/i_icon.png) no-repeat;
    width: 68px;
    height: 68px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}

.youtube-icon {
    background: url(../images/icon/icons8-youtube-100.png) no-repeat;
    background-size: cover;
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}

.colour-logo {
    background: url(../images/colour_logo.png) no-repeat;
    width: 74px;
    height: 37px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 16px;
}

/* ==Content */
/* ----------------------------------------------- */
@media (min-width: 992px) and (max-width: 1320px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        width: unset;
    }
}

.content {
    background: #fff;
    padding-bottom: 25px;
}

.content img {
    display: block;
    max-width: 100%;
    height: auto;
}

.content ul {
    list-style-type: none;
    padding-left: 15px;
}

.content .panel-body ul li:before {
    content: "\00bb";
    margin-right: 10px;
}

.content .panel-body img.limited_width {
    border-bottom: 5px solid #ef7f1b;
    margin-bottom: 5px;
    max-width: 330px;
}

.content .panel-body img.pull-left {
    margin-right: 15px;
}

.content .panel-body img.pull-right {
    margin-left: 15px;
}

.content ul.nav {
    list-style-type: none;
    padding-left: 15px;
    font-size: 18px;
    line-height: 1.6;
}

.content ul.nav li:before {
    content: "";
    margin-right: 0;
}

.content .contact-description {
    color: #666666;
    line-height: 1.7;
}

.content ul.nav li:first-child {
    border-top: 1px solid #d5d5d5;
}

.content ul.nav li {
    border-bottom: 1px solid #d5d5d5;
}

.content ul.nav li a {
    color: #202632;
}

.content ul.nav li a:hover {
    color: #ef7f1b;
}

.content ul.nav li a:before {
    content: "\00bb";
    margin-right: 10px;
}

.content .nav > li > a:hover,
.content .nav > li > a:focus {
    text-decoration: none;
    background: none;
}

.text-primary,
.content h1.primary,
.content h2.primary,
.content h3.primary,
.content h4.primary,
.content h5.primary {
    color: #ef7f1b;
}

.text-secondary,
.content h1.secondary,
.content h2.secondary,
.content h3.secondary,
.content h4.secondary,
.content h5.secondary {
    color: #035458;
}

.text-tertiary {
    color: #202632;
}

.text-gray {
    color: #666;
}

.text-muted {
    color: #868c98;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-vertical {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.no-padding-horizontal {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.big-padding-left {
    padding-left: 35px !important;
}

.normal-padding-top {
    padding-top: 20px !important;
}

.small-margin-top {
    margin-top: 10px !important;
}

.normal-margin-top {
    margin-top: 20px !important;
}

.small-margin-bottom {
    margin-bottom: 5px;
}

.normal-margin-left {
    margin-left: 15px !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.font-20 {
    font-size: 20px;
}

/* ==Bootstrap Main */
/* ----------------------------------------------- */
a:focus {
    outline: 0 !important;
}

a.btn {
    text-shadow: none;
}

h4 {
    font-size: 18px;
    line-height: 1.3;
}

.primary-box h4.text-secondary {
    line-height: 1.6;
    margin-top: 5px;
}

.primary-box h3 {
    margin-bottom: 0;
}

.circle-icons {
    margin-bottom: 0;
}

.circle-icons .panel-body {
    padding-bottom: 0;
}

.circle-icons h3.text-secondary {
    font-size: 22px;
    margin-top: 0;
}

.contact-icons {
    margin-top: 35px;
}

/* ==Alert */
/* ----------------------------------------------- */
.alert {
    color: #333333;
    background-color: rgba(255, 255, 255, 0.3);
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-width: 8px;
    border-radius: 0;
    padding: 0 15px;
}

.alert-primary {
    border-color: #ef7f1b;
}

.alert-primary strong {
    color: #ef7f1b;
}

.alert-secondary {
    border-color: #035458;
}

.alert-secondary strong {
    color: #035458;
}

.alert-success {
    border-color: #035458;
}

.alert-success strong {
    color: #035458;
}

.alert-info {
    border-color: #232935;
}

.alert-info strong {
    color: #232935;
}

.alert-warning {
    border-color: #ef7f1b;
}

.alert-warning strong {
    color: #ef7f1b;
}

.alert-danger {
    border-color: #ef1b1b;
}

.alert-danger strong {
    color: #ef1b1b;
}

/* ==Button */
/* ----------------------------------------------- */
button {
    outline: none !important;
}

.btn {
    border: none;
}

.btn-secondary {
    color: #fff;
    background-color: #035458;
    border-color: #023c3f;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
    background-color: #023c3f;
    text-decoration: none;
}

.btn-secondary.btn-lg {
    font-size: 16px;
    font-weight: bold;
    padding: 25px 30px 20px 30px;
}

.btn-link {
    text-shadow: none;
    box-shadow: none;
}

.btn .glyphicon {
    top: 2px;
    margin-right: 7px;
}

/* ==Breadcrumb */
/* ----------------------------------------------- */
.breadcrumb {
    border-radius: 0;
    background-color: rgba(3, 84, 88, 0.75);
    color: #fff;
    width: auto;
    display: inline-block;
    float: left;
    font-size: 18px;
    padding: 19px 30px 15px 40px;

    margin-top: -49px;
    margin-bottom: 10px;
}

.breadcrumb-pre-box {
    position: absolute;
    background: #ef7f1b;
    width: 53px;
    height: 53px;
    margin-top: -45px;
    margin-left: -25px;
}

.breadcrumb-pre-box:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 19px 0;
    border-color: transparent #df6203 transparent transparent;
    margin-top: 53px;
}

@media (max-width: 992px) {
    .breadcrumb {
        font-size: 24px;
        padding: 10px 15px 8px 20px;
        margin-top: -30px;
    }

    .breadcrumb-pre-box {
        width: 22px;
        height: 22px;
        margin-top: -14px;
        margin-left: -10px;
    }

    .breadcrumb-pre-box:after {
        border-width: 0 10px 16px 0;
        margin-top: 22px;
    }
}

@media (max-width: 640px) {
    .breadcrumb {
        font-size: 14px;
        padding: 10px 15px 8px 20px;
        margin-top: -22px;
    }

    .breadcrumb-pre-box {
        width: 16px;
        height: 16px;
        margin-top: -10px;
        margin-left: -10px;
    }

    .breadcrumb-pre-box:after {
        border-width: 0 10px 11px 0;
        margin-top: 16px;
    }
}

.breadcrumb > li + li:before {
    content: "\00bb";
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb a:hover {
    text-decoration: none;
}

.breadcrumb .active {
    color: #fff;
    font-weight: bold;
}

/* ==Circle Icon */
/* ----------------------------------------------- */
.circle-icon {
    display: inline-block;
    border-radius: 60px;
    font-size: 20px;
    padding: 30px;
}

.circle-icon-primary {
    background: #ef7f1b;
}

.circle-icon-secondary {
    background: #035458;
}

/* ==Form */
/* ----------------------------------------------- */
.form-group label {
    font-weight: normal;
}

.form-group-primary .form-control {
    border-color: #ef7f1b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-group-primary {
    color: #ef7f1b;
}

.form-group-primary input {
    color: #ef7f1b;
}

.form-group-primary input::-webkit-input-placeholder {
    color: #ef7f1b;
}

.form-group-primary input:-ms-input-placeholder {
    color: #ef7f1b;
}

.form-group-primary input:-moz-placeholder {
    color: #ef7f1b;
}

.form-group-primary input::-moz-placeholder {
    color: #ef7f1b;
    opacity: 1;
}

.has-feedback-left .form-control-feedback {
    left: 0;
    font-size: 18px;
}

.has-feedback-left .form-control-feedback.fa {
    line-height: 36px !important;
    font-size: 20px;
}

.has-feedback-left .form-control {
    padding-left: 47.5px;
    padding-right: 0;
}

@media (min-width: 992px) {
    form.claim-reporting {
        margin-top: 15px;
        padding: 0 80px;
    }

    form.contact {
        margin-top: 80px;
        padding: 0 80px;
    }
}

/* ==Jumbotron */
/* ----------------------------------------------- */
.jumbotron {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-left: 5px solid #ef7f1b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* ==Media */
/* ----------------------------------------------- */
.media .media-heading {
    margin: 0 0 10px;
}

.media hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

.media-meta .meta-info {
    margin-right: 10px;
}

.media-meta .meta-info .glyphicon {
    padding: 0 5px;
    color: #cccccc;
}

.media .tags a {
    margin-right: 10px;
}

.media .tags .glyphicon {
    padding: 0 5px;
    color: #cccccc;
}

.media-list .media:before {
    content: none;
}

.media .thumbnail {
    margin-bottom: 10px;
}

.media .thumbnail.pull-none {
    clear: both;
}

.media .thumbnail.pull-left {
    margin-right: 15px;
}

.media .thumbnail.pull-right {
    margin-left: 15px;
}

.media .thumbnail.pull-center {
    margin: 5px auto;
}

.media .thumbnail .caption p {
    margin: 0;
    text-align: center;
}

/* ==Pagination */
/* ----------------------------------------------- */
.pagination a {
    border: 1px solid #ef7f1b;
    text-shadow: 0 -1px 0 rgba(215, 70, 52, 0.75);
}

.pagination a.active {
    background: #ffb021;
    box-shadow: none;
}

/* ==Panel */
/* ----------------------------------------------- */
.panel {
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.panel > .panel-heading {
    background: none;
    padding: 20px 11px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #333333;
    border: none;
    border-left: 4px solid;
    border-radius: 0;
    margin: 10px 0;
}

.panel-title {
    font-size: 24px;
    font-weight: 500;
}

h1.panel-title {
    font-size: 40px;
}

.panel > .panel-body {
    background: #fff;
    padding-left: 0;
    padding-right: 0;
}

.panel-default > .panel-heading {
    border-left-color: #bababa;
}

.panel-primary > .panel-heading {
    border-left-color: #ef7f1b;
}

.panel-success > .panel-heading {
    border-left-color: #035458;
}

.panel-info > .panel-heading {
    border-left-color: #232935;
}

.panel-warning > .panel-heading {
    border-left-color: #ef7f1b;
}

.panel-danger > .panel-heading {
    border-left-color: #ef1b1b;
}

.panel-primary h3.panel-title {
    font-size: 30px;
}

/* ==Table */
/* ----------------------------------------------- */
.table-primary thead {
    background: #ef7f1b;
    color: #fff;
    border-bottom: 3px solid #c9660e;
}

.table-primary.table-bordered > thead > tr > th {
    border: 1px solid #c9660e !important;
}

/* ==List Group */
/* ----------------------------------------------- */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background: #f5f5f5;
    border-color: #dddddd;
    border-left: 3px solid #ef7f1b;
    color: #c9660e;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #ef7f1b;
}

/* ==Navbar */
/* ----------------------------------------------- */
.navbar {
    border-top: none;
    margin-left: 25px;
    font-size: 18px;
}

@media (min-width: 768px) {
    #pannon-safe-navbar {
        padding-right: 0;
    }
}

.navbar-default {
    background: #fff;
    border: none;
}

.navbar-inverse {
    background: #242a36;
    border-color: #1e2631;
    box-shadow: 0 10px 8px -8px rgba(0, 0, 0, 0.2);
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #ef7f1b;
    background: none;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #1e2631;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.top-nav-collapse {
    background: rgba(255, 255, 255, 0.95);
}

.top-nav-collapse:hover {
    background: rgba(255, 255, 255, 1);
}

.navbar-brand {
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
}

.navbar-default .navbar-nav > li > a {
    color: #3c3c3c;
}

.navbar-nav li a,
.navbar-nav li a:focus,
.navbar-nav li a:active {
    padding-top: 31px;
    padding-bottom: 21px;
    border-bottom: 5px solid transparent;
    font-weight: bold;
    text-transform: uppercase;
}

.navbar-nav li.active a,
.navbar-nav li.dropdown a:active {
    border-color: #ef7f1b;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav li a:active,
.navbar-nav li.dropdown a:focus,
.navbar-nav li.dropdown a:active {
    background: none;
}

.navbar-right li {
    float: left;
    list-style: none;
}

.navbar-inverse .navbar-toggle {
    border-color: #c9660e;
    background-color: #ef7f1b;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    border-color: #a8550c;
    background-color: #c9660e;
}

@media (max-width: 1320px) {
    .navbar .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .navbar-right {
        margin: 0;
    }

    .navbar .navbar-nav > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .navbar .navbar-nav > li > a {
        font-size: 12px;
        padding-top: 15px;
        padding-bottom: 10px;
    }
}

/* ==Dropdown */
/* ----------------------------------------------- */
.dropdown-menu {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
}

.dropdown-menu > li > a,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active {
    padding: 10px 20px;
    border: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active {
    border-left: 3px solid #035458;
    background-color: rgba(0, 0, 0, 0.05);
    padding-right: 17px;
}

.dropdown-submenu.open > a {
    border-top: 3px solid #ef7f1b;
    background-color: #1a252d;
}

.dropdown-submenu > .dropdown-menu {
    top: 0 !important;
    left: 100% !important;
    margin-top: -6px;
    margin-left: -1px;
    padding: 5px 0;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.subcaret {
    display: block;
    float: right;
    margin-top: 6px;
    border-left: 4px solid;
    border-top: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid rgba(0, 0, 0, 0);
}

/* ==Carousel */
/* ----------------------------------------------- */
.carousel {
    margin-bottom: 20px;
}

.carousel .carousel-indicators li {
    margin: 1px;
}

.carousel .carousel-indicators li.active {
    margin: 0;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .carousel-caption {
        left: 10%;
        right: 55%;
        bottom: 25%;
        max-width: 600px;
        padding-bottom: 10px;
    }

    .carousel-indicators-container {
        left: 10%;
        bottom: 7%;
        position: absolute;
        width: auto;
        background: rgba(137, 137, 137, 0.33);
        z-index: 1000;
        padding: 14px 25px 7px 25px;
        text-align: center;
    }

    .carousel-indicators {
        left: 0;
        right: 0;
        bottom: 0;
        position: relative;
        margin: 0 auto;
        width: auto;
    }
}

/* ==Carousel --Navy */
/* ----------------------------------------------- */
.carousel-secondary .carousel-indicators li {
    background-color: #e6dfdd;
    border-color: #e6dfdd;
    width: 20px;
    height: 20px;
}

.carousel-secondary .carousel-indicators .active {
    background-color: #fff;
    margin: 1px !important;
}

.carousel-secondary .carousel-control {
    width: 0;
}

.carousel-secondary .carousel-control.left,
.carousel-secondary .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

.carousel-secondary .carousel-control.left span,
.carousel-secondary .carousel-control.right span {
    padding: 16px 10px;
}

.carousel-secondary .carousel-control .glyphicon-chevron-left,
.carousel-secondary .carousel-control .icon-prev {
    margin-left: 0;
}

.carousel-secondary .carousel-control .glyphicon-chevron-right,
.carousel-secondary .carousel-control .icon-prev {
    margin-right: 0;
}

.carousel-secondary .carousel-control .glyphicon-chevron-left,
.carousel-secondary .carousel-control .glyphicon-chevron-right,
.carousel-secondary .carousel-control .icon-prev,
.carousel-secondary .carousel-control .icon-next {
    position: absolute;
    z-index: 5;
    width: 50px;
    height: 65px;
    display: inline-block;
}

@media (max-width: 768px) {
    .carousel-secondary .carousel-control .glyphicon-chevron-left,
    .carousel-secondary .carousel-control .glyphicon-chevron-right,
    .carousel-secondary .carousel-control .icon-prev,
    .carousel-secondary .carousel-control .icon-next {
        height: 50px;
    }
}

.carousel-secondary .carousel-control .glyphicon-chevron-left,
.carousel-secondary .carousel-control .icon-prev {
    left: 0;
}

.carousel-secondary .carousel-control .glyphicon-chevron-right,
.carousel-secondary .carousel-control .icon-next {
    right: 0;
}

.carousel-secondary .carousel-control.left span,
.carousel-secondary .carousel-control.right span {
    background-color: #035458;
}

.carousel-secondary .carousel-control.left span:hover,
.carousel-secondary .carousel-control.right span:hover {
    background-color: #03494d;
}

.carousel-secondary .carousel-caption {
    color: #a0d3d1;
    background-color: rgba(3, 84, 88, 0.75);
    text-shadow: none;
    text-align: left;
    padding: 40px 45px;
}

.carousel-secondary .carousel-caption h3 {
    color: #fff;
    font-size: 40px;
}

.carousel-secondary .carousel-caption p {
    font-size: 16px;
}

.carousel-secondary .btn-secondary {
    color: #419094;
}

.carousel-secondary .btn-secondary:hover {
    color: #4fa0a5;
}

.carousel-secondary .carousel-caption-pre-box {
    position: absolute;
    background: #ef7f1b;
    width: 45px;
    height: 45px;
    margin-top: 25px;
    margin-left: -70px;
}

.carousel-secondary .carousel-caption-pre-box:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 20px 0;
    border-color: transparent #df6203 transparent transparent;
    margin-top: 45px;
}

/* ==Work at me */
/* ----------------------------------------------- */
.work-at-me {
    background: url(../images/work_bg.jpg);
    padding: 35px 0 45px 0;
    color: #fff;
    margin-bottom: 35px;
}

.work-at-me h3 {
    font-size: 30px;
}

.work-at-me h4 {
    font-size: 20px;
}

.work-at-me .btn-link {
    border: 3px solid #878e9c;
    color: #878e9c;
    margin-top: 30px;
}

.work-at-me .btn-link:hover {
    border: 3px solid #636a77;
}

.work-at-me .btn-link:hover,
.work-at-me .btn-link:hover a {
    color: #636a77;
}

.work-at-me .btn-link a {
    color: #878e9c;
}

/* ==About Images */
/* ----------------------------------------------- */
.about-images .img-responsive {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

/* ==Work Panel */
/* ----------------------------------------------- */
.work-panel-body {
    margin-top: 0;
    font-size: 14px;
    color: #202632;
    line-height: 1.4;
}

.work-panel-body h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}

.work-panel-body .alert {
    margin-bottom: 40px;
}

.work-panel-body p {
    margin-bottom: 40px;
}

ul.expectations {
    margin-top: 15px;
    margin-bottom: 25px;
}

ul.expectations li:before {
    content: "" !important;
    display: none;
}

ul.expectations li {
    margin: 5px 0;
}

/* ==Image Caption */
/* ----------------------------------------------- */
.image-caption {
    position: relative;
    display: inline-block;
    margin-top: 33px;
}

.image-caption img {
    margin: 0 !important;
    padding: 0;
    border: none !important;
}

.image-caption .text {
    position: absolute;
    background-color: rgba(0, 78, 83, 0.8);
    color: #fff;
    bottom: 0;
    text-align: left;
    padding: 11px 25px;
    width: 100%;
}

.image-caption .text h3 {
    font-size: 26px;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 7px;
    font-weight: 600;
}

.image-caption .text h3 small {
    font-size: 14px;
    color: #fff;
    display: block;
    font-weight: normal;
}

.image-caption .text p {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 600;
    margin-bottom: 0;
}

/* ==Footer */
/* ----------------------------------------------- */
.google-maps {
    margin-bottom: -10px;
}

/* ==Footer */
/* ----------------------------------------------- */
.top-footer {
    padding-top: 25px;
    padding-bottom: 45px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;

    color: #232935;
    background: #f1f1f1;
    font-size: 14px;
}

.top-footer h3 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d3d3d3;
    font-size: 24px;
}

.top-footer h3::after {
    content: "";
    width: 15%;
    height: 3px;
    background-color: #ef981b;
    position: absolute;
    bottom: 0;
    left: 0;
}

.top-footer p,
.top-footer a {
    color: #232935;
}

.top-footer a:hover {
    color: #ef7f1b;
}


.top-footer ul {
    list-style-type: none;
    margin-bottom: 10px;
    padding-left: 0;
    font-weight: 700;
}

.top-footer ul li {
    margin: 9px 0;
}

.top-footer ul li:before {
    font-size: 13px;
    content: "\25BA";
    margin-right: 15px;
    color: #ef7f1b;
}

.pre-footer {
    padding-top: 25px;
    padding-bottom: 30px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    order: 4;

    color: #7a808d;
    background: #232935;
    font-size: 14px;
    box-shadow: 0 10px 8px -8px rgba(0, 0, 0, 0.2);
}

.pre-footer .to-top {
    position: absolute;
    background: url(../images/arrow.png) no-repeat center 9px #232935;
    width: 72px;
    height: 72px;
    display: inline-block;
    vertical-align: middle;
    padding: 24px 24px;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -56px;
}

.pre-footer .to-top:hover {
    cursor: pointer;
}

.pre-footer h3 {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
    color: #fff;
}

.pre-footer h3::after {
    content: "";
    width: 15%;
    height: 3px;
    background-color: #515a6c;
    position: absolute;
    bottom: 0;
    left: 0;
}

.pre-footer p,
.pre-footer a {
    color: #7a808d;
}

.pre-footer a:hover {
    color: #fff;
}

.pre-footer ul {
    list-style-type: none;
    margin-bottom: 10px;
    padding-left: 0;
}

.pre-footer ul li {
    margin: 9px 0;
}

.footer {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    order: 5;

    color: #444952;
    background: #181c24;
    font-size: 14px;
}

.footer .to-center {
    padding-top: 24px;
}

.footer a {
    color: #444952;
}

.footer ul {
    padding-left: 20px;
}

.rjttt {
    display: none;
}

.fsi {
    font-style: italic;
}

.fancybox-inner {
    box-sizing: content-box;
}

#login_form {
    padding-top: 20px;
}


.subPage.irodakereso .panel-body table td, .subPage.irodakereso .panel-body table th,
.myDataTable td, .myDataTable th {
    border: 0px solid #dedede;
    padding: 5px;
}


.subPage.irodakereso .panel-body table thead tr,
.myDataTable thead tr {
    background: #035458;
    color: white;
}

.subPage.irodakereso .panel-body table tbody tr:nth-child(even),
.myDataTable tbody tr:nth-child(even) {
    background: #f0f0f0;

}

table.dataTable.no-footer {
    border-bottom: none !important;
}

.dataTables_wrapper .dataTables_filter {
    float: none !important;
    text-align: left !important;
    margin-bottom: 20px !important;
}

.cc_container {
    right: auto !important;
    left: 20px !important
}

/* ROLUNK MONDTAK */

.testimonials {
    overflow: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.testimonials h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0px;
}

.testimonials .quoting {
    font-style: italic;
    color: #8e8e8e;
    font-size: 17px;
}

.testimonials .quoting i {
    color: #e7e7e7;
    font-size: 20px;
}

.testimonials .name {
    color: #ee5816;
    font-weight: bold;
    margin: 1em 0;
}

.testimonials .fa-circle {
    color: #d2d7d9;
    font-size: 23px;
    margin: 0 1em;
}

.testimonials hr {
    margin-top: 0;
    margin-bottom: 7px;
    width: 29%;
    display: inline-block;
    border-top: 2px solid #d2d7d9;
}

.testimonials .separator {
    margin: 1.5em 0;
}

.testimonials .fa-chevron-left, .testimonials .fa-chevron-right {
    color: #bdbdbd;
    font-size: 20px;
    margin-right: 15px;
    cursor: pointer;
}

.index .testimonials {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.index .testimonials hr {
    width: 23%;
}

.index .testimonials h2 {
    margin-top: 0;
}

.index .testimonials .slider-navigation {
    text-align: center;
}

.index .testimonials .fa-chevron-left, .index .testimonials .fa-chevron-right {
    margin-right: 8px;
    margin-left: 12px;
}

/* BLOG SLIDER */

.index .blog-slider .image-holder {
    display: block;
    height: 145px;
    max-height: 145px;
    background-repeat: no-repeat;
    background-size: cover;
}

.index .blog-slider .blog-slider-box .title {
    margin-top: 10px;
}

.index .blog-slider .blog-slider-box {
    margin-left: 10px;
    margin-right: 10px;
}

.index .blog-slider .fa-chevron-left, .index .blog-slider .fa-chevron-right {
    font-size: 33px;
    color: #c3c4c5;
    cursor: pointer;
}

.index .blog-slider .chevron {
    margin-top: 7%;
}

img.imgleft {
    float: left;
    padding: 0 20px 20px 0;
}

/* B Hirfolyam */

.subPage.hirfolyam .searchRow {
    margin-bottom: 30px;
}

.subPage.hirfolyam .searchHolder {
    position: relative;
    width: 295px;
    float: right;
}

.subPage.hirfolyam .searchBtn {
    position: absolute;
    top: 8px;
    left: 11px;
    color: #76787d;
    background: none;
    border: none;
}

.subPage.hirfolyam .searchBtn:hover {
    cursor: pointer;
}

.subPage.hirfolyam .searchInput {
    border: none;
    height: 40px;
    width: 100%;
    padding-left: 47px;
    color: #9b9da1;
}

.subPage.hirfolyam .searchInput:focus {
    outline-color: transparent;
    outline-style: none;
}

.subPage.hirfolyam .content {
    background-color: #f1f2f4 !important;
}

.subPage.hirfolyam .panel {
    position: relative;
    margin-left: 35px;
    background-color: white;
    padding: 30px 50px;
}

.subPage.hirfolyam h3.panel-title {
    font-size: 26px;
    font-weight: bold;
}

.subPage.hirfolyam .panel-body {
    color: #666666;
}

.subPage.hirfolyam .panel-body li {
    margin-bottom: 8px;
}

.subPage.hirfolyam .panel-body li * {
    display: inline;
}

.subPage.hirfolyam .panel-body p:first-child {
    font-weight: bold;
}

.subPage.hirfolyam .datebox {
    background-color: #f58221;
    width: 80px;
    height: 80px;
    text-align: center;
    color: white;
    position: absolute;
    top: 0;
    left: -45px;
}

.subPage.hirfolyam .datebox .day {
    font-weight: bold;
    font-size: 30px;
    margin-top: 10px;
    line-height: 31px;
}

.subPage.hirfolyam .datebox .month {
    text-transform: uppercase;
    font-size: 10px;
}

.subPage.hirfolyam .datebox .year {
    font-size: 9px;
    line-height: 13px;
}

.subPage.hirfolyam .category-label-holder {
    position: absolute;
    top: 87px;
    left: -45px;
}

.subPage.hirfolyam .category-label {
    display: block;
    color: white;
    text-transform: uppercase;
    padding: 8px;
    height: 30px;
    width: 80px;
    font-size: 11px;
    text-align: center;
}

.subPage.hirfolyam .category-label.bizt-green {
    background-color: #035458;
    margin-bottom: 7px;
}

.subPage.hirfolyam .category-label.hitel-red {
    background-color: #db0f32;
}

.subPage.hirfolyam .panel .r-label {
    display: inline-block;
    background-color: #f1f2f4;
    padding: 6px 18px;
    border-radius: 25px;
    color: #f58121;
    font-weight: bold;
    margin-bottom: 10px;
}

.subPage.hirfolyam .panel .r-label::before {
    content: "#";
}

.subPage.hirfolyam .panel .r-label:hover {
    color: #f6a35e;
    cursor: pointer;
}

.subPage.hirfolyam .panel .downloads {
    margin: 20px 0;
}

.subPage.hirfolyam .panel .downloads .download-link {
    color: #f58221;
    font-weight: bold;
}

.subPage.hirfolyam .panel .downloads .download-link:hover {
    color: #f6a35e;
    cursor: pointer;
}

.subPage.hirfolyam .panel .downloads .downloadAll {
    margin-top: 20px;
    background-color: #f1f2f4;
}

.subPage.hirfolyam .panel .downloads .downloadAll:hover {
    color: #717171;
}

/*.subPage.hirfolyam .panel .downloads .download-link:not(:last-child)::after {
    content: " | ";
    font-weight: bold;
    color: black;
}*/

.subPage.hirfolyam .panel .read-button {
    border-radius: 0;
    background-color: #f21f2a;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    padding: 13px 16px;
}

.subPage.hirfolyam .panel .read-button[disabled], .subPage.hirfolyam .panel .read-button:disabled {
    background-color: rgba(3, 84, 88, 0.76);
}

.subPage.hirfolyam .panel .read-button:hover {
    background-color: rgba(3, 84, 88, 0.76);
}

.subPage.hirfolyam .panel .read-button i {
    font-size: 22px;
    vertical-align: middle;
}

.subPage.hirfolyam .panel .bookmark {
    color: #f58221;
    margin-left: 22px;
}

.subPage.hirfolyam .panel .bookmark:hover {
    color: #f6a35e;
    cursor: pointer;
}

.subPage.hirfolyam .panel .bookmark i {
    vertical-align: middle;
    font-size: 22px;
}

.subPage.hirfolyam .panel .delete-bookmark {
    color: #ec1b1b;
    margin-left: 22px;
}

.subPage.hirfolyam .panel .delete-bookmark:hover {
    color: #f06565;
    cursor: pointer;
}

.subPage.hirfolyam .panel .delete-bookmark i {
    vertical-align: middle;
    font-size: 22px;
}

@media (max-width: 600px) {
    .subPage.hirfolyam .panel .downloads .download-link {
        display: block;
    }

    .subPage.hirfolyam .panel .downloads .download-link:not(:last-child)::after {
        content: "";
    }
}

@media (max-width: 545px) {
    .subPage.hirfolyam .panel .bookmark {
        display: block;
        margin-left: 0;
        margin-top: 20px;
    }
}


.subPage.work .panel-body h1, .subPage.kgfb .panel-body h1 {
    text-align: center;
    font-size: 48px;
    line-height: 1.2;
    color: #ef7f1b;
    text-transform: uppercase;
    font-weight: bold;
}

.subPage.kgfb .panel-body h1 {
    font-size: 32px;
    text-align: left;
}

.subPage.work .panel-body h3, .subPage.kgfb .panel-body h3 {
    text-align: center;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 60px;
}

.subPage.kgfb .panel-body h3 {
    text-align: left;
}

.subPage.kgfb .blogbox h3 {
    margin-bottom: 30px;
}

.subPage.kgfb .blogbox {
    background: #f4f4f4;
    padding: 55px 35px 10px 35px;
}

.subPage.kgfb .blogbox .panel-body {
    background: transparent;
}

.subPage.kgfb .news_box {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.subPage.kgfb .news_box .pic {
    background-size: cover;
    background-position: center center;
    float: left;
    width: 247px;
    height: 152px;
    border-right: 20px solid white;
}

.subPage.kgfb .news_box .white {
    display: block;
    height: 152px;
    background: white;
    padding: 0px 30px 0px 0px;
    font-size: 12px;
}

.orangeCategory {
    color: #f58221;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
}

.subPage.kgfb .news_box .white .date {
    font-size: 10px;
    color: #bababa;
    padding-left: 15px;
}

.subPage.kgfb .news_box .white h4 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #202632;
}

.subPage.kgfb .news_box .white p {

}

.subPage.kgfb .blogbox .panel-body h3 {
    font-size: 28px;
    color: #262626;
    text-transform: uppercase;
}


.subPage.kgfb .panel-body .circle-icons h3 {
    text-align: center;
    margin-bottom: 20px;
}

.subPage.kgfb .panel-body quote {
    border-left: 10px solid #ef7f1b;
    padding-left: 30px;
    font-size: 20px;
    display: block;
}

.subPage.work .content .panel-body ul li, .subPage.kgfb .content .panel-body ul li {
    font-size: 18px;
    padding-left: 38px;
    position: relative;
    margin-bottom: 15px;
}

.subPage.kgfb .content .panel-body ul li {
    font-size: 24px;
}

.subPage.work .content .panel-body ul li:before, .subPage.kgfb .content .panel-body ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #ef7f1b;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 0;
}

.subPage.work .content .panel-body ol {
    #list-style: none;
    #list-style-type: none;
    margin-left: 10px;
}

.subPage.work .content .panel-body ol li {
    font-size: 18px;
    line-height: 2;
}

.subPage.work .content .panel-body .rightPic {

}

/* .subPage.work .content > .container, .subPage.kgfb .content > .container {
    max-width: 980px;
} */


.subPage.work .panel-body .jumpToForm, .subPage.kgfb .panel-body .jumpToForm {
    padding: 17px 46px;
}

.subPage.kgfb .panel-body .jumpToForm {

}

.subPage.work .panel-body .jumpToForm.first, .subPage.kgfb .panel-body .jumpToForm.first {
    margin: 30px 0 30px 50px;
}


/*.subPage.work .panel-body h2, .subPage.kgfb .panel-body h2 {*/
.subPage .panel-body h2 {
    font-size: 34px;
    font-weight: bold;
    color: #004e53;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 50px;
}

/*.subPage.work .panel-body h2:after, .subPage.kgfb .panel-body h2:after {*/
.subPage .panel-body h2:after {
    content: " ";
    display: block;
    border-bottom: 1px solid #004e53;
    width: 135px;
    height: 0px;
    margin-top: 10px;
}

.subPage.work .panel-body div.sarga {

    background: #efb01b;
    background: -moz-linear-gradient(left, #efb01b 0%, #ef811b 100%);
    background: -webkit-linear-gradient(left, #efb01b 0%, #ef811b 100%);
    background: linear-gradient(to right, #efb01b 0%, #ef811b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efb01b', endColorstr='#ef811b', GradientType=1);
    padding: 1px 20px 20px 20px;

    text-align: center;
    color: white;
    padding-bottom: 40px;
    display: block;
    margin-top: 40px;
}


.subPage.work .panel-body div.sarga h2 {
    color: white;
    line-height: 1.5;
}

.subPage.work .panel-body div.sarga h2:after {
    display: none;
}

.subPage.work .panel-body div.sarga h4 {
    font-size: 42px;
    margin-bottom: 0;
    margin-top: 30px;
    font-weight: bold;
}


/* .subPage.work .panel-body div.sarga p {
    max-width: 685px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
} */

.txt20 {
    font-size: 20px;
}

.subPage.kgfb section.testimonials {
    text-align: center;
}

.subPage.kgfb section.testimonials h2 {
    font-size: 28px;
    padding-bottom: 20px;
    background: url(../images/bagolymondjaverebnek.png) no-repeat bottom center transparent;
}

.subPage.kgfb section.testimonials h2::after {
    border: none;
}

.subPage.kgfb section.testimonials div.separator {
    display: none;
}

.subPage.kgfb section.testimonials .slides {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

.subPage.kgfb section.testimonials .quoting {
    font-size: 15px;
}


@media (max-width: 992px) {
    .subPage.kgfb .news_box .white {
        padding-right: 5px;
        line-height: 1.3;
    }

    .subPage.kgfb .news_box .pic {
        width: 207px;
        border-right: 10px solid white;
    }
}

@media (max-width: 720px) {

    .subPage.kgfb .news_box .pic {
        border-right: 0px solid white;
        width: 100%;
        height: 230px;
    }

    .subPage.kgfb .news_box .white {
        height: auto;
        padding-right: 0px;
    }

    .subPage.kgfb .news_box .white .white_inner {
        padding: 10px;
    }

    .orangeCategory {
        padding-top: 10px;
    }

    .subPage.kgfb .news_box .white h4 {
        font-size: 13px;
    }

}


.szechenyi2020 {
    position: fixed;
    left: 0;
    bottom: 0;
}

@media screen and (max-width: 780px) {
    .szechenyi2020 {
        display: none;
    }
}

/*felső kontakt sor beállítása*/

@media screen and (max-width: 1138px) and (min-width: 993px) {
    .top-navbar a {
        font-size: 12px !important;
    }


}

/* ==Main */
/* ----------------------------------------------- */
html {
    height: 100%;
}

body {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    background: #fff;
    /*background: url(../images/bg_h.jpg);*/
    background-repeat: no-repeat;
    background-position: 45% top;

    padding-top: 140px;
}


a,
a:link,
a:visited {
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

a:focus,
a:hover {
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.blogcellak_outer {
    padding-top: 15px;
}

.blogcellak_root {
    padding-bottom: 30px;
}

.blogcellak_root .blogcellak_img {
    overflow-y: hidden;
    height: 150px;
}

.blogcellak_root .blogcellak_txt {
    overflow-y: hidden;
    height: 60px;
}

.blogcellak_root .text-primary {
    text-transform: uppercase;
}


/** ios responsive image */
.img-responsive {
    width: 100%;
}

/* ==Main Navbar */
/* ----------------------------------------------- */
.top-navbar {
    padding: 8px 0;
    font-size: 14px;
}

.top-navbar A {
    color: rgb(255, 222, 192);
}

.top-navbar A:hover {
    text-decoration: underline;
}

.top-navbar {
    color: #ffdec0;
}

.top-navbar span.contact {
    margin: 0 10px;
}

.top-navbar span.contact i.fa {
    color: #d56400;
    top: 3px;
}

.top-navbar .btn {
    padding: 5px 12px;
}

#pannon-safe-navbar .nav li ul {
    position: absolute;
    background: white;
    top: 81px;
    padding-left: 0px;
    padding-right: 0;
    padding-bottom: 10px;
}

#pannon-safe-navbar .nav li ul li {
    display: block;
    width: 100%;
}

@media (max-width: 992px) {
    #pannon-safe-navbar .nav li ul {
        top: 54px;
    }
}

@media (max-width: 768px) {

    #pannon-safe-navbar .nav li ul {
        position: relative;
        top: 0;
        padding-bottom: 15px;
    }

}

#pannon-safe-navbar .nav li ul li {
    display: block;
}

#pannon-safe-navbar .nav li ul li a {
    display: block;
    padding-left: 15px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 16px;
}


@media (max-width: 1320px) {
    body {
        background-position: 25% top;
    }

    .top-navbar .right-container {
        padding: 6px!important;
    }

    .top-navbar .right-container .contact {
        margin: 0 3px;
    }

    .top-navbar .right-container .btn {
        margin-left: 5px;
    }
}

@media (max-width: 992px) {
    body {
        background-position: 25% top;
    }

    .top-navbar .right-container {
        /*margin-top: -3px;
        font-size: 12px;
        line-height: 1.8;*/
    }

    .top-navbar .right-container .btn {
        padding: 1px 5px;
        font-size: 12px;
        line-height: 1.5;
        /*border-radius: 2px;*/
    }
}

@media (max-width: 768px) {
    body {
        background-position: 30% top;
    }

    .top-navbar .right-container .primary-multiuser-icon {
        /*width: 0;
        height: 0;
        margin-right: 0;
        margin-bottom: 3px;*/
    }
}

.top-navbar .btn {
    margin-left: 15px;
}

.top-navbar .btn-secondary {
    color: #419094;
}

.top-navbar .btn-secondary:hover {
    color: #4fa0a5;
}

@media (min-width:0px) and (max-width: 450px) {
	.hidden-xs-450 {
		display: none !important;
	}
}

.langSwitcherForm {
    display: inline-block;
    position: relative;
    top: 2px;
}

.langSwitcherForm .myBtn {
    background-color: transparent;
    border: none;
    border-radius: 0;
    width: 30px;
    height: 20px;
    background-size: cover;
    text-transform: uppercase;
}

/*.langSwitcherForm .myBtn.hungarian{
    background-image: url('../images/flags/hungarian.png');
}

.langSwitcherForm .myBtn.german{
    background-image: url('../images/flags/german.png');
}

.langSwitcherForm .myBtn.english{
    background-image: url('../images/flags/english.png');
}*/


/* ==Main Navbar */
/* ----------------------------------------------- */
.main-navbar {
    /*background: #fff;*/
}

.main-navbar .container {
    padding: 0;
}

.main-navbar .navbar {
    margin-bottom: 0;
}

.main-navbar .logo {
    margin-top: -13px;
    padding: 0 !important;
    border: none !important;
}

@media (max-width: 640px) {
    .main-navbar .logo {
        margin-top: 0;
    }

    .main-navbar .logo img {
        min-width: 200px;
        width: 200px;
    }
}

@media (min-width: 640px) and (max-width: 768px) {
    .main-navbar .logo {
        margin-top: 0;
    }

    .main-navbar .logo img {
        min-width: 200px;
    }
}

@media (max-width: 768px) {
    .main-navbar .navbar-right li {
        float: none;
    }

    .main-navbar .logo-container {
        width: 0 !important;
    }

    .main-navbar .navbar-nav {
        padding-left: 15px;
    }

    .main-navbar .navbar-nav li a,
    .main-navbar .navbar-nav li a:focus,
    .main-navbar .navbar-nav li a:active {
        padding: 10px;
        font-size: 16px;
        line-height: 20px;
        border: none;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .main-navbar .logo img {
        min-width: 225px;
        margin-top: 5px;
    }
}

@media (max-width: 992px) {
    .main-navbar .navbar-default {
        background: none !important;
        margin: 15px 0;
    }

    .main-navbar #pannon-safe-navbar {
        padding-left: 0;
    }

    .main-navbar .navbar-container {
        padding: 0 !important;
    }
}

@media (min-width: 992px) {
    .main-navbar .logo img {
        min-width: 252px;
        min-height: 60px;
    }
}

@media (min-width: 992px) and (max-width: 1070px) {
    .main-navbar .logo {
        margin-top: 0;
    }

    .main-navbar #pannon-safe-navbar {
        padding-left: 5px;
    }

    .main-navbar .navbar-nav li a {
        font-size: 16px;
    }
}

/* ==Icon */
/* ----------------------------------------------- */
.primary-phone-icon {
    background: url(../images/icon/phone_icon.png);
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1px;
}

.primary-fax-icon {
    background: url(../images/icon/fax_icon.png);
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1px;
}

.primary-email-icon {
    background: url(../images/icon/email_icon.png);
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.primary-multiuser-icon {
    background: url(../images/icon/multiuser_icon.png);
    width: 29px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.car-icon {
    background: url(../images/icon/car_icon.png) no-repeat center center #ef7f1b;
    width: 106px;
    height: 106px;
    display: inline-block;
    vertical-align: middle;
    padding: 24px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.car-flip-icon {
    background: url(../images/icon/car_flip_icon.png) no-repeat center center #ef7f1b;
    width: 106px;
    height: 106px;
    display: inline-block;
    vertical-align: middle;
    padding: 24px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.family-icon {
    background: url(../images/icon/family_icon.png) no-repeat center center #ef7f1b;
    width: 106px;
    height: 106px;
    display: inline-block;
    vertical-align: middle;
    padding: 24px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.hitel_kalkulator_icon {
    background: url(../images/icon/hitel_kalkulator_icon.png) no-repeat center center #ef7f1b;
    width: 106px;
    height: 106px;
    display: inline-block;
    vertical-align: middle;
    padding: 24px;
    margin-top: 25px;
    margin-bottom: 20px;
}


.travel-icon {
    background: url(../images/icon/travel_icon.png) no-repeat center center #ef7f1b;
    width: 106px;
    height: 106px;
    display: inline-block;
    vertical-align: middle;
    padding: 24px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.lakastakarek-icon {
    background: url(../images/icon/lakastakarek_icon.png) no-repeat center center #ef7f1b;
    width: 106px;
    height: 106px;
    display: inline-block;
    vertical-align: middle;
    padding: 24px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.vallalkozoi-icon {
    background: url(../images/icon/vallalkozoi_icon.png) no-repeat center center #ef7f1b;
    width: 106px;
    height: 106px;
    display: inline-block;
    vertical-align: middle;
    padding: 24px;
    margin-top: 25px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .contact-icons {
        padding: 0 80px;
    }
}

.contact-icons h4 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.contact-icons p {
    line-height: 1.4;
}

.map-icon {
    background: url(../images/icon/map_icon.png) no-repeat center center #ef7f1b;
    width: 93px;
    height: 93px;
    display: block;
    vertical-align: middle;
    padding: 18px;
    margin-right: 25px;
}

.phone2-icon {
    background: url(../images/icon/phone2_icon.png) no-repeat center center #ef7f1b;
    width: 93px;
    height: 93px;
    display: block;
    vertical-align: middle;
    padding: 18px;
    margin-right: 25px;
}

.mail2-icon {
    background: url(../images/icon/mail2_icon.png) no-repeat center center #ef7f1b;
    width: 93px;
    height: 93px;
    display: block;
    vertical-align: middle;
    padding: 18px;
    margin-right: 25px;
}

.facebook-icon {
    background: url(../images/icon/icons8-facebook-100.png) no-repeat;
    background-size: cover;
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}

.google-plus-icon {
    background: url(../images/icon/g_icon.png) no-repeat;
    width: 68px;
    height: 68px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}

.instagram-icon {
    background: url(../images/icon/i_icon.png) no-repeat;
    width: 68px;
    height: 68px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}

.youtube-icon {
    background: url(../images/icon/icons8-youtube-100.png) no-repeat;
    background-size: cover;
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}

.colour-logo {
    background: url(../images/colour_logo.png) no-repeat;
    width: 74px;
    height: 37px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 16px;
}

/* ==Content */
/* ----------------------------------------------- */
@media (min-width: 992px) and (max-width: 1320px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        width: unset;
    }
}

.content {
    background: #fff;
    padding-bottom: 25px;
}

.content img {
    display: block;
    max-width: 100%;
    height: auto;
}

.content ul {
    list-style-type: none;
    padding-left: 15px;
}

.content .panel-body ul li:before {
    content: "\00bb";
    margin-right: 10px;
}

.content .panel-body img.limited_width {
    border-bottom: 5px solid #ef7f1b;
    margin-bottom: 5px;
    max-width: 330px;
}

.content .panel-body img.pull-left {
    margin-right: 15px;
}

.content .panel-body img.pull-right {
    margin-left: 15px;
}

.content ul.nav {
    list-style-type: none;
    padding-left: 15px;
    font-size: 18px;
    line-height: 1.6;
}

.content ul.nav li:before {
    content: "";
    margin-right: 0;
}

.content .contact-description {
    color: #666666;
    line-height: 1.7;
}

.content ul.nav li:first-child {
    border-top: 1px solid #d5d5d5;
}

.content ul.nav li {
    border-bottom: 1px solid #d5d5d5;
}

.content ul.nav li a {
    color: #202632;
}

.content ul.nav li a:hover {
    color: #ef7f1b;
}

.content ul.nav li a:before {
    content: "\00bb";
    margin-right: 10px;
}

.content .nav > li > a:hover,
.content .nav > li > a:focus {
    text-decoration: none;
    background: none;
}

.text-primary,
.content h1.primary,
.content h2.primary,
.content h3.primary,
.content h4.primary,
.content h5.primary {
    color: #ef7f1b;
}

.text-secondary,
.content h1.secondary,
.content h2.secondary,
.content h3.secondary,
.content h4.secondary,
.content h5.secondary {
    color: #035458;
}

.text-tertiary {
    color: #202632;
}

.text-gray {
    color: #666;
}

.text-muted {
    color: #868c98;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-vertical {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.no-padding-horizontal {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.big-padding-left {
    padding-left: 35px !important;
}

.normal-padding-top {
    padding-top: 20px !important;
}

.small-margin-top {
    margin-top: 10px !important;
}

.normal-margin-top {
    margin-top: 20px !important;
}

.small-margin-bottom {
    margin-bottom: 5px;
}

.normal-margin-left {
    margin-left: 15px !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.font-20 {
    font-size: 20px;
}

/* ==Bootstrap Main */
/* ----------------------------------------------- */
a:focus {
    outline: 0 !important;
}

a.btn {
    text-shadow: none;
}

h4 {
    font-size: 18px;
    line-height: 1.3;
}

.primary-box h4.text-secondary {
    line-height: 1.6;
    margin-top: 5px;
}

.primary-box h3 {
    margin-bottom: 0;
}

.circle-icons {
    margin-bottom: 0;
}

.circle-icons .panel-body {
    padding-bottom: 0;
}

.circle-icons h3.text-secondary {
    font-size: 22px;
    margin-top: 0;
}

.contact-icons {
    margin-top: 35px;
}

/* ==Alert */
/* ----------------------------------------------- */
.alert {
    color: #333333;
    background-color: rgba(255, 255, 255, 0.3);
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-width: 8px;
    border-radius: 0;
    padding: 0 15px;
}

.alert-primary {
    border-color: #ef7f1b;
}

.alert-primary strong {
    color: #ef7f1b;
}

.alert-secondary {
    border-color: #035458;
}

.alert-secondary strong {
    color: #035458;
}

.alert-success {
    border-color: #035458;
}

.alert-success strong {
    color: #035458;
}

.alert-info {
    border-color: #232935;
}

.alert-info strong {
    color: #232935;
}

.alert-warning {
    border-color: #ef7f1b;
}

.alert-warning strong {
    color: #ef7f1b;
}

.alert-danger {
    border-color: #ef1b1b;
}

.alert-danger strong {
    color: #ef1b1b;
}

/* ==Button */
/* ----------------------------------------------- */
button {
    outline: none !important;
}

.btn {
    border: none;
}

.btn-secondary {
    color: #fff;
    background-color: #035458;
    border-color: #023c3f;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
    background-color: #023c3f;
    text-decoration: none;
}

.btn-secondary.btn-lg {
    font-size: 16px;
    font-weight: bold;
    padding: 25px 30px 20px 30px;
}

.btn-link {
    text-shadow: none;
    box-shadow: none;
}

.btn .glyphicon {
    top: 2px;
    margin-right: 7px;
}

/* ==Breadcrumb */
/* ----------------------------------------------- */
.breadcrumb {
    border-radius: 0;
    background-color: rgba(3, 84, 88, 0.75);
    color: #fff;
    width: auto;
    display: inline-block;
    float: left;
    font-size: 18px;
    padding: 19px 30px 15px 40px;

    margin-top: -49px;
    margin-bottom: 10px;
}

.breadcrumb-pre-box {
    position: absolute;
    background: #ef7f1b;
    width: 53px;
    height: 53px;
    margin-top: -45px;
    margin-left: -25px;
}

.breadcrumb-pre-box:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 19px 0;
    border-color: transparent #df6203 transparent transparent;
    margin-top: 53px;
}

@media (max-width: 992px) {
    .breadcrumb {
        font-size: 24px;
        padding: 10px 15px 8px 20px;
        margin-top: -30px;
    }

    .breadcrumb-pre-box {
        width: 22px;
        height: 22px;
        margin-top: -14px;
        margin-left: -10px;
    }

    .breadcrumb-pre-box:after {
        border-width: 0 10px 16px 0;
        margin-top: 22px;
    }
}

@media (max-width: 640px) {
    .breadcrumb {
        font-size: 14px;
        padding: 10px 15px 8px 20px;
        margin-top: -22px;
    }

    .breadcrumb-pre-box {
        width: 16px;
        height: 16px;
        margin-top: -10px;
        margin-left: -10px;
    }

    .breadcrumb-pre-box:after {
        border-width: 0 10px 11px 0;
        margin-top: 16px;
    }
}

.breadcrumb > li + li:before {
    content: "\00bb";
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb a:hover {
    text-decoration: none;
}

.breadcrumb .active {
    color: #fff;
    font-weight: bold;
}

/* ==Circle Icon */
/* ----------------------------------------------- */
.circle-icon {
    display: inline-block;
    border-radius: 60px;
    font-size: 20px;
    padding: 30px;
}

.circle-icon-primary {
    background: #ef7f1b;
}

.circle-icon-secondary {
    background: #035458;
}

/* ==Form */
/* ----------------------------------------------- */
.form-group label {
    font-weight: normal;
}

.form-group-primary .form-control {
    border-color: #ef7f1b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-group-primary {
    color: #ef7f1b;
}

.form-group-primary input {
    color: #ef7f1b;
}

.form-group-primary input::-webkit-input-placeholder {
    color: #ef7f1b;
}

.form-group-primary input:-ms-input-placeholder {
    color: #ef7f1b;
}

.form-group-primary input:-moz-placeholder {
    color: #ef7f1b;
}

.form-group-primary input::-moz-placeholder {
    color: #ef7f1b;
    opacity: 1;
}

.has-feedback-left .form-control-feedback {
    left: 0;
    font-size: 18px;
}

.has-feedback-left .form-control-feedback.fa {
    line-height: 36px !important;
    font-size: 20px;
}

.has-feedback-left .form-control {
    padding-left: 47.5px;
    padding-right: 0;
}

@media (min-width: 992px) {
    form.claim-reporting {
        margin-top: 15px;
        padding: 0 80px;
    }

    form.contact {
        margin-top: 80px;
        padding: 0 80px;
    }
}

/* ==Jumbotron */
/* ----------------------------------------------- */
.jumbotron {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-left: 5px solid #ef7f1b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* ==Media */
/* ----------------------------------------------- */
.media .media-heading {
    margin: 0 0 10px;
}

.media hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

.media-meta .meta-info {
    margin-right: 10px;
}

.media-meta .meta-info .glyphicon {
    padding: 0 5px;
    color: #cccccc;
}

.media .tags a {
    margin-right: 10px;
}

.media .tags .glyphicon {
    padding: 0 5px;
    color: #cccccc;
}

.media-list .media:before {
    content: none;
}

.media .thumbnail {
    margin-bottom: 10px;
}

.media .thumbnail.pull-none {
    clear: both;
}

.media .thumbnail.pull-left {
    margin-right: 15px;
}

.media .thumbnail.pull-right {
    margin-left: 15px;
}

.media .thumbnail.pull-center {
    margin: 5px auto;
}

.media .thumbnail .caption p {
    margin: 0;
    text-align: center;
}

/* ==Pagination */
/* ----------------------------------------------- */
.pagination a {
    border: 1px solid #ef7f1b;
    text-shadow: 0 -1px 0 rgba(215, 70, 52, 0.75);
}

.pagination a.active {
    background: #ffb021;
    box-shadow: none;
}

/* ==Panel */
/* ----------------------------------------------- */
.panel {
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.panel > .panel-heading {
    background: none;
    padding: 20px 11px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #333333;
    border: none;
    border-left: 4px solid;
    border-radius: 0;
    margin: 10px 0;
}

.panel-title {
    font-size: 24px;
    font-weight: 500;
}

h1.panel-title {
    font-size: 40px;
}

.panel > .panel-body {
    background: #fff;
    padding-left: 0;
    padding-right: 0;
}

.panel-default > .panel-heading {
    border-left-color: #bababa;
}

.panel-primary > .panel-heading {
    border-left-color: #ef7f1b;
}

.panel-success > .panel-heading {
    border-left-color: #035458;
}

.panel-info > .panel-heading {
    border-left-color: #232935;
}

.panel-warning > .panel-heading {
    border-left-color: #ef7f1b;
}

.panel-danger > .panel-heading {
    border-left-color: #ef1b1b;
}

.panel-primary h3.panel-title {
    font-size: 30px;
}

/* ==Table */
/* ----------------------------------------------- */
.table-primary thead {
    background: #ef7f1b;
    color: #fff;
    border-bottom: 3px solid #c9660e;
}

.table-primary.table-bordered > thead > tr > th {
    border: 1px solid #c9660e !important;
}

/* ==List Group */
/* ----------------------------------------------- */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background: #f5f5f5;
    border-color: #dddddd;
    border-left: 3px solid #ef7f1b;
    color: #c9660e;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #ef7f1b;
}

/* ==Navbar */
/* ----------------------------------------------- */
.navbar {
    border-top: none;
    margin-left: 25px;
    font-size: 18px;
}

@media (min-width: 768px) {
    #pannon-safe-navbar {
        padding-right: 0;
    }
}

.navbar-default {
    background: transparent;
    border: none;
}

.navbar-inverse {
    background: #242a36;
    border-color: #1e2631;
    box-shadow: 0 10px 8px -8px rgba(0, 0, 0, 0.2);
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #ef7f1b;
    background: none;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #1e2631;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.top-nav-collapse {
    background: rgba(255, 255, 255, 0.95);
}

.top-nav-collapse:hover {
    background: rgba(255, 255, 255, 1);
}

.navbar-brand {
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
}

.navbar-default .navbar-nav > li > a {
    color: #3c3c3c;
}

.navbar-nav li a,
.navbar-nav li a:focus,
.navbar-nav li a:active {
    padding-top: 31px;
    padding-bottom: 21px;
    border-bottom: 5px solid transparent;
    font-weight: bold;
    text-transform: uppercase;
}

.navbar-nav li.active a,
.navbar-nav li.dropdown a:active {
    border-color: #ef7f1b;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav li a:active,
.navbar-nav li.dropdown a:focus,
.navbar-nav li.dropdown a:active {
    background: none;
}

.navbar-right li {
    float: left;
    list-style: none;
}

.navbar-inverse .navbar-toggle {
    border-color: #c9660e;
    background-color: #ef7f1b;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    border-color: #a8550c;
    background-color: #c9660e;
}

@media (max-width: 1520px) {
    .navbar .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px;
    }
}

@media (max-width: 1320px) {
    .navbar .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .navbar-right {
        margin: 0;
    }

    .navbar .navbar-nav > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .navbar .navbar-nav > li > a {
        font-size: 12px;
        padding-top: 15px;
        padding-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .navbar-container {
        margin-left: 10px;
        margin-top: 20px;
    }

    .google-kereso {
        float: right;
    }
}

/* ==Dropdown */
/* ----------------------------------------------- */
.dropdown-menu {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
}

.dropdown-menu > li > a,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active {
    padding: 10px 20px;
    border: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active {
    border-left: 3px solid #035458;
    background-color: rgba(0, 0, 0, 0.05);
    padding-right: 17px;
}

.dropdown-submenu.open > a {
    border-top: 3px solid #ef7f1b;
    background-color: #1a252d;
}

.dropdown-submenu > .dropdown-menu {
    top: 0 !important;
    left: 100% !important;
    margin-top: -6px;
    margin-left: -1px;
    padding: 5px 0;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.subcaret {
    display: block;
    float: right;
    margin-top: 6px;
    border-left: 4px solid;
    border-top: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid rgba(0, 0, 0, 0);
}

/* ==Carousel */
/* ----------------------------------------------- */
.carousel {
    margin-bottom: 20px;
}

.carousel .carousel-indicators li {
    margin: 1px;
}

.carousel .carousel-indicators li.active {
    margin: 0;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .carousel-caption {
        left: 10%;
        right: 55%;
        bottom: 25%;
        max-width: 600px;
        padding-bottom: 10px;
    }

    .carousel-indicators-container {
        left: 10%;
        bottom: 7%;
        position: absolute;
        width: auto;
        background: rgba(137, 137, 137, 0.33);
        z-index: 1000;
        padding: 14px 25px 7px 25px;
        text-align: center;
    }

    .carousel-indicators {
        left: 0;
        right: 0;
        bottom: 0;
        position: relative;
        margin: 0 auto;
        width: auto;
    }
}

/* ==Carousel --Navy */
/* ----------------------------------------------- */
.carousel-secondary .carousel-indicators li {
    background-color: #e6dfdd;
    border-color: #e6dfdd;
    width: 20px;
    height: 20px;
}

.carousel-secondary .carousel-indicators .active {
    background-color: #fff;
    margin: 1px !important;
}

.carousel-secondary .carousel-control {
    width: 0;
}

.carousel-secondary .carousel-control.left,
.carousel-secondary .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

.carousel-secondary .carousel-control.left span,
.carousel-secondary .carousel-control.right span {
    padding: 16px 10px;
}

.carousel-secondary .carousel-control .glyphicon-chevron-left,
.carousel-secondary .carousel-control .icon-prev {
    margin-left: 0;
}

.carousel-secondary .carousel-control .glyphicon-chevron-right,
.carousel-secondary .carousel-control .icon-prev {
    margin-right: 0;
}

.carousel-secondary .carousel-control .glyphicon-chevron-left,
.carousel-secondary .carousel-control .glyphicon-chevron-right,
.carousel-secondary .carousel-control .icon-prev,
.carousel-secondary .carousel-control .icon-next {
    position: absolute;
    z-index: 5;
    width: 50px;
    height: 65px;
    display: inline-block;
}

@media (max-width: 768px) {
    .carousel-secondary .carousel-control .glyphicon-chevron-left,
    .carousel-secondary .carousel-control .glyphicon-chevron-right,
    .carousel-secondary .carousel-control .icon-prev,
    .carousel-secondary .carousel-control .icon-next {
        height: 50px;
    }
}

.carousel-secondary .carousel-control .glyphicon-chevron-left,
.carousel-secondary .carousel-control .icon-prev {
    left: 0;
}

.carousel-secondary .carousel-control .glyphicon-chevron-right,
.carousel-secondary .carousel-control .icon-next {
    right: 0;
}

.carousel-secondary .carousel-control.left span,
.carousel-secondary .carousel-control.right span {
    background-color: #035458;
}

.carousel-secondary .carousel-control.left span:hover,
.carousel-secondary .carousel-control.right span:hover {
    background-color: #03494d;
}

.carousel-secondary .carousel-caption {
    color: #a0d3d1;
    background-color: rgba(3, 84, 88, 0.75);
    text-shadow: none;
    text-align: left;
    padding: 40px 45px;
}

.carousel-secondary .carousel-caption h3 {
    color: #fff;
    font-size: 40px;
}

.carousel-secondary .carousel-caption p {
    font-size: 16px;
}

.carousel-secondary .btn-secondary {
    color: #419094;
}

.carousel-secondary .btn-secondary:hover {
    color: #4fa0a5;
}

.carousel-secondary .carousel-caption-pre-box {
    position: absolute;
    background: #ef7f1b;
    width: 45px;
    height: 45px;
    margin-top: 25px;
    margin-left: -70px;
}

.carousel-secondary .carousel-caption-pre-box:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 20px 0;
    border-color: transparent #df6203 transparent transparent;
    margin-top: 45px;
}

/* ==Work at me */
/* ----------------------------------------------- */
.work-at-me {
    background: url(../images/work_bg.jpg);
    padding: 35px 0 45px 0;
    color: #fff;
    margin-bottom: 35px;
}

.work-at-me h3 {
    font-size: 30px;
}

.work-at-me h4 {
    font-size: 20px;
}

.work-at-me .btn-link {
    border: 3px solid #878e9c;
    color: #878e9c;
    margin-top: 30px;
}

.work-at-me .btn-link:hover {
    border: 3px solid #636a77;
}

.work-at-me .btn-link:hover,
.work-at-me .btn-link:hover a {
    color: #636a77;
}

.work-at-me .btn-link a {
    color: #878e9c;
}

/* ==About Images */
/* ----------------------------------------------- */
.about-images .img-responsive {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

/* ==Work Panel */
/* ----------------------------------------------- */
.work-panel-body {
    margin-top: 0;
    font-size: 14px;
    color: #202632;
    line-height: 1.4;
}

.work-panel-body h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}

.work-panel-body .alert {
    margin-bottom: 40px;
}

.work-panel-body p {
    margin-bottom: 40px;
}

ul.expectations {
    margin-top: 15px;
    margin-bottom: 25px;
}

ul.expectations li:before {
    content: "" !important;
    display: none;
}

ul.expectations li {
    margin: 5px 0;
}

/* ==Image Caption */
/* ----------------------------------------------- */
.image-caption {
    position: relative;
    display: inline-block;
    margin-top: 33px;
}

.image-caption img {
    margin: 0 !important;
    padding: 0;
    border: none !important;
}

.image-caption .text {
    position: absolute;
    background-color: rgba(0, 78, 83, 0.8);
    color: #fff;
    bottom: 0;
    text-align: left;
    padding: 11px 25px;
    width: 100%;
}

.image-caption .text h3 {
    font-size: 26px;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 7px;
    font-weight: 600;
}

.image-caption .text h3 small {
    font-size: 14px;
    color: #fff;
    display: block;
    font-weight: normal;
}

.image-caption .text p {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 600;
    margin-bottom: 0;
}

/* ==Footer */
/* ----------------------------------------------- */
.google-maps {
    margin-bottom: -10px;
}

/* ==Footer */
/* ----------------------------------------------- */
.top-footer {
    padding-top: 25px;
    padding-bottom: 45px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;

    color: #232935;
    background: #f1f1f1;
    font-size: 14px;
}

.top-footer h3 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d3d3d3;
    font-size: 24px;
}

.top-footer h3::after {
    content: "";
    width: 15%;
    height: 3px;
    background-color: #ef981b;
    position: absolute;
    bottom: 0;
    left: 0;
}

.top-footer p,
.top-footer a {
    color: #232935;
}

.top-footer a:hover {
    color: #ef7f1b;
}


.top-footer ul {
    list-style-type: none;
    margin-bottom: 10px;
    padding-left: 0;
    font-weight: 700;
}

.top-footer ul li {
    margin: 9px 0;
}

.top-footer ul li:before {
    font-size: 13px;
    content: "\25BA";
    margin-right: 15px;
    color: #ef7f1b;
}

.pre-footer {
    padding-top: 25px;
    padding-bottom: 30px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    order: 4;

    color: #7a808d;
    background: #232935;
    font-size: 14px;
    box-shadow: 0 10px 8px -8px rgba(0, 0, 0, 0.2);
}

.pre-footer .to-top {
    position: absolute;
    background: url(../images/arrow.png) no-repeat center 9px #232935;
    width: 72px;
    height: 72px;
    display: inline-block;
    vertical-align: middle;
    padding: 24px 24px;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -56px;
}

.pre-footer .to-top:hover {
    cursor: pointer;
}

.pre-footer h3 {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
    color: #fff;
}

.pre-footer h3::after {
    content: "";
    width: 15%;
    height: 3px;
    background-color: #515a6c;
    position: absolute;
    bottom: 0;
    left: 0;
}

.pre-footer p,
.pre-footer a {
    color: #7a808d;
}

.pre-footer a:hover {
    color: #fff;
}

.pre-footer ul {
    list-style-type: none;
    margin-bottom: 10px;
    padding-left: 0;
}

.pre-footer ul li {
    margin: 9px 0;
}

.footer {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    order: 5;

    color: #444952;
    background: #181c24;
    font-size: 14px;
}

.footer .to-center {
    padding-top: 24px;
}

.footer a {
    color: #444952;
}

.footer ul {
    padding-left: 20px;
}

.rjttt {
    display: none;
}

.fsi {
    font-style: italic;
}

.fancybox-inner {
    box-sizing: content-box;
}

#login_form {
    padding-top: 20px;
}


.subPage.irodakereso .panel-body table td, .subPage.irodakereso .panel-body table th,
.myDataTable td, .myDataTable th {
    border: 0px solid #dedede;
    padding: 5px;
}


.subPage.irodakereso .panel-body table thead tr,
.myDataTable thead tr {
    background: #035458;
    color: white;
}

.subPage.irodakereso .panel-body table tbody tr:nth-child(even),
.myDataTable tbody tr:nth-child(even) {
    background: #f0f0f0;

}

table.dataTable.no-footer {
    border-bottom: none !important;
}

.dataTables_wrapper .dataTables_filter {
    float: none !important;
    text-align: left !important;
    margin-bottom: 20px !important;
}

.cc_container {
    right: auto !important;
    left: 20px !important
}

/* ROLUNK MONDTAK */

.testimonials {
    overflow: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.testimonials h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0px;
}

.testimonials .quoting {
    font-style: italic;
    color: #8e8e8e;
    font-size: 17px;
}

.testimonials .quoting i {
    color: #e7e7e7;
    font-size: 20px;
}

.testimonials .name {
    color: #ee5816;
    font-weight: bold;
    margin: 1em 0;
}

.testimonials .fa-circle {
    color: #d2d7d9;
    font-size: 23px;
    margin: 0 1em;
}

.testimonials hr {
    margin-top: 0;
    margin-bottom: 7px;
    width: 29%;
    display: inline-block;
    border-top: 2px solid #d2d7d9;
}

.testimonials .separator {
    margin: 1.5em 0;
}

.testimonials .fa-chevron-left, .testimonials .fa-chevron-right {
    color: #bdbdbd;
    font-size: 20px;
    margin-right: 15px;
    cursor: pointer;
}

.index .testimonials {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.index .testimonials hr {
    width: 23%;
}

.index .testimonials h2 {
    margin-top: 0;
}

.index .testimonials .slider-navigation {
    text-align: center;
}

.index .testimonials .fa-chevron-left, .index .testimonials .fa-chevron-right {
    margin-right: 8px;
    margin-left: 12px;
}

/* BLOG SLIDER */

.index .blog-slider .image-holder {
    display: block;
    height: 145px;
    max-height: 145px;
    background-repeat: no-repeat;
    background-size: cover;
}

.index .blog-slider .blog-slider-box .title {
    margin-top: 10px;
}

.index .blog-slider .blog-slider-box {
    margin-left: 10px;
    margin-right: 10px;
}

.index .blog-slider .fa-chevron-left, .index .blog-slider .fa-chevron-right {
    font-size: 33px;
    color: #c3c4c5;
    cursor: pointer;
}

.index .blog-slider .chevron {
    margin-top: 7%;
}

img.imgleft {
    float: left;
    padding: 0 20px 20px 0;
}

/* B Hirfolyam */

.subPage.hirfolyam .searchRow {
    margin-bottom: 30px;
}

.subPage.hirfolyam .searchHolder {
    position: relative;
    width: 295px;
    float: right;
}

.subPage.hirfolyam .searchBtn {
    position: absolute;
    top: 8px;
    left: 11px;
    color: #76787d;
    background: none;
    border: none;
}

.subPage.hirfolyam .searchBtn:hover {
    cursor: pointer;
}

.subPage.hirfolyam .searchInput {
    border: none;
    height: 40px;
    width: 100%;
    padding-left: 47px;
    color: #9b9da1;
}

.subPage.hirfolyam .searchInput:focus {
    outline-color: transparent;
    outline-style: none;
}

.subPage.hirfolyam .content {
    background-color: #f1f2f4 !important;
}

.subPage.hirfolyam .panel {
    position: relative;
    margin-left: 35px;
    background-color: white;
    padding: 30px 50px;
}

.subPage.hirfolyam h3.panel-title {
    font-size: 26px;
    font-weight: bold;
}

.subPage.hirfolyam .panel-body {
    color: #666666;
}

.subPage.hirfolyam .panel-body p:first-child {
    font-weight: bold;
}

.subPage.hirfolyam .datebox {
    background-color: #f58221;
    width: 80px;
    height: 80px;
    text-align: center;
    color: white;
    position: absolute;
    top: 0;
    left: -45px;
}

.subPage.hirfolyam .datebox .day {
    font-weight: bold;
    font-size: 30px;
    margin-top: 10px;
    line-height: 31px;
}

.subPage.hirfolyam .datebox .month {
    text-transform: uppercase;
    font-size: 10px;
}

.subPage.hirfolyam .datebox .year {
    font-size: 9px;
    line-height: 13px;
}

.subPage.hirfolyam .category-label-holder {
    position: absolute;
    top: 87px;
    left: -45px;
}

.subPage.hirfolyam .category-label {
    display: block;
    color: white;
    text-transform: uppercase;
    padding: 8px;
    height: 30px;
    width: 80px;
    font-size: 11px;
    text-align: center;
}

.subPage.hirfolyam .category-label.bizt-green {
    background-color: #035458;
    margin-bottom: 7px;
}

.subPage.hirfolyam .category-label.hitel-red {
    background-color: #db0f32;
}

.subPage.hirfolyam .panel .r-label {
    display: inline-block;
    background-color: #f1f2f4;
    padding: 6px 18px;
    border-radius: 25px;
    color: #f58121;
    font-weight: bold;
    margin-bottom: 10px;
}

.subPage.hirfolyam .panel .r-label::before {
    content: "#";
}

.subPage.hirfolyam .panel .r-label:hover {
    color: #f6a35e;
    cursor: pointer;
}

.subPage.hirfolyam .panel .downloads {
    margin: 20px 0;
}

.subPage.hirfolyam .panel .downloads .download-link {
    color: #f58221;
    font-weight: bold;
}

.subPage.hirfolyam .panel .downloads .download-link:hover {
    color: #f6a35e;
    cursor: pointer;
}

.subPage.hirfolyam .panel .downloads .downloadAll {
    margin-top: 20px;
    background-color: #f1f2f4;
}

.subPage.hirfolyam .panel .downloads .downloadAll:hover {
    color: #717171;
}

/*.subPage.hirfolyam .panel .downloads .download-link:not(:last-child)::after {
    content: " | ";
    font-weight: bold;
    color: black;
}*/

.subPage.hirfolyam .panel .read-button {
    border-radius: 0;
    background-color: #f21f2a;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    padding: 13px 16px;
}

.subPage.hirfolyam .panel .read-button[disabled], .subPage.hirfolyam .panel .read-button:disabled {
    background-color: rgba(3, 84, 88, 0.76);
}

.subPage.hirfolyam .panel .read-button:hover {
    background-color: rgba(3, 84, 88, 0.76);
}

.subPage.hirfolyam .panel .read-button i {
    font-size: 22px;
    vertical-align: middle;
}

.subPage.hirfolyam .panel .bookmark {
    color: #f58221;
    margin-left: 22px;
}

.subPage.hirfolyam .panel .bookmark:hover {
    color: #f6a35e;
    cursor: pointer;
}

.subPage.hirfolyam .panel .bookmark i {
    vertical-align: middle;
    font-size: 22px;
}

.subPage.hirfolyam .panel .delete-bookmark {
    color: #ec1b1b;
    margin-left: 22px;
}

.subPage.hirfolyam .panel .delete-bookmark:hover {
    color: #f06565;
    cursor: pointer;
}

.subPage.hirfolyam .panel .delete-bookmark i {
    vertical-align: middle;
    font-size: 22px;
}

@media (max-width: 600px) {
    .subPage.hirfolyam .panel .downloads .download-link {
        display: block;
    }

    .subPage.hirfolyam .panel .downloads .download-link:not(:last-child)::after {
        content: "";
    }
}

@media (max-width: 545px) {
    .subPage.hirfolyam .panel .bookmark {
        display: block;
        margin-left: 0;
        margin-top: 20px;
    }
}


.subPage.work .panel-body h1, .subPage.kgfb .panel-body h1 {
    text-align: center;
    font-size: 48px;
    line-height: 1.2;
    color: #ef7f1b;
    text-transform: uppercase;
    font-weight: bold;
}

.subPage.kgfb .panel-body h1 {
    font-size: 32px;
    text-align: left;
}

.subPage.work .panel-body h3, .subPage.kgfb .panel-body h3 {
    text-align: center;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 60px;
}

.subPage.kgfb .panel-body h3 {
    text-align: left;
}

.subPage.kgfb .blogbox h3 {
    margin-bottom: 30px;
}

.subPage.kgfb .blogbox {
    background: #f4f4f4;
    padding: 55px 35px 10px 35px;
}

.subPage.kgfb .blogbox .panel-body {
    background: transparent;
}

.subPage.kgfb .news_box {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.subPage.kgfb .news_box .pic {
    background-size: cover;
    background-position: center center;
    float: left;
    width: 247px;
    height: 152px;
    border-right: 20px solid white;
}

.subPage.kgfb .news_box .white {
    display: block;
    height: 152px;
    background: white;
    padding: 0px 30px 0px 0px;
    font-size: 12px;
}

.orangeCategory {
    color: #f58221;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
}

.subPage.kgfb .news_box .white .date {
    font-size: 10px;
    color: #bababa;
    padding-left: 15px;
}

.subPage.kgfb .news_box .white h4 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #202632;
}

.subPage.kgfb .news_box .white p {

}

.subPage.kgfb .blogbox .panel-body h3 {
    font-size: 28px;
    color: #262626;
    text-transform: uppercase;
}


.subPage.kgfb .panel-body .circle-icons h3 {
    text-align: center;
    margin-bottom: 20px;
}

.subPage.kgfb .panel-body quote {
    border-left: 10px solid #ef7f1b;
    padding-left: 30px;
    font-size: 20px;
    display: block;
}

.subPage.work .content .panel-body ul li, .subPage.kgfb .content .panel-body ul li {
    font-size: 18px;
    padding-left: 38px;
    position: relative;
    margin-bottom: 15px;
}

.subPage.kgfb .content .panel-body ul li {
    font-size: 24px;
}

.subPage.work .content .panel-body ul li:before, .subPage.kgfb .content .panel-body ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #ef7f1b;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 0;
}

.subPage.work .content .panel-body ol {
    list-style: none;
    list-style-type: none;
    margin-left: 10px;
}

.subPage.work .content .panel-body ol li {
    font-size: 18px;
    line-height: 2;
}

.subPage.work .content .panel-body .rightPic {

}

/* .subPage.work .content > .container, .subPage.kgfb .content > .container {
    max-width: 980px;
} */


.subPage.work .panel-body .jumpToForm, .subPage.kgfb .panel-body .jumpToForm {
    padding: 17px 46px;
}

.subPage.kgfb .panel-body .jumpToForm {

}

.subPage.work .panel-body .jumpToForm.first, .subPage.kgfb .panel-body .jumpToForm.first {
    margin: 30px 0 30px 50px;
}


.subPage.work .panel-body h2, .subPage.kgfb .panel-body h2 {
    font-size: 34px;
    font-weight: bold;
    color: #004e53;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 50px;
}

.subPage.work .panel-body h2:after, .subPage.kgfb .panel-body h2:after {
    content: " ";
    display: block;
    border-bottom: 1px solid #004e53;
    width: 135px;
    height: 0px;
    margin-top: 10px;
}

.subPage.work .panel-body div.sarga {

    background: #efb01b;
    background: -moz-linear-gradient(left, #efb01b 0%, #ef811b 100%);
    background: -webkit-linear-gradient(left, #efb01b 0%, #ef811b 100%);
    background: linear-gradient(to right, #efb01b 0%, #ef811b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efb01b', endColorstr='#ef811b', GradientType=1);
    padding: 1px 20px 20px 20px;

    text-align: center;
    color: white;
    padding-bottom: 40px;
    display: block;
    margin-top: 40px;
}


.subPage.work .panel-body div.sarga h2 {
    color: white;
    line-height: 1.5;
}

.subPage.work .panel-body div.sarga h2:after {
    display: none;
}

.subPage.work .panel-body div.sarga h4 {
    font-size: 42px;
    margin-bottom: 0;
    margin-top: 30px;
    font-weight: bold;
}


/* .subPage.work .panel-body div.sarga p {
    max-width: 685px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
} */

.txt20 {
    font-size: 20px;
}

.subPage.kgfb section.testimonials {
    text-align: center;
}

.subPage.kgfb section.testimonials h2 {
    font-size: 28px;
    padding-bottom: 20px;
    background: url(../images/bagolymondjaverebnek.png) no-repeat bottom center transparent;
}

.subPage.kgfb section.testimonials h2::after {
    border: none;
}

.subPage.kgfb section.testimonials div.separator {
    display: none;
}

.subPage.kgfb section.testimonials .slides {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

.subPage.kgfb section.testimonials .quoting {
    font-size: 15px;
}


@media (max-width: 992px) {
    .subPage.kgfb .news_box .white {
        padding-right: 5px;
        line-height: 1.3;
    }

    .subPage.kgfb .news_box .pic {
        width: 207px;
        border-right: 10px solid white;
    }
}

@media (max-width: 720px) {

    .subPage.kgfb .news_box .pic {
        border-right: 0px solid white;
        width: 100%;
        height: 230px;
    }

    .subPage.kgfb .news_box .white {
        height: auto;
        padding-right: 0px;
    }

    .subPage.kgfb .news_box .white .white_inner {
        padding: 10px;
    }

    .orangeCategory {
        padding-top: 10px;
    }

    .subPage.kgfb .news_box .white h4 {
        font-size: 13px;
    }

}


.szechenyi2020 {
    position: fixed;
    left: 0;
    bottom: 0;
}

@media screen and (max-width: 780px) {
    .szechenyi2020 {
        display: none;
    }
}

/*felső kontakt sor beállítása*/

@media screen and (max-width: 1138px) and (min-width: 993px) {
    .top-navbar a {
        font-size: 12px !important;
    }
}

.top-navbar span.contact {
. top-navbar span . contact position: relative;
    top: -9px;
}

.footer .container .row .col-sm-6 col-md-6 social-icons {
    float: right !important;

}

img.socicon {
    width: 40px;
}

.colour-logo {
    float: left;
}

a.facebook-icon, a.youtube-icon {
    float: right;
}

.szerzodeseima {
    height: 800px;
    width: 100%;
    margin-top: 32px;
    background-color: white;
}

.adatkezeles-box {
    margin-bottom: 32px;
}

.adatkezeles-text {
    color: rgb(112, 112, 112);
    font-size: 16px;
    margin-left: 4px;
    font-family: Helvetica, arial, sans-serif;
    #background-color: rgb(250, 250, 250);
}

.fixed-navbar {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    background-color: #fff;
    /*background-image: url(../images/bg_h.jpg);*/
    background-image: url(../images/bg_h-4k.jpg);
    background-repeat: no-repeat;
    /*background-position: 45% -52px;*/
    background-position: 64% -50px;
}



.all-logo-container {
    text-align: center;
    padding: 40px 0;
/*    background-color: #f9f9f9;*/
}

.all-logo-container h4 {
    margin-bottom: 40px;
}

.all-logo-img {
    display: inline-block;
    /*width: 96px;
    height: 96px;*/
    width: 130px;
    height: 130px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 10px;
}

.concat-icon {
    margin-left: auto;
    margin-right: auto;
}

.navbar-right-2 {
    /*float: right;*/
    /*margin-right: 48px;*/
}

.navbar-inline {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

/*
.gsc-control-cse
{
    padding:0px !important;
}

form.gsc-search-box,table.gsc-search-box
{
    margin-bottom:0px !important;
}

.gsc-search-box .gsc-input
{
    padding:0px 4px 0px 6px !important;
}

#gsc-iw-id1
{
    height: auto !important;
}

#gs_tti50
{
    padding:0px !important;
}

#gsc-i-id1
{
    height:33px !important;
    padding:10px !important;
    background:none !important;
    text-indent:0px !important;
}

.gsib_b
{
    display:none;
}

button.gsc-search-button
{
    display:block;
    width:13px !important;
    height:13px !important;
    border-width:0px !important;
    margin:0px !important;
    padding: 10px 13px 10px 13px !important;
    outline:none;
    cursor:pointer;
    box-shadow:none !important;
    box-sizing: content-box !important;
}

.gsc-branding
{
    display:none !important;
}

*/

/* GOOGLE KERESŐ */

.google-kereso {
    display: inline-block;
}

@media (max-width: 1320px) {
    .navbar-inline {
    }

    .google-kereso {
    }

}

@media (max-width: 768px) {
    .navbar-right-2 {
        float: none;
    }
}

@media (max-width: 576px) {
}

.cookie-box {
    position: fixed;
    padding: 24px 10%;
    top: 0;
    background: white;
    text-align: center;
    z-index: 1000;
}

.cookie-box p {
    font-size: 1.2rem;
    margin-bottom: 24px;
}

.cookie-input-group {
    margin-top: 24px 0;
}

.cookie-input-box {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid lightgray;
    font-size: 1.3rem;
    margin-right: 8px;
    font-weight: 400;
    cursor: pointer;
}

.cookie-input-box input {
    vertical-align: top;
    cursor: pointer;
}

.gcs-item {
    margin: 16px 16px;
}

.gcs-link {
    text-decoration: underline;
    font-size: 17px;
    padding: 2px 0;
}

.gcs-url, .gcs-content {
    display: block;
    font-size: 13px;
    font-weight: 300;
    margin: 2px 0;
}

.gcs-image {
    max-width: 64px;
    max-height: 64px;
    display: inline-block;
    margin-right: 12px;
    border: 1px solid lightgray;
    vertical-align: top;
}

.gcs-url {
    color: green;
}

.gcs-content {
    display: inline-block;
}

#textSearch {
    display: inline-block;
    width: 200px;
}

@media (max-width: 1260px) {
    #textSearch, #btnSearch {
        height: 35px;
        line-height: 35px;
        font-size: 1.4rem;
    }

    .nav a {
        font-size: 14px !important;
    }

    .navbar {
        /*height: 20px;*/
    }


    #textSearch {
        display: inline-block;
        width: 150px;
    }

    #btnSearch {
        padding-top: 0 !important;
    }

}

#btnSearch {
    display: inline-block;
    margin-bottom: 1px;
}

#modalSearch .modal-dialog,
#modalSearch .modal-content {
    min-height: 200px;
}

#textSearchMessage {
    display: block;
    margin: 20px;
}

.loader {
    margin: 0 auto;
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #035458; /* Blue */
    border-radius: 50%;
    width: 64px;
    height: 64px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*.logo-20ev {
    position: absolute;
    margin-top: -15px;
    z-index: 2;
}*/

@media (min-width: 300px) and (max-width: 768px) {
    /*.logo-20ev img {
        width: 120px;
    } */

    .navbar-logoval {
        /*display: table;*/
    }
}

@media (min-width: 769px) {
	.navbar-logoval {
	        display: flex;
        align-items: center;
        justify-content: center;
	}
}

.navbar-logoval {

margin-top:20px;
}

.logo-20ev-2 {
    /*position: absolute;*/
    /*margin-top: 5px;*/
    /*margin-left: 60px;*/
    /*left:10px;*/
    /*z-index: 2;*/
}

/*@media (min-width: 300px) and (max-width: 768px) {
 	 .logo-20ev-2 {
 	  top:10px;
 	  margin-left:5px;
 	 }
}*/

@media (min-width: 300px) and (max-width: 767px) {

 	 .logo-20ev-2 {
 	  /*top:10px;*/
 	  /*margin-top:10px;
 	  margin-left:60px;*/
 	 }
	.logo-20ev-2 img {
        /*width: 130px;*/
        /*margin-left: 10px;*/
    }
}

@media (min-width: 768px) and (max-width: 991px) {
.logo-20ev-2 {
 	  /*top:0px;
 	  margin-top:10px;*/
 	  /*margin-left:10px;*/
 	 }
	.logo-20ev-2 img {
        /*width: 130px;*/
        /*margin-left: 10px;*/
    }

}

@media (min-width: 992px) and (max-width: 1151px) {
    .logo-20ev-2 img {
        /*width: 180px;*/
        /*margin-left: 10px;*/
        /*margin-top: 10px;*/
    }

    .logo-20ev-2 {
        /*margin-left: 0px;*/
    }

}

@media (min-width: 1152px) {
    .logo-20ev-2 img {
        /*width: 250px;*/
        /*margin-left: 10px;*/
    }

    .logo-20ev-2 {
        /*margin-left: 0px;*/
        /*margin-top: 15px;*/
    }
}

.panel iframe {
    max-width: 100%;
}



/* magazin stilus */
#magazin {
  background-image: url("../images/magazin.jpg");
  padding-top: 45px;
  padding-bottom: 45px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

#magazin h5 {
  color: #e98722;
}

#magazin p {
  color: #ffffff;
}

#magazin h2 {
  color: rgb(248,246,245);
  padding-bottom: 30px;
  padding-top: 0px;
  margin-top: 0px;
}


#magazin .btn {
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
}

#magazin .btn:hover, #magazin .btn:focus
	{
	color: white;
	border-color: white;
	}
#magazin p a {
	color: white;

}
/* magazin stilus VEGE!!!*/


/* popup stilus*/
#modalPopup .close {
    float: right;
    font-size: 24px;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    color: #ffffff;
    width: 50px;
    height: 50px;
    background: #ef7f1b;
	}
/* popup stilus VEGE!!!*/


.fooldalcimlink {
	color: #ffffff !important;
}

.fooldalcimlink:hover {
	color: #cfcfcf !important;
}
.karrieroszlopszoveg {
	font-size: 15px !important;
}


/* irodakereso css */
.card-body {
	background-color: #f3f3f3!important;
}

.card-body i {
	color: #035458;
}

.card-kep {
	background-size: cover;
	background-position: center center;
	height: 130px; 
}

.iroda-neve {
	height: 80px;
	overflow-y: hidden;
	margin-bottom: 10px;
}

.iroda-adatok {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.card-footer {
	background-color: #f3f3f3!important;
}

.iroda-adatok-adatlap h1 {
	color: #ef7f1b;
	padding-bottom: 35px;
}

.iroda-adatok-adatlap h2 {
	color: #004e53;
	margin: 35px 0 10px 0;
}

.iroda-adatok-adatlap h2:after {
	content: " ";
	display: block;
	border-bottom: 1px solid #004e53;
	width: 135px;
	height: 0px;
	margin-top: 10px;
}


.iroda-adatok-adatlap i {
	color: #035458;
}

.iroda-adatok-adatlap ul li {
	margin-bottom: 20px;
}

.iroda-adatok-adatlap ul li:last-child {
	margin-bottom: 0;
}

.iroda-adatok-bemutatkozo-szoveg {
	margin: 0px 30px 40px 30px;
	line-height: 200%;
	text-align:justify;
}

/* irodakereso css vege!!!*/

/* blog css kezdete!!!*/
.blog {
	margin: 80px 0!important;
}

.card-kep-blog {
	height: 270px;
}

.card-body-blog {
	padding: 25px 10px !important;
}

.blog-datum {
	font-size: 10pt;
	color: #BABABA;
	margin-bottom: 10px;
}

.blog-cim, .blog-bemutatkozo-szoveg {
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   margin-bottom: 20px;
       font-weight: normal !important;
}

.blog-bemutatkozo-szoveg p, .blog-bemutatkozo-szoveg em, .blog-bemutatkozo-szoveg p span {
    text-align: left !important;
    font-style: normal !important;
    font-weight: normal !important;
	line-height: normal !important;
}

.blog-cim {
	-webkit-line-clamp: 2;
	height: 45px;
	overflow-y: hidden;
	margin-bottom: 10px;
}

.blog-cim a {
	color: var(--dark) !important;
}

.blog-bemutatkozo-szoveg {
	-webkit-line-clamp: 2;
}

.blog-bemutatkozo-szoveg p {
	margin: 0!important;
}

.blog-bemutatkozo-szoveg p:nth-child(2) {
	display:none!important;
}

.elolvasom-gomb {
	padding: 10px 25px;
	display: inline-flex;
	align-items: center;
}

.elolvasom-gomb i {
	color: white!important;
}

.border-0 {
	border: none!important;
}
/* blog css v�ge!!! */

/* blog adatlap kezdete */

.blog_adatlap_url {
	font-size: 14px;
   text-transform: uppercase;
   color: #666;
}

.blog_adatlap_cim {
	color: white;  
   text-align: left;
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 102px;
   background: url('https://www.penzugyeinkbiztonsagban.hu/assets/images/gradient_bg.png') repeat bottom left transparent;
	margin-bottom: 0;
   padding: 20px 20px 0 25px;
   text-transform: uppercase;
}

.blog_adatlap_cim h2 {
	font-weight: 600;
}

@media (min-width: 300px) {
	.blog_adatlap_cim h2 {
		font-size: 18px;
		font-weight: normal;
	}
}

@media (min-width: 768px) {
	.blog_adatlap_cim h2 {
		font-size: 22px;
		font-weight: 600;
	}
}

@media (min-width: 1400px) {
	.blog_adatlap_cim h2 {
		font-size: 25px;
		font-weight: 600;
	}
}

.blog_adatlap_tartalom {
	color: #666;
}

.blog_adatlap_tartalom .kezdokep {
	width: 100%;
	height: 353px;
	background-position: center center;
	background-size: cover;
	display: block;
	position: relative;
   margin-top: 30px;
   margin-bottom: 20px;
}

.blog_adatlap_tartalom .datum {
	font-size: 12px;
   color: #bababa;
   margin-left: 10px;
}

.blog_adatlap_tartalom .szoveg {
	margin-top: 50px;
}

.blog_adatlap_tartalom .szoveg .bevezeto {
	margin-bottom: 20px;
}

.blog_adatlap_tartalom .szoveg img {
	margin: 0 auto;
}

.blog_adatlap_tartalom ul {
	list-style-type: initial!important;
	margin-left: 1em!important;
}

/* blog adatlap v�ge!!! */

/* blog els� 5 bejegyz�s kezdete */
.blog-elso-ot .index-kep {
	float: left;
   width: 130px;
   height: 87px;
   margin-right: 20px;
   opacity: 1;
   transition: opacity .3s;
   border: 4px solid #fff;
   border-radius: 5px;
   box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
}

.blog-elso-ot .index-kep:hover {
	opacity: 0.7;
   transition: opacity .3s;	
}

.blog-elso-ot .cim {
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
   height: 40px;
   overflow-y: hidden;
   margin-bottom: 10px;
   font-size:14px;
   font-weight:600;
}

.blog-elso-ot .cim a {
	color: inherit;
}

.blog-elso-ot .cim a:hover {
	text-decoration: underline;
}

.blog-elso-ot .link {
	font-size: 14px;
	margin: 0;
}

.blog-elso-ot .datum {
	font-size: 12px;
	color: #BABABA;
}

.mt-0 {
	margin-top: 0px !important;
}
/* blog els� 5 bejegyz�s v�ge!!! */