/*
Theme Name: Szinhazineveles
Template:  flatter
Theme URI: http://webgepard.hu
Author: Hangodi Titanilla
Author URI: http://webgepard.hu
Description: Színházi Nevelés sablonja - v2.0.1
Tags: translation-ready, custom-background
Version: 2.0.1
Text Domain: flatter
*/

body{
    font-size:14px;
}
h2, .h2, h3, .h3{
    margin-top:15px;
    text-transform: none;
}

h2{
    font-size: 1.6em;
    line-height: 1.15em;
}


h3{
    font-size:1.35em;
    line-height: 1.2em;
}


ol{
    line-height:1.75em;
}

ol li{
    margin-bottom:8px;
}

/*
h1{font-size:3em;}
h2{font-size:2.6em;}
h3{font-size:2.2em;}
h4{font-size:1.8em;}
*/

.section-title h3{
    font-size: 1.2em;
    text-transform: none
}

/* section */
.section_gray{
    background:#E7E7E8;
    padding-top:30px;
    padding-bottom:30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.section_red{
    background:#971C25;
    padding-top:15px;
    padding-bottom:20px;
    /*color:#FFFFFF;*/
}

body #main_page_content{
    line-height:1.7em;
    padding-top:70px;
}

/* MENU TOP */

.logo-menu .main-menu .nav > li{
    padding:0 3px;
}
.logo-menu .main-menu .navbar-nav > li > a{
    text-transform: none;
}


/* ------------ FOOTER ------------- */
/* partners */
.footer-flex-container {
    display: -webkit-flex;
    display: flex;
    justify-content:center;
    border-top: 1px dashed #E0E0E0;
    padding-top: 5px;
    padding-bottom: 15px;
}

.footer-flex-item {
   text-align:center;
   padding-left:20px;
   padding-right:20py;
}

.footer-flex-item img{
    max-height:100px;
    width:auto;
}
.footer .copyright{
    padding-bottom:0;
}

/* ------------ HOME ------------- */
/* ------------ SEARCH AREA ------------- */
#evfolyam_slider_label{
    color: #797979;
    font-weight: bold;
    text-align: center;
    font-size:0.9em;
    margin: -15px 0 5px 0;
}
.noUi-connect{
    background: #797979  !important;
}


#more_search_fields{
    display:none;
}

#show_more_search_field_link{
    color:#FFFFFF;
}

.search_inner_box{
   /* background:#EC1F27;*/
    background:#E7E7E8;
    margin: 5px 0;
    padding:7px;
    border-radius:5px;
}

.search_inner_box h4{
    color: #67050c;
    font-weight: 600;
    font-size: 1.1em;
    margin-top:3px
}

.search_inner_box label{
    font-weight:normal;
}
#evfolyam_slider{
  width:90%;
  margin: 0 auto 5px auto;
}

/* --------- ARCHIVE - PROGRAM CARD ----- */
.program_grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 1rem 2rem;
}


.program_card{
    border:none;
    background: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position:relative;
}

.program_card:hover{
    -webkit-box-shadow: 0px 0px 10px 3px #D6D6D6;
    -moz-box-shadow: 0px 0px 10px 3px #D6D6D6;
    box-shadow: 0px 0px 10px 3px #D6D6D6;
}




    .program_lpimg {
        min-height: 150px;
        /*overflow: hidden;*/
        position:relative;
        display: block;
        background: none; 
    }
    
    .program_info{
        position: absolute;
        left: 10px;
        bottom: 0px;
        color: #fff;
        font-weight: 300;
        text-transform: uppercase;
        padding:5px;
    }
        .program_lpimg img{
            -webkit-border-top-left-radius: 5px;
            -webkit-border-top-right-radius: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            width:100%;
            height:auto;
        }
        
        .program_info .prg-image-shadow{
            display: block;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.25);
            z-index: 1;
            position: absolute;
        }
    
        .program_info .name{
            /*
            color: #fff;
            font-size: 20px;
            font-weight: 300;
            */
            
            color: #fff;
            font-size: 20px;
            font-weight: 300;
            background:rgba(255,255,255,0.85);
            padding: 5px;
            display: inline-block;
            text-transform: none;
            
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }
        
        
        
            .program_info .name a{
                /*
                color: #fff;
                text-decoration:none;
                */
                color: #CA070F;
                text-decoration: none;
            }
        
        
          .program_info .name:hover{
            background:#ec1f27;
        }
        
        
        
        .program_info .name:hover a{
            color: #FFFFFF;
        }
        
        
        .program_info .theater{
            /*
            color: #fff;
            font-size: 12px;
            font-weight: normal;
            */
            
            color: #fff;
            font-size: 12px;
            font-weight: normal;
            display: block;
            padding: 0;
            text-transform: none;
        }
        
        .program_info .theater a{
            /*
            color: #fff;
            */
            color: #fff;
            background: rgba(236, 31, 39, 0.71);
            padding: 0px 5px;
            display: inline-block;
            
            
        }
        
        .program_info .location{
            color: #e90430;
            font-size: 12px;
            font-weight: normal;
        }
    
    /* program_status labels*/
    .program_card .program_status{
        display:inline-block;
        padding:3px 6px;
        /*background:#ec1f27;*/
        color:#FFFFFF;
        -webkit-border-radius: 0px 3px 0px 3px;
        border-radius: 0px 3px 0px 3px;
        position: absolute;
        top: 0px;
        right:0px;
    }
    
    .program_status:before{
        font-family: 'FontAwesome';
        font-size:18px;
        margin-left:3px;
        margin-right:3px;
        display:inline-block;
        
    }
   /* .program_status.prog_status_elerheto       {background:#5cb85c;} */
    .program_status.prog_status_elerheto       {background:#ec1f27;}
    .program_status.prog_status_elerheto:before {content:"\f144";}
    
    .program_status.prog_status_elokeszuletben {background:#286090;}
    .program_status.prog_status_elokeszuletben:before {content:"\f110";}
    
    .program_status.prog_status_szunetel       {background:#FFBE00;}
    .program_status.prog_status_szunetel:before{content:"\f28b";}
    
    .program_status.prog_status_kifutott       {background:#848484;}
    .program_status.prog_status_kifutott:before{content:"\f28d";}
    
    .program_status .program_status_title{
        display:none;
    }
    
    .program_status:hover .program_status_title{
        display:inline-block;
    }
    
    
    
    .program_card .content{
        /*
        padding: 15px;
        color: #404040;
        font-size: 0.95em;
        line-height: 1.3em;
        */
        
        padding: 8px;
        color: #404040;
        font-size: 0.95em;
        line-height: 1.4em;

    }
    
    
    /* programcard - footer */
    .card_footer_separator{
        margin:5px 10px 4px 10px;
        border-top:1px solid #E0E0E0;
    }

    
    .program_card .card_age{
         padding: 5px 10px 0 10px;
         color: #940e27;
         font-size: 11px;
         font-weight: bold;
    }
   
       
    .program_card .genre {
        padding: 0 10px 5px 10px;
        color: #940e27;
        text-transform: uppercase;
        font-size: 11px;
    }
     
    /* kedvencekhez adva*/
    .card_show_star{
        color: rgb(255, 190, 0);
        position: absolute;
        bottom: 3px;
        right: 5px;
        z-index: 2;
        /*
        background: rgb(255, 255, 255);
        border-top-right-radius: 4px;
        */
        padding: 4px 6px;
        
    }
    
        .card_show_star i:before{
            font-size:25px;
        }
    
/* ------- PROGRAM PAGE -------- */
.program-item{
    background-color: #fff;
    margin: 20px 0 0 0;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    }
    

.program-page-status{
    display:inline-block;
    padding:5px 10px 5px 5px;
    background:#ec1f27;
    color:#FFFFFF;
    -webkit-border-radius: 3px 3px 3px 0px;
    border-radius: 3px 3px 3px 0px;
    
    position: absolute;
    top: -10px;
    right: -10px;
}

.program-page-old{
    display:inline-block;
    padding:0;
    text-align:center;
    line-height:1.2em;
    font-size:0.95em;
    font-weight: bold;
    color:#AD0303;
    
    position: absolute;
    top: 30px;
    right: 10px;
    
}           

/* plecsni - minositett program - single */
.program-plecsni{
    text-align:center;
}

.program-plecsni img{
    max-width:150px !important;
    height:auto;
}

/* plecsni - minositett program - archive */
.card_program_minositett_plecsni{
    width: 50px;
    position: absolute;
    top: 35px;
    right: 5px;
    
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.card_program_minositett_plecsni:hover{
    width:100px;
}
/* --------- FOGLALAS FORM ----- */
.form_foglalas_area{
    background: #f4f4f4;
    display:none;
    padding: 20px;
    margin-top:30px;
}

/* foglalas form - msg statusz */
.program_status_inline{
    position: relative;
    top:auto;
    right:auto;
}
/* --------- ADD NEW PROGRAM - AREA ----- */
.add_new_program_box{
    border: 2px dashed #b3b3b3;
    padding: 30px 10px;
    text-align: center;
    border-radius: 5px;
   /* margin:10px;*/
}


/* --------- ARCHIVE SZERVEZET - GRID (NEW) ----- */

.szervezet_grid { 
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 15px; /* elemek kozti tav*/

  }
.szervezet_grid > .szervezet_card {
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color:#F3F3F3;
  position:relative;
 }


.szervezet_grid > .szervezet_card:hover{
    background:#e8e8e8;
    -webkit-box-shadow: 0px 0px 5px 2px #e0e0e0;
    -moz-box-shadow: 0px 0px 5px 2px #e0e0e0;
    box-shadow: 0px 0px 5px 2px #e0e0e0;
}


.szervezet_logo_outer{
    margin: 5px 5px 0 5px;
    padding: 5px;
    background:#FFFFFF;
    border-radius:  5px 5px 0 0;
}
.szervezet_logo{
    display: block;
    
    height:200px;
    background-color:#FFFFFF;
    background-repeat:no-repeat;
    background-position: center center;
    background-size: contain;
    
}


h3.szervezet_name {
    font-size: 1.1em;
    font-weight:normal;
    margin:0;
    text-align:center;
}

.szervezet_name a {
    display: block;
    text-decoration: none;
    padding: 10px;
    color: #676767;
    border-radius: 0 0 5px 5px;
}


    /* szerv_csatlakozott */
       
    .szervezet_card.szerv_csatlakozott {
        border: 1px solid #d8b348;
        background: #d8b348;

    }
    
    .szervezet_card.szerv_csatlakozott:hover {
        border: 1px solid #c3981c;
        background: #c3981c;

    }
    
    .szervezet_card .mini_plecsni_csatlakozott{
        color: #c3981c;
        position: absolute;
        top:10px;
        right:10px;
    }
    .szervezet_card.szerv_csatlakozott .szervezet_name a{
        color: #FFFFFF;
    }
    
     

/* --------- SZERVEZET PAGE ----- */
.organization-item {
    background-color: #fff;
    margin: 20px 0 0 0;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    }

.organization-item h2 {
    font-size: 14px;
    font-weight: 500;
    color: #e90430;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top:10px;
    }

ul.list_check{
    padding-left:0;
}
ul.list_check li{
    list-style:none;
    font-weight:bold;
}

.vallalas_container{
    padding: 10px;
    border: 1px dotted #afabab;
    border-radius: 5px;
    background: #f5f5f5;
}

/* szerv-plecsni */
.szerv-plecsni{
    max-width:200px;
    display:inline-block;
}



/* ---------------- Szervezeti tagok ---------*/
.csop_tag_card_area{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap; 
    justify-content:center;
}
.csop_tag_card{
    background:#FFFFFF;
    padding:10px;
    border-radius:5px;
    float:left;
    width:350px;
    height: 120px;
    overflow:hidden;
    margin:10px;
    position:relative;
    font-size:14px;
    line-height:1.4em;
}
    .csop_tag_card_left{
        float:left;
        width:110px;
    }
    .csop_tag_card_right{
        margin-left:110px;
        padding-top: 10px;
    }

    .csop_tag_card .csop_role_icon{
        position:absolute;
        padding:5px;
        background:#F3F3F3;
        top:0;
        right:0;
        border-top-right-radius: 5px;
        text-align: center;
        font-size:10px;
        background:#333333;
        color:#FFFFFF;
        line-height: 10px;
    }
    
     .csop_tag_card .csop_role_icon i:before{
        /*
        font-size:16px;
        color:#d3d3d3;
        */
     } 
     
     .csop_tag_card .csop_tag_desc{
        margin-top:5px;
        font-size:12px;
     }
     
/* ------- Typo -----------*/
a.btn-danger{
    color:#FFFFFF;
}

.location2 li, .location li, .location td, .fc_darkred {
    color: #940e27; 
    font-size:0.97em;
    line-height:1.85em;
}


.location td{
    border-top: 1px dotted rgba(195, 160, 167, 0.66) !important;
   
}

/* -------- PAGE --------- */
.page-header.page_header_img{
    background: url('images/header_image_dance.jpg') center center no-repeat;
    background-size: cover;

}
/* ------------ container --- */
.container_max{
    max-width: 1190px !important;
}


/* =========== BLOG POST/ NEWS ============= */
.post_grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-gap: 1rem;
}


.blog_section_area .single-post,
.single-post .single-post-blog-tpl{
    border: 1px solid #E2E2E2;
    padding:0;
    border-radius:5px;
    background:#fdfdfd;
    width:96%;
    position: relative;
    padding-bottom:30px;
}

.blog_section_area .single-post:hover,
.single-post .single-post-blog-tpl:hover{
    -webkit-box-shadow: 0px 0px 10px 3px #D6D6D6;
    -moz-box-shadow: 0px 0px 10px 3px #D6D6D6;
    box-shadow: 0px 0px 10px 3px #D6D6D6;
}


 .single-post img{
    border-radius:5px 5px 0 0;
}

.single-post-text-area{
    padding: 10px 15px;
}
 .single-post .post-title{
        font-size: 16px;
}

.post_more_link {
    margin: 5px 0;
    padding-top:5px;
    border-top: 1px solid #E0E0E0;
    width:96%;
    position:absolute;
    bottom: 5px;
}


/* ---- pager ---------- */
.pagination ul li a {
    background: #FFFFFF;
    margin: 3px 4px;
    border: 1px solid #d6d6d6
}

.page-numbers .current{    
    border: 1px solid #ec1f27
}
    
/* ------- ULTIMATE MEMBER  -------- */
#main_page_content .um-field-label label {
    font-size: 14px!important;
    line-height: 8px!important;
    font-weight: 400;
}

#main_page_content .um-row-heading{
    border-bottom:1px solid #DDDDDD;
    padding-bottom:3px;
    font-weight:bold;
    font-size:20px;
    margin-top:20px;
}    

/* ----- Ultimate Member - Social Login ---- */
a.um-social-btn{
    color: #FFFFFF;
    text-decoration: none !important;
}

/* ------- PROFILE: CHOOSE PROFILE + UPGRADE TYPE ------ */
.choose_profile_title{
    font-size:1.2em;
    font-weight:bold;
    margin-top:10px;
    margin-bottom:10px;
    padding-top:10px;
    border-top:1px dotted #343434;
}

/* ------- PROFILE TAB: ABOUT ------ */
.view_profile_table{
    font-size:0.9em;
    width:100%;
}


.view_profile_table .view_profile_label{
    font-weight:bold;
    width:25%;
    min-width:150px;
    border-bottom:1px solid #c3c3c3;
}
.view_profile_table .view_profile_info{
    border-bottom:1px solid #c3c3c3;
    padding-left:20px;
}

/* ------- PROFILE TAB: SZERVEZETEIM ------ */
.user_tagsag_info_box{
    background: #FFFFFF;
    padding:10px 20px;
    border:1px solid #cccccc;
    border-radius:10px;
    margin-bottom:20px;
}

.user_tagsag_info_box.admin{
        border: 1px dotted #337ab7;
        color: #337ab7;
    }

.user_tagsag_info_box.member{
        border: 1px dotted #449d44;
        color: #398439;
    }
    
    .user_tagsag_info_row{
        margin-top:10px;
        margin-bottom:10px;
    }

/* ------- FOGALOMTAR ------- */
#kbe_container{
    width:96%;
    max-width: 1190px !important;
    padding-top: 70px;
    }
    
   #kbe_container .kbe_content_right {
        width: 75% !important;
        margin:0;
        float: right;
    }
    
   #kbe_container .kbe_aside {
        width: 22%;
        margin:0;
    }


/* fogalomtar tartalom */
#kbe_content h2 span.kbe_count, 
#kbe_content .kbe_child_category h3 span.kbe_count{
    display:none !important;
}

#kbe_container h1{
  color: inherit; 
}
#kbe_content .kbe_category h2 a {
    width: 100% !important;
}

#kbe_content .kbe_leftcol p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin-bottom: 20px;
}

/* ------- BUTTONS ------- */
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
    outline:none !important;
}
div.acf-form-submit{
    text-align:center;
     margin-top:20px;
}
.acf-button{
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    border:none;
}

.acf-button.button-primary{
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.acf-button.button-primary:hover{
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;    
}

a.btn-warning,
a.btn-success,
a.btn-primary,
a.btn-danger,
a.btn-info{
    color: #FFFFFF;
}

/* ------- FORM -------- */
.firm_field_disabled{
    background: #e2e2e2;
    cursor: not-allowed;
    color: #696969;
}

/* ------- wpdiscuz Programok szavazas -------- */
/* in  content area */
.wpdiscuz-post-rating-wrap.wpd-custom-field {
    background: #efefef;
    padding: 10px;
}

.wpdiscuz-post-rating-wrap.wpd-custom-field > [class ^= wpdiscuz-post-rating-wrap-custom_field] {
    flex-basis: 50%;   
}



/* in comment area */
#wpcomm .wpd-top-custom-fields .wpd-custom-field.wpd-cf-rating .wpd-cf-label{
    font-size:0.85em;
    width:45%;
}

#wpcomm .wc-comment-label span {
    padding: 2px 2px 1px 2px;
  
} 

#wpcomm .wpdiscuz-item.wpd-field-group.wpd-field-rating {
    height: 40px;
}

#wpcomm div.wpd-field-invalid span{
    max-width:300px;
}

input.wc_comm_submit.button {
    background: #ec1f27;
    border: none;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
}

#wpcomm .wc-footer-left .wc-cta-button{
    text-transform: none;
    /*
    border: 1px solid #bbbbbb;
    background:#FEFEFE;
    */
}

#kbe_content .kbe_leftcol .kbe_reply span {
    font-size: inherit;
}

/* fogalomtart COMMENT overwrite - kbe_content*/
.kbe_reply{
    width: auto;
    background: #E7E7E8;
    padding: 0px 10px 10px 10px;
}
#kbe_content .kbe_leftcol .kbe_reply textarea {
    width: 100%;
    /* height: 83px; */
    margin-bottom: 0;
}    

#kbe_content .kbe_leftcol a{
    color: #ec1f27;
    
}

#kbe_content .kbe_leftcol span{
   margin-bottom: 0;
    color: inherit;
    background: inherit;
}
#kbe_content p.wc-comment-title,
#kbe_content p.wc-comment-title span{
    font-weight:bold;
    /* font-size:13px; */
}


#kbe_content p.wc-comment-title span{
    display: inline;
}
#kbe_content .kbe_leftcol .kbe_reply .wc-blog-user span{
    font-size: inherit;
}


/* ----------- Programok - ertekelesi rendeszer -------- */
#comments.program-comments-area{
    max-width:950px;
    margin-left: auto;
    margin-right: auto;
}

#comments.program-comments-area #wpcomm .wc-comment .wc-comment-right {
    background: #FEFEFE;
    margin-left: 90px !important;
}

/* default */
#wpcomm .wc-comment-label {
    background: #b5b5b5;
    line-height: 1.1em;
}
#wpcomm .wc-comment-author, 
#wpcomm .wc-comment-author a{
    color: #9a9a9a;
}


/* szinnev szakember */
#wpcomm .wc-blog-role_szin_nevelesi_szakember > .wc-comment-left .wc-comment-label {
    background: #00B38F;
}
#wpcomm .wc-blog-role_szin_nevelesi_szakember > .wc-comment-right .wc-comment-author, 
#wpcomm .wc-blog-role_szin_nevelesi_szakember > .wc-comment-right .wc-comment-author a{
    color: #00B38F;
}

/* szakiro */
#wpcomm .wc-blog-role_szakiro > .wc-comment-left .wc-comment-label {
    background: #EC2633;
}

#wpcomm .wc-blog-role_szakiro > .wc-comment-right .wc-comment-author, 
#wpcomm .wc-blog-role_szakiro > .wc-comment-right .wc-comment-author a{
    color: #EC2633;
}


/* pedagogus */
/*
#wpcomm .wc-blog-role_pedagogus > .wc-comment-left .wc-comment-label {
    background: #FFA000;
}

#wpcomm .wc-blog-role_pedagogus > .wc-comment-right .wc-comment-author, 
#wpcomm .wc-blog-role_pedagogus > .wc-comment-right .wc-comment-author a{
    color: #FFA000;
}
*/

/* ertekeles_summary */
.ertekeles_summary{}

/* ertekeles_details  */
.ertekeles_details {
    padding-top: 10px;
    margin-top: 20px;
    border-top: 1px dashed #c1c1c1;
}


/* comment table - ertekeles */
.view_comment_table{
    font-size:0.9em;
    width:100%;
}

.view_comment_table .view_comment_label{
    font-weight:normal;
    width:40%;
    min-width:200px;
    border-bottom:1px solid #c3c3c3;
    background:#f2f2f2;
}
.view_comment_table .view_comment_info{
    border-bottom:1px solid #c3c3c3;
    padding-left:20px;
}

/* comment error message*/
body.single-program #comments .acf-button-group{
    display: block;
}

/* comment - erttekeles - stars */
.ertekelesek_summary{
    margin:15px;
    background:#f2f2f2;
    padding:10px;
    border-radius:3px;
}
.ertekeles_stars i{
   white-space: nowrap;
   margin-left: 1px;
   margin-right: 1px;
}
.star_full{
    color: #FFD700;
    font-size:20px !important;
}
.star_empty{
    color: #d0d0d0;
    font-size:20px !important;
}
/* starts - szakember -- */
.ertekeles_summ{}
    .ertekeles_summ .felirat{
        font-weight:bold;
    }
    .ertekeles_summ .csillagok{
        margin-top:3px;
    }
    .ertekeles_summ .osszes{
        font-size:0.85em;
    }

/* ------- OTHER -------- */

.white{
    color:#FFFFFF;
}
strong,
.strong{
    font-weight:700 !important;
}

.no_strong{
    font-weight:400 !important;
}

.ta_center{text-align:center;}
.ta_left{text-align:left;}
.ta_right{text-align:right;}

.title_italic{
    font-weight: normal !important;
    font-style:italic;
}

/* border */
.border_section_top_1{
    border-top: 1px solid #c3c3c3;
    }

.border_section_bottom_1{
    border-bottom: 1px solid #c3c3c3;
    }
/* dev class*/
.dev{
    background:#B515A0;
    color:#FFFFFF;
    padding:5px;
    }

.section_dev{
    background:#FFD676;
}
/* color */
.red,
.required{
    color:#ec1f27;
    }

.required{
    margin-left:3px;
    }
.green{
    color:#439818;
}
/* hr */
.hr_10{
    margin-top:10px;
    margin-bottom:10px;
}
.hr_10_white{
    margin-top:10px;
    margin-bottom:10px;
    color:#FFFFFF;
    border-bottom:none;
    background:#FFFFFF;
}

/* display */
.disp_inline{
    display:inline;
}
.disp_block{
    display:block;
}

.disp_inline_block{
    display:inline-block;
}
.disp_table{
    display:table;
    }
    
    .disp_table_row{display:table-row;}
        
        .disp_table_cell{
            display:table-cell;
            vertical-align:top;
            padding:5px;
            }

.content_shadow{
    -webkit-box-shadow: 0px 0px 20px 5px #D6D6D6;
    -moz-box-shadow: 0px 0px 20px 5px #D6D6D6;
    box-shadow: 0px 0px 20px 5px #D6D6D6;
}



/* margin */
.m_0{margin:0px;}
.m_5{margin:5px;}
.m_10{margin:10px;}
.m_15{margin:15px;}
.m_20{margin:20px;}
.m_25{margin:25px;}
.m_30{margin:30px;}
.m_35{margin:35px;}
.m_40{margin:40px;}
.m_45{margin:45px;}
.m_50{margin:50px;}

/* margin-top */
.mt_0{margin-top:0px;}
.mt_5{margin-top:5px;}
.mt_10{margin-top:10px;}
.mt_15{margin-top:15px;}
.mt_20{margin-top:20px;}
.mt_25{margin-top:25px;}
.mt_30{margin-top:30px;}
.mt_35{margin-top:35px;}
.mt_40{margin-top:40px;}
.mt_45{margin-top:45px;}
.mt_50{margin-top:50px;}


/* margin-bottom */
.mb_0{margin-bottom:0px;}
.mb_5{margin-bottom:5px;}
.mb_10{margin-bottom:10px;}
.mb_15{margin-bottom:15px;}
.mb_20{margin-bottom:20px;}
.mb_25{margin-bottom:25px;}
.mb_30{margin-bottom:30px;}
.mb_35{margin-bottom:35px;}
.mb_40{margin-bottom:40px;}
.mb_45{margin-bottom:45px;}
.mb_50{margin-bottom:50px;}


/* margin-left */
.ml_-5{margin-left:-5px;}
.ml_-10{margin-left:-10px;}
.ml_-15{margin-left:-15px;}
.ml_-20{margin-left:-20px;}


.ml_0{margin-left:0px;}
.ml_5{margin-left:5px;}
.ml_10{margin-left:10px;}
.ml_15{margin-left:15px;}
.ml_20{margin-left:20px;}
.ml_25{margin-left:25px;}
.ml_30{margin-left:30px;}
.ml_35{margin-left:35px;}
.ml_40{margin-left:40px;}
.ml_45{margin-left:45px;}
.ml_50{margin-left:50px;}

/* margin-right */
.mr_-5{margin-right:-5px;}
.mr_-10{margin-right:-10px;}
.mr_-15{margin-right:-15px;}
.mr_-20{margin-right:-20px;}


.mr_0{margin-right:0px;}
.mr_5{margin-right:5px;}
.mr_10{margin-right:10px;}
.mr_15{margin-right:15px;}
.mr_20{margin-right:20px;}
.mr_25{margin-right:25px;}
.mr_30{margin-right:30px;}
.mr_35{margin-right:35px;}
.mr_40{margin-right:40px;}
.mr_45{margin-right:45px;}
.mr_50{margin-right:50px;}

/* padding */
.p_0{padding:0px;}
.p_5{padding:5px;}
.p_10{padding:10px;}
.p_15{padding:15px;}
.p_20{padding:20px;}
.p_25{padding:25px;}
.p_30{padding:30px;}
.p_35{padding:35px;}
.p_40{padding:40px;}
.p_45{padding:45px;}
.p_55{padding:50px;}

/* padding-top */
.pt_0{padding-top:0px;}
.pt_5{padding-top:5px;}
.pt_10{padding-top:10px;}
.pt_15{padding-top:15px;}
.pt_20{padding-top:20px;}
.pt_25{padding-top:25px;}
.pt_30{padding-top:30px;}
.pt_35{padding-top:35px;}
.pt_40{padding-top:40px;}
.pt_45{padding-top:45px;}
.pt_50{padding-top:50px;}


/* padding-left */
.pl_0{padding-left:0px;}
.pl_5{padding-left:5px;}
.pl_10{padding-left:10px;}
.pl_15{padding-left:15px;}
.pl_20{padding-left:20px;}


/* padding-right */
.pr_0{padding-right:0px;}
.pr_5{padding-right:5px;}
.pr_10{padding-right:10px;}
.pr_15{padding-right:15px;}
.pr_20{padding-right:20px;}

/* padding-bottom */
.pb_0{padding-bottom:0px;}
.pb_5{padding-bottom:5px;}
.pb_10{padding-bottom:10px;}
.pb_15{padding-bottom:15px;}
.pb_20{padding-bottom:20px;}
.pb_25{padding-bottom:25px;}
.pb_30{padding-bottom:30px;}
.pb_35{padding-bottom:35px;}
.pb_40{padding-bottom:40px;}
.pb_45{padding-bottom:45px;}
.pb_50{padding-bottom:50px;}



/* ----------------------------- MEDIA ------------------------------- */
/* ========================================= */
/*           max-width: 960px                */
/* ========================================= */

@media (max-width: 960px) {
      
  /* ------- FOGALOMTAR (max 960px) ------- */
    #kbe_container{
        /*
        width:96%;
        max-width: 1190px !important;
        padding-top: 70px;
        */
        }
        
       #kbe_container .kbe_content_right,
       #kbe_container .kbe_aside {
            width: 96% !important;
            float: none;
            margin: 0 auto;
        }
       

    
        
}

/* ========================================= */
/*           max-width: 800px                */
/* ========================================= */

@media (max-width: 800px) {
  
         
       /* ------- PROFILE TAB: ABOUT (max 800px) ------ */
      .view_profile_table,
      .view_profile_row,
      .view_profile_cell,
      .view_profile_table .view_profile_label,
       .view_profile_table .view_profile_info{
            display: block;
            width:100% !important;
            padding-top: 10px;
        }
        
        .view_profile_table .view_profile_info{
            border-bottom:none;
            padding-bottom:10px;
        }
        
        
       /* ------- ERTEKELES - comment_table (max 800px) ------ */
      .view_comment_table,
      .view_comment_table .view_comment_label,
       .view_comment_table .view_comment_info{
            display: block;
            width:100% !important;
            padding-top: 10px;
            font-weight:bold;
        }
        
        .view_comment_table .view_comment_info{
            border-bottom:none;
            padding-bottom:10px;
            font-weight:normal;
        }

      
}
    


