/*******************************************************************************************************************
 * Globális beállítások
******************************************************************************************************************/
#p,
#p_phone_menu {
    font-family: 'Love Ya Like A Sister', cursive;
    font-size: 16px;
}

#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 beállítások
***********************************************************************************************************************/
#p .p_middle_wrapper{
    display: table;
    min-height: 50px;
    padding-top: 40px;
    width: 100%;
}

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

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

/*Főcím*/
#p .p_site_title{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

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

#p .p_main_title,
#p .p_main_title textarea{
    font-size: 36px;
    min-height: 36px;
    margin-bottom: 5px;
}

/*Alcím*/
#p .p_sub_title,
#p .p_sub_title textarea{
    font-size: 16px;
    min-height: 12px;
}


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

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

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


/*******************************************************************************************************************
 * Űrlap formázása
******************************************************************************************************************/
#p .p_form_module {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#p label{
    font-weight: 800;
}

#p .p_section_brake {
    padding-bottom: 7px;
    margin: 0 0 7px 0;
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding-right: 10px;
}

/*Label alatt megjelenő leírás*/
#p .p_form_element_description{
    display: block;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.3em;
}

/*Álltalános inputok*/
#p input[type=text].p,
#p input[type=password].p,
#p textarea.p,
#p select.p {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

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

/*Submit, és sima gomb formázása*/
#p input[type=submit].p,
#p a.p_button_link{
    padding: 8px 29px;
    font-size: 16px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

#p input[type=submit].p.p_button_style_1,
#p a.p_button_link.p_button_style_1{
    padding: 6px 24px;
    font-size: 13px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

#p input[type=submit].p.p_button_style_2,
#p a.p_button_link.p_button_style_2{
    padding: 8px 29px;
    font-size: 16px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

#p input[type=submit].p.p_button_style_3,
#p a.p_button_link.p_button_style_3{
    padding: 11px 40px;
    font-size: 19px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

/*A selectben alap doboza */
#p .chosen-container-single .chosen-single {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

/*Select lenyitott doboz design */
#p .chosen-container-active.chosen-with-drop .chosen-single {
    display: block;
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    border-bottom: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-left-radius: 8px !important;
    -webkit-border-top-right-radius: 8px !important;
    -moz-border-radius-topleft: 8px !important;
    -moz-border-radius-topright: 8px !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

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

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

#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;
    box-shadow: none;
    left: -9999px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-bottom-right-radius: 8px !important;
    -webkit-border-bottom-left-radius: 8px !important;
    -moz-border-radius-bottomright: 8px !important;
    -moz-border-radius-bottomleft: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;

}

/*Lenyitott dobozban található sorok designja*/
#p .chosen-container .chosen-results{
    margin: 0;
}

#p .chosen-container .chosen-results li:first-child{
    border-top: 0px;
}

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

#p .chosen-container .chosen-results li a {
    font-style: normal;
}


/*******************************************************************************************************************
 * Képvetítő modul
******************************************************************************************************************/
#p .p_slider_module,
#p .p_slider_main {
    border-radius: 15px;
}

#p.p_mobile .p_slider_main .p_slider_stepper {
    width: 42px!important;
    height: 42px!important;
}

#p.p_mobile .p_slider_main .p_slider_stepper .p_arrow {
    top: 14px!important;
}

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

#p .w_module_helpers .p_slider_prev{
    left: 30px;
}

#p .w_module_helpers .p_slider_next{
    right: 30px;
}

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

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

#p_slideshow_image_text_container {
    position: absolute;
    bottom: 0;
    max-width: 80%;
    padding: 15px 20px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
    -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_slider_main_image {
    border: 2px solid transparent;
    border-radius: 15px;
    border-bottom-width: 6px;
}

#p .p_image_module .p_above_description {
    margin: 0 0 5px 0;
}

#p .p_image_module .p_below_description {
    margin: 5px 0 0 0;
}

#p .p_image_description {
    width: 100%;
    bottom: 0;
    display: block;
}

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

#p .p_zoom_image {
    background-image: url('../img/zoom_image.png');
    background-color: rgba(0, 0, 0, 0.5);
}

#p .p_bordered_image,
#p .p_image_container,
#p .p_image_container img,
#p .p_gallery_image,
#p .p_gallery_image img,
#p .p_gallery_image .p_zoom_image,
#p .p_gallery_image_bg,
#p .p_image_module .p_border {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#p .p_gallery_image,
#p .p_bordered_image{
    -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;
}

#p .p_slider_main {
    border: 2px dashed!important;
}

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


/***********************************************************************************************************************
* Mobile Display beállítások
***********************************************************************************************************************/
#p.p_mobile .p_middle_wrapper{
    padding-top: 20px;
}

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

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

#p.p_mobile .p_form_module {
    padding: 10px 10px 0 10px;
}

#p:not(.p_public) .p_select_wrapper {
    border: 0 !important;
}


/***********************************************************************************************************************
* Táblázat modul
***********************************************************************************************************************/
#p .p_table_module table{
    border-collapse:separate;
}

#p .p_table_module table tr th:first-child{
    -webkit-border-radius: 15px 0 0 0;
    -moz-border-radius: 15px 0 0 0;
    -ms-border-radius: 15px 0 0 0;
    -o-border-radius: 15px 0 0 0;
}
#p .p_table_module table tr th:last-child{
    -webkit-border-radius: 0 15px 0 0;
    -moz-border-radius: 0 15px 0 0;
    -ms-border-radius: 0 15px 0 0;
    -o-border-radius: 0 15px 0 0;
}
#p .p_table_module table tr:last-child td:last-child{
    -webkit-border-radius: 0 0 15px 0;
    -moz-border-radius: 0 0 15px 0;
    -ms-border-radius: 0 0 15px 0;
    -o-border-radius: 0 0 15px 0;
}

#p .p_table_module table tr:last-child td:first-child{
    -webkit-border-radius: 0 0 0 15px;
    -moz-border-radius: 0 0 0 15px;
    -ms-border-radius: 0 0 0 15px;
    -o-border-radius: 0 0 0 15px;
}

#p .p_table_module table tbody tr:first-child td{
    border-top: 0;
}

#p #p_navigation .p_menu li {
    margin-left: -4px;
}

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

#p .p_social_icons a,
#p .p_header_social_icons a,
#p_mobile_menu_social_icons a {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

#p .p_social_icons a:hover,
#p .p_header_social_icons a:hover,
#p_mobile_menu_social_icons a:hover {
    transform: rotate(360deg);
}

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

#p .p_header_social_icons_outer.p_vertical a {
    display: block;
    margin: 10px 0;
}

#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;
}

#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 #p_navigation > * {
    display: block;
}

#p.p_boxed #p_navigation .p_logo_container {
    width: auto;
}

#p.p_boxed #p_navigation .p_logo_container,
#p.p_boxed #p_navigation #p_title_container {
   float: left;
}

#p.p_boxed #p_navigation .p_social_icons {
    width: auto;
    float: right;
}

#p.p_boxed #p_navigation .p_menu {
    text-align: left;
    margin-top: 30px;
    padding: 0 10px;
    overflow: hidden;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

#p.p_boxed #p_navigation .p_menu ul li a {
    padding: 20px 15px;
    display: block;
    letter-spacing: 1px;
    font-weight: 600;
}


/*******************************************************************************************************************
 * KOMPAKT MENÜ GOMB
******************************************************************************************************************/
.p_menu_button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.p_menu_button:hover .p_menu_button_line {
    transform: rotate(360deg);
}

.p_menu_button .p_menu_button_line {
    top: -1px;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.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: 34px;
    height: 34px;
    line-height: 34px !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: 10px 46px;
    font-size: 18px;
}


/*******************************************************************************************************************
 * ÚJ
******************************************************************************************************************/
#p #p_navigation .p_upper_row {
    /*width: 100%;*/
    display: table;
    position: absolute;
    top: 10px;
    right: 48px;
    border-spacing: 10px;
}

#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.p_boxed #p_navigation ul {
    float: none!important;
}

#p.p_boxed #p_navigation .p_menu ul li a {
    border-right: dashed 2px;
}

#p.p_boxed #p_navigation .p_menu {
    border: dashed 2px;
}
#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: 2px dashed;
    border-top: 0;
}

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

#p .p_table_module table th,
#p .p_table_module table td{
    border: 2px dashed;
    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!important;
}
#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_slider_prev, #p .p_slider_next {
    -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;
}
