/****************************************************************
General
*****************************************************************/
a.white-color {
    color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: inherit;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: #666;
}

.h2 {
    font-family: 'pn_regular';
    font-size: 36px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    font-weight: normal
}

ul, ol {
    margin-top: 0;
    margin-bottom: 0px;
}

/****************************************************************
Cookie
*****************************************************************/
.cookie.active {
    z-index: 1000;
}

/****************************************************************
Help
*****************************************************************/
.help ul, .help ol {
    padding: 10px 20px;
}

/****************************************************************
ITEM DIVIDER
*****************************************************************/
hr.item-divider {
    height: 0;
    border-top: 1px solid #EEEEEE;
    width: 100%;
    margin: 0;
}

/****************************************************************
MODAL
*****************************************************************/
div.modal-content {
    border-radius: 15px;
    padding: 8px;
}

ul.response-list {
    width: auto;
    display: inline-block;
}

ul.response-list > li {
    padding: 3px 3px 3px 0px;
}

ul.response-list > li > a {
    width: 100%;
    text-align: right;
}

/****************************************************************
OTHER
*****************************************************************/
.catalog-featured-items-carousel > .carousel > .carousel-inner > .item > .row p {
    font-size: 12px;
    margin-top: 4px;
}

.header-sticky {
    top: -75px;

}

.header-sticky form {
    width: 310px;
    float: right;
}

.user-page-auctions .year-selector a, .user-page-auctions .year-selector a {
    margin: 0 10px 10px 0;
    display: inline-block;
    background: #f2f2f2;
    padding: 3px 10px;
}

.user-options li > label {
    color: inherit;
    font: inherit;
    display: initial;
    cursor: pointer;
}

.dropdown-menu > li > a {
    color: inherit;
}

.dropdown-menu > li.header {
    padding: 3px 20px;
    font-weight: bold;
    line-height: 1.42857143;
    white-space: nowrap;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    opacity: 0.6;
}


/****************************************************************
DATATABLE
*****************************************************************/
div.filter-table-container > table.filter-table {
    margin: 0;
}

div.filter-table-container > table.filter-table > thead > tr > th {
    cursor: pointer;
}

div.filter-table-container > table.filter-table > thead > tr > th.sorting::after {
    float: right;
    font-family: FontAwesome;
    content: "";
}

div.filter-table-container > table.filter-table > thead > tr > th.sorting-asc.sorting::after {
    content: "\f0de";
}

div.filter-table-container > table.filter-table > thead > tr > th.sorting-desc.sorting::after {
    content: "\f0dd";
}

div.filter-table-container > table.filter-table td {
    max-width: 300px;
    min-width: 30px;
    vertical-align: middle;
}

div.filter-table-container > div.paging > ul.pagination {
    margin: 20px 0;
    display: inline-block;
}

div.filter-table-container > div.paging > ul.pagination > li {
    display: inline;
}

div.filter-table-container > div.paging > ul.pagination > li > a {
    cursor: pointer;
}

div.filter-table-container > div.paging > ul.pagination > li.active > a {
    border: 1px solid #666;
    background: #666;
    color: #fff;
}

div.filter-table-container > div.paging > ul.pagination > li.active > span, div.filter-table-container > div.paging > ul.pagination > li > span {
    border: 1px solid #ddd;
    padding: 5px 12px;
    background: none;
    margin: 0 2px 5px 0;
    color: inherit;
}

div.filter-table-container > div.paging > ul.pagination > li.active > span {
    cursor: not-allowed;
}

div.filter-table-container > div.paging > ul.pagination > li > span {
    cursor: pointer;
}

/****************************************************************
SERVICES
*****************************************************************/
.services-wrapper {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    color: #3c5568;
    font-size: 16px;
}

.services-wrapper h2 {
    font-family: pn_semibold;
    font-size: 36px;
    color: #fff;
    margin: 0 0 20px 0
}

.services-wrapper .box-content {
    padding: 40px 70px
}

.services-wrapper .box-content li {
    margin: 0 0 20px 20px
}

.services-wrapper .box-content li img {
    margin: 20px 0
}

.services-wrapper .red-button {
    background: #981b1e;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px;
    font-family: pn_semibold;
    margin: 20px 0 0 0;
    display: inline-block
}

.services-wrapper .red-button img {
    vertical-align: middle;
    margin: 0 5px 0 0
}

.services-wrapper .icons td {
    text-align: center;
    color: #fff;
    font-family: 'pn_semibold';
    width: 20%;
    vertical-align: top
}

.services-wrapper .icons .title {
    text-align: center;
    color: #981b1e;
    font-size: 20px
}

.services-wrapper .header img {
    display: block
}

.services-wrapper .box1 {
    background: #b4dade;
    font-size: 20px;
    position: relative
}

.services-wrapper .box1 .image {
    position: absolute;
    top: -29px;
    right: 0
}

.services-wrapper .box1 p {
    margin: 0 0 20px 0
}

.services-wrapper .box1 h2 span {
    color: #981b1e;
    font-size: 50px;
    display: block
}

.services-wrapper .box1 li {
    margin: 0 0 15px 0;
    list-style: none;
    font-family: pn_semibold
}

.services-wrapper .box1 li span.li {
    float: left;
    display: inline-block;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    color: #fff;
    font-family: pn_semibold;
    font-size: 20px;
    margin: 0 10px 0 0
}

.services-wrapper .box1 li span.li-1 {
    background: #ffc400
}

.services-wrapper .box1 li span.li-2 {
    background: #b4c936
}

.services-wrapper .box1 li span.li-3 {
    background: #2bc7cf
}

.services-wrapper .box1 li span.li-4 {
    background: #e85938
}

.services-wrapper .box2 {
    background: #90cad1;
    position: relative;
    border-top: 2px dotted #fff
}

.services-wrapper .box2 .image {
    position: absolute;
    top: -50px;
    right: 0
}

.services-wrapper .box3 {
    background: #e9b540;
    border-top: 2px dotted #fff;
    position: relative
}

.services-wrapper .box3 .image {
    position: absolute;
    top: -80px;
    right: 0
}

.services-wrapper .box4 {
    background: #b4c936;
    border-top: 2px dotted #fff;
    position: relative
}

.services-wrapper .box4 .image {
    position: absolute;
    top: -80px;
    right: 0
}

.services-wrapper .box5 {
    background: #01cbd6;
    border-top: 2px dotted #fff;
    position: relative
}

.services-wrapper .box5 .image {
    position: absolute;
    top: -80px;
    right: 0
}

.services-wrapper .box6 {
    background: #b4dade;
    border-top: 2px dotted #fff;
    font-size: 20px
}

.services-wrapper .box6 td {
    padding: 10px
}

.services-wrapper .box6 tr td:first-child {
    width: 100px;
    text-align: center
}

.services-wrapper .box7 {
    color: #808285;
    background: #e0e0e0;
    border-top: 8px dotted #fff;
    font-size: 13px;
    line-height: 1.6
}

.services-wrapper .box7 .logo {
    margin: 0 0 10px 0
}

@media (max-width: 600px) {
    .services-wrapper .image {
        display: none
    }

    .services-wrapper .box-content {
        padding: 40px 20px
    }
}

/****************************************************************
ERTEKBECSLES
*****************************************************************/
.ertekbecsles .advert {
    background: #dcddde;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px
}

.ertekbecsles {
    max-width: 1250px;
    font-family: 'pn_regular';
    color: #6d6e71;
    font-size: 20px;
    line-height: normal
}

.ertekbecsles p {
    margin: 30px 0;
    font-size: 25px;
    font-family: 'pn_semibold'
}

.ertekbecsles img {
    vertical-align: baseline
}

.ertekbecsles .box-1 {
    background: #ff931e;
    color: #fff;
    padding: 15px;
    font-family: 'pn_semibold';
    font-size: 25px
}

.ertekbecsles .box-2 {
    background: #f7f4eb;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 0
}

.ertekbecsles .box-2 .description {
    padding: 15px 15px 10px 0;
    line-height: 1.6
}

@media (max-width: 768px) {
    .ertekbecsles .box-2 .description {
        padding: 15px 30px
    }
}

.ertekbecsles .box-2 ol {
    margin: 10px 0 0 20px
}

.ertekbecsles .box-2 img {
    width: 100%
}

.ertekbecsles .category-icons {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 17px
}

.ertekbecsles .category-icons .cat {
    min-height: 100px;
    float: left;
    width: 100px;
    margin: 0 5px 30px 5px
}

.ertekbecsles .category-icons .line-1 .cat {
    width: 120px
}

/****************************************************************
INFORMING
*****************************************************************/
.informing-wrapper {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    font-size: 16px;
}

/*
.informing-wrapper .logo { margin:30px 0; padding:0 0 30px 0; border-bottom:1px solid #ddd }
.informing-wrapper .logo img { max-width:300px }
 */
.informing-wrapper h1 {
    font-family: 'pn_semibold';
    color: #900;
    margin: 40px 0 30px 0;
    font-size: 30px;
    text-transform: uppercase
}

.informing-wrapper h2 {
    font-family: 'pn_semibold';
    color: #900;
    margin: 40px 0 10px 0;
    font-size: 20px;
    text-transform: none;
}

.informing-wrapper p {
    line-height: 1.6;
    margin: 0 0 20px 0
}

.informing-wrapper ul {
    margin: 30px 0 30px 30px
}

.informing-wrapper li {
    margin: 0 0 10px 0;
    line-height: 1.6
}

.informing-wrapper button {
    background: #ff5a01;
    color: #fff;
    text-align: center;
    padding: 5px 20px;
    font-size: 17px;
    line-height: 1.5;
    cursor: pointer;
    font-family: pn_semibold
}

.informing-wrapper button:hover {
    background: #e75405
}

.informing-wrapper .button-link {
    font-size: 17px;
    background: #900;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px
}

.informing-wrapper .button-link:hover {
    background: #749698
}

.informing-wrapper .page-content {
    padding: 10px 40px 40px 40px
}

@media (max-width: 600px) {
    .informing-wrapper .page-content {
        padding: 10px 30px 30px 30px
    }
}

/* footer { background:#777; color:#fff; padding:30px }
footer .right { text-align:right }
footer .right a { color:#006a78; font-family:'pn_semibold' }
footer .center { font-size:12px; line-height:1.5 }
@media(max-width:768px) {
	footer { text-align:center }
	footer img { width:200px }
	footer .center { margin:10px 0 }
	footer .right { text-align:center }
} */


/****************************************************************
MEDIA QUERIES
*****************************************************************/

@media (max-width: 992px) {
    .panel-heading {
        padding: 15px 15px;
    }
}

@media (max-width: 768px) {
    .h2 {
        font-size: 30px
    }
}

@media (max-width: 400px) {
    .g-recaptcha {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}


@media screen and (max-width: 550px) {
    div.filter-table-container > div.alert {
        display: block !important;
    }
}

@media screen and (max-width: 1000px) {

    div.filter-table-container > table.filter-table > thead, div.axioartDatatable > table > tfoot {
        display: none;
    }

    div.filter-table-container > table.filter-table tr {
        border: 1px solid #ddd;
    }

    div.filter-table-container > table.filter-table tr td {
        display: block;
        border: none;
    }
}


#portamento_container {
    float: left;
    position: relative;
    width: 33% !important;
}

.portamento-wrapper > .portamento {
    width: 33% !important;
    float: left;
}

#portamento_container .portamento {
    float: none;
    position: absolute;
    width: inherit;
}

#portamento_container .portamento.fixed {
    position: fixed;
    width: inherit;
}

.carousel-control.right {
    background-image: none !important;
}

.carousel-control.left {
    background-image: none !important;
}

.orange {
    color: #f37021;
}

/****************************************************************
HEADER FELSŐ RÉSZ / EGÉSZ
*****************************************************************/

header.header-main.hidden-print div.header-top div.container-fluid.wrapper {
    padding-left: 1.5%;
}

header div.header-top div.container-fluid.wrapper div.row div.col-xs-9 {
    padding-left: 1.5%;
}

header div.header-top div.container-fluid.wrapper div.row div.col-xs-3 {
    padding-right: 1.5%;
}

/****************************************************************
HEADER FELSŐ RÉSZ / SOCIAL MEDIA
*****************************************************************/

header div div div.row div.col-xs-3 a {
    padding-left: 5px;
    padding-right: 5px;
}
a#socialmedia-header-twitter.pull-right {
    margin-right: 5px;
}

a#socialmedia-header-twitter.pull-right img {
    height: 20px;
    width: 20px;
}

a#socialmedia-header-pinterest.pull-right {
    margin-right: 5px;
}

a#socialmedia-header-pinterest.pull-right img {
    height: 20px;
    width: 20px;
}

a#socialmedia-header-instagram.pull-right {
    margin-right: 5px;
}

a#socialmedia-header-instagram.pull-right img {
    height: 20px;
    width: 20px;
}

a#socialmedia-header-facebook.pull-right {
    margin-right: 5px;
}

a#socialmedia-header-facebook.pull-right img {
    height: 20px;
    width: 20px;
}


/****************************************************************
HEADER KÖZÉPSŐ RÉSZ/ DOBOZ
*****************************************************************/

header.header-main.hidden-print div.container-fluid.wrapper.header-bottom {
    padding-left: 1.5%;
    padding-right: 1.5%;
}

/****************************************************************
HEADER KÖZÉPSŐ RÉSZ/ ARTLOGO
*****************************************************************/

header div div.row div.col-sm-3.logo {
    padding-left: 1.5%;
}

@media (max-width: 992px){
    header div div.row div.col-xs-12.logo {
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 10px;
    }
    .navbar-toggle {
         display: block;
    }
}
/****************************************************************
HEADER KÖZÉPSŐ RÉSZ/ KERESŐ
*****************************************************************/

#detailed_search {
    float: right;
    color: #004662;
    font-weight: bold;
    cursor: pointer;
}

#quicksearchdesktop {
    padding-right: 60px;
}

header div div div #quicksearch form div div button.btn-default.open-tooltip {
    border: 1px solid #094662;
}


header div div div #quicksearch form div div button span.icon-down {
    color: #094662;
}

header div div div div#navbar.navbar-collapse.collapse ul.nav.navbar-nav li a {
    font-size: 14px;
    font-family: pn_regular;
    color: #094662;
}

header div div.row div.hidden-xs.col-sm-4 ul.nav.navbar-nav.nav.navbar-right {
    margin: 0;
    padding: 0;
    border: 0;
}

@media (max-width: 992px){
    header div div.row div.col-xs-12.col-sm-12.search-wrapper div#quicksearch.row {
        padding-left: 30px;
        padding-right: 30px;
    }

    .header-main .header-bottom .search-wrapper form {
        width: 100%;
    }
}

/****************************************************************
HEADER KÖZÉPSŐ RÉSZ/ BEJELENTKEZŐ GOMBOK
*****************************************************************/

header div.container-fluid.wrapper.header-bottom div.row div.hidden-xs.col-sm-4 {
    padding-right: 1.5%;
}

#desktop-axio {
    margin: 0;
}

#regisztration {
    background-color: #094662;

    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;

    margin-right: 5px;

    width: 171.33px;
    height: 32px;
}

#regisztration:hover {
    background-color: #05324e;
}

#regisztration a {
    color: #fff;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    font-family: pn_semibold;
    text-align: center;
}

#regisztration a:hover {
    background-color: inherit;
}

#login {
    background-color: #666;

    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;

    width: 171.33px;
    height: 32px;
}

#login:hover {
    background-color: #383232;
}

#login a {
    color: #fff;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    font-family: pn_semibold;
    text-align: center;
}

#login a:hover {
    background-color: inherit;
}

#loggeddesktopUser{
    background-color: #094662;
    margin-right: 5px;
}

/*#loggeddesktopUser.dropdown.open{*/
     /*background-color: #094662;*/
     /*margin-right: 5px;*/
/*}*/

#loggeddesktopUser.dropdown.open a.dropdown-toggle{
    background-color: #094662;
    margin-right: 5px;
}

#loggeddesktopUser ul.dropdown-menu li{
    background-color: #666;
}

#loggeddesktopUser ul.dropdown-menu li a{
    color: #fff;
}

#loggeddesktopUser ul.dropdown-menu li a:hover{
    background-color: #383232;
}

#loggeddesktopUser a:hover{
    background-color: #05324e;
}

#loggeddesktopUserClose {
    background-color: #666;
}

#loggeddesktopUserClose a:hover {
    background-color: #383232;
}

#loggeddesktopUserClose a{
    color: #fff;
    font-size: 14px;
    font-family: pn_semibold;

    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;

    margin-right:  0;

    border: 0;
}


header  div div div.hidden-xs.col-sm-4 ul.nav.navbar-nav.navbar-right li.dropdown.active {
    background-color: #094662;
}

header  div div div ul li.dropdown.active a.dropdown-toggle {
    color: #fff;
    border-bottom: 0;
    font-size: 14px;
    font-family: pn_semibold;
}

header div div div div#navbar.navbar-collapse.collapse ul.nav.navbar-nav li a {
    color: #094662;
    font-size: 18px;
    font-family: pn_semibold;
}

/* RÁKATTINTOTT ÁLLAPOTNÁL SAJÁT OLDAL.... */

header div div.row div.hidden-xs.col-sm-4 ul.nav.navbar-nav.navbar-right li.dropdown {
    background-color: #094662;
    margin-right: 5px;
}

header div div.row div.hidden-xs.col-sm-4 ul.nav.navbar-nav.navbar-right li.dropdown:hover {
    background-color: #05324e;
}

header div div div ul.nav.navbar-nav.navbar-right li.dropdown a.dropdown-toggle {
    color: #fff;
    font-size: 14px;
    font-family: pn_semibold;

    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;

    margin-right:  0;

    border: 0;
}

/* RÁKATTINTOTT ÁLLAPOTNÁL LENYITVA SAJÁT OLDAL.... */


header div div div ul li.dropdown.open ul.dropdown-menu {
    padding-top: 5px;
    padding-bottom: 0;
    border: 0;
}

header div div div ul li.dropdown.active.open ul.dropdown-menu {
    border: 0;
    padding-bottom: 0;
}

/* SZOLGÁLTATÁSOK LENYÍLÓ */

header div div div ul li#float.dropdown.open a.dropdown-toggle {
    color: #094662;
    border-color: inherit;
}

header div div div ul li#float.dropdown.open a.dropdown-toggle:hover {
    color: #f37021;
    border-color: inherit;
}

/* BEJELETKEZETT ÁLLAPOTNÁL KILÉPÉS */

header div div.row div.hidden-xs.col-sm-4 ul.nav.navbar-nav.navbar-right li {
    background-color: #666;
}

header div div.row div.hidden-xs.col-sm-4 ul.nav.navbar-nav.navbar-right li:hover {
    background-color: #383232;
}

header div div.row div.hidden-xs.col-sm-4 ul.nav.navbar-nav.navbar-right li a {
    color: #fff;
    font-size: 14px;
    font-family: pn_semibold;

    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;

    margin-right:  0;

    border: 0;
}

header div div.row div.hidden-xs.col-sm-4 ul.nav.navbar-nav.navbar-right li a:hover {
    color: #fff;
    background-color: inherit;
}

@media (max-width: 992px) {

    /*-- Mobil nézet normál állípot. --*/

    .header-main {
        margin-bottom: 0px;
    }

    .navbar-nav {
        float: none;
        margin: 0;
    }

    /* Regisztráció és bejeletkezés doboz */
    .menupont ul.nav.navbar-nav {
        padding-left: 0px;
        padding-right: 0px;
    }

    /* Regisztráció */

    #regisztracionUserButton {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0px;
        padding-bottom: 0px;

        margin-right: 0px;
        margin-bottom: 10px;
    }

    #regisztracionUserButton a {
        background-color: #094662;
        color: #fff;

        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px;

        /*margin-right: 0px;*/
        /*margin-bottom: 10px;*/
    }

    .header-main .nav > li > a {
        text-align: center;

        color: #094662;
        border-bottom: 0;
        margin: 0;
        padding: 10px 0;
        border-bottom: 0;
    }

    /* Belépés */
    #loginUserButton {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #loginUserButton a {
        background-color: #666;
        color: #fff;

        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-main .nav > li.active > a {
        text-align: center;

        border-bottom: 0;
        background: inherit;
        text-indent: 10px;
        color: #fff;
    }

    .login-page-box {
        margin-top: 20px;
    }

    /*-- Bejelentkezett állapotnál --*/

    #loggedUser a#loggedUserButton {
        background-color: #094662;
        color: #fff;

        font-size: 17px;
        font-family: pn_regular;

        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px;

        margin-bottom: 10px;
    }

    #loggedUser ul li a{
        background-color: #666;
        color: #fff;

        font-size: 14px;
        font-family: pn_semibold;

        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;

        margin-right: 0;

        border: 0;
    }

    /* Kilépés */

    #loggedClose a{
        background-color: #666;
        color: #fff;

        font-size: 17px;
        font-family: pn_regular;

        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /* Saját oldal */

    #loggedUser.dropdown.active.open ul.dropdown-menu {
        padding-left: 20px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        background-color: #666;
    }

    #loggedUser.dropdown.active.open ul.dropdown-menu li a {
        background-color: #666;
        color: #fff;

        font-size: 14px;
        font-family: pn_semibold;

        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;

        margin-right: 0;

        border: 0;
    }

    header div div div ul.nav.navbar-nav.navbar-right li.dropdown a.dropdown-toggle {
        font-size: 17px;
        font-family: pn_regular;

        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
}
/****************************************************************
HEADER ALSÓ RÉSZ/ MENÜPONTOK
*****************************************************************/

#desktop-row {
     margin-left: -25px;
     margin-right: -40px;
}

header div.container-fluid.wrapper div.row div.col-xs-12.navbar-wrapper {
    padding-left: 0;
}

header div div div #navbar ul.nav.navbar-nav.nav-justified li {
    float: none;
}

header div div div #navbar ul.nav.navbar-nav.nav-justified li a:last-child {
    margin-right: 0;
}

/* MENÜSOR HOVER*/

header div div div div#navbar.navbar-collapse.collapse ul.nav.navbar-nav li a:hover {
    color: #f37021;
}

/* MENÜSOR Szolgáltatások*/

header div div div #navbar ul li.dropdown a.dropdown-toggle {
    margin:  0;
}

header div div div #navbar ul li.dropdown.open a.dropdown-toggle {
    background-color: inherit;
    margin:  0;
}

header div div div #navbar ul li.dropdown.open ul.dropdown-menu li a.fancybox {
    color: #666;
    font-size: 14px;
    font-family: pn_regular;
}

#float {
    float:  none !important;
}

#float a  {
    color: #094662;
}

#float a:hover  {
    color: #f37021;
}

@media (max-width: 992px) {
    .nav-justified > li {
        display: inline;
        width: 1%;
    }

    .axioart-nav li a {
        color: #094662;
    }
}
/****************************************************************
FŐOLDALI CÍMSZÖVEG
*****************************************************************/

body div.container-fluid.wrapper div.container-fluid.wrapper#motto p {
    color: #6d6e71;
    font-size: 18px;
    font-family: pn_regular;
}

/****************************************************************
BANNER
*****************************************************************/

body div.container-fluid.wrapper div.container-fluid.wrapper.hidden-xs {
    max-height: 300px;
    overflow: hidden;
}

body div div div#carousel-main.carousel.slide a {
    height: 300px;
}

body div div div#carousel-main.carousel.slide a span{
    top: 40%
}

/****************************************************************
BANNER2
*****************************************************************/

body div.container-fluid.wrapper div#banner2 {
    padding-top: 25px;
}

body div#banner2 div#carousel-main2.carousel.slide div.carousel-inner {
    height: 90px;
    width: 728px;
    margin-left: auto;
    margin-right: auto;
}

body div#banner2 div#carousel-main2.carousel.slide a {
    width: 4%;
    font-size: 40px;
    text-decoration: none;
    padding-top: 20px;
}

/****************************************************************
PIACTÉR KIEMELÉS
*****************************************************************/

#main_featured_items div.container-fluid.wrapper div.row div.col-sm-12 h1 {
    color: #004662;
    text-transform: uppercase;
}

#main_featured_items div.container-fluid.wrapper div.row div.col-sm-7 div.row {
    padding-left: 70px;
    padding-right: 170px;
    padding-top: 0px;
    padding-bottom: 0px;

    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#main_featured_items div.row div.col-sm-7 div.row a.btn.btn-default {
    border: 3px solid #666;
    text-transform: uppercase;
}

/****************************************************************
KORTÁRS KIEMELÉS
*****************************************************************/

#main_featured_items_contemporary div#alma.carousel.slide.collapse.in a {
    font-size: 40px;
    width: 4%;
    padding-top: 22%;
}

/****************************************************************
BLOGAXIOART
*****************************************************************/

#blog-news-container article.col-sm-3 div.rp-medium-one-content div.blogtitle {
    margin-top: 10px;
    height: 85px;
    overflow: hidden;
}

#blog-news-container article.col-sm-3 div.rp-medium-one-content div.blogtitle h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

#blog-news-container article.col-sm-3 div.rp-medium-one-content div.blogcontent {
    height: 150px;
    margin-bottom: 10px;
}

#blog-news-container article.col-sm-3 div.rp-medium-one-content div.blogcomments {
    margin-bottom: 10px;
}

#contemporaryImage {
    border: 0;
}

#contemporaryAuthor {
    color: #6d6e71;
    font-family: 'pn_regular' !important;
    font-size: 22px;
}

#contemporaryAuthorTitle {
    margin-bottom: 0;
    margin-top: 10px;

    font-family: 'pn_regular';
    font-size: 22px;
    text-transform: none;
}

#contemporaryName {
    color: #6d6e71;
    font-family: 'pn_regular' !important;
    font-size: 14px;
}

#contemporaryNameTitle {
    margin-top: 10px;
    margin-bottom: 0;

    font-family: 'pn_regular';
    font-size: 14px;
    text-transform: none;
    height: 2em;
}

#contemporaryPrice {
    color: #6d6e71;
    font-size: 14px;
    font-family: 'pn_semibold';
}

/****************************************************************
IMPRESSUM
*****************************************************************/

#impressum-content div.row div.col-xs-12.col-sm-12.col-md-12.col-lg-12 h1{
    color: #666;
    text-transform: none;
}

/****************************************************************
FOOTER / FÜGGŐLEGES MENÜ
*****************************************************************/

footer p {
    padding-left: 10px;
    padding-bottom: 15px;
    text-align: justify;
}

footer ul {
    padding-left: 10px;
}

footer .title1 {
    font-size: large;
    margin: 0;
    color: #0b0b0b;
}

footer .title2 {
    font-size: large;
    margin: 0;
    color: #0b0b0b;
}

footer li {
    border: 0;
    list-style: none;
    float: left;
    text-align: justify;
}

footer li a {
    color: #777777;
}

footer.hidden-print {
    background-color: #e6e7e8;
    padding-bottom: 20px;
}

footer.hidden-print div#footercss.container-fluid div.row div.col-xs-12.col-sm-12.col-sm-4 p {
    font-size: 14px;
    font-family: pn_semibold;
}

footer.hidden-print div#footercss.container-fluid div.row div.col-xs-12.col-sm-12.col-sm-4 ul {
    margin: 0;
}

footer.hidden-print div#footercss.container-fluid div.row div.col-xs-12.col-sm-12.col-sm-4 ul li {
    margin: 0;
}

footer.hidden-print div#footercss.container-fluid div.row div.col-xs-12.col-sm-12.col-sm-4 ul li a {
    font-size: 14px;
    font-family: pn_regular;
}

footer.hidden-print div#footercss.container-fluid div.row div.col-xs-12.col-sm-12.col-sm-4 ul li a:hover {
    color: #777777;
    text-decoration: underline;
}

@media (max-width: 400px) {
    footer {
        padding-left: 0;
        padding-right: 0;
    }

    .title1 {
        text-align: left;
    }

    .title2 {
        text-align: left;
    }

    #footercss.container-fluid div.row div.col-xs-12.col-sm-12.col-md-4 {
        padding-left: 0;
        padding-right: 0;
    }

    #footercss.container-fluid div.row div.col-xs-12.col-sm-12.col-md-4 ul {
        padding-bottom: 20px;
    }

    #footercss.container-fluid div.row div.col-xs-12.col-sm-12.col-md-4 ul li {
        float: unset;
        line-height: 14px;
    }

    #unique.row div.list ul li {
        display: block;
        border: 0;
    }
}

@media (min-width: 401px) and (max-width: 992px) {
    footer {
        padding-left: 0;
        padding-right: 0;
    }

    .title1 {
        text-align: center;
    }

    .title2 {
        text-align: center;
    }

    #footercss.container-fluid div.row div.col-xs-12.col-sm-12.col-md-4 {
        padding-left: 0;
        padding-right: 0;
    }

    #footercss.container-fluid div.row div.col-xs-12.col-sm-12.col-md-4 ul {
        padding-bottom: 20px;
    }

    #footercss.container-fluid div.row div.col-xs-12.col-sm-12.col-md-4 ul li {
        line-height: 0px;
        float: none;
    }

    #unique.row div.list ul li {
        display: block;
        border: 0;
    }
}
@media (min-width: 993px) and (max-width: 1025px) {
    .title1 {
        text-align: left;
    }

    .title2 {
        text-align: left;
        padding-bottom: 35px;
    }
}

/****************************************************************
FOOTER / VÍZSZINTES MENÜ
*****************************************************************/

footer .list {
    border-top: 1px solid #777777;
    border-bottom: 1px solid #777777;
}

footer .row:nth-child(2) ul {
    padding-left: 0px;
}

footer .row:nth-child(2) li {
    text-align: center;
    float: none;
    display: inline-block;
    border-right: 1px solid #777777;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    list-style: none
}

footer .row:nth-child(2) li:last-child {
    border: 0;
}

/****************************************************************
FOOTER / SIMPLE KÉP
*****************************************************************/

footer.hidden-print div.footer-image {
    padding-bottom: 5px;
    line-height: 40px;
}
footer.hidden-print div.container-fluid div.row div.col-xs-6 div.footer-image {
    text-align: right;
    min-width: 360px;
}
footer img {
    vertical-align: top;
}
footer.hidden-print div.container-fluid div.row div.col-xs-6 div.footer-image a img {
    max-height: 70px;
}
.simplepay-logo {
    min-width: 360px;
    display:inline-block;
}

/****************************************************************
FOOTER / SOCIALMEDIA ICON
*****************************************************************/

footer.hidden-print div.social {
    text-align: justify;
    margin: 0;
    padding: 0;
}

footer.hidden-print div.social img {
    width: auto;
    height: 28px;
}

.mw-1220{
    max-width: 1220px;
}

.axioart-nav{
    margin: 0 auto;
    table-layout: fixed;
    float: none;
}

@media (max-width: 992px) {

    #footercss div.social {
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center;
    }

    #footercss img {
        width: auto;
        height: 28px;
    }
}
