/*******************************************************************************************************************
 * ALAPVETŐ FORMÁZÁSOK
******************************************************************************************************************/
#p,
#p_phone_menu {
    font-family: 'Gentium Basic', serif;
    font-size: 18px;
}

#p h1{
    border-top: 2px dashed;
    border-bottom: 2px dashed;
    font-size: 42px;
    font-weight: 600;
}

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

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

#p a {
    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;
}


/***********************************************************************************************************************
 * FEJLÉC
***********************************************************************************************************************/
#p .p_middle_wrapper{
    display: table;
    min-height: 50px;
    width: 100%;
    vertical-align: middle;
}

#p_template_header{
    position: relative;
    z-index: 50;
    margin: 0 0 0 0;
}

/*------------------------------
  Weboldal címe, alcíme
------------------------------*/
#p .p_site_title{
    text-align: center;
    padding: 10px 0;
}

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

#p .p_main_title,
#p .p_main_title textarea{
    font-size: 36px;
    min-height: 34px;
    margin: 0;
    line-height: 1.25em;
}

#p .p_sub_title,
#p .p_sub_title textarea{
    font-size: 20px;
    min-height: 14px;
    padding: 0 10px 0 0;
    line-height: 1.25;
}

/*******************************************************************************************************************
 * MENÜ
******************************************************************************************************************/
#p .p_menu_container .p_site_outer_container{
    position: relative;
    min-height: 70px;
    line-height: 40px;
    padding: 15px 0;
}

#p .p_menu_container .w_site{
    padding: 0 !important;
}


/*******************************************************************************************************************
 * ŰRLAP MODUL
******************************************************************************************************************/
#p label{
    font-size: 18px;
    font-weight: 700;
}

#p .p_section_brake{
    display: block;
    font-size: 18px;
    padding: 0 0 7px 0;
    margin: 10px 0 7px 0;
}

#p .p_form_element_description{
    display: block;
    margin: 0 0 10px 0;
    font-size: 15px;
    line-height: 1.3em;
}

#p input[type=text].p,
#p input[type=password].p,
#p textarea.p,
#p select.p {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#w_content .p_select_wrapper {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#p input[type=submit].p,
#p a.p_button_link{
    padding: 5px 20px;
    font-weight: 600;
    font-size: 16px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

#p input[type=submit].p.p_button_style_1,
#p a.p_button_link.p_button_style_1{
    padding: 3px 15px;
    font-weight: 600;
    font-size: 13px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

#p input[type=submit].p.p_button_style_2,
#p a.p_button_link.p_button_style_2{
    padding: 5px 20px;
    font-weight: 600;
    font-size: 16px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

#p input[type=submit].p.p_button_style_3,
#p a.p_button_link.p_button_style_3{
    padding: 8px 30px;
    font-weight: 600;
    font-size: 19px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

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

#p .p_success_send {
    font-size: 13px;
}

/*------------------------------
  Legördülő menü (select)
------------------------------*/
#p .chosen-container-single .chosen-single {
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#p .chosen-container-single a.chosen-single span {
    font-weight: 400;
}

#p .chosen-container-active.chosen-with-drop .chosen-single {
    display: block;
    margin: 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;
    border-bottom: none !important;
}

#p .chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

#p .chosen-container-single .chosen-drop {
    background-clip: padding-box;
}

#p .chosen-container .chosen-drop {
    padding-top: 10px;
    -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;
    box-shadow: none;
    left: -9999px;
    position: absolute;
    top: 92%;
    width: 100%;
    z-index: 1010;
    border-top: none !important;
}

#p .chosen-container .chosen-results{
    padding: 0;
    margin-bottom: 0;
}

#p .chosen-container .chosen-results li.highlighted {
    background: none;
}


/*******************************************************************************************************************
 * KÉPVETÍTŐ MODUL
******************************************************************************************************************/
#p .p_slider_stepper{
    margin-top: -25px;
    width: 50px;
    height: 50px;
}

#p .w_module_helpers .p_slider_prev{
    margin-left: 20px;
}

#p .w_module_helpers .p_slider_next{
    margin-right: 20px;
}

#p .p_slider_prev{
    left: 5px;
}

#p .p_slider_next{
    right: 5px;
}

#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: 26px;
}

#p_slideshow_image_description {
    font-size: 15px;
}


/*******************************************************************************************************************
 * GALÉRIA MODUL
******************************************************************************************************************/
#p .p_gallery_image .p_zoom_image{
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    -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 .p_zoom_image{
    opacity: .35;
}

#p .p_border .p_image_container,
#p .p_border .p_gallery_image_bg {
    border: 4px solid transparent;
}

#p .p_gallery_module.p_border .p_gallery_image, #p .p_image_module .p_border {
    border: 2px dashed!important;
}


/*******************************************************************************************************************
 * KÉP MODUL
******************************************************************************************************************/
#p .p_image_module p {
    font-size: 16px !important;
}

#p .p_image_description{
    padding-top: 10px;
    font-size: 16px;
}

#p .p_image_container .image_block_overlay{
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background: rgba(0,0,0,.2);
    opacity: 0;
    -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_image_container .image_block_overlay:hover{
    opacity: 1;
}

#p .p_image_container .show_img{
    width: 31px;
    height: 30px;
    background: url('../img/enlarge_icon.png') center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    -moz-transition: color .35s ease-in-out;
    -webkit-transition: color .35s ease-in-out;
    -o-transition: color .35s ease-in-out;
    transition: color .35s ease-in-out;
}


/***********************************************************************************************************************
* ALAPVETŐ FORMÁZÁSOK - MOBILNÉZET
***********************************************************************************************************************/
#p.p_mobile *{
    font-size: 16px;
}

#p.p_mobile .p_header {
    line-height: 1;
}

#p.p_mobile .p_content {
    margin-top: 0;
}

#p.p_mobile .p_content .p_site_outer_container {
    padding-bottom: 0;
    min-height: 0;
}

#p.p_mobile .p_gallery_image:hover .p_zoom_image{
    opacity: 0;
}

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


/***********************************************************************************************************************
* SZÖVEG SZERKESZTŐ
***********************************************************************************************************************/
#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 s,
#p .w_editable_text h1 u,
#p .w_editable_text h1 em,
#p .w_editable_text h1 strong{
    font-weight: 800;
    display: initial;
}

#p .w_editable_text h2 span,
#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: 800;
    display: initial;
}

#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: 800;
    display: initial;
}

#p .p_title {
    font-weight: 800;
}

#p .p_subtitle {
    font-weight: 600;
}

#p_navigation_container.w_background {
    -webkit-box-shadow: 0 3px 4px 0px rgba(38,38,38,.2);
    -moz-box-shadow: 0 3px 4px 0px rgba(38,38,38,.2);
    box-shadow: 0 3px 4px 0px rgba(38,38,38,.2);
}

#p .p_menu li a {
    font-size: 14px;
}

#p .p_social_icons a,
#p .p_header_social_icons a,
#p_mobile_menu_social_icons a {
    width: 28px;
    height: 28px;
    line-height: 28px !important;
    font-size: 12px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

#p .p_header_social_icons_outer.p_vertical a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px !important;
    margin: 30px 0;
}

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

#p_header_content.p_align_left_top,
#p_header_content.p_align_left_center ,
#p_header_content.p_align_left_bottom {
    margin: 0 30px 0 100px;
    width: calc(100% - 130px);
}

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

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


/*******************************************************************************************************************
 * DOBOZOS
******************************************************************************************************************/
#p.p_boxed #p_navigation_container {
    position: relative;
    padding: 0;
}
#p.p_boxed.p_1180 #p_navigation {
    width: 1260px!important;
    padding: 30px 0 0 0!important;
    text-align: center;  
}

#p.p_boxed:not(.p_1180) #p_navigation {
    width: 1060px!important;
    padding: 30px 0 0 0!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;
}

#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_social_icons {
    margin-bottom: 30px;
}

#p.p_boxed #p_navigation .p_menu {
    text-align: center;
    padding: 0;
    width: 100%;
    padding: 30px 40px;
    margin-bottom: 5px;
    -webkit-box-shadow: 0 3px 4px 0px rgba(38,38,38,.2);
    -moz-box-shadow: 0 3px 4px 0px rgba(38,38,38,.2);
    box-shadow: 0 3px 4px 0px rgba(38,38,38,.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

#p.p_boxed #p_navigation .p_menu ul li {
    margin: 6px 0;
}

#p.p_boxed .p_content {
    margin-top: -5px;
}

#p.p_boxed .p_title {
    font-size: 40px;
}

#p.p_boxed .p_subtitle {
    font-size: 20px;
}


/*******************************************************************************************************************
 * KOMPAKT MENÜ GOMB
******************************************************************************************************************/
.p_menu_button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.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: -6px;
}

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

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

#p .p_header_social_icons_outer.p_vertical a {
    margin: 15px 0;
}

#p #p_header_button a.p_button_link {
    padding: 6px 40px;
}

#p input[type=submit].p,
#p a.p_button_link {
    font-size: 18px;
    font-family: inherit;
}


/*******************************************************************************************************************
 * ÚJ
******************************************************************************************************************/
#p.p_boxed #p_navigation .p_upper_row {
    display: table;
    position: absolute;
    top: 10px;
    right: 0;
}

#p #p_navigation .p_upper_row > * {
    display: table-cell;
    vertical-align: middle;
}

#p.p_boxed #p_navigation_container .p_language_select_block {
    width: auto;
    float: right;
}

.p_language_select_block .p_language_name {
    font-weight: 600;
}

#p.p_boxed #p_navigation ul {
    float: none!important;
}

#p.p_mobile .p_gallery_border .p_gallery_image.p_hover,
#p.p_mobile .p_gallery_border .p_gallery_image:hover,
#p.p_mobile .p_bordered_image.p_hover,
#p.p_mobile .p_bordered_image:hover {
    border: dashed 2px;
}

#p .p_table_module table tr td:last-child {
    border: 1px solid;
    border-top: 0;
}

#p .p_table_module table tr th:last-child {
    border: 1px solid;
}

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

#p .p_table_module table td{
    border-top: 0;
}
#p .p_image_module .p_border,
#p .p_border .p_gallery_image {
    border: 2px dashed;
}
#p .w_error {
    border: solid 1px!important;
}

#p .chosen-container .chosen-drop {
    border: 1px solid;
    border-top: none;
}

#p .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid;
}

#p .chosen-container-single .chosen-single.p_hover,
#p .chosen-container-single .chosen-single:hover {
    border: 1px solid;
}

#p input[type=text].p,
#p input[type=password].p,
#p textarea.p,
#p select.p,
#w_content .p_select_wrapper,
#p .chosen-container-single .chosen-single {
    border: 1px solid;
}

#p input[type=text].p:focus,
#p input[type=password].p:focus,
#p textarea.p:focus,
#p select.p:focus{
    border: 1px solid;
}

#p .p_section_brake {
    border-bottom: dashed 2px;
}

#p hr.dashed_line {
    border-top: 1px dashed;
}

#p hr.dotted_line {
    border-top: 1px dotted;
}


#p .p_checked .p_checkbox {
    position: relative;
    border-width: 1px;
}

#p .p_checkbox {
    border: 1px solid;
    box-sizing: border-box;
}

#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;
    border-right: 2px solid;
    border-bottom: 2px solid;
    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;
    border-width: 1px;
}

#p .p_radio {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid;
    box-sizing: border-box;
}

#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;
    border: 4px solid;
}
@keyframes p_radio_anim {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    70% {
        transform: scale(1.5);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

#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_mobile .p_slider_main .p_slider_stepper {
    width: 32px!important;
    height: 32px!important;

}

#p.p_mobile .p_slider_main .p_slider_stepper .p_arrow {
    top: 10px!important;
    width: 10px !important;
    height: 10px !important;
}

#p .p_slider_next,
#p .p_slider_prev {
    border: 2px solid;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

#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: 18px;
    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: 18px;
    right: 0;
    left: 3px;
    bottom: 0;
    margin: auto;
}

#p .p_slider_next{
    right: 0;
}

#p input[type=text].p, #p input[type=password].p, #p textarea.p, #p select.p {
    border: 1px solid;
}

#p.p_public .p_select_wrapper:after {
    right: 22px;
    margin-top: -26px;
    top: inherit !important;
}

#p #p_header_container_outer .p_header_social_icons a {
    border: 2px solid;
}

#p #p_navigation .p_social_icons a, #p #p_mobile_navigation_container .p_social_icons a {
    border: 2px solid;
}
#p .p_social_icons a, #p .p_header_social_icons a, #p_mobile_menu_social_icons a {
    border: 2px solid;
}

#p_slideshow_image_text_container {
    border-top: 2px dashed;
    border-bottom: 2px dashed;
}
