/*******************************************************************************************************************
 * Globális beállítások
******************************************************************************************************************/
#p,
#p_phone_menu {
    font-family: 'Open Sans', serif;
    font-size: 14px;
}


/***********************************************************************************************************************
* Fejléc beállítások
***********************************************************************************************************************/
#p .p_middle_wrapper{
    display: table;
    min-height: 50px;
    width: 100%;
    vertical-align: middle;
}

#p .p_header .w_site{
    padding: 0px 10px 10px 10px !important;
}

#p_template_header{
    padding: 0px 10px 10px 10px;
    position: relative;
    z-index: 50;
    margin: 0 0 0 0;
    min-height: 30px;
}

/*Főcím*/
#p .p_site_title{
    padding: 0;
    display: block;
    text-align: center;
}

#p .p_site_title a {
    text-decoration: none !important;
}

#p .p_main_title,
#p .p_main_title textarea.p {
    font-weight: 600;
    font-size: 36px;
    min-height: 36px;
    padding: 8px 0;
    line-height: 1em;
    display: block;
}

/*Alcím*/
#p .p_sub_title,
#p .p_sub_title textarea.p {
    font-size: 16px;
    min-height: 16px;
    line-height: 1em;
    font-weight: normal;
    padding: 8px 0;
}

#p .p_social_icons a, #p .p_header_social_icons a, #p_mobile_menu_social_icons a {
    border: 1px solid;
}

#p #p_navigation .p_menu li a {
    font-size: 13px;
    padding: 5px 0;
    margin: 0 10px;
}

#p.p_full_width #p_navigation .p_menu ul li .p_active {
    border-bottom: 2px solid;
}

#p.p_boxed #p_navigation .p_menu ul li {
    border-right: 1px solid;
}


/*******************************************************************************************************************
 * Címek, szövegek beállításai
******************************************************************************************************************/
#p h1{
    font-size: 30px;
    font-weight: 600;
}

#p h2{
    font-size: 22px;
    font-weight: 600;
}

#p h3{
    font-size: 16px;
    font-weight: 600;
}

#p a:hover {
    text-decoration: underline;
}

#p .w_editable_text a,
#p .w_editable_text a span{
    font-size: inherit;
}

#p .w_editable_text h1 span,
#p .w_editable_text h1 a,
#p .w_editable_text h1 s,
#p .w_editable_text h1 u,
#p .w_editable_text h1 em,
#p .w_editable_text h1 strong{
    font-weight: 600;
}

#p .w_editable_text h2 span,
#p .w_editable_text h2 a,
#p .w_editable_text h2 s,
#p .w_editable_text h2 u,
#p .w_editable_text h2 em,
#p .w_editable_text h2 strong{
    font-weight: 600;
}

#p .w_editable_text h3 span,
#p .w_editable_text h3 a,
#p .w_editable_text h3 s,
#p .w_editable_text h3 u,
#p .w_editable_text h3 em,
#p .w_editable_text h3 strong{
    font-weight: 600;
}

#p .w_editable_text ul {
    padding-left: 15px;
    list-style-type: disc;
}

#p .w_editable_text ul li {
    background: none!important;
    text-indent: 0!important;
    list-style: disc;
}


/*******************************************************************************************************************
 * Űrlap formázása
 ******************************************************************************************************************/
#p label{
    font-size: 13px;
}

#p .p_section_brake{
    margin: 0 0 5px 0;
    padding: 10px 0;
}

#p .p_section_brake .p_section_brake_title {
    font-size: 16px;
}

/*Label alatt megjelenĹ leĂ­rĂĄs*/
#p .p_form_element_description{
    display: block;
    margin: 0 0 10px 0;
    font-size: 13px;
}

/*ĂlltalĂĄnos inputok*/
#p input[type=text].p,
#p input[type=password].p,
#p textarea.p,
#p select.p {
    border: 1px solid;
    font-size: 13px;
}

/*HibaĂźzenet*/
#p .w_error_msg {
    font-size: 13px;
}

/*Submit, ĂŠs sima gomb formĂĄzĂĄsa*/
#p input[type=submit].p,
#p a.p_button_link{
    padding: 10px 20px;
    font-weight: 600;
    font-size: 13px;
}

#p input[type=submit].p.p_button_style_1,
#p a.p_button_link.p_button_style_1{
    padding: 7px 15px;
    font-weight: 600;
    font-size: 11px;
}

#p input[type=submit].p.p_button_style_2,
#p a.p_button_link.p_button_style_2{
    padding: 10px 20px;
    font-weight: 600;
    font-size: 13px;
}

#p input[type=submit].p.p_button_style_3,
#p a.p_button_link.p_button_style_3{
    padding: 12px 30px;
    font-weight: 600;
    font-size: 16px;
}

/*Select lenyitott doboz design */
#p .chosen-container-active.chosen-with-drop .chosen-single {
    display: block;
    margin: 0 0 18px 0;
    width: 100%;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 44px;
    box-shadow: none;
}

#p .chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}

#p .chosen-container-single .chosen-drop {
    background-clip: padding-box;
    border-radius: 0;
    margin-top: -19px;
    padding-top: 10px;
}

#p .chosen-container .chosen-drop {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    box-shadow: none;
    left: -9999px;
    position: absolute;
    top: 62px;
    width: 100%;
    z-index: 1010;
}


/*******************************************************************************************************************
 * Képvetítő modul
 ******************************************************************************************************************/
#p .p_slider_main{
    height: 420px;
    padding: 1px;
}

#p .p_slider_module .p_slider_item{
    width: calc(100% - 2px);
    height: calc(100% - 2px);
}

#p .p_slider_stepper{
    margin-top: -35px;
    width: 50px;
    height: 70px;
}

#p .w_module_helpers .p_slider_prev{
    left: 19px !important;
}

#p .w_module_helpers .p_slider_next{
    right: 18px !important;
}

#p .p_slider_prev {
    left: 1;
}

#p .p_slider_next .p_arrow {
    width: 15px;
    height: 15px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: 25px;
    right: 0;
    left: -3px;
    bottom: 0;
    margin: auto;
}

#p .p_slider_prev .p_arrow {
    width: 15px;
    height: 15px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    position: relative;
    top: 25px;
    right: 0;
    left: 3px;
    bottom: 0;
    margin: auto;
}

#p .p_slider_next{
    right: 0;
}

#p_slideshow_image_text_container {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#p_slideshow_image_title {
    font-size: 20px;
}

#p_slideshow_image_description {
    font-size: 13px;
}

#p .p_gallery_image img{
    opacity: 1;
    -moz-transition: opacity .35s ease-in-out;
    -webkit-transition: opacity .35s ease-in-out;
    -o-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
}

#p .p_gallery_image:hover img{
    opacity: .65;
}

#p .p_gallery_module.p_border .p_gallery_image,
#p .p_image_module .p_border {
    -moz-transition: border .35s ease-in-out;
    -webkit-transition: border .35s ease-in-out;
    -o-transition: border .35s ease-in-out;
    transition: border .35s ease-in-out;
}


/***********************************************************************************************************************
* Mobile Display beállítások
***********************************************************************************************************************/
#p.p_mobile .p_slider_main .p_slider_stepper .p_arrow {
    top: 15px !important;
    width: 10px!important;
    height: 10px!important;
}

#p.p_mobile .p_gallery_image:hover img{
    opacity: 1;
}

#p.p_mobile .p_gallery_module.p_border .p_gallery_image,
#p.p_mobile .p_image_module .p_border {
    -moz-transition: 0;
    -webkit-transition: 0;
    -o-transition: 0;
    transition: 0;
}

#p.p_mobile #p_template_header {
    margin-bottom: 0px;
}

#p.p_mobile #p_phone_menu ul li a {
    text-transform: uppercase;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#p .p_slider_main {
    border: 9px solid;
}

#p.p_mobile .p_slider_main {
    border: none;
}

#p.p_mobile .p_slider_module .p_slider_item {
    width: 100%;
}


/*******************************************************************************************************************
 * ÚJ
******************************************************************************************************************/
#p .p_title {
    font-weight: 600;
}

#p #p_navigation .p_menu li {
    margin: 10px 0;
}

#p #p_navigation .p_menu li a {
    font-size: 13px;
    padding: 5px 0;
    margin: 0 10px;
    /*font-size: 13px;*/
    /*padding: 8px 15px;*/
    /*margin: 0 0;*/
}

#p #p_navigation .p_menu li:last-child a {
    border-right: none;
}

#p .p_header_social_icons a {
    display: inline-block;
}

#p #p_header_container > .p_header_social_icons_outer {
    display: none !important;
}

#p #p_header_content .p_header_social_icons {
    display: inline-block;
}

#p_mobile_navigation_container {
    padding: 60px 0;
}

#p_mobile_navigation_container .p_menu li {
    padding: 0;
}

#p_mobile_navigation_container .p_menu li a {
    padding: 15px 0;
    display: block;
}

#p_mobile_navigation_container .p_menu li a {
    position: relative;
}

#p_mobile_navigation_container .p_menu li a.p_active:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
}


/*******************************************************************************************************************
 * DOBOZOS
******************************************************************************************************************/
#p.p_boxed #p_navigation_container {
    position: relative;
    padding: 0;
}

#p.p_boxed:not(.p_1180) #p_navigation {
    padding: 0 60px 20px 60px!important;
    text-align: center;
}

#p.p_boxed.p_1180 #p_navigation {
    padding: 0 60px 20px 60px!important;
    text-align: center;
}

#p.p_boxed #p_navigation > * {
    display: block;
}

#p.p_boxed #p_navigation .p_menu,
#p.p_boxed #p_navigation .p_logo_container ,
#p.p_boxed #p_navigation #p_title_container,
#p.p_boxed #p_navigation .p_social_icons {
    display: inline-block;
    vertical-align: baseline;
}

#p.p_boxed #p_navigation_container .p_social_icons,
#p.p_boxed #p_navigation_container .p_logo_container {
    width: auto;
    padding: 0;
}

#p.p_boxed #p_navigation_container .p_logo_container {
    margin-bottom: 10px;
}

#p.p_boxed #p_navigation #p_title_container {
    margin-bottom: 20px;
}

#p.p_boxed #p_navigation .p_menu {
    text-align: center;
    padding: 0;
    margin-bottom: 30px;
}

#p.p_boxed #p_navigation .p_menu ul {
    display: table;
    margin: 0 auto;
}

#p.p_boxed #p_navigation .p_menu ul li {
    display: table-cell;
}

#p.p_boxed #p_navigation .p_menu ul li:last-child {
    border-right: none;
}

#p.p_boxed #p_navigation .p_menu ul li a {
    padding: 20px 20px;
    display: block;
    margin: 0;
}

#p.p_boxed #p_navigation .p_menu ul li a.p_active {
    border-bottom: none
}


/*******************************************************************************************************************
 * KOMPAKT ES MOBIL MENÜ GOMB
******************************************************************************************************************/
.p_menu_button {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.p_menu_button .p_menu_button_line {
    top: -1px;
}

.p_menu_button .p_menu_button_line,
.p_menu_button .p_menu_button_line:before,
.p_menu_button .p_menu_button_line:after {
    width: 20px;
    height: 2px;
}

.p_menu_button .p_menu_button_line:before {
    top: -7px;
}

.p_menu_button .p_menu_button_line:after {
    top: 7px;
}

#p .p_header_social_icons a {
    width: 40px;
    height: 40px;
    line-height: 40px !important;
}

#p #p_header_content .p_header_social_icons a {
    margin: 0 4px;
}

#p #p_header_button a.p_button_link {
    padding: 12px 44px;
    font-size: 14px;
}

#p_header_title {
    border: 1px solid;
    padding: 20px 40px;
}

#p.p_boxed #p_navigation .p_language_select_block {
    display: inline-block;
    margin: 10px 0;
}

#p .p_checked .p_checkbox {
    position: relative;
}

#p .p_checked .p_checkbox .p_mark {
    position: absolute;
    width: 5px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    right: 0;
    left: 1px;
    bottom: 2px;
    margin: auto;
    animation: p_checkbox_anim 0.2s linear forwards;
}
@keyframes p_checkbox_anim {
    0% {
        width: 0;
        height: 0;
    }
    50% {
        width: 5px;
        height: 0;
    }
    100% {
        width: 5px;
        height: 10px;
    }
}

#p .p_selected .p_radio {
    position: relative;
}

#p .p_selected .p_radio .p_mark {
    position: absolute;
    width: 0;
    height: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    animation: p_radio_anim 0.2s ease-in-out forwards;
}
@keyframes p_radio_anim {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    70% {
        transform: scale(1.5);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

#p .p_gallery_module.p_border .p_gallery_image, #p .p_image_module .p_border {
    border: 3px solid;
}

#p .p_table_module table th, #p .p_table_module table td {
    border: 1px solid;
}