/***********************************************************************************************************************
* ALAPVETŐ FORMÁZÁSOK
***********************************************************************************************************************/
html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
}

#p {
    position: relative;
    right: 0;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    height: 100%;
    overflow-y: auto;
}

#p.p_mobile {
    overflow-y: visible;
    overflow-x: hidden;
    background-color: #fff !important; /* erre azért van szükség, hogy a mobil menu ne látszódjon át a tartalmi részen */
    -webkit-overflow-scrolling: touch;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 100%;
    zoom: 1;
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
    border-radius: 0;
    position: relative;
}

#p.p_boxed .p_content,
#p.p_mobile .p_content {
    margin: 0 auto;
}

#p p * {
    line-height: initial !important;
}

#p p {
    line-height: 1.5em;
    margin: 0 0 20px 0;
}

#p a {
    text-decoration: none;
    -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;
}

#p blockquote {
    margin: 0;
    font-style: italic;
    line-height: 2em;
}

#p sub{
    vertical-align: sub;
    font-size: 12px;
}

#p hr.thin_line{
    height: 1px;
}

#p hr.bold_line{
    height: 3px;
}

#p hr.dashed_line{
    height: 0;
    background: none;
}

#p hr.dotted_line{
    height: 0;
    background: none;
}

#p iframe{
    border: 0;
    margin: 0;
    padding: 0;
}

#p .p_block, #p .w_module, #p .moved_module{
    padding: 10px;
}

#p .w_space_module_content{
    height: 120px;
    background: none;
}

/* Minden elem tart maga alatt 20px margint, itt beállítjuk, hogy ha az utolsó a blokkban akkor ne tartson mert a blokk úgy is tart */
#p .w_editable_text p:last-child,
#p .w_editable_text h3:last-child,
#p .w_editable_text h1:last-child,
#p .w_editable_text h2:last-child,
#p .w_editable_text a:last-child,
#p .w_editable_text ul:last-child,
#p .w_editable_text ol:last-child {
    margin-bottom: 0px;
}

#p .w_editable_text ul{
    display: block;
    margin: 0 0 0 20px 0 !important;
}

#p .w_editable_text ul li{
    line-height: 2em;
    text-indent: 15px;
}

#p .w_editable_text ol{
    list-style-type: decimal;
    display: block;
    margin: 0 0 20px 20px !important;
}

#p .w_editable_text ol li{
    list-style-type: decimal;
    line-height: 2em;
}


/*******************************************************************************************************************
 * SEGEDOSZTÁLYOK
******************************************************************************************************************/
#p .p_clear,
#p .w_clear {
    clear: both;
}

#p .w_none{
    display: none;
}

#p .p_relative{
    position: relative;
}

#p .p_text_align_left{
    text-align: left;
}

#p .p_text_align_center{
    text-align: center;
}

#p .p_text_align_right{
    text-align: right;
}

#p .w_wezz_col_1{
    width: 80px;
    float: left;
}

#p .w_wezz_col_2{
    width: 160px;
    float: left;
}

#p .w_wezz_col_3{
    width: 240px;
    float: left;
}

#p .w_wezz_col_4{
    width: 320px;
    float: left;
}

#p .w_wezz_col_5{
    width: 400px;
    float: left;
}

#p .w_wezz_col_6{
    width: 480px;
    float: left;
}

#p .w_wezz_col_7{
    width: 560px;
    float: left;
}

#p .w_wezz_col_8{
    width: 640px;
    float: left;
}

#p .w_wezz_col_9{
    width: 720px;
    float: left;
}

#p .w_wezz_col_10{
    width: 800px;
    float: left;
}

#p .w_wezz_col_11{
    width: 880px;
    float: left;
}

#p .w_wezz_col_12{
    width: 960px;
    float: left;
}


/***********************************************************************************************************************
* GALÉRIA
***********************************************************************************************************************/
#p.p_mobile .p_gallery_module{
    width:100%;
    display: inline-block;
}

#p.p_mobile .p_gallery_module .p_gallery_image{
    display: block;
    float:left;
    width: 47.9%;
    padding:5px;
    padding-bottom: 28.125%;
}

#p .p_gallery_image{
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 48%;
    margin: 0 2% 2% 0;
    padding: 0 0 28% 0;
}

#p .p_gallery_no_border .p_gallery_image{
    border: 0;
}

#p .p_gallery_no_border .p_gallery_image_bg{
    width: 100%;
    height: 100%;
    margin: 0;
}

#p .in_row_1 .p_gallery_image{
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 56% 0;
}

#p .in_row_2 .p_gallery_image{
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
    padding: 0 0 28% 0;
}

#p .in_row_3 .p_gallery_image{
    width: calc(33.33% - 8px);
    margin: 0 12px 12px 0;
    padding: 0 0 19% 0;
}

#p .in_row_4 .p_gallery_image{
    width: calc(25% - 9px);
    margin: 0 12px 12px 0;
    padding: 0 0 14% 0;
}

#p .in_row_5 .p_gallery_image{
    width: calc(20% - 10px);
    margin: 0 12px 12px 0;
    padding: 0 0 11.25% 0;
}

#p .in_row_6 .p_gallery_image{
    width: calc(16.66% - 10px);
    margin: 0 12px 12px 0;
    padding: 0 0 9.37% 0;
}

#p .in_row_7 .p_gallery_image{
    width: calc(14.32% - 11px);
    margin: 0 12px 12px 0;
    padding: 0 0 8.03% 0;
}

#p .in_row_8 .p_gallery_image{
    width: calc(12.55% - 11px);
    margin: 0 12px 12px 0;
    padding: 0 0 7.03% 0;
}

#p .in_row_9 .p_gallery_image{
    width: calc(11.13% - 11px);
    margin: 0 12px 12px 0;
    padding: 0 0 6.25% 0;
}

#p .in_row_10 .p_gallery_image{
    width: calc(10% - 11px);
    margin: 0 12px 12px 0;
    padding: 0 0 5.62% 0;
}

#p .in_row_11 .p_gallery_image{
    width: calc(9.09% - 11px);
    margin: 0 12px 12px 0;
    padding: 0 0 5.11% 0;
}

#p .in_row_12 .p_gallery_image{
    width: calc(8.33% - 11px);
    margin: 0 12px 12px 0;
    padding: 0 0 4.68% 0;
}


/* Álló képes galléria */
#p .p_portrait.in_row_1 .p_gallery_image {
    padding: 0 0 108% 0;
}

#p .p_portrait.in_row_2 .p_gallery_image {
    padding: 0 0 58% 0;
}

#p .p_portrait.in_row_3 .p_gallery_image {
    padding: 0 0 39% 0;
}

#p .p_portrait.in_row_4 .p_gallery_image {
    padding: 0 0 29% 0;
}

#p .p_portrait.in_row_5 .p_gallery_image {
    padding: 0 0 23% 0;
}

#p .p_portrait.in_row_6 .p_gallery_image {
    padding: 0 0 18% 0;
}

#p .p_portrait.in_row_7 .p_gallery_image {
    padding: 0 0 16% 0;
}

#p .p_portrait.in_row_8 .p_gallery_image {
    padding: 0 0 14% 0;
}

#p .p_portrait.in_row_9 .p_gallery_image {
    padding: 0 0 12% 0;
}

#p .p_portrait.in_row_10 .p_gallery_image {
    padding: 0 0 11% 0;
}

#p .p_portrait.in_row_11 .p_gallery_image {
    padding: 0 0 10% 0;
}

#p .p_portrait.in_row_12 .p_gallery_image {
    padding: 0 0 9% 0;
}

#p .p_portrait .p_gallery_image img {
    bottom: auto;
}


#p .p_gallery_image img{
    position: absolute;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#p .p_gallery_image.p_last{
    margin-right: 0;
}

#p.p_mobile .p_gallery_module .p_gallery_image {
    width: 49%;
    padding: 0 0 28.125% 0;
}

#p.p_mobile .p_gallery_module.in_row_1 .p_gallery_image {
    width: 100%;
    padding: 0 0 56% 0;
    margin: 0 0 2% 0;
}

#p.p_mobile .p_gallery_image.p_odd {
    margin: 0 1% 2% 0;
}

#p.p_mobile .p_gallery_image.p_even {
    margin: 0 0 2% 1%;
}


/***********************************************************************************************************************
* ALAPVETŐ FORMÁZÁSOK - MOBILNÉZET
***********************************************************************************************************************/
#p.p_mobile #p_site_social{
    display: none;
}

#p.p_mobile .w_wezz_col_1, #p.p_mobile .w_wezz_col_2, #p.p_mobile .w_wezz_col_3, #p.p_mobile .w_wezz_col_4, #p.p_mobile .w_wezz_col_5, #p.p_mobile .w_wezz_col_6, #p.p_mobile .w_wezz_col_7,
#p.p_mobile .w_wezz_col_8, #p.p_mobile .w_wezz_col_9, #p.p_mobile .w_wezz_col_10, #p.p_mobile .w_wezz_col_11, #p.p_mobile .w_wezz_col_12 {
    width: 100%;
    float: none;
    clear: both;
}

#p.p_mobile .w_space_module_content{
    display: none;
}

#p.p_mobile .p_block{
    padding: 10px;
}


/***********************************************************************************************************************
* MENÜ - MOBILNÉZET
***********************************************************************************************************************/
#p.p_mobile #p_mobile_menu_button {
    display: block;
}

#p_mobile_menu_button {
    position: fixed;
    z-index: 510;
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
    top: 0;
    right: 0;
    margin-top: 10px;
    margin-right: 10px;
    display: none;
}

#p_phone_menu {
    display: none;
    position: fixed;
    width: 250px;
    height: 100%;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#p_phone_menu_header {
    padding: 0 20px;
}

#p.p_mobile .p_main_menu {
    display: none;
}

#p_phone_menu_inner {
    overflow-y: auto;
    height: 100%;
    width: 100%;
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#w_mobile_container #p_phone_menu_inner {
    width: calc(100% + 17px);
}

#p_phone_menu ul {
    margin: 25px 0;
    padding: 0;
}

#p_phone_menu ul li {
    display: table;
    width: 100%;
}

#p_phone_menu ul li a {
    padding: 12px 20px;
    display: table-cell;
    vertical-align: middle;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    -moz-transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

#p_phone_menu ul li a.p_active:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
}

#p_cover_layer {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 500;
    background: rgba(0,0,0,.55);
}

@media screen and (min-width: 1280px) {
    #w_content #p_cover_layer {
        width: calc(100% - 276px);
    }
}

#w_mobile_container #p_cover_layer,
#w_tablet_container #p_cover_layer {
    position: absolute;
    width: 100%;
}


/*******************************************************************************************************************
 * ŰRLAP MODUL - MOBILNÉZET
******************************************************************************************************************/
#p.p_mobile .p_form_year,
#p.p_mobile .p_form_month,
#p.p_mobile .p_form_day,
#p.p_mobile .p_form_hour,
#p.p_mobile .p_form_minute,
#p.p_mobile .p_form_second{
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0;
}

#p.p_mobile select,
#p.p_mobile textarea,
#p.p_mobile input[type="text"],
#p.p_mobile input[type="password"],
#p.p_mobile input[type="datetime"],
#p.p_mobile input[type="datetime-local"],
#p.p_mobile input[type="date"],
#p.p_mobile input[type="month"],
#p.p_mobile input[type="time"],
#p.p_mobile input[type="week"],
#p.p_mobile input[type="number"],
#p.p_mobile input[type="email"],
#p.p_mobile input[type="url"],
#p.p_mobile input[type="search"],
#p.p_mobile input[type="tel"],
#p.p_mobile input[type="color"] {
    font-size: 16px;
}


/*******************************************************************************************************************
 * KÉPVETÍTŐ MODUL - MOBILNÉZET
******************************************************************************************************************/
#p.p_mobile .p_slider_main .p_slider_stepper {
    margin-top: -21px;
    width: 32px;
    height: 42px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#p.p_mobile .p_slider_next {
    right: 0;
    margin-right: 0;
}

#p.p_mobile .p_slider_prev {
    left: 0;
    margin-left: 0;
}

#p.p_mobile .p_slider_module .p_slider_main {
    overflow: hidden;
}

#p.p_mobile #p_slideshow_image_text_container {
    display: none;
}


/***********************************************************************************************************************
* Közösség megosztó modul Social Share
***********************************************************************************************************************/
#p .show_social_share.small_icon_class span span span{
    padding-left: 20px;
    padding-right: 3px;
    margin: 0 0 5px 5px;
}

#p .show_social_share.big_icon_class span{
    margin:0 2px 0 0;
}

#p .show_social_share.big_icon_class span:last-child{
    margin-right:0px;
}

#p .show_social_share.button_vertical_count_class>span>span{
    position: relative;
    z-index: 1;
    cursor: pointer;
    font-size: 11px;
    line-height: 16px;
    margin: 0 3px 3px 3px ;
}

#p .show_social_share.button_vertical_count_class>span>span>span>span.stMainServices{
    background-repeat: no-repeat;
    display: inline-block;
    white-space: nowrap;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 11px;
    height: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 16px;
    position: relative;
}

#p .show_social_share.button_vertical_count_class>span>span>span>span.stArrow{
    padding-left: 3px;
    margin-left: -1px;
    line-height: 16px;
    height: 14px;
    display: inline-block;
}

#p .show_social_share.button_vertical_count_class>span>span>span .stButton_gradient{
    margin-left: 3px;
    margin-right: 3px;
    position: relative;
    z-index: -1;
    background-repeat: repeat-x;
    border: 1px solid #bfbfbf;
    padding: 2px;
    font-family: serif;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    height: 16px;
    min-width: 10px;
    text-align: center;
    background: #d5d5d5;
    background: -moz-linear-gradient(top,#d5d5d5 0,#efefef 48%,#fff 94%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d5d5d5),color-stop(48%,#efefef),color-stop(94%,#fff));
}

#p .show_social_share.button_vertical_count_class>span>span>span>span>span.stBubble_hcount{
    padding-left: 2px;
    padding-right: 2px;
    white-space: nowrap;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
}

#p .show_social_share.button_vertical_count_class .stBubble{
    margin-top: 5px;
    margin-bottom: 2px;
}


#p .show_social_share.button_vertical_count_class .chicklets{
    padding-left: 20px;
}

#p .show_social_share.button_horizontal_count_class>span{
    margin-right: 5px;
}

#p .show_social_share.button_horizontal_count_class .stBubble_count{
    padding-top:10px;
}
#p .show_social_share.button_horizontal_count_class .stMainServices {
    padding-top: 3px;
    padding-bottom: 6px;
}

#p .show_social_share.button_horizontal_count_class .stButton_gradient{
    padding: 2px;
}

#p .show_social_share.button_horizontal_count_class .chicklets{
    padding-left: 20px;
    padding-right: 3px;
}


/*******************************************************************************************************************
 * NEW!!!!!!!!!!!!!!!!!!!!!!!!
******************************************************************************************************************/


/*******************************************************************************************************************
 * Konténer
******************************************************************************************************************/
#p .w_site,
#p #p_site {
    width: 960px;
    min-height: 800px;
    margin: 0 auto;
}

#p .p_site_outer_container {
    -moz-transition: width .35s ease-in-out, padding .35s ease-in-out;
    -webkit-transition: width .35s ease-in-out, padding .35s ease-in-out;
    -o-transition: width .35s ease-in-out, padding .35s ease-in-out;
    transition: width .35s ease-in-out, padding .35s ease-in-out;
}

#p.p_boxed .p_site_outer_container {
    width: 960px;
    margin: 0 auto;
    padding: 30px 50px;
}

#p.p_full_width .p_site_outer_container {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

#p.p_tablet .p_site_outer_container {
    width: 100%;
    padding: 30px 30px 0 30px !important;
    box-sizing: border-box;
}


/*******************************************************************************************************************
 * Űrlap modul
******************************************************************************************************************/
#p input[type=text],
#p input[type=password],
#p textarea,
#p select {
    display: block;
    margin: 0;
    width: 100%;
    padding: 12px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-family: inherit;
    -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 select {
    background: none !important;
    border: none !important;
}

#p label{
    display: block;
    margin: 0 0 10px 0;
}

/*Hibaüzenet*/
#p .w_error_msg {
    display: none;
    margin: 8px 0;
}

/*Minden form labelt, descriptiont, és elemet beleteszünk egy dobozba. Annak a formázása*/
#p .p_form_element{
    margin: 0 0 15px 0;
}

#p textarea{
    min-height: 120px;
}

/*Cím bekérési mezők*/
#p .p_form_street{
    width: calc(70% - 5px);
    margin-right: 10px;
    float: left;
}

#p .p_form_house_number{
    width: calc(30% - 5px);
    float: left;
}

#p .p_form_city{
    width: calc(65% - 5px);
    float: left;
}

#p .p_form_zip_code{
    width: calc(35% - 5px);
    margin-right: 10px;
    float: left;
}

/*Név bekérési mezők*/
#p .p_form_first_name,
#p .p_form_second_name{
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#p .p_form_first_name{
    padding-right: 5px;
}

#p .p_form_second_name{
    padding-left: 5px;
}

#p .p_form_year,
#p .p_form_month,
#p .p_form_day,
#p .p_form_hour,
#p .p_form_minute,
#p .p_form_second{
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 10px 10px 0;
    width: 110px;
}

#p .p_success_send {
    display: none;
    margin: 8px 0;
    font-weight: bold;
}

#p .p_form_element.required {
    display: none;
}

#p .p_form_element.required_abs {
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden;
    opacity: 0;
}

#p .chosen-container{
    position: relative;
}

/*A selectben alap doboza */
#p .chosen-container-single .chosen-single {
    display: block;
    width: 100%;
    padding: 12px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -moz-transition: border-color 0.35s ease-in-out;
    -webkit-transition: border-color 0.35s ease-in-out;
    -o-transition: border-color 0.35s ease-in-out;
    transition: border-color 0.35s ease-in-out;
}

/*A selectben lévő kiírás */
#p .chosen-container-single a.chosen-single span {
    display: block;
    overflow: hidden;
    font-style: normal;
    font-weight: 400;
}

/*A selectben lévő kiírás hoverje */
#p .chosen-container-single a:hover{
    text-decoration: none;
}

/*A select nyilacskájának doboza */
#p .chosen-container-single .chosen-single div {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px;
}

/*A select nyilacskája */
#p .chosen-container-single .chosen-single div b {
    display: block;
    height: 100%;
    width: 100%;
}

#p .chosen-container-active.chosen-with-drop .chosen-single div b {
    display: block;
    height: 100%;
    width: 100%;
}

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

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

#p .chosen-container-single-nosearch .chosen-search{
    display: none;
}

#p .chosen-container .chosen-results li {
    display: none;
    padding: 12px 0;
    list-style: none outside none;
    margin: 0 15px;
}

#p .chosen-container .chosen-results li.active-result {
    cursor: pointer;
    display: list-item;
    margin-bottom: 0px;
}

#p label,
#p .p_form_element_description {
    line-height: 1.5em;
}

/* Átmenetileg még kell */
#p label.p_select_arrow{
    width: 20px;
    height: 20px;
    position: absolute;
    margin-top: -33px;
    right: 17px;
}

#w_content .p_select_wrapper {
    position: relative;
    overflow: hidden;
}

#w_content .p_select_wrapper:after {
    width: 40px;
    height: 40px;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px;
}

/* Checkbox */
#p .p_checkbox_div{
    margin-bottom: 5px;
    cursor: pointer;
}

#p .p_checkbox{
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 5px 0 0 0;
}

#p .p_checkbox_div:hover .p_checkbox{
    background-position: -20px 0;
}

#p .p_checked .p_checkbox{
    background-position: -40px 0 !important;
}

/* Radio */
#p .p_radio_div{
    margin-bottom: 5px;
    cursor: pointer;
}

#p .p_radio{
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 5px 0 0 0;
}

#p .p_radio_div:hover .p_radio{
    background-position: -20px -20px;
}

#p .p_selected .p_radio{
    background-position: -40px -20px !important;
}

#p .p_checkbox_label,
#p .p_radio_label {
    width: calc(100% - 30px);
    display: block;
    float: left;
    margin: 5px 0 0 10px;
    line-height: 1.5em;
    font-weight: 400;
}

#p input[type=submit],
#p a.p_button_link{
    display: inline-block;
    word-wrap: break-word;
    text-align: center;
    line-height: 1.5em;
    -moz-transition: background .5s ease-in-out;
    -webkit-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    max-width: calc(100% - 58px);
}

#p a.p_button_link:hover {
    text-decoration: none;
}


/*******************************************************************************************************************
 * Kép modul
******************************************************************************************************************/
#p .w_croped_image{
    width: 100%;
    margin: 0 auto;
    display: block;
}

#p .p_image_module a{
    text-decoration: none;
    display: block;
}

#p .p_image_module .p_image_description,
#p .p_image_module .p_above_description,
#p .p_image_module .p_below_description {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
    box-sizing: border-box;
    width: 100%;
}

#p .p_image_module .p_image_description {
    padding: 10px 15px;
    position: absolute;
    bottom: 0;
}

#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_container{
    position: relative;
    overflow: hidden;
}


/*******************************************************************************************************************
 * Galéria modul
******************************************************************************************************************/
#p .p_gallery_image_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*******************************************************************************************************************
 * Képvetítő modul
******************************************************************************************************************/
#p .p_slider_main{
    display:block;
    width: 100%;
    height: 400px;
    z-index: 10;
    position: relative;

    /* Ez lehet, hogy csak a 6-oshoz kell */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

#p .p_slider_module .p_slider_item {
    position: absolute;
    top: 1;
    width: 100%;
    height: inherit;
    opacity: 0;
}

#p .p_slider_main_image {
    display:block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 9;
}

#p .p_slider_stepper {
    position: absolute;
    z-index: 450;
    top: 50%;
    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_slider_main:hover .p_slider_stepper,
#p .w_module_helpers:hover .p_slider_stepper {
    opacity: 1;
}

#p_slideshow_image_title,
#p_slideshow_image_description {
    padding: 3px 0;
    line-height: 1.2em;
}



/*******************************************************************************************************************
 * Video modul
******************************************************************************************************************/
#p .p_video_module{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

#p .p_video_module iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*******************************************************************************************************************
 * MOBIL
******************************************************************************************************************/
#p.p_mobile *{
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
}

#p.p_mobile #p_site,
#p.p_mobile .w_site{
    padding: 0 !important;
    width: 100%;
}

#p.p_mobile .p_site_outer_container{
    width: 100%;
    padding: 0;
}

#p.p_mobile .p_middle_wrapper{
    display: block;
}

#p.p_mobile .p_slider_prev,
#p.p_mobile .p_slider_next {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

#p.p_mobile h1 {
    font-size: 22px;
}

#p.p_mobile h2 {
    font-size: 20px;
}

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

#p.p_mobile p{
    text-align: justify;
}

#p.p_mobile .p_bordered_image{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#p.p_mobile .p_image_container{
    width: 100%;
}

#p.p_mobile .p_image_container .p_image_description{
    display: none;
}

#p.p_mobile label{
    margin-left: 0;
}

#p.p_mobile .p_checkbox_label,
#p.p_mobile .p_radio_label {
    margin: 4px 0 0 7px !important;
}

#p.p_mobile .p_checkbox_div,
#p.p_mobile .p_radio_div {
    display: block;
    margin: 0;
    float: none;
    overflow: hidden;
}

/* Submit, és sima gomb formázása */
#p.p_mobile input[type=submit],
#p.p_mobile a.p_button_link {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#p.p_mobile input[type=submit]:hover,
#p.p_mobile a.p_button_link:hover {
    text-decoration: none;
}

#p.p_mobile .p_thin_image_description{
    text-align: center;
}

#p.p_mobile .p_form_element_description {
    margin: 0 0 5px 0px;
}


/***********************************************************************************************************************
* Táblázat modul
***********************************************************************************************************************/
#p .p_table_module {
    overflow:hidden;
}

#p .p_table_module table{
    width: 100%;
    display: table;
}

#p .p_table_module table th,
#p .p_table_module table td {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    word-break: break-word;
    line-height: 1.2;
}

#p .p_table_module table th{
    font-weight: bold;
}

#p.p_mobile .p_table_module table th,
#p.p_mobile .p_table_module table td {
    padding: 8px;
}


/*******************************************************************************************************************
 * LÁBLÉC
******************************************************************************************************************/
#p #p_footer .p_social_icons {
    margin-bottom: 15px;
}


/*******************************************************************************************************************
 * HAXX
******************************************************************************************************************/
[id^=stcpDiv] {
    position: static !important;
    top: 0 !important;
    left: 0 !important;
}


/*******************************************************************************************************************
 *
 RICSI ÁTALAKÍTÁSAI
 *
******************************************************************************************************************/


/*******************************************************************************************************************
 * TELJES SZÉLESSÉGŰ
******************************************************************************************************************/
/* Fejléc */
#p_mobile_header {
    display: none;
}

/* Lábléc */
#p_footer_container {
    padding: 20px 0;
    text-align: center;
}

#p_copyright {
    font-size: 13px;
    line-height: 1.5em;
    min-width: 150px;
    min-height: 20px;
}

#p #p_footer .p_social_icons,
#p #p_copyright {
    /*margin: 5px 0;*/
    display: inline-block;
}

/*******************************************************************************************************************
 * DOBOZOS
******************************************************************************************************************/
#p #p_navigation_container.p_no_background,
#p #p_mobile_navigation_container.p_no_background {
    background: none !important;
    border: none !important;
}

#p.p_boxed #p_navigation_container {
    overflow: hidden;
}

#p.p_boxed #p_navigation {
    margin: 0 auto;
    width: 940px;
    padding: 30px 60px;
}

/* Lábléc */
#p.p_boxed #p_footer_container {
    width: 960px;
    margin: 0 auto;
    padding: 30px 50px;
}


/*******************************************************************************************************************
 * MOBIL
******************************************************************************************************************/
#p.p_mobile #p_site_outer_container {
    padding: 30px 0 0 0;
}

/* Lábléc */
#p.p_mobile #p_footer_container {
    width: 100%;
    padding: 30px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#p.p_mobile .p_social_icons a {
    margin-bottom: 10px;
}


/*******************************************************************************************************************
 * DOBOZOS MOBIL
******************************************************************************************************************/
/* Fejléc */
#p.p_mobile #p_mobile_header {
    display: block;
    text-align: center;
    padding: 20px 10px;
}

#p.p_mobile #p_mobile_header .p_logo {
    max-width: 175px;
    max-height: 200px;
    margin-bottom: 20px;
}

#p.p_mobile #p_mobile_header .p_title {
    margin-bottom: 10px;
}

#p.p_tablet #p_mobile_header {
    padding: 40px 60px;
}


/*******************************************************************************************************************
 * COLOR BOX
******************************************************************************************************************/
.p_color_box_title {
    line-height: 1.4em;
    color: white;
    font-weight: bold;
    font-family: Arimo, Arial, sans-serif;
    font-size: 16px;
}

.p_color_box_description {
    line-height: 1.4em;
    font-family: Arimo, Arial, sans-serif;
    font-size: 14px;
    color: #a6a6a6;
}

#cboxLoadedContent {
    overflow: hidden!important;
}

.p_color_box_info_container {
    padding: 15px 15px 10px 15px;
    background-color: rgba(0,0,0,1);
}
