/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016.05.04., 15:00:50#search
    Author     : Gyula
*/




/* --- CSS RESET --- */

*{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    list-style: none;
    border:0;
}

a {
    text-decoration: none;
    color: #333;
}

li, ol{
    list-style: none;
}
/* ---- END - CSS RESET ---- */

body{
    color:#333;
    font-family:'Open Sans', "Helvetica", sans-serif;
    font-weight: 400;
    border:1px;
    padding:0px;
    margin:0px;
    width:100%;
    height:100%;
    text-align:left;
    display:block;
    background:#f4f4f4;
    font-size:14px;
    line-height:1;
}

a{
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

p{
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
}

.pidcolor,
.eacolor,
.secucolor,
.ipitcolor{
    display: inline-block;
    font-size:12px;
    padding: 2px;
    height: 12px;
    line-height: 12px;
    margin-right: 2px;
}
.pidcolor:empty,
.eacolor:empty,
.secucolor:empty,
.ipitcolor:empty{
    display: none;
    padding: 0;
}
.pidcolor{
    background-color:#37578b;
    color:#fff;
    font-weight: bold !important;
}
.eacolor{
    background-color:#478b37;
    color:#fff;
    font-weight: bold !important;
}
.secucolor{
    background-color:#B51919;
    color:#fff;
    font-weight: bold !important;
}
.ipitcolor{
    background-color:#F5A81A;
    font-weight: bold !important;
}


.backOrange{
    background-color:#fbd694;
}
.backRed{
    background-color:#ff6d6d;
}
.backGreen{
    background-color:#b3eca5;
}
.backTeszt{
    background-color:#92d8ff;
}

.listStyle.backOrange:hover{
    background-color:#fbd694;
}
.listStyle.backRed:hover{
    background-color:#ff6d6d;
}
.listStyle.backGreen:hover{
    background-color:#b3eca5;
}
.listStyle.backTeszt:hover{
    background-color:#92d8ff;
}


/* ----- Header --- ============================================================ --- */
    /* Többi oldalunk sáv */
#nwSav{
    width: 100%;
    margin: 0px auto;
    padding: 5px 0;
    text-align: center;
}

.nwSavframe{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

#nwSav span{
    margin: 0 10px;
    display: inline;
}
#nwSav span:first-child{
    margin-left: 0px;
}
#nwSav span:last-child{
    margin-right: 0px;
}

.nwSavElemek {
    font-weight: 700;
}
.nwSavElemek a {
    color: #fff;
    text-decoration: none;
}
span.small {
    text-transform: none;
    font-weight: normal;
    font-size: 12px;
}
    /* END Többi oldalunk sáv */

    /* Mobile Menü elrejtése */
.mobileMenu,
.mobileMenuList,
.profileMobileMenu{
    display:none;
}
/* -END- Mobile Menü elrejtése */
    
    
    
    /* SLOGAN sáv*/
#slogan{
    position: relative;
    font-size: 13px;
    text-align: center;
    height: 0px;
    line-height: 36px;
}
    /* END SLOGAN sáv*/

        /* Header Képek */
#balkep,
#jobbkep{
    position: absolute;
    top:0;
    height: 145px;
    width: calc((100% - 1200px) / 2);
}
#balkep{
    left:0;
    background-position: left;
    background-size:cover;
    z-index: 10;
}
#jobbkep{
    right:0;
    background-position: right;
    background-size: cover;
    z-index: 10;
}

.FadeLeft,
.FadeRight{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 145px;
}
.FadeLeft{
    background:transparent;
    background: linear-gradient(left, rgba( 255, 255, 255, 255 ) 0%, rgba( 255, 255, 255, 1 ) 100% );
    background: -moz-linear-gradient(left, rgba( 255, 255, 255, 0) 0%, rgba( 255, 255, 255, 1 ) 100% );
    background: -ms-linear-gradient(left, rgba( 255, 255, 255, 0 ) 0%, rgba( 255, 255, 255, 1 ) 100% );
    background: -o-linear-gradient(left, rgba( 255, 255, 255, 0 ) 0%, rgba( 255, 255, 255, 1 ) 100% );
    background: -webkit-linear-gradient(left, rgba( 255, 255, 255, 0 ) 0%, rgba( 255, 255, 255, 1 ) 100% );
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff);
}
.FadeRight{
    background:transparent;
    background: linear-gradient(right, rgba( 255, 255, 255, 255 ) 0%, rgba( 255, 255, 255, 1 ) 100% );
    background: -moz-linear-gradient(right, rgba( 255, 255, 255, 0) 0%, rgba( 255, 255, 255, 1 ) 100% );
    background: -ms-linear-gradient(right, rgba( 255, 255, 255, 0 ) 0%, rgba( 255, 255, 255, 1 ) 100% );
    background: -o-linear-gradient(right, rgba( 255, 255, 255, 0 ) 0%, rgba( 255, 255, 255, 1 ) 100% );
    background: -webkit-linear-gradient(right, rgba( 255, 255, 255, 0 ) 0%, rgba( 255, 255, 255, 1 ) 100% );
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff);
}
        /* END Header Képek */

    /* LOGO sáv */
    
    
.Pidlogo{
    font-size: 90px;
}
    
.logocontainer{
    height: 145px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    background-color: #fff;
}

    /* END - LOGO sáv */      
/* END ---- HEADER -------*/




/* ---- MENU sav -------*/

#menu{
    overflow:visible;
    background-color: #fafafa;
    height: 54px;
}
    /* MENU LIST  */
#mainMenu{
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    flex: 1;
    -webkit-flex: 1;
    padding-left: 20px;
}
#mainMenu li{
    height:17px;
    font-size:15px;
    font-weight:300;
    float:left;
    padding: 18px 14px 17px 14px;
    cursor:pointer;
    line-height: 14px;
}
#mainMenu li:hover{
    color: #fff;
}
#mainMenu li.active{
    color: #fff;
}
    /* - END - MENU LIST  */

    /* Login SÁV */
.followus{
    width: 301px;
    height: 54px;
    display: inline-block
}
#callrolldown{
    display:block;
    float:left;
    width:100%;
    height:54px
}
.followus p{
    float:left;
    width: auto;
    max-width: 100%;
    line-height:16px;
    position: relative;
    margin-top: 10px
}
.mobileMenuLoginBack{
    display: none;
}
.loginBackButton{
    display: none;
    visibility: hidden;
}
.followus p span{
    font-size:11px;
    text-transform:lowercase;
    opacity:1;
    position:relative;
    font-weight:normal;
    top:2px;
    color:#fff
}
#head_avatar .rolldowncontainer{
    width:0px;
    height:0px;
    margin:0px;
    padding:0px;
    float:left
}
.cellhelouser {
    padding: 0 0 0 30px;
    width: 180px;
    height: auto;
    vertical-align: middle;
}
.cellhelouser p{
    cursor: default;
}

#head_avatar {
    float: right !important;
    border-radius: 40px;
    border: 2px solid #fff;
    width: 45px;
    height: 45px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    left: -30px;
    top: -52px;
}
#hardestbuttontobutton {
    width: 30px;
    height: 27px;
    float: right;
    background-position: 0px 0px;
    position: relative;
    top: 16px;
    right: 0px;
    text-align: center;
}
#hardestbuttontobutton:before {
    content:"\f0dd";
    font-size:17px;
    font-family: FontAwesome;
}

    /*-- Login BOX------ */
.login{
    width:100%;
}
.login li{
    width:100%;
    margin-bottom: 13px;
}
.loginInputContainer{
    display: flex;
    display: -webkit-flex;
}
.loginSection{
    padding: 20px;
}
.loginInputLabel{
    width: 39px;
    height: 39px;
    color: #fff;
    text-align: center;
    line-height: 39px;
    font-size: 16px;
}
input[type='text'].loginInput,
input[type='password'].loginInput{
    flex: 1;
    -webkit-flex: 1;
    height: 39px;
}
.moreTextReg{
    text-align: center;
    line-height: 24px;
}
.moreTextReg span{
    z-index: 2;
    padding: 0 10px;
    background-color: #fff;
    font-size: 16px;
}
.moreTextReg:before{
    content:"";
    display: block;
    height:0px;
    width:100%;
    position: relative;
    top:14px;
    border-bottom: 1px solid #333;
    z-index: -1;
}
a.lostPass{
    color:#666 !important;
    font-style: italic;
    line-height: 24px;
    font-size: 16px;
}
/*-- Facebook login button */

.socialLogin{
    height:49px;
    width:100%;
    border: 1px solid #bbb;
    background-color:#eee;
    color:#666;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height:49px;
    font-weight: normal;
    font-size: 14px;
}
.socialLogin:hover{
    background-color:#ddd;
    color:#666;

}
.socialLogin.facebookIcon:before,
.socialLogin.googleplusIcon:before{
    font-family: FontAwesome;
    width:47px;
    height:47px;
    border-right:1px solid #bbb;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    font-size: 18px;
    color:#fff;
}
.socialLogin.facebookIcon:before{
    content:"\f09a";
    background-color:#3c5a98;
}
.socialLogin.googleplusIcon:before{
    content:"\f0d5";
   background-color:#d6492f;
}

.loginSecond li{
    margin-bottom: 13px;
}
.loginSecond li:last-child{
    margin:0;
}
#loginprofilmenu{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    padding: 0px;
    overflow: hidden;
    height: auto;
}
#loginprofilmenu label{
    width: 320px;
    float: left;
    padding: 15px 20px 10px 20px;
    font-weight: bold;
    color: #333;
}
#loginprofilmenu input[type="text"], #loginprofilmenu input[type="password"]{
    float: left;
    margin: 0 20px 10px 20px;
    padding: 5px;
    width: 320px;
}
.active {
    opacity: 1;
    visibility: visible;
    display:block;
    top: 46px;
}
.hidden {
    opacity: 0;
    visibility: visible;
    display:none;
    top: 46px;
}
.upperBorder{
    border-top-style: solid;
    border-top-color: #E0E0E0;
    border-width: 1px;
    margin-top: 5px;
    padding-top: 5px;
}

#rolldownprofilmenu {
    color:#333;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    position: relative;
    top: -49px;
    right:0;
    z-index: 999;
    border: 1px solid rgba(100, 100, 100, .4);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    text-align: left;
    
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
        /* - END - Login BOX------ */
        
        /* - Login BOX Bejelentkezve------ */
.loginBoxNav{
    padding-bottom: 11px;
    border-top:1px solid #bbb;
    background-color: #eee;
}
ul.loginBoxNav:last-child{
    padding:0px;
}

.loginBoxNav:first-child{
    padding-bottom: 12px;
    border-top:0px;
}
.menu_section{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: stretch;
    -webkit-align-items: stretch;
    height: 48px;
    border-bottom: 1px solid #bbb;
    color:#333;
    cursor: pointer;
}

/* Not button */
.menu_section.notButton{
    cursor: auto;
}
.menu_section.notButton:hover .profil_square{
    background-color: #eee;
}
.menu_section.notButton:hover .menu_list{
    background-color: #fff;
}
.menu_section .menu_list.free{
    position: relative;
}
.menu_section .menu_list.free:before{
    content: "INGYENES";
    position: absolute;
    top: 14px;
    right: 10px;
    display: block;
    font-weight: 300;
    color: #fff;
    text-align: center;
    background-color: #bbb;
    width: 70px;
    height: 20px;
    font-size: 12px;
    line-height:20px;
}
.profil_square{
    width: 47px;
    border-right: 1px solid #bbb;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 16px;
    text-align: center;
    font-size:16px;
    line-height: 48px;
    font-weight: normal;
    background-color:#eee;
    font-family: FontAwesome;
}
.menu_section:hover .menu_list{
    background-color:#eee;
}
.menu_list{
    flex: 1;
    -webkit-flex: 1;
    padding: 0 0 0 16px;
    font-size: 15px;
    line-height: 47px;
    background-color:#fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#userProfileBackButton{
    margin-bottom:24px;
}

.generalCompanyImage{
    background-size: cover;
    background-position: center;
}
.menu_section:hover .profil_square{
    background-color:#ddd;
}
.add:before{
    font-family: FontAwesome;
    content: "\f067";
}

.profile:before{
    font-family: FontAwesome;
    content: "\f007";
}

.logoutButton{
    text-align: center;
    padding: 0px;
}
        /* - END - Login BOX Bejelentkezve------ */
        
        
    /*-- Company Login BOX------ */

.companyLogin a {
    width: 300px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    height: 54px;
    border-right: 1px solid #bbb;
    line-height: 52px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.companyLogin .companyBox_square{
    width: 54px;
    height: 54px;
    border: 1px solid #bbb;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 16px;
    text-align: center;
    font-size: 16px;
    background-color: #eee;
}

.companyLogin .companyBox_name{
    flex: 1;
    -webkit-flex: 1;
    padding: 0 15px 0 15px;
    font-size: 14px;
    line-height: 18px;
    box-sizing: border-box;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    color: #fff;
}

    /*-- END Company Login BOX------ */
    
        
    /* - END - Login SÁV */
/* ---- END - MENU sav -------*/

/* ---- Főoldal Cikkek ---- */

.lead{
    width:100%;
    padding: 24px 42px 0 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.leadParent{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 -12px -24px -12px;
}

.leadParentInner{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 -13px -24px -13px;
}

.leadFull{
    width: 100%;
    padding: 0 13px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 24px;
}

.leadHalf{
    width: 50%;
    padding: 0 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 24px;
}

.lead p{
    font-size:14px;
    line-height:24px;
}
.lead h2{
    font-size:20px;
    line-height:24px;
    margin-bottom:10px;
}

/* GAME PAGE  -----------  */
.gameHeader{
    text-align: center;
    font-size: 36px;
}
.gameHeader2{
    text-align: center;
    margin-bottom: 12px;
}

.gameIcon{
    width:140px;
    height: 140px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    margin: 0 auto 26px auto;
    line-height: 140px;
    text-align: center;
    font-family: FontAwesome;
    font-size: 48px;
}

.gameIcon1:before{
    content:"\f245";
}
.gameIcon2:before{
    content:"\f00c";
}
.gameIcon3:before{
    content:"\f09a";
}

.game_prices{
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.gameHeaderSection h1{
    font-size: 42px;
    text-align: center;
    margin: 20px 0 48px 0;
    display: inline;
    line-height: 50px;}

.gameHeaderSection h1 span{
    padding: 0 25px;
    color:#fff;
}

.gamePrizesContainer{
    position: relative;
    max-width: 300px;
    margin: 0 auto;
}

.gamePrizesContainer h2,
.gamePrizesContainer h3{
    display: inline-block;
}

.gamePrizesContainer h2{
    position: absolute;
    top: -15px;
    left: -15px;
    font-size: 24px;
}

.gamePrizesContainer p{
    margin-top: 12px;
    text-align: center;
}


.gamePrizesContainer h3{
    width: 100%;
    text-align: center;
    font-size: 16px !important;
}

.gameBoxHeader{
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    margin: 0 auto;
}
.gameBoxHeader span{
    padding: 5px 10px;
}



.gameSocialFrame{
    text-align: center;
}

.gameSocialFrame div{
    margin: 10px auto 0 auto !important;
    display: inline-block;
}

.gameSocialFrame span{
    width: 100%;
    text-align: center;
    display: block;
}


.gameSocialFrame div#overlay{
    margin: 0 !important;
}

.white{
    color:white;
}

.black{
    color:black;
}

/* Under Construction Page */
.ucHeader{
    display: block;
    padding-top: calc(50vh - 208px);
    padding-bottom:50vh;
    height:0px;
    position: relative;
}

.uc_icon_container:before{
    width:100%;
    opacity: 0.2;
    font-size:250px;
    text-align: center;
    display: block;
    content: "\f021";
    font-family: FontAwesome;
    position: relative;
    top: -6px;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    
}
.ucHeader h1,
.ucHeader h2{
    text-align: center;
}

.ucHeader h1{
    font-size:36px;
    line-height: 36px;
}
.ucHeader h2{
    font-size:24px;
}


@-webkit-keyframes ucicon_simple{0%{opacity: 0; left: 0%} 50%{opacity: 0.2;  left: 50%} 100%{opacity: 0;  left: 100%}}
@keyframes ucicon_simple{0%{opacity: 0; left: 0%} 50%{opacity: 0.2;  left: 50%} 100%{opacity: 0;  left: 100%}}


.uc_icon_container{
    position: relative;
    width: 100%;
    display: block;
    height: 0px;
}

.ucicon{
    opacity: 0;
    font-size: 24px;
    position: absolute;
    -webkit-animation: ucicon_simple 4s infinite linear;
    animation: ucicon_simple 4s infinite linear;
}

.ucicon2{
    opacity: 0;
    font-size: 36px;
    position: absolute;
    -webkit-animation: ucicon_simple 3s infinite linear;
    animation: ucicon_simple 3s infinite linear;
}
.ucicon3{
    opacity: 0;
    font-size: 48px;
    position: absolute;
    -webkit-animation: ucicon_simple 2s infinite linear;
    animation: ucicon_simple 2s infinite linear;
}

.ucicon_1{
    top: -10px;
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
}
.ucicon_2{
    top: 30px;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.ucicon_3{
    top: -30px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.ucicon_4{
    top: -60px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.ucicon_5{
    top: 60px;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.ucicon_6{
    top: 40px;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}
.ucicon_7{
    top: -50px;
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s;
}
.ucicon_8{
    top: 10px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.ucicon_9{
    top: 26px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.ucicon_10{
    top: -20px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.ucicon_11{
    top: 43px;
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
}
.ucicon_12{
    top: -43px;
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s;
}
.ucicon_13{
    top: -50px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.ucicon_14{
    top: -18px;
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
}
.ucicon_15{
    top: 52px;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}
.ucicon_16{
    top: 15px;
    -webkit-animation-delay: 2.8s;
    animation-delay: 32.8s;
}
.ucicon_17{
    top: -13px;
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s;
}
.ucicon_18{
    top: 6px;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}
.ucicon_19{
    top: 28px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.ucicon_20{
    top: -60px;
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.5s;
}



/* -END- Under Construction Page */

/* ---- SIDEBAR ------ ================================================ ----- */
    /*----- KERESŐ -----*/
#searchBar{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 24px;
    margin-bottom: 24px;
}

.searchInput{
    flex: 1;
    -webkit-flex: 1;
    height: 40px !important;
    padding: 10px 16px;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

#searchDate{
    flex: 1;
    -webkit-flex: 1;
    height: 40px;
    padding: 10px 0 10px 16px;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}
.searchButton{
    height:40px;
    cursor:pointer;
    padding: 0 24px;
    font-size:16px;
    color:#fff;
}
.searchButtonSmall{
    width:40px;
    height:40px;
    cursor:pointer;
    color:#fff;
}
.searchButtonSmall:before{
    font-family: FontAwesome;
    font-size: 24px;
    content: "\f002";
}
    /*---- - END - KERESŐ -----*/

    /*----- Címek -----*/
.sidebarHead{
    width: 100%;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    height: 48px;
    font-weight: bold;
    background-color: #fff;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.headSquare{
    width: 46px;
    height: 46px;
    border-right: 1px solid #bbb;
    color: #fff;
    line-height: 46px;
    font-size: 20px;
    text-align: center;
}
.headText{
    padding-left: 16px;
    flex: 1;
    -webkit-flex: 1;
    line-height: 46px;
    font-size: 16px;
    font-weight: bold;
}

.sidebarSearch {
    margin-top: 24px;
    width: 100%;
}


    /*---- - END - Címek -----*/
    
   /* --- Social Media Buttons --- */
    
.socialmedia-list{
    margin-top: 12px;
    margin-bottom: 24px;
} 
.socialmedia-listelement{
    margin: 0 20px 0 20px;
    display: flex;
    justify-content: flex-strat;
    align-items: center;
    height: 48px;
}
.socialmedia-list-text{
    font-size: 14px;
    color: #666;
    margin-left: 20px;
}




/* --- - END - SIDEBAR ------ ================================================ ----- */


#frontimage_small{
    float: left;
    margin: 0 0 10px 0;
    width: 100%;
    height: 150px;
    clear: both;
    -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.05), 0 0 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.05), 0 0 2px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.05), 0 0 2px rgba(0, 0, 0, 0.4);
}

#newsList{
    flex: 1;
    -webkit-flex: 1;
    padding-bottom: 24px;
    background-color: #fff;
    border-left: 1px solid #bbb;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.full-width{
    width:100%;
}
.centeredDiv{
    margin:auto;
    position: relative;
    display: block;
    width:50%;
}

.centered{
    text-align: center;
}
#head{
    width: 80%;
    position: relative;
    margin: 0 auto 0 auto;
  
}

#bodysec{
    width: 100%;
    float: left;
}

/*
###########################################
####   BANNERS AND BANNER CONTAINERS   ####
###########################################
*/

/* Saját banner */
.mediumRectanglePicturebanner{
    width:300px;
    height: 250px;
    background-size: cover;
    background-position: center;
}


    /* Sidebar */
.halfPageContainer,
.halfRectangleContainer,
.mediumRectangleContainer{
    margin: 0 0 24px 0;
    max-width: 300px;
}
    /* Tartalmi rész */
.whiteboardContainer,
.leadBannerContainer{
    margin: 24px 0;
}

/* Összes középre igazítása */
    /* Sidebar */
.halfPageContainer,
.halfRectangleContainer,
.mediumRectangleContainer,
    /* Tartalmi rész */
.whiteboardContainer,
.leadBannerContainer,
    /* Fejléc */
.superleaderboardContainer
{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    overflow: hidden;
    width: 100%;
}
/* Bannert tartalmazó keret */
    /* Sidebar */
.halfPageContainer > div,
.halfRectangleContainer > div,
.mediumRectangleContainer > div
{
    overflow: hidden;
    border: 1px #bbb solid;
    margin: 0 -1px;
}
    /* Tartalmi rész */
.whiteboardContainer > div,
.leadBannerContainer > div,
    /* Fejléc */
.superleaderboardContainer > div
{
    overflow: hidden;
    border: 1px #bbb solid;
}

/* Üres banner keret elrejtése */
    /* Sidebar */
.halfPageContainer div:empty,
.halfRectangleContainer div:empty,
.mediumRectangleContainer div:empty,
    /* Tartalmi rész */
.whiteboardContainer div:empty,
.leadBannerContainer div:empty,
    /* Fejléc */
.superleaderboardContainer div:empty
{
    display: none;
}

/*
#### /-END-/  BANNERS AND BANNER CONTAINERS   ####
*/



/* --- FOOTER -- ===================================================== ------ */
#footer{
    width: 100%;
    padding: 24px 40px;
    background: #333;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07),inset 0 5px 81px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07), inset 0 5px 81px rgba(0, 0, 0, 0.75)
}

#footer h3{
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #fff;
}
#footer p{
    text-align: left;
    display: block;
    color:#fff
}

.footernav{
    padding: 0 0 0 12px;
    margin-bottom: 0px;
    border-left: 1px solid #fff;
    float: left
}
.footernav li{
    text-align: left;
    opacity: 0.8;
    line-height: 23px
}
.footernav li a{
    color: #fff;
}
.footernav li:last-child{
    padding-bottom: 0;
}
.footernav li:hover{
    opacity: 1.0;
}

#footer_rolunk:before,
#footer_cegeknek:before,
#footer_szakembereknek:before{
    font-family:FontAwesome;
    width:32px;
    height:32px;
    line-height: 25px;
    padding:4px;
    color: #fff;
    font-weight:normal;
    text-decoration:inherit;
    margin-right:10px;
    font-size:22px;
    text-align:center;
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#footer_rolunk:before{
    content:"\f085"
}
#footer_cegeknek:before{
    content:"\f0b1"
}
#footer_szakembereknek:before{
    content:"\f007"
}

/* FOOTER COPYWRITE */
#footer_alt{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px 40px;
    width:100%;
    height:40px;
}

#footer_alt ul li{
    padding-right: 10px;
    float: left;
    cursor:pointer;
    font-size: 14px;
    height: 15px
}

#copyright{
    font-size:14px;
    line-height:14px
}



/* COOKIE engedéjező ablak */
.cc-window{
  background: #eee;
  color: #333;
  border: 1px solid #bbb;
}
.cc-window .cc-message{
  font-size: 14px;
}
.cc-window .cc-compliance a{
  color: #fff;
  border: 0;
}
/* / COOKIE engedéjező ablak */


/* -- END - FOOTER -- ===================================================== ------ */

/*----------------------------- Ez az oldalsó események --------------------------*/
#sidebarEvents{
    flex: 1;
    -webkit-flex: 1;
    display: inline-block;
    margin:12px;
}
.sidebarEventsListElement{
    margin-bottom:13px;
}
.sidebarEventsListElement a{
    display: flex;
    display: -webkit-flex;
}

.sidebarPostsListText{
    flex: 1;
    -webkit-flex: 1;
    margin-left:12px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.sidebarPostsListText h5{
    font-size: 14px;
}



.sidebarEventsListText{
    flex: 1;
    -webkit-flex: 1;
    margin-left:12px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-content: center;
    -webkit-align-content: center;
}
.sidebarEventsListText h5{
    width: 100%;
    font-size: 14px;
}
.sidebarEventsListText p{
    font-size: 14px;
    line-height:18px;
    margin-top: 5px;
}

.sidebarBlockList{
    margin: 12px;
}

.sidebarBlock{
    margin-bottom: 24px;
}
.sidebarBlockList{
    margin-left: 12px;
    margin-right: 12px;
}

#clock{
    background-color:#fff;
    text-align: center;
    width: 52px;
    height: 52px;
    border-radius: 30px;
    border: 1px solid #ccc;
    display: flex;
    display: -webkit-flex;
    align-content: center;
    -webkit-align-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
#clock:before{
    left: 26px;
    top: 52px;
    content: "";
    height: 66px;
    width: 0px;
    position: absolute;
    border-left: 1px solid #ccc;
    z-index: 3;
}

.sidebarEventsListElement:last-child #clock:before{
    height: 0px;
    width: 0px;
    border: 0px;
}
#clock span{
    font-weight: bold;
    display: block;
    text-align: center;
    width: 100%;
}
#clock span:first-child{
    margin-top: 3px;
}

#notclock{
    float: left;
    margin-top: 15px;
    width: 20px;
    height: 3px
}
h5 {
    font-size: 16px;
    line-height: 16px;
}
h2, h3, h4, h5, h6 {
    font-weight: bold;
    text-decoration: none;
}

/*------------------------------------ Ez a naptar --------------------------------------*/

#front_naptar{width:300px; height:225px; overflow:hidden; margin: 13px 0 12px 0;}
#front_naptar ul{position:relative;}

#front_naptar ul .spinner{position:absolute; top:-4px; width:100px; height:18px; background:#f4f4f4; text-align:center; padding:106px 100px}

#front_naptar ul li{width:300px;}
#front_naptar ol{width:100%; height:100%; display:block;padding:0}
#front_naptar ol li{height:21px; padding-top:7px; text-transform:uppercase; float:left; width:14.28%; cursor:pointer; text-align:center; font-weight:normal}
#front_naptar ol li.onit{font-weight:bold; opacity:1; color: #fff;}
#front_naptar_honapnap{width:100%}
#front_naptar_honapnap h3{width: 100%; text-align: center; height: 20px; margin: 5px 0; color: black; font-size: 20px; font-weight: 600;}
#front_naptar_honapnap h3 span.left{float:left; margin-left:20px; font-size:11px; padding-top:3px; cursor:pointer}
#front_naptar_honapnap h3 span.right{float:right; margin-right:20px; font-size:11px; padding-top:3px; cursor:pointer}
#front_naptar_honapnap ul{width:100% !important; display:inline-block; height:24px !important; position:static;}
#front_naptar_honapnap ul li{float:left; height:24px;color:black;font-weight: 900; text-transform:uppercase; font-weight:bold; width:14.28%; line-height:24px; text-align:center}
#front_naptar_head{width:100%; padding:0px 20px 10px 0; height:17px; background:#efefef; font-weight:bold; float:left; position:relative; left:0}

/* Naptar SPINNER*/
.spinner > div{width:18px; height:18px; border-radius:100%; display:inline-block; -webkit-animation:bouncedelay 1.4s infinite ease-in-out; animation:bouncedelay 1.4s infinite ease-in-out; /* Prevent first frame from flickering when animation starts */-webkit-animation-fill-mode:both; animation-fill-mode:both}
.spinner .bounce1{-webkit-animation-delay:-0.32s; animation-delay:-0.32s}
.spinner .bounce2{-webkit-animation-delay:-0.16s; animation-delay:-0.16s}
@-webkit-keyframes bouncedelay{0%, 80%, 100%{-webkit-transform:scale(0.0)}40%{-webkit-transform:scale(1.0)}}
@keyframes bouncedelay{0%, 80%, 100%{transform:scale(0.0); -webkit-transform:scale(0.0)}40%{transform:scale(1.0); -webkit-transform:scale(1.0)}}

#calendarPopup{
    background-color:#fff;
    border: 1px solid #bbb;
    padding: 5px 16px 5px 16px;
    z-index:1000;
    position:absolute;
    display: none;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
}
#calendarPopup li{
    padding:10px 0;
    line-height:16px;
    border-bottom: 1px solid #bbb;
}
#calendarPopup li:last-child{
    border-bottom: 0;
}

/*----- HOMESLIDER------- ========================================= ----------*/

.mainPageHeader{
    height: 0px;
    overflow: hidden;
}

.homeslider{
    width:100%;
    height: 311px;
    padding:5px;
    background-color: #fff;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.homeslider li {
    padding: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.homesliderParent{
    margin: -5px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.sliderHalf{
    width:50%;
    height:300px;
}
.sliderFourth{
    width:50%;
    height:150px;
}

.sliderFourth .post-more p{
    max-height: 80px;
    overflow: hidden;
}

.sliderEighth{
    width:25%;
    height:150px;
}
.homeslider li article{
    color:#fff;
    cursor: pointer;
    float:left;
    -webkit-box-shadow:inset 0 0 50px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:inset 0 0 50px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.4);
    box-shadow:inset 0 0 50px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.4);
    position:relative;
    overflow:hidden;
    cursor:pointer;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    background-size: cover;
    background-position: center;
    width:100%;
    height:100%;
    display: block;
    position: relative;
}

.source{
    width:100%;
    display: block;
    margin-bottom: 13px;
}

.homeslider li:hover .post-more {
    top: 0px;
    text-align: center;
}
.homeslider li.sliderFourth:hover .dateIcon,
.homeslider li.sliderEighth:hover .dateIcon {
    top: -21px;
}

.homeslider li:hover .dateIcon {
    top: -36px;
}
.homeslider li:hover .post-description {
    opacity: 0;
}
.homeslider li.half {
    height:330px;
    width:588px;
}
.sliderHalf .dateIcon {
    height:330px;
    top: -275px;
}
.sliderHalf .dateIcon i {
    margin-top:249px;
}
div.dateIcon {
    position:absolute;
    left:0px;
    width:55px;
    top:-110px;
    height:165px;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    z-index:1;
    color: #fff;
    text-align: center;
}
div.dateIcon span {
    float:left;
    width:55px;
    text-transform:uppercase;
    line-height:20px;
    font-size:16px;
    text-shadow:0 1px 2px rgba(0, 0, 0, 0.8);
}
div.dateIcon span.day {
    font-weight:300;
}
div.dateIcon i {
    font-size:24px;
    margin: 82px 0 12px 0;
    text-shadow:0 1px 2px rgba(0, 0, 0, 0.8);
}
li.half div.dateIcon i{
    margin-top:245px;
}
.post-description {
    position:absolute;
    margin-bottom:10px;
    bottom:0px;
    left:20px;
    right:10px;
    height: auto;
    min-height:14px;
    overflow: hidden;
    text-align:left;
    opacity:1.0;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}

.sliderEighth .post-description,
.sliderFourth .post-description{
    max-height: 72px;
}


.sliderHalf .post-description h2{
    font-size: 24px;
    line-height: 32px;
}

.sliderEighth .post-description h2{
    font-size: 16px;
}

.post-description h2{
    display:block;
    text-shadow:0 0px 6px rgba(0, 0, 0, 1.0);
    font-size:20px;
    line-height:24px;
    font-weight: bold;
    text-decoration: none;
    opacity: 1;
}

.sliderEighth .post-more p{
    height: 102px;
    overflow: hidden;
}

.post-more{
    position:absolute;
    padding-bottom:15px;
    bottom:0px;
    left:55px;
    right:0px;
    height:100%;
    background:rgba(0,0,0,0.6);
    top:100%;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.post-more h3{
    padding: 15px 15px 0 15px;
    display: block;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1.0);
    text-align: left;
    font-weight: bold;
    text-decoration: none;
}

.sliderEighth.post-more p{
    padding: 15px 15px 0 15px;
    height: 125px;
    overflow: hidden;
}

.post-more p{
    padding:15px 15px 0 15px;
    width:100%;
    text-align:left;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.post-more span.cta{
    position:absolute;
    bottom:15px;
    right:15px;
}
li.eighth .post-more h3{
    display:none;
}
li.eighth .post-more p{
    height: 100%;
    overflow: hidden;
}
li.eighth .post-more span.cta{
    display:none;
}
li.half div.dateIcon{
    top:-275px;
    height:330px;
}
li.eighth .post-description h2{
    font-size:16px;
    line-height:20px;
}

.google-maps iframe{
    height: 380px;
    width: 100%;
}

.iplogo{
    font-family: Rage;
    color: #0070C0;
    font-weight: bold;
    font-size: 1.3em;
}

/* REGISZTRÁCIÓS OLDAL =====================================================  */

/* CONTENT skeleton ---------------------- */
.big_background{
    display: flex;
    display: -webkit-flex;
    padding: 52px 0;
    justify-content: center;
    -webkit-justify-content: center;
    background-size: cover;
    background-image: url('images/big_background.jpg') ;
}
.registration{
    width:800px;
    background-color: #fff;
}

/* CONTENT ---------------------- */
.registration header{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    position:relative;
    height: 24px;
    margin-bottom: 24px;
    padding-top: 12px;
}

.registration header h1{
    background-color: #fff;
    font-size:30px;
    line-height: 24px;
    font-weight: 600;
    z-index: 2;
    padding: 0 10px;
}

.switch-container{/* Registration switcher */
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.switch-button{
    width: 50%;
    text-align: center;
    height: 48px;
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #bbb;
    background-color: #eee;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
    line-height: 48px;
    font-size: 20px;
}

.switch-button:hover{
    background-color: #ddd;
}

.switch-button.active{
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
    background-color: #fff;
}

.switch-section{
    display: none;
    padding: 24px 36px;
}
.switch-section{
    display: none;
    padding: 24px 48px;
}
.switch-section.active{
    display: block;
}

.social-button-container{
}

.social-button-container .title{
    text-align: center;
    line-height: 48px;
}


.socialReg{
    display: block;
    height:48px;
    width:48px;
    border: 1px solid #bbb;
    background-color:#eee;
    color:#666;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height:49px;
    font-weight: normal;
    font-size: 14px;
    margin: 0 auto;
}
.socialReg:hover{
    background-color:#ddd;
    color:#666;

}
.socialReg.facebookIcon:before,
.socialReg.googleplusIcon:before{
    font-family: FontAwesome;
    width:47px;
    height:47px;
    border-right:1px solid #bbb;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color:#fff;
}
.socialReg.facebookIcon:before{
    content:"\f09a";
    background-color:#3c5a98;
}
.socialReg.googleplusIcon:before{
    content:"\f0d5";
   background-color:#d6492f;
}




.reg_line{
    position: absolute;
    left: 0px;
    top: 24px;
    width: 100%;
    height: 2px;
    background-color: #333;
}

.registration_form_normal{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin:0 -18px 0px 66px; /* a reszponzív elemek paddingjának a negatívja legyen */
    
}
.registration_form_line{
    border-right: 1px solid #bbb;
}
.registration_form,
.registration_form_normal li{
    position: relative;
}

/* checkbox REPAIR */
.registration_form label{
    position: relative;
    display: block;
    height: 24px;
    line-height: 32px;
}
.registration_form h2 label{
    line-height: 18px;
}
.reg_user_icon,
.reg_email_icon,
.reg_pass_icon,
.reg_picture_icon,
.reg_contact_icon,
.reg_spam_icon{
    position:relative;
}
.reg_user_icon:before,
.reg_email_icon:before,
.reg_pass_icon:before,
.reg_picture_icon:before,
.reg_contact_icon:before,
.reg_spam_icon:before{
    font-family: FontAwesome;
    text-align: center;
    font-size: 28px;
    line-height: 48px;
    color: #fff;
    position: absolute;
    left: -66px;
    top: 0px;
    width: 48px;
    height: 48px;
}

.reg_user_icon:before{
    content: "\f007";
}
.reg_email_icon:before{
    content: "\f1fa";
}
.reg_pass_icon:before{
    content: "\f084";
}
.reg_picture_icon:before{
    content: "\f1c5";
}
.reg_contact_icon:before{
    content: "\f1e0";
}
.reg_spam_icon:before{
    content: "\f0e0";
}

/* profilkép */
#ProfilImage{
    background-image: url(images/default_user.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.profilkepText{
    margin-bottom:14px;
}

.noNewsletter p{
    text-align: center;
}

.noNewsletter:before{
    font-family: FontAwesome;
    width:100%;
    display: block;
    margin-bottom: 12px;
    text-align: center;
    font-size: 28px;
    line-height: 24px;
    content: "\f0e0";
}

/* END REGISZTRÁCIÓS OLDAL =====================================================  */

/* USER PROFIL OLDALAK =====================================================  */

/* CONTENT skeleton ---------------------- */
.profilSidebarMenu{
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    width: 300px;
}

.generalUserImage {
    width: 130px;
    height: 130px;
}

.generalCompanyImage{
    background-size: cover;
    background-position: center;
}

/* SIDEBAR MENU ---------------------- */

.profilSidebarMenu ul {
    margin-bottom: 23px;
}
.profilSidebarMenu ul.sidebarmenu{
    margin-bottom: 23px;
    border-top:1px solid #bbb;
}
.profilSidebarMenu ul.sidebarmenu a{
    width: 100%;
}
.profilSidebarMenu ul.sidebarmenu:first-child{
    margin-bottom: 24px;
    border-top:0px;
}
    /* Active menu ----- */
.menu_section{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: stretch;
    -webkit-align-items: stretch;
    height: 47px;
    border-bottom: 1px solid #bbb;
}

.menu_section.hiddenDisplay{/* Menüpontok elrejtése a jogosultság fügvényében*/
    display: none;
}

.menu_section.active .profil_square{
    color:#fff;
}
.menu_section.active .menu_list{
    background-color:#eee;
}

.publicUserMenu .menu_section.active .menu_list{
    background-color:#fff;
}
.publicUserMenu .menu_section.active:after {
    display: block;
    position: relative;
    right: -1px;
    width: 1px;
    content: "";
    border-right: 1px solid #fff;
    background-color: #fff;
}
.publicUserMenu .menu_section.active{
    background-color:#fff;
}
.publicUserMenu .menu_section:hover .profil_square{
    background-color: #cbdaf3;
}



.menu_section.active{
    background-color:#eee;
}
.menu_section.active:after{
    display:block;
    position:relative;
    right:-1px;
    width: 1px;
    content:"";
    border-right:1px solid #eee;
    background-color:#eee;
}
    /* Active menu END ----- */



.profil_square{
    width: 48px;
    border-right: 1px solid #bbb;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 16px;
    text-align: center;
    font-size:16px;
    line-height: 48px;
    font-weight: normal;
    background-color:#eee;
    font-family: FontAwesome;
}
/* Menu HOVER */
.menu_section:hover .profil_square{
    background-color:#ddd;
}
.menu_section:hover .menu_list{
    background-color:#eee;
}
    /* Active menu */
.menu_section.active:hover,
.menu_section.active:hover:after,
.menu_section.active:hover .menu_list{
    background-color:#ddd;
}
/* Menu HOVER END */

.user:before{
    content: "\f007";
}
.school:before{
    content: "\f19d";
}
.jobs:before{
    content: "\f275";
}
.search:before{
    content: "\f002";
}
.theCompany:before{
    content: "\f1ad";
}
.companyAdmins:before{
    content: "\f007";
}
.companyEvent:before{
    content: "\f271";
}
.companyBills:before{
    content: "\f09d";
}
.documentIcon:before{
    content: "\f15c";
}
.listIcon:before{
    content: "\f0cb";
}
.companyNews:before{
    content: "\f1ea";
}
.companyJobs:before{
    content: "\f0b1";
}
.companyBanners:before{
    content: "\f0a1";
}
.theProfileMenu:before{
    content: "\f0c9";
}
.apply:before{
    content: "\f1d8";
}

.backIcon:before{
    content: "\f053";
}
.add:before{
    font-family: FontAwesome;
    content: "\f067";
}
.more:before{
    font-family: FontAwesome;
    content: "\f054";
}

.socialMediaShare{
    font-family: FontAwesome;
    content: "\f1e0";
}

.facebookIcon:before{
    font-family: FontAwesome;
    content: "\f09a";
}
.googlePlusIcon:before{
    font-family: FontAwesome;
    content: "\f0d5";
}
.youtubeIcon:before{
    font-family: FontAwesome;
    content: "\f167";
}



/* Sidebar munkák */
.menu_jobs_section{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: stretch;
    -webkit-align-items: stretch;
    border-bottom: 1px solid #bbb;
}
.menu_jobs_section:hover{
    background-color:#ccc;
}
.menu_jobs_list{
    flex: 1;
    -webkit-flex: 1;
    padding: 11px 20px 11px 30px;
    font-size: 16px;
    line-height: 24px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.menu_jobs_head{
    flex: 1;
    -webkit-flex: 1;
    padding: 15px 20px 15px 30px;
    font-size: 16px;
    line-height: 20px;
    background-color:#ccc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.profil_jobs_square{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 47px;
    border-left:1px solid #bbb;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 13px 15px;
    font-size: 16px;
    line-height: 21px;
    text-align: center;

}
.menu_jobs_section:hover .menu_jobs_list{
    background-color: #eee;
}
.menu_jobs_section:hover .profil_jobs_square{
    background-color: #ddd;
}


/* Sidebar TIMELINE */


.timeline_listelement{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column; 
    align-items: stretch;
    -webkit-align-items: stretch;
    border-bottom: 1px solid #bbb;
}

.timeline_title{
    width: 100%;
    cursor: pointer;
    -webkit-flex: 1;
    padding: 11px 12px 11px 12px;
    font-size: 16px;
    line-height: 24px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.timeline_title:hover{
    color:#fff;
}

.timeline_content{
    width: 100%;
    -webkit-flex: 1;
    font-size: 16px;
    line-height: 24px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-shadow:inset 0 0 8px rgba(0, 0, 0, .25);
    box-shadow:inset 0 0 8px rgba(0, 0, 0, .25);
    max-height: 0px;
    overflow: hidden;
    background-color:#fff;
}

.timeline_content h4{
    padding: 6px 12px 0 12px;
    display: block;
}
.timeline_content span{
    padding: 6px 12px;
    display: block;
}

.timeline_listelement.open .timeline_title{
    border-bottom: 1px solid #bbb;
}

.timeline_listelement.open .timeline_content{
    max-height: 800px;
}

.timeline_title,
.timeline_content,
.timeline_listelement{
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    }
/* -END- Sidebar TIMELINE */


/* BANNER -----*/
.sidebarBanner{
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    margin-bottom:34px;
    width: 300px;
    height: 250px;
}

/* ----- Végzettség és Munka adat feltöltő felület ----- */
    /* feltöltő gomb és form */
    
.profilAddNew{
    border:1px solid #bbb;
    width:100%;
    background-color:#fff;
}

.profilAddNew.ancestor{
    margin-bottom: 25px;
}

.profilAddNew form textarea{
    height: 104px;
}
.profilAddNew section{
    cursor:pointer;
    font-size: 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.AddNew{
    position:relative;
    background-color:#ccc;
    color:#fff;
    height:50px;
    text-align:center;
    line-height:52px;
}



.AddNew:before{
    font-family: FontAwesome;
    content:"\f067";
}
.AddNew:after{
    position:absolute;
    right:-13px;
    top:0px;
    font-family: FontAwesome;
    content:"\f04b";
    color:#ccc;
}

.profilAddNew .addNewTitle{
    position: absolute;
    left: 0px;
    width: 100%;

    text-align:center;
    line-height:50px;
}

.addNewForm,
.editerForm,
.reAdvertiseForm{
    width: 100%;
    max-height: 2000px;
    -webkit-transition: max-height 0.3s, opacity 0.3s;
    -moz-transition: max-height 0.3s, opacity 0.3s;
    transition: max-height 0.3s, opacity 0.3s;
}

.editerForm,
.reAdvertiseForm{
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

.hiddenForm{
    max-height: 0px;
    overflow: hidden;
    opacity:0;
}

.visibleForm{
    /* max-height: 790px;*/
    opacity:1;
}

.addNewForm ul,
.editerForm ul,
.reAdvertiseForm ul{
    padding: 35px 45px;
}
.addNewForm ul,
.reAdvertiseForm ul
{
    margin-bottom:-24px;
}

.addNewText{
    height:104px;
    resize: none;
}

.addNewButton{
    position: relative;
}

.requiredText{
    position: relative;
    background-color:#fff;
    display: block;
    padding: 6px 12px;
    font-weight: bold;
    border: 1px solid #bbb;
}

.requiredText:before{
    font-family: FontAwesome;
    content: "\f071";
    color: #ff9f24;
    display: inline-block;
    margin-right: 8px;
    font-size: 18px;
    font-weight: normal;
}

.requiredLabel{
    position: relative;
}
.requiredLabel:before{
    font-family: FontAwesome;
    content: "\f071";
    color: #ff9f24;
    position: absolute;
    right: 0;
}

input[type='text'].requiredInput {
    background-color: #fff0dd;
}


/*  Animáció */
.addNewButton.closed .AddNew{
    width:50px;
    
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
}

.addNewButton.open .AddNew{
    width:100%;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
}

.addNewButton span,
.addNewButton span{
    color:#fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    
}
.addNewButton.closed span,
.addNewButton.closed span{
    color:#333;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}


    /* lista */
.educationList,
.languageList{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom:24px;
}

.educationList .listElement:first-child,
.languageList .listElement:first-child{
    border-top:1px solid #bbb;
}

.educationList .listElement,
.languageList .listElement{
    padding:12px 0 13px 0;
    border-bottom:1px solid #bbb;
    width:100%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.educationList .profilListData h2{
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
}

.languageList .profilListData h2{
    font-weight: normal;
    line-height: 52px;
    font-size: 28px;
}

.profilListData span{
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}

.profilListData span.type{
    text-transform: capitalize;
}

    /* Az animációtól független tulajdonságok*/
.profilListEdit,
.reAdvertiseList{
    background-color:#fff;
}


.profilListDeleteButton{
    height: 48px;
    width: 48px;
    float:right;
    background-color:#c00;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-left: 12px;
}

.profilListDeleteButton:before{
    font-family: FontAwesome;
    content:"\f014";
}

.profilListEditButton{
    height: 48px;
    width:100%;
    float:right;
    background-color:#ccc;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.profilListEditButton:hover{
    color:#fff;
}

/* Listaelemek Animációjához Classok */

.profilListData.openList{/* A jelenlegi adatokat tartalmazó Section */
    display:none;
}
.profilListData.closedList{
    flex:1;
    -webkit-flex: 1;
}
.draftButtons.openList{/* Reklám feltöltésnél a piszkozat státuszú reklám gombjai */
    display:none;
}
.draftButtons.closedList{
    display: flex;
    display: -webkit-flex;
}

.profilListEdit.openList{/* A formot és a vezérlő gombot tartalmazó Section */
    width:100%;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
}
.profilListEdit.closedList{
    width: 48px;
    height: 48px;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
}

.profilListEditButton.openList{
    color:#fff;
}

.profilListEditButton.closedList span{
    opacity:0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    
}

.profilListEditButton.openList span{
    opacity:1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.profilListEditButton:before{
    font-family: FontAwesome;
    content:"\f044";
    position: absolute;
    left:15px;
}

    /* Hirdetés meghosszabítás animáviók */
.reAdvertiseButton{
    height: 48px;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}
    
.reAdvertiseButton .reAdvertise{
        width:100%;
}
    
.reAdvertiseButton.closedList span{
    display: none;
    opacity:0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.reAdvertiseButton.openList span{
    display: inline;
    opacity:1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.reAdvertiseList.openList{/* A formot és a vezérlő gombot tartalmazó Section */
    width:100%;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
}

.reAdvertiseList.jobReAdvertise.closedList,
.reAdvertiseList.projectReAdvertise.closedList,
.reAdvertiseList.eventReAdvertise.closedList{
    width: 140px;
}

.expiredButtons.projectReAdvertise{
    width: 260px;
}

.expiredButtons.projectReAdvertise button:first-child{
    margin-right: 12px;
}

.expiredButtons.projectReAdvertise .reAdvertise{
    width: 130px;
}


.reAdvertiseList.closedList{
    width: 200px;
    height: 48px;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
}
.expiredButtons.openList{/* Meghosszabító egyéb gombjai */
    display: none;
}
.expiredButtons.closedList{
    display: flex;
    display: -webkit-flex;
}
/* Céges Profil Elemei -------------- */

#CompanyProfilHeader{
    position: relative;
    width:100%;
    height:171px;
    border-left:1px solid #bbb;
    border-right:1px solid #bbb;
    border-bottom:1px solid #bbb;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
        overflow: hidden;
}

#CompanyProfilHeader ul{
    padding:24px 24px 0 24px;
        box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#CompanyProfilHeader #CompanyImage{
    -webkit-box-shadow: 1px 1px 8px -1px #000000;
    box-shadow: 1px 1px 8px -1px #000000;
}
#CompanyImage, #ProfilImage {
    background-size: cover;
    background-position: center;
    background-color: #fff;
}

.companyLogo{
    background: url('images/default_compny.png');
}

.companyName{
    margin-top:16px;
}

.companyAddres{
    margin-top: 16px;
}
.companyName h1{
    font-size: 36px;
    line-height: 36px;
}

.companyAddres h2{
    font-size: 18px;
    line-height: 18px;
}
.companyName h1,
.companyAddres h2{
    color:#fff;
    text-shadow: 1px 1px 5px #000000;
}


/* Profilok háttérképei  */

/* Céges képek a szerkesztési nézetben */
#CompanyFormLogo{
    background-size: cover;
    background-position: center;
}
#CompanyFormBackground{
    border:1px solid #bbb;
    width:100%;
    height:48px;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

input[type='text']:read-only.priceInput,
input[type='text']:read-only:focus.priceInput{
    background-color: #eee;
    color: #333;
    width: 85px;
    font-weight: bold;
    text-align: right;
    font-size: 16px;
    border: 0;
}

input[type='text']:read-only.billBalance,
input[type='text']:read-only:focus.billBalance{
    background-color: #fff;
    color: #333;
    width: 200px;
    font-weight: bold;
    text-align: right;
    font-size: 28px;
    display: inline;
    border: 0;
}
.CompanyImage
#CompanyImage,
#ProfilImage{
    background-size: cover;
    background-position: center;
}

/* Cég Profil  */

#companyProfilInformation p{
    width:100%;
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
}
#companyProfilInformation p:last-child{
    margin-bottom:0;
}

#companyProfilData h3,
#companyProfilContact h3{
    line-height: 24px;
    font-size:18px;
    font-weight: 600;
}

#companyProfilData span,
#companyProfilContact span{
    line-height: 24px;
    font-size:14px;
}

/*--- - END - Publikus Profil -----*/


/*--- Reklámok feltöltése -------------=================----*/

/* -- Listaelemek Stylusa --- */

.draftAds .waitingButtons,/* Pizkozat */
.draftAds .activeButtons,
.draftAds .timedButtons,
.draftAds .expiredButtons,
.draftAds .reAdvertiseList,
.draftAds .unpaidButtons{
    display:none;
}

.waitingAds .draftButtons,/* Várakozik */
.waitingAds .activeButtons,
.waitingAds .profilListEdit,
.waitingAds .timedButtons,
.waitingAds .expiredButtons,
.waitingAds .reAdvertiseList,
.waitingAds .unpaidButtons{
    display:none;
}

.unpaidAds .draftButtons,/* Fizetésre vár */
.unpaidAds .activeButtons,
.unpaidAds .waitingButtons,
.unpaidAds .profilListEdit,
.unpaidAds .timedButtons,
.unpaidAds .expiredButtons,
.unpaidAds .reAdvertiseList{
    display:none;
}

.activeAds .draftButtons,/* Aktív */
.activeAds .waitingButtons,
.activeAds .profilListEdit,
.activeAds .timedButtons,
.activeAds .expiredButtons,
.activeAds .reAdvertiseList,
.activeAds .unpaidButtons{
    display:none;
}

.timedAds .draftButtons,/* Időzítve */
.timedAds .activeButtons,
.timedAds .waitingButtons,
.timedAds .profilListEdit,
.timedAds .expiredButtons,
.timedAds .reAdvertiseList,
.timedAds .unpaidButtons{
    display:none;
}

.expiredAds .draftButtons,/* Lejárt */
.expiredAds .activeButtons,
.expiredAds .waitingButtons,
.expiredAds .profilListEdit,
.expiredAds .timedButtons,
.expiredAds .unpaidButtons{
    display:none;
}

/*-------------------------------------------*/
    /* Vázlat */
.draftButtons{
    width: 352px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-right:12px;
}

.send,
.creditCard{
    width: 200px;
}
.preview{
    width: 140px;
}
.transfer{
    flex: 1;
    -webkit-flex: 1;
}
.emptyFieldTransfer{
    flex: 1;
    -webkit-flex: 1;
}

.fullButton{
    width: 100%;
}

.activeButtons.allButtonRight{
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

    /* Várakozás */
.unpaidButtons,
.waitingButtons{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    width: 412px;
}
.waitingButtons.twoButton{
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.waitingButtons.twoButton button:first-child,
.waitingButtons.twoButton button:nth-child(2),
.unpaidButtons.twoButton input.creditCard,
.unpaidButtons.twoButton div.creditCard,
.unpaidButtons.twoButton button.creditCard{
    margin-right:12px;
}
.activeButtons.twoButton button:first-child{
    margin-right:12px;
}


/* Átmenetileg elrejtjük a fizető gombokat  ------------------------------------------------*/
/*

.unpaidButtons input.creditCard,
.unpaidButtons button.submit{
    display: none;
}

.unpaidButtons:before{
    content: "A fizetési modul Március 6-ától lesz elérhető!";
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    background-color: #ccc;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

*/
/* Átmenetileg elrejtjük a fizető gombokat !!! ------------------------------------------------*/

.buttonMessage{
    height: 48px;
    width: 200px;
    line-height: 48px;
    text-align: left;
    font-size: 16px;
    background-color: #ccc;
    padding-left: 60px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    
}
.buttonMessageSmall{
    height: 48px;
    width: 200px;
    line-height: 48px;
    text-align: left;
    font-size: 16px;
    background-color: #ccc;
    padding-left: 60px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


.buttonMessageFlex{
    height: 48px;
    width: 100%;
    line-height: 52px;
    text-align: left;
    font-size: 16px;
    padding-left: 60px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.buttonMessageSmall:before,
.buttonMessage:before{
    height: 48px;
    width: 48px;
    font-family: FontAwesome;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    float: left;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    margin-right:16px;
}
.buttonMessageSmall.okMessage:before,
.buttonMessage.okMessage:before{
    content:"\f00c";
}
.buttonMessageSmall.warningMessage:before,
.buttonMessage.warningMessage:before{
    background-color: #C00;
    content:"\f12a";
}

.buttonMessage.statisticsButton{
    width: 200px;
    line-height: 48px;
    text-align: left;
    font-size: 16px;
}
.buttonMessage.statisticsButton:before{
    background-color: #C00;
}

/* Aktív */
.activeButtons{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 412px;
}

.activeButtons section:first-child{
    font-size: 16px;
}

.activeOneButton{
    width:200px;
}
.stop{
    width:200px;
}

.listButton{
    width: 100%;
    background-color: #ccc;
    text-align: center;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 0 auto;
    display: block;
}

.statisticsButton{
    width: 26px;
    height: 20px;
    background-color: #ccc;
    text-align: center;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 0 auto;
    display: block;
}
.statisticsButton:before{
    font-family: FontAwesome;
    content: "\f080";
}

.billInfoButton:before{
    font-family: FontAwesome;
    margin-right: 6px;
    content:"\f0d8";
    position: relative;
    top: -1px;
}

.billInfoButton.closed:before{
    font-family: FontAwesome;
    content:"\f0dd";
    position: relative;
    top: -3px;
}

.campaignList span.billInfoButtonCell,
.campaignList span.billstatus{
    width:70px;
    flex: inherit;
    -webkit-flex: inherit;
}

.campaignList span.billNumber{
    width:140px;
    flex: inherit;
    -webkit-flex: inherit;
}

.listButton:hover,
.statisticsButton:hover{
    background-color: #999;
    color: #fff;
}

.statisticsContainer{
    margin: 0 auto;
    width: auto;
}

    /* Időzítve */
.timedButtons{
    width:412px;
}
    
.buttonMessageTimed{
    height: 48px;
    width: 100%;
    line-height: 48px;
    text-align: left;
    font-size: 16px;
    background-color: #ccc;
    padding-left: 60px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.buttonMessageTimed:before{
    height: 48px;
    width: 48px;
    font-family: FontAwesome;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    color: #fff;
    font-size: 20px;
    margin-right:16px;
    content:"\f274";
}
    /* Lejárt */
.expiredButtons{
    width: 200px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-right:12px;
}

.reAdvertise{
    width:200px;
}


/* -- Banner feltöltőoldal elemei  -- */
.bannerExampleBox{
    width:100%;
    height: 312px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color:#eee;
    border: 1px solid #bbb;
    background-size: 100%;
}

.billBalanceSpan{
    text-align:right;
    display: inline-block;
    font-size:16px
}


.adsPrice{
    background-color:#eee;
    width:100%;
    text-align:center;
    display: block;
    height: 48px;
    line-height:48px;
    font-size:16px;
    font-weight: 600;
}

.previewWindow{
    position: fixed;
    top:0px;
    left:0px;
    z-index: 8888;
    height: 100vw;
    width: 100vw;
    display: block;
    overflow: scroll;
    background: #f4f4f4;
}

.previewWindowBlocker{/*
    position: absolute;
    top:0px;
    left:0px;
    z-index: 9998;
    height: 100%;
    width: 100%;
    display: block;*/
}
.previewWindowMessage{
    position: absolute;
    z-index: 9999;
    height: 318px;
    width: 380px;
    display: block;
    padding:30px 40px;
    color:#fff;
    background-color: rgba(200,50,50, 0.9);
}
.topLeaderboardPreview .previewWindowMessage:before,
.leaderboardPreview .previewWindowMessage:before,
.mediumRectanglePreview .previewWindowMessage:before,
.bigRectanglePreview .previewWindowMessage:before{
    content: "\f04b";
    font-family: FontAwesome;
    color: rgba(200,50,50, 0.9);
    font-size: 46px;
    position: absolute;
}


.topLeaderboardPreview .previewWindowMessage{
    top: 10px;
    right: calc(50vw + 190px);
}
.topLeaderboardPreview .previewWindowMessage:before{
    top: 45px;
    right: -36px;
}

.leaderboardPreview .previewWindowMessage{
    top: 240px;
    right: 50vw;
}
.leaderboardPreview .previewWindowMessage:before{
    bottom: -41px;
    right: 150px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mediumRectanglePreview .previewWindowMessage{
    top: 200px;
    right: calc(50vw + -230px);
}
.mediumRectanglePreview .previewWindowMessage:before{
    top: 90px;
    right: -36px;
}

.bigRectanglePreview .previewWindowMessage{
    top: 80px;
    right: 50vw;
}
.bigRectanglePreview .previewWindowMessage:before{
    bottom: -41px;
    right: 150px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


/* Table style - Listák táblázatok és egyéb felsorolások */
.tableStyleHeader,
.campaignListheader{
    font-weight: bold;
    background-color:#999;
}

.campaignListheader2{
    font-weight: bold;
    background-color:#ccc;
}

.campaignListheader2 .labelCampaignListheader2,
.campaignListheader2 .valueCampaignListheader2{
    font-size:18px;
    line-height:28px;
}

.campaignListheader2 .labelCampaignListheader2{
    flex: 1;
    -webkit-flex: 1;
    text-align: right;
}

.campaignListheader2 .valueCampaignListheader2{
    width: 303px;
    flex: inherit;
    -webkit-flex: inherit;
}

.tableStyleHeader span,
.campaignListheader span{
line-height: 26px;
}
.tableStyle,
.campaignList{
    display: flex;
    display: -webkit-flex;
}

.campaignList.bills{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.campaignList.bills section{
    width: 100%;
}

.billInformation{
    margin: 6px 4px 0 4px;
    background-color: #ccc;
    padding: 6px 12px;
}

.billInformation span{
    display: inline-block;
    margin-bottom: 3px;
}
.billInformation span:last-child{
    display: inline-block;
    margin-bottom: 0;
}


.billInformation.closed{
    height: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.tableStyle span,
.campaignList span{
    padding: 0 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    flex: 1;
    -webkit-flex: 1;
    line-height: 20px;
    border-right: 1px solid #bbb;
}

.tableStyle span.wideTableStyle,
.campaignList span.wideCampaignList{
    flex: 2;
    -webkit-flex: 2;
}
.tableStyle span.fixTableStyle,
.campaignList span.fixCampaignList{
    width: 90px;
    flex: inherit;
    -webkit-flex: inherit;
}

.campaignList span.dateCampaignList{
    width: 160px;
    flex: inherit;
    -webkit-flex: inherit;
}


.tableStyle span:last-child,
.campaignList span:last-child{
    border-right: 0px;
}

.highlitedBanner{
    border: 2px solid #ff0000;
}
    /* Adminisztrátorok táblázat */
.tableStyle span.adminTableEmail{
    flex: 2;
    -webkit-flex: 2;
}
.adminTableRights,
.adminTableJobs,
.adminTableAds,
.adminTableEvents,
adminTablePayments{
    flex: 1;
    -webkit-flex: 1;
}   
.tableStyle span.adminTableOptions{
    width: 90px;
    flex: inherit;
    -webkit-flex: inherit;
}
    /* -END- Adminisztrátorok táblázat */
    
    /* -END- Banner táblázat */
.campaignList span.bannerTableStatus,
.campaignList span.bannerTablePrice{
    flex: 1;
    -webkit-flex: 1;
}
.campaignList span.bannerTableName,
.campaignList span.bannerTableStart,
.campaignList span.bannerTableEnd{
    flex: 2;
    -webkit-flex: 2;
}
.campaignList span.bannerTableStatistics{
    width: 90px;
    flex: inherit;
    -webkit-flex: inherit;
}
    /* -END- Banner táblázat */
    
/* --- Adminisztrátori Jogok oldal --- */
#adminNewForm{
    margin-bottom:24px;
}

.adminUserListHeader{
    width:100%;
    display: block;
    padding: 0 0 13px 0;
    margin: 0 20px;
    height: 39px;
    line-height: 24px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.adminUserListHeader ol{
    wrap: no-wrap;
}


.adminUserList{
    width:100%;
    display: block;
    padding: 13px 0px;
    margin: 0 20px;
    height: 52px;
    line-height: 24px;
    border-top: 1px solid #bbb;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.adminUserSaveButton,
.adminUserDeleteButton,
.adminUserRefuseButton{
    width: 24px;
    height: 18px;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.adminUserDeleteButton{
    background-color: #C00;
}
.adminUserRefuseButton{
    background-color: #ffa500;
}

.adminUserDeleteButton:before{
    content:"\f1f8";
    font-family: FontAwesome;
}
.adminUserDeleteButton:hover:after{
    display:block;
}
.adminUserDeleteButton:after{
    display:none;
    position:absolute;
    content:"Törlés";
    background-color:#fff;
    border:1px solid #bbb;
    color:#333;
    bottom: 25px;
    padding:0 5px;
}


.adminUserSaveButton:before{
    content:"\f0c7";
    font-family: FontAwesome;
}
.adminUserSaveButton:hover:after{
    display:block;
}
.adminUserSaveButton:after{
    display:none;
    position:absolute;
    content:"Mentés";
    background-color:#fff;
    border:1px solid #bbb;
    color:#333;
    bottom: 25px;
    padding:0 5px;
}


.adminUserRefuseButton:before{
    content:"\f12a";
    font-family: FontAwesome;
}
.adminUserRefuseButton:hover:after{
    display:block;
}
.adminUserRefuseButton:after{
    display:none;
    position:absolute;
    content:"Kéretlen jelentkezés";
    background-color:#fff;
    border:1px solid #bbb;
    color:#333;
    bottom: 25px;
    padding:0 5px;
}

/* ------ USER JOGKÉRŐ FELÜLET ELEMEI --------=====================---------  */
#company_search{
    height: 39px;
}
#profil-company-request-list{
    margin-top:24px;
    max-height: 600px;
    overflow-x: scroll;
    overflow-x: hidden;
}
.companyRequestList{
    border:1px solid #bbb;
    display: flex;
    display: -webkit-flex;
    width:100%;
    margin-bottom:13px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.buttonRequestList{
    height: 51px;
    border: none;
    border-left:1px solid #bbb;
    font-size: 22px;
    line-height: 52px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.companyListImage{
    width:48px;
    height:48px;
    display: block;
    background-color:#ccc;
    border-right:1px solid #bbb;
    background-size: cover;
    background-position: center;
}

.companyListSpan{
    flex: 1;
    -webkit-flex: 1;
    line-height: 48px;
    margin-left: 26px;
}

.twoHoundredWidth{
    width:200px;
}
/* - END - USER PROFIL OLDALAK =============================================  */

/* Post ===================================================================== */

.postContent .postHeader,
.postHeader{
    width:100%;
    border-bottom:1px solid #000;
    margin-bottom:12px;
}
.postContent .postHeader h1,
.postHeader h1{
    font-size: 42px;
    line-height: 52px;
    margin: 0 0 6px 0;
}

.postHeaderData{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    height:24px;
    line-height:24px;
    font-size:18px;
    margin-top:11px;
}
.postHeaderData span{
    padding: 0 3px;
    font-weight: 700;
}
.socialMediaShare{
    max-width: 220px;
    min-width: 70px;
    overflow: hidden;
    display: inline-block;
}

.knowledgebaseSearch{
    margin-top: 24px;
}

.knowledgeBaseHeaderData .socialMediaShare{
    margin-right: 16px;
}
.knowledgeBaseAuthor{
    margin-right: 16px;
}

.socialMediaShareFull{
    width:100%;
    display: block;
    overflow: hidden;
    margin-top: 13px;
}
.socialMediaKnowledge{
    flex: 1;
    -webkit-flex: 1;
    min-width: 200px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row-rev;
    -webkit-flex-direction: row;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    overflow: hidden;
    margin-top:5px;
    height: 21px;
}

.contentHeader{
    line-height: 42px;
    font-size: 36px;
}
.print{
    display:block;
    font-size:22px;
}
.print:before{
    content:"\f02f";
    font-family: FontAwesome;
    font-weight: normal;
}

/* Post kinézetének formázása ----- */

span.ipLogo{
    font-family: Rage;
    color: #0070C0;
    font-weight: bold;
}
    /* Alap ------ */
.postContent{
    font-size:16px;
    line-height: 1.5em;
}
/* Post kinézetének formázása ----- */
    /* Headers ------ */
.postContent h1,
.postContent h2,
.postContent h3,
.postContent h4,
.postContent h5,
.postContent h6{
    font-weight: bold;}
.postContent h1{
    font-size: 2em;
    line-height: 1.25em;
    margin-bottom: 0.5em;}
.postContent h2{
    font-size: 1.75em;
    line-height: 1.25em;
    margin-bottom: 0.57143em;}
.postContent h3{
    font-size: 1.5em;
    line-height: 1.25em;
    margin-bottom: 0.667em;}
.postContent h4{
    font-size: 1.25em;
    line-height: 1.25em;
    margin-bottom: 0.8em;}
.postContent h5{
    font-size: 1.125em;
    line-height: 1.25em;
    margin-bottom: 0.889em;}
.postContent h6{
    font-size: 1em;
    line-height: 1.25em;
    margin-bottom: 1em;}

/* Bekezdés ----- */
.postContent p{
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1em;
    text-align: justify;}

.postContent .indent{
    padding-left: 40px;
    dislay: inline-block;
}


/* Link ----- */
.postContent a{
    font-weight: bold;
    text-decoration: none;
    opacity: 0.8;
    cursor: pointer;
    color: #37578b;}
.postContent  a:hover {
    opacity: 1;}

/* Formazasok ----- */
.postContent strong,
.postContent b{
    font-weight: bold;}
.postContent i,
.postContent em,
.postContent dfn{
    font-style: italic;}
.postContent s,
.postContent strike,
.postContent del{
    text-decoration: line-through;}
.postContent u,
.postContent ins{
    text-decoration: underline;}
.postContent small{
    font-size: 0.6em;}
.postContent sub{
    vertical-align: sub;
    font-size: 0.6em;
    line-height: 0.6em;}
.postContent sup{
    vertical-align: super;
    font-size: 0.6em;
    line-height: 0.6em;}
.postContent abbr[title],
.postContent acronym[title] {
    text-decoration: underline dotted;}
.postContent q,
.postContent blockquote{
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1em;
    padding-left: 1em;
    border-left: 2px solid #ccc;
    font-weight: bold;}

/* Táblázat ----- */
.postContent table {
    margin: 0 auto 1em auto;
    border: 1px #ccc solid;
    text-align: left;
    max-width: 100%;
    display: table;
    border-spacing: 0;}
.postContent table tfoot{
    background-color: #f0f0f0;}
.postContent table thead,
.postContent table tbody,
.postContent table tfoot{
    display: table-row-group;}
.postContent table tr{
    display: table-row;}
.postContent table th{
    background-color: #666;
    color: #fefefe;
    font-weight: bold;}
.postContent table th,
.postContent table td{
    border: 1px #ccc solid;
    vertical-align: middle;
    padding: 3px 6px;
    display: table-cell;
    font-size: 16px;}

/* Kép ----- */
.postContent img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.postContent img.left{
    max-width: 50%;
    height: auto;
    margin: 0;
    padding-right: 1.5em;
    padding-bottom: 1em;
    float: left;
    display: inline-block;
}
.postContent img.right{
    max-width: 50%;
    height: auto;
    margin: 0;
    padding-left: 1.5em;
    padding-bottom: 1em;
    float: right;
    display: inline-block;
}

/* Igazitások */
.postContent p.right,
.postContent h1.right,
.postContent h2.right,
.postContent h3.right,
.postContent h4.right,
.postContent h5.right,
.postContent h6.right,
.postContent td.right,
.postContent th.right,
.postContent div.right,
.postContent ul.right,
.postContent ol.right,
.postContent li.right,
.postContent table.right{
    text-align: right;
}
.postContent p.left,
.postContent h1.left,
.postContent h2.left,
.postContent h3.left,
.postContent h4.left,
.postContent h5.left,
.postContent h6.leftt,
.postContent td.left,
.postContent th.left,
.postContent div.left,
.postContent ul.left,
.postContent ol.left,
.postContent li.left,
.postContent table.left{
    text-align: left;
}
.postContent p.center,
.postContent h1.center,
.postContent h2.center,
.postContent h3.center,
.postContent h4.center,
.postContent h5.center,
.postContent h6.center,
.postContent td.center,
.postContent th.center,
.postContent div.center,
.postContent ul.center,
.postContent ol.center,
.postContent li.center,
.postContent table.center{
    text-align: center;
}


/* Listák ----- */
.postContent ul li{
    list-style-type: disc;}
.postContent ol li{
    list-style-type: decimal;}
.postContent ul,
.postContent ol{
    margin-left: 1.5em;
    margin-bottom: 1em;
    line-height: 1.5em;}
.postContent li{
    margin-bottom: 0.5em;}
.postContent li:last-child{
    margin-bottom: 0;}

    /* Videok ----- */
.postContent .mce-preview-object.mce-object-iframe{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    display: block;}
.postContent .mce-preview-object.mce-object-iframe iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}
	
    /* Régi videók helyes megjelenéséért */
.postContent iframe{
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: 350px;}

/* Post kinézetének formázása ----- */



/* Site Colors -------------------- */
.pidLogoColor{
    background-color: #37578b;
    color: #fff;
}
.eaLogoColor{
    background-color: #478b37;
    color: #fff;
}
.secuLogoColor{
    background-color: #B51919;
    color: #fff;
}
.ipitLogoColor{
    background-color: #F5A81A;
    color: #fff;
}
/* / Site Colors -------------------- */


/* Media Offer -------------------- */
.mediaOfferTable table th{ text-align: center;}
.postContent .mediaOfferTable td{ font-weight: bold; padding: 6px 12px;}
.mediaOfferTable .free{ color: #478b37;}
.mediaOfferTable .yearly{ color: #FF9800;}

.cube{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    display: block;
    position: relative;
}
    /* Table ------*/
.mediaOfferTable{
    width:100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

        /* Table header */
.mediaOfferTable header h2{
    padding: 12px 0;
    font-size: 24px;
    text-align: center;
    margin: 0;
}
.mediaOfferTable header span{
    width:100%;
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
}

        /* Table body */
.mediaOfferTable ul{       
    border: 1px solid #bbb;
}

.mediaOfferTable ul,
.mediaOfferTable li{
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.mediaOfferTable li{
    position: relative;
    background: #f4f4f4;
    border-top: 1px solid #bbb;
    display: flex;
    flex-wrap: nowrap;
}
.mediaOfferTable ul li:first-child{
    border: 0;
}
        /* Icons*/
.mediaOfferTable ul li.regicon:before,
.mediaOfferTable ul li.eventicon:before,
.mediaOfferTable ul li.knowicon:before,
.mediaOfferTable ul li.jobicon:before,
.mediaOfferTable ul li.projecticon:before,
.mediaOfferTable ul li.bannericon:before{
    margin: 0 18px;
    font-family: FontAwesome;
    display: inline-block;
    text-align: center;
    width: 36px;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    font-weight: normal;
    color: #999;
}
.mediaOfferTable ul li.regicon:before{
    content: "\f275";
}
.mediaOfferTable ul li.eventicon:before{
    content: "\f073";
}
.mediaOfferTable ul li.knowicon:before{
    content: "\f02d";
}
.mediaOfferTable ul li.jobicon:before{
    content: "\f0b1";
}
.mediaOfferTable ul li.projecticon:before{
    content: "\f1ea";
}
.mediaOfferTable ul li.bannericon:before{
    content: "\f0a1";
}
        /* /Icons*/
        
        
.mediaOfferTable ul li h3{
    font-size: 16px;
    color: #666;
    font-weight: normal;
    margin: 0;
    width: 180px;
}

.mediaOfferTable ul li span{
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    flex: 1;
    display: block;
}
.mediaOfferTable ul li span.smalltext{
    font-size: 18px;
}
.mediaOfferTable ul li span.mediumtext{
    font-size: 20px;
}
.mediaOfferTable ul li span.boldtext{
    font-weight: bold;
}
.mediaOfferTable ul li span a{
    text-decoration: underline;
}
.mediaOfferTable ul li h3,
.mediaOfferTable ul li span{
    height: 60px;
    line-height: 60px;
}
.mediaOfferTable ul li a.button{
    width: 400px;
    margin: 12px auto;
    opacity: 1;
}

    /* /Table ------*/
    
    
    /* Logoes */
.PidLogoCube,
.EaLogoCube,
.SecuLogoCube,
.IpitLogoCube{
    position: absolute;
    top: 50%; left: 50%;
    margin: -0.6em -1.1em;
    font-size: 56px;
}
    
/* PID logo Sizes */
.PidLogoCube{ height: 1em; width: 2.3em;}
.PidLogoCube .logoname{ letter-spacing: -0.1em; line-height: 1em; margin-right: -0.15em; font-weight: 600;}
.PidLogoCube .dothu { font-size: 0.5em; font-weight: 300;}

/* E-A logo Sizes */
.EaLogoCube{ height: 1em; width: 2.3em;}
.EaLogoCube .logoname{ letter-spacing: -0.05em; line-height: 1em; margin-right: -0.15em; font-weight: 600;}
.EaLogoCube .dothu { font-size: 0.5em; font-weight: 300;}

/* SECU logo Sizes */
.SecuLogoCube{  height: 1em; width: 2.4em;}
.SecuLogoCube .logoname{ letter-spacing: -0.1em; line-height: 1.4em; font-size: 0.75em; margin-right: -0.3em; font-weight: 600;}
.SecuLogoCube .dothu { font-size: 0.38em; font-weight: 300;}

/* IPIT logo Sizes */
.IpitLogoCube{ height: 1em; width: 2.3em;}
.IpitLogoCube .logoname{ letter-spacing: -0.121em; line-height: 1em; margin-right: -0.15em; font-weight: 600;}
.IpitLogoCube .dothu { font-size: 0.5em; font-weight: 300;}


/* /Media Offer ------------------- */

/* event és job bemutatószövegének kinézete */

/* RESET ------ */
* {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

html{
    background-color: #ccc;
}
	/* Lap ------ */
body.descriptionContent{
    width: 455px;
    margin: 6px auto 0 auto;
    padding: 12px 28px !important;
    border: 1px solid #ccc;
    -webkit-box-shadow: 3px 3px 24px 0 #888;
    box-shadow: 3px 3px 24px 0 #888;
}

/* Post kinézetének formázása ----- */
    /* Alap ------ */
.descriptionContent{
    font-size:14px;
}
/* Post kinézetének formázása ----- */
    /* Headers ------ */
.descriptionContent h1,
.descriptionContent h2,
.descriptionContent h3,
.descriptionContent h4,
.descriptionContent h5,
.descriptionContent h6{
    font-weight: bold;}
.descriptionContent h1{
    font-size: 2em;
    line-height: 1.25em;
    margin-bottom: 0.5em;}
.descriptionContent h2{
    font-size: 1.75em;
    line-height: 1.25em;
    margin-bottom: 0.57143em;}
.descriptionContent h3{
    font-size: 1.5em;
    line-height: 1.25em;
    margin-bottom: 0.667em;}
.descriptionContent h4{
    font-size: 1.25em;
    line-height: 1.25em;
    margin-bottom: 0.8em;}
.descriptionContent h5{
    font-size: 1.125em;
    line-height: 1.25em;
    margin-bottom: 0.889em;}
.descriptionContent h6{
    font-size: 1em;
    line-height: 1.25em;
    margin-bottom: 1em;}

/* Bekezdés ----- */
.descriptionContent p{
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1em;
    text-align: justify;}

/* Link ----- */
.descriptionContent a{
    font-weight: bold;
    text-decoration: none;
    opacity: 0.8;
    cursor: pointer;
    color: #37578b;}
.descriptionContent  a:hover {
    opacity: 1;}

/* Formazasok ----- */
.descriptionContent strong,
.descriptionContent b{
    font-weight: bold;}
.descriptionContent i,
.descriptionContent em,
.descriptionContent dfn{
    font-style: italic;}
.descriptionContent s,
.descriptionContent strike,
.descriptionContent del{
    text-decoration: line-through;}
.descriptionContent u,
.descriptionContent ins{
    text-decoration: underline;}
.descriptionContent small{
    font-size: 0.6em;}
.descriptionContent sub{
    vertical-align: sub;
    font-size: 0.6em;
    line-height: 0.6em;}
.descriptionContent sup{
    vertical-align: super;
    font-size: 0.6em;
    line-height: 0.6em;}
.descriptionContent abbr[title],
.descriptionContent acronym[title]{
    text-decoration: underline dotted;}
.descriptionContent q,
.descriptionContent blockquote{
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1em;
    padding-left: 1em;
    border-left: 2px solid #ccc;
    font-weight: bold;}

/* Táblázat ----- */
.descriptionContent table{
    margin: 0 auto 1em auto;
    border: 1px #ccc solid;
    text-align: left;
    max-width: 100%;
    display: table;
    border-spacing: 0;}
.descriptionContent table tfoot{
    background-color: #f0f0f0;}
.descriptionContent table thead,
.descriptionContent table tbody,
.descriptionContent table tfoot{
    display: table-row-group;}
.descriptionContent table tr{
    display: table-row;}
.descriptionContent table th{
    background-color: #666;
    color: #fefefe;
    font-weight: bold;}
.descriptionContent table th,
.descriptionContent table td{
    border: 1px #ccc solid;
    vertical-align: middle;
    padding: 3px 6px;
    display: table-cell;
    font-size: 16px;}

/* Kép ----- */
.descriptionContent img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;}

/* Listák ----- */
.descriptionContent ul li{
    list-style-type: disc;}
.descriptionContent ol li{
    list-style-type: decimal;}
.descriptionContent ul,
.descriptionContent ol{
    padding-left: 1.5em;
    margin-bottom: 1em;
    line-height: 1.5em;}
.descriptionContent li{
    margin-bottom: 0.5em;}
.descriptionContent li:last-child{
    margin-bottom: 0;}

    /* Videok ----- */
.descriptionContent .mce-preview-object.mce-object-iframe{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    display: block;}
.descriptionContent .mce-preview-object.mce-object-iframe iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}
	
    /* Régi videók helyes megjelenéséért */
.descriptionContent iframe{
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: 350px;}

/* / event és job bemutatószövegének kinézete */




.postFooter{
    margin-top:24px;
    font-size:16px;
    line-height: 24px;
    font-weight: bold;
}

    /* --- Cikk lapozó ---*/

.artickleNavNext,
.artickleNavPrev{
    display: block;
    width: 40px;
    height: 100px;
    position: fixed;
    top: 324px;
    color: #fff;
}

.artickleNavNext{
    margin-right:16px;
    -webkit-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    margin-left: 840px;
}
.artickleNavPrev{
    margin-left: 16px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}

.artickleNavNext div,
.artickleNavPrev div{
    width: 200px;
    height: 80px;
    padding: 10px;
    position: absolute;
    display: none;
    top: 0px;
    background-color: #ddd;
    font-weight: normal;
    line-height: 20px;
    color: #333;
}
.artickleNavNext div{
    right: 40px;
}
.artickleNavPrev div{
    left: 40px;
}
.artickleNavNext div h3,
.artickleNavPrev div h3{
    height: 82px;
    overflow: hidden;
    font-weight: normal;
}

.artickleNavNext div h3 span,
.artickleNavPrev div h3 span{
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    width:100%;
    line-height: 16px;
    border-bottom: 1px solid #666;
}


.artickleNavNext:hover div,
.artickleNavPrev:hover div{
    display: block;
}

.artickleNavNext:before{
    content:"\f105";
}
.artickleNavPrev:before{
    content:"\f104";
}

.artickleNavNext:before,
.artickleNavPrev:before{
    font-family: FontAwesome;
    font-size: 34px;
    line-height:100px;
    text-align: center;
    display: block;
    width:100%;
}

    /* --- Cikk lapozó END ---*/

    /* --- Cikk ajánló ---*/
.moreNews{
    width: 100%;
    border-top:1px solid #ccc;
    align-self: flex-end;
}

.moreNewsLink{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding:13px 24px;
}


.moreNewsListElement{
    border-bottom:1px solid #bbb;;
}
.moreNewsListElement:hover{
    background-color:#fafafa;
}

.moreNewsThumbnail{
    display: inline-block;
    width: 208px;
    height: 94px;
    background-color:#ccc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border:1px solid #bbb;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.moreNewsText{
    flex: 1;
    -webkit-flex: 1;
    margin-left:26px;
}

.moreNewsText p{
    max-height: 64px;
    overflow: hidden;
}

.moreNewsText h3{
    font-size: 18px;
    margin-bottom:12px;
}
    /* --- END - Cikk ajánló ---*/

/* --- Tudásbázis Szakcikk oldal ---*/  

.knowledgeBaseHeader{
    background-image: url(images/big_background.jpg);
    color:#fff;
    position:relative;
}
.knowledgeBaseHeaderInner{
    padding: 12px 72px;
    background-color:rgba(0,0,0,0.3);
}
.knowledgeBaseHeader .post{
    z-index: 2;
}
.knowledgeBaseHeader a{
    color:#fff;
}

.knowledgeBaseHeader .knowledheBaseHeader{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;

}
.knowledgeBaseHeader .knowledheBaseHeader h1{
    font-size: 36px;
    line-height: 48px;
    padding: 6px 0;
}

.companyNameBox a{
    width:100%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    height: 51px;
    line-height:52px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 6px;
}

.companyNameBox_square{
    border: 1px solid #bbb;
}

.companyNameBox .companyNameBox_square{
    width: 54px;
    height: 54px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 16px;
    text-align: center;
    font-size: 16px;
    line-height: 52px;
}
.companyNameBox .companyNameBox_name{
    flex: 1;
    -webkit-flex: 1;
    padding: 0 15px 0 15px;
    font-size: 14px;
    line-height: 18px;
    box-sizing: border-box;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    color: #fff;
}

.knowledgeBaseHeader span{
    line-height:24px;
    font-size:18px;
    font-weight: bold;
}
.knowledgeBaseHeaderTop,
.knowledgeBaseHeaderData{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.knowledgeBaseCateoryList{
    width:100%;
    margin: 12px 0 24px 0;
}
.knowledgeBaseCateoryList li{
    padding: 0 10px 0 36px;
    line-height: 18px;
    margin-bottom: 13px;
    position: relative;
}
.knowledgeBaseCateoryList li:before{
    content:"\f0c8";
    font-family: FontAwesome;
    position: absolute;
    left:14px;
    top: 0px;
}
/* --- - END -  Tudásbázis Szakcikk oldal ---*/  

/* --- - END -  Tudásbázis Gyüjtő oldal ---*/  
    /*- END- Tudásbázis Fejrész ----*/

#searchBarFlat {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.bigSearchButton{
    width:150px;
    height:40px;
    border:0;
    color:#fff;
    font-size: 18px;
    cursor:pointer;
}
.smallSearchButton{
    width:100px;
    height:40px;
    border:0;
    color:#fff;
    font-size: 18px;
    cursor:pointer;
}

#theAlphabet{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 6px;
}
#theAlphabet a{
    width:100%;
    display: inline-block;
    color: #fff;
}

#theAlphabet span{
    flex: 1;
    -webkit-flex: 1;
    text-align: center;
    line-height: 24px;
    font-size: 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
#theAlphabet span:hover{
    flex: 2;
    -webkit-flex: 2;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

    /*- END- Tudásbázis Fejrész ----*/

.kbListTitle{
    border-bottom:1px solid #000;
    margin-bottom: 13px;
}
.kbListTitle span{
    font-size:36px;
    line-height:48px;
}
.kbListTitle span a{
    font-weight: normal;
}
.kbList li h2{
    font-size:14px;
    line-height:24px;
    padding:0 10px;
    font-weight: normal;
}

.kbList li:hover{
    background-color:#eee;
}
.kbList li.kbListTitle:hover{
    background-color: #fff;
}

.kbCategory{/* kategóriát tartalmazó listaelem */
    background-color:#eee;
}
.kbCategoryList li:hover{
    background-color: #ccc;
}
.kbCategoryList li{
    border-bottom: 1px solid #bbb;
}

.kbCategoryList li h3{
    font-size: 16px;
    line-height: 25px;
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
}
.kbCategoryList li:last-child h3{
    font-size: 16px;
    line-height: 24px;
    border-bottom: 0px;
    padding: 5px 10px;
}

.kbCategoryTitleParent{/* A kategória címét, beletartozó cikkek száámát, a lenyitónyilat tartalmazó blokk*/
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
}

.kbCategoryTitle{
    flex: 1;
    -webkit-flex: 1;
}

.kbCategoryTitleParent span{/* A szakcikkek száma */
    padding:0 10px;
    font-size: 14px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.kbCategoryTitleParent span:after{/* nyil*/
    font-family: FontAwesome;
    margin-left:10px;
}
.kbCategory.open .kbCategoryTitleParent span:after{/* Záró nyil*/
    content:"\f0d8";
}
.kbCategory.closed .kbCategoryTitleParent span:after{/* Nyitó nyil*/
    content:"\f0d7";
}

.kbCategory.open .kbCategoryTitleParent{
    color:#fff;
    flex: 1;
    -webkit-flex: 1;
}
.kbCategory.open .kbCategoryTitleParent:hover{
    background-color:#666;
    color:#fff;
}

.kbCategory.closed .kbCategoryTitleParent{
    background-color:#ccc;
    color:#333;
}

.kbCategory.closed .kbCategoryTitleParent:hover{
    color:#fff;
}

.kbCategory.open ol{
    display:block;
}
.kbCategory.closed ol{
    display:none;
}

/* --- - END -  Tudásbázis Gyüjtő oldal ---*/  

/* ---  Események Gyüjtő oldal ---*/ 

.boxHeader{
    width:100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.boxHeader span{
    font-size:18px;
    line-height:24px;
    font-weight: 600;
}

.boxHeader span.ui-button-text{
    font-size:14px;
    font-weight: normal;
}

.eventList{
    margin-bottom:13px;
}
.listStyle{
    width:100%;
    padding: 6px 0 5px 0;
    cursor: pointer;
    border-top:1px solid #bbb;
}
.listStyle:last-child{
    border-bottom:1px solid #bbb;
    padding: 6px 0 5px 0;
}

#eventsCalendar{
    padding: 24px 39px;
    width: 100%;
    background-color:#eee;
    border-left:1px solid #bbb;
    border-right:1px solid #bbb;
    border-bottom:1px solid #bbb;
}

.listStyle:hover{
    background: -moz-linear-gradient(left,  rgba(250,250,250,0) 0%, rgba(250,250,250,1) 20%, rgba(250,250,250,1) 80%, rgba(250,250,250,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(250,250,250,0) 0%,rgba(250,250,250,1) 20%,rgba(250,250,250,1) 80%,rgba(250,250,250,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 20%, rgba(250,250,250,1) 80%, rgba(250,250,250,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fafafa', endColorstr='#00fafafa',GradientType=1 ); /* IE6-9 */
}
   
.listStyle article{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.eventCompanyLogo{
    width: 36px;
    height: 36px;
    margin-right: 12px;
    border: 1px solid #bbb;
    display: block;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.eventDataSection{
    flex: 1;
    -webkit-flex: 1;
    padding-left: 24px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-content: space-between;
    -webkit-align-content: space-between;
}

.eventOtherDataSection{
    flex: 1;
    -webkit-flex: 1;
    height:36px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}

.eventListPalace{
    width:50%;
}
.eventListCompany{
    width:50%;
}
.eventListPalace,
.eventListCompany{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-height: 36px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
}


.listEndDate,
.eventDateNumberEnd{
    display:none;
}

.eventDateSquare.moreDay .eventDateNumberEnd,
.eventDateSquare.moreDay .eventListHyphenMoreDay {/* A befejező sátumot jeleníti meg ha az a kezdú dátummal azonos hónapon van */
    display:block;
}

.eventDateSquare.twoMonth .listEndDate,
.eventDateSquare.twoMonth .eventListHyphenTwoMonth{/* A befejező sátumot jeleníti meg ha az a kezdú dátummal ha az a következő hónapban van */
    display:block;
}


.eventListHyphenMoreDay{
    top: 6px;
}
.eventListHyphenTwoMonth{
    top: 24px;
}
.eventListHyphenTwoMonth,
.eventListHyphenMoreDay{
    position: absolute;
    width: 100%;
    text-align: center;
    display: none;
    font-weight: bold;
    font-size:24px;
    left: 0px;
}

.highPriority .eventDateSquare{
    background-color: #8a0707;
}

.labelMargin{
    margin-bottom: 6px;
}

.eventDateSquare{
    width: 110px;
    height: 90px;
    display: block;
    color:#fff;
    display: flex;
    display: -webkit-flex;
    align-content: center;
    -webkit-align-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.eventDataSection h2{
    font-size:24px;
    line-height:24px;
    margin-bottom:6px;
}
.eventDataSection h3{
    flex: 1;
    -webkit-flex: 1;
    font-size: 14px;
    line-height: 18px;
}
.eventDataSection .locationIcon{
    width:36px;
    height:36px;
    text-align: center;
    margin-right: 12px;
}
.eventDataSection .locationIcon:before{
    font-family: FontAwesome;
    display: inline-block;
    width:36px;
    height:36px;
    font-size: 32px;
    line-height: 36px;
    font-weight: normal;
}
.eventDataSection .locationIcon:before{
    content:"\f279";
}

#eventSearchdate .comiseo-daterangepicker-triggerbutton.ui-button{
    height:40px;
    border-right:0px;
    flex: 1;
    -webkit-flex: 1;
}

.eventDateMonth,
.eventDateNumber,
.eventDateYear{
    display: block;
    width: 100%;
    text-align: center;
}

.listMonthAndDay,
.listDays{
    position: relative;
    width: 100%;
    display: flex;
    display: -webkit-flex;
}

.listStartDate,
.listEndDate,
.eventDateNumberStart,
.eventDateNumberEnd{
    flex: 1;
    -webkit-flex: 1;
}

.eventDateMonth{
    font-size:14px;
    line-height:14px;
    margin-bottom: 6px;
}
.eventDateNumber,
.eventDateNumberStart,
.eventDateNumberEnd{
    text-align: center;
    font-size:32px;
    line-height:36px;
    font-weight:bold;
}
.eventDateYear{
    font-size:14px;
    line-height:14px;
    margin-top:6px;
}

.pages{
    width:100%;
    display: flex;
    display: -webkit-flex;
    margin-top:12px;
}

.pageBackButton,
.pageNextButton{
    width:52px;
    height:52px;
    color:#fff;
    cursor: pointer;
}
.pageBackButton:before,
.pageNextButton:before{
    font-family: FontAwesome;
    font-size: 18px;
}
.pageBackButton:before{
    content:"\f053";
    padding-right: 4px;
}
.pageNextButton:before{
    content:"\f054";
    padding-left: 4px;
}

.pageNumbers{
    flex: 1;
    -webkit-flex: 1;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}
.pageNumbers li{
    width:39px;
    height:39px;
    margin:0 7px 0 6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align:center;
    line-height:39px;
    font-size:18px;
    background-color:#ccc;
    font-weight: 600;
}
/* --- - END -  Események Gyüjtő oldal ---*/

/* ---  Allasok Gyüjtő oldal ---*/
.jobList{
    width:100%;
}

.jobListElement article {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.jobListElement article a{
    flex: 1;
    overflow: hidden;
}

.jobDataSection{
    flex: 1;
    -webkit-flex: 1;
}
.jobDataSection h2{
    line-height: 24px;
    font-size: 24px;
    margin-bottom: 6px;
}
.jobDataSection h3{
    font-size: 14px;
    line-height: 24px;
    padding-left: 24px;
    position: relative;
    display: block;
    min-height: 24px;
}

.jobDataApplySection{
    flex: 1;
    -webkit-flex: 1;
    padding-right:26px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    white-space: nowrap;
}
.jobDataApplySection h2{
    line-height: 52px;
    font-size: 24px;
    height: 52px;
}

.jobDataApplyButton{
    width: 150px;
}

.jobDataSection h3.locationIcon:before,
.jobDataSection h3.timeIcon:before{
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    left: 0px;
    width: 16px;
    height: 24px;
    margin-right: 5px;
    font-weight: normal;
    text-align: center;
}
.jobDataSection h3.locationIcon:before{
    content: "\f041";
}
.jobDataSection h3.timeIcon:before{
    content: "\f017";
}

.jobCompany{
    width: 300px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
}
.jobCompany h3{
    width: 210px;
    padding-right:10px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
}

.jobCompanyLogo{
    width: 78px;
    height: 78px;
    border: 1px solid #bbb;
    display: block;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* --- - END -  Allasok Gyüjtő oldal ---*/


/* --- Esemény oldal ----===============---------------*/
.eventHeader,
.jobHeader{
    margin-bottom:24px;
}

.jobContact li{
   margin-bottom:13px; 
}

.companyBox a{
    width:100%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: stretch;
    -webkit-align-items: stretch;
    height: 51px;
    border: 1px solid #bbb;
    line-height:52px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.companyBox .companyBox_square{
    width: 51px;
    border-right: 1px solid #bbb;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 16px;
    text-align: center;
    font-size: 16px;
    line-height: 52px;
    background-color: #eee;
}
.companyBox .companyBox_name{
    flex: 1;
    -webkit-flex: 1;
    padding: 0 20px;
    font-size: 16px;
    line-height: 52px;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #fafafa;
}

.gMaps{
    width: 100%;
    height: 350px;
}
/* --- END - Esemény oldal ----================================---------------*/


/* ---- publikus profil ---============================================------ */
.facebookButton,
.googleplusButton,
.linkedinButton{
    text-align: center;
    line-height: 24px;
    color:#fff;
    font-size: 14px;
    font-weight: normal;
}
.facebookButton:before,
.googleplusButton:before,
.linkedinButton:before{
    font-family: FontAwesome;
}
.facebookButton:before{
    content: "\f09a";
}
.googleplusButton:before{
    content: "\f0d5";
}
.linkedinButton:before{
    content: "\f0e1";
}
.publicProfilHeader span{
    display: inline-block;
    line-height: 20px;
    margin-top:6px;
    font-size:18px;
}
#publicProfilHeader .mbottomnull{
    margin-bottom: 0px;
}

.publicProfilHeader h1{
    line-height:24px;
    font-size:32px;
}

.publicProfilHeader{
    border:1px solid #bbb;
    padding: 24px 39px;
    margin-bottom:24px;
}

.rightBorder{
    border-right:1px solid #bbb;
}

#publicProfilData{
    
}
#publicProfilData h2{
    padding: 0 20px 0 10px;
    font-size:24px;
    line-height:39px;
    color:#fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#profilWork h2:first-child,
#profilEducation h2:first-child:first-child,
#profilLanguage h2{
    margin-bottom: 0;
}

#profilWork,
#profilEducation,
#profilLanguage{
    padding: 0 20px;
}

.languageListLanguage{
    width:35%;
    display: inline-block;
}
.languageListLevel{
    width:40%;
    display: inline-block;
}

.languageListHyphen{
    width:20%;
    display: inline-block;
}

#profilWork h3,
#profilEducation h3{
    font-size:22px;
    line-height:24px;
    margin-bottom:3px;
}

#profilLanguage h3{
    font-size:16px;
    line-height:24px;
    margin-bottom:3px;
}

#profilWork span,
#profilEducation span{
    font-size:16px;
    line-height:24px;
    margin-bottom:13px;
    font-weight: bold;
    display: inline-block;
}
#profilWork p,
#profilEducation p{
    font-size:16px;
    line-height:24px;
    font-weight: normal;
    padding-bottom:13px;
}
#profilWork li p,
#profilEducation li p{
    border-bottom: 1px solid #bbb;
}
#profilWork li:last-child p,
#profilEducation li:last-child p{
    border-bottom:0;
}

#profilWork li,
#profilEducation li,
#profilLanguage li{
    margin-bottom: 13px;
}

.sidebar ul:first-child{
    border-top: 0px;
}

.profilSearch{
    border-top: 1px solid #bbb;
}

.profilSearchElement{
    padding:0px 30px 16px 30px;
}

#searchBarSidebar{
    width: 100%;
    height: 40px;
    padding: 10px 16px;
    border: 1px solid #bbb;
    margin-top:24px;
}


.profilSidebarHead{
    font-size: 18px;
    line-height: 23px;
    border-bottom:1px solid #000;
    display: inline-block;
    width:100%;
    margin-bottom: 13px;
}
.profilSearchLanguage li{
    margin-bottom:13px;
}
.profilSearchLanguage li:last-child{
    margin-bottom:0px;
}

/* --- Profil Lista ----*/
.profilList{
    margin-bottom:24px;
}

.profilListElement article{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: stretch;
    -webkit-align-items: stretch;
}
.profilListImage{
    width: 60px;
    height: 60px;
    border: 1px solid #bbb;
    display: block;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.profilListSection{
    flex: 1;
    -webkit-flex: 1;
    padding-left: 12px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}



.profilListElement h2{
    line-height: 24px;
    font-size:24px;
    margin-bottom: 4px;
    display: inline-block;
}
.profilListElement h3{
    line-height: 18px;
    font-size:16px;
    display: inline-block;
}

/*---- Search Page -------========================*/
.postList{
    margin-bottom:24px;
}
.postListElement article{
    height: 130px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.postListElement article:hover{
background: -moz-linear-gradient(left,  rgba(250,250,250,0) 0%, rgba(250,250,250,1) 20%, rgba(250,250,250,1) 80%, rgba(250,250,250,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(250,250,250,0) 0%,rgba(250,250,250,1) 20%,rgba(250,250,250,1) 80%,rgba(250,250,250,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(250,250,250,0) 0%,rgba(250,250,250,1) 20%,rgba(250,250,250,1) 80%,rgba(250,250,250,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fafafa', endColorstr='#00fafafa',GradientType=1 ); /* IE6-9 */
}
.postListTumbnail{
    width:208px;
    height:130px;
    display:inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #bbb;
    background-color: #eee;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.postListThumbnailSection{
    width: auto;
    margin-right: 26px;
}
.dataSection{
    flex: 1;
    -webkit-flex: 1;
    max-height: 130px;
    overflow: hidden;
}

.postListElement h2{
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 6px;
}

.postListElement h3{
    line-height: 24px;
    height: 24px;
    font-size: 16px;
    font-weight: bold;
}
.postListElement h3 .postDate{
    margin-bottom: 4px;
}


.postListElement h3 .pidcolor,
.postListElement h3 .eacolor,
.postListElement h3 .secucolor,
.postListElement h3 .ipitcolor{
    padding: 0px 4px;
    line-height: 20px;
    height: 20px;
}

.postListElement p{
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
}


/* ---- Companies Oldal ---- =============================================----- */
#companiesList li{
    text-align:center;
}

#companiesList li .CompanyImage{
    margin: 0 auto;
    background-size: cover;
    background-position: center;
}

#companiesList li h2{
    font-size: 16px;
    margin-top: 6px;
    line-height: 24px;
    height: auto;
}

.companySearchText{
    display: block;
    width: 100%;
    font-size:30px;
    text-align: center;
    margin-bottom: 24px;
}

.companySearchText a {
    background-color: #666;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding:6px 10px;
}
/* ---- END - Companies Oldal ---- =======================================----- */


/*
-
-
-
-

#####################################################################
----------------------- PID.hu sablon elemek -----------------------
(Ez a szakasz olyan elemeket tartalamz melyet minden aloldalra
hatással vannak az egységességes kinézet érdekében)
#####################################################################
*/

/* ------ Tipográfia ----------------- */
.cut-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    min-width: 0;
}

.cut-text-container {
    min-width: 0;
}

.smallTitle{
    line-height:24px;
    font-size: 20px;
}
.middleTitle{
    line-height:39px;
    font-size: 22px;
}
/*------ Elrejtett/látszódó elemek megjelenítése */
.hiddenDisplay{
    display:none;
}
.visibleDisplay{
    display: flex;
    display: -webkit-flex;
}/*------END Elrejtett/látszódó elemek megjelenítése */

/* ----- COLORS ----- */
.colorbg{
    color: #fff;
}
.colorbg a{
    color: #fff;
}
/* -----END- COLORS ----- */

/*------- HEADERS -------------*/
header.profilHeader{
    height: 47px;
    border-bottom: 1px solid #333;
    margin-bottom: 12px;
}
header.profilHeader h1{
    font-size: 32px;
    line-height: 48px;
    font-weight: 600;
    float: left;
}

h2.profilHeader{
    font-size: 22px;
    line-height: 18px;
    font-weight: bold;
    height: 23px;
    border-bottom: 1px solid #333;
    margin-bottom: 12px;
    position: relative;
}

h2.profilHeaderBox{
    font-size: 22px;
    line-height: 18px;
    font-weight: 600;
    height: 23px;
    border-bottom: 1px solid #333;
}

.header{
    font-size: 22px;
    line-height: 18px;
    font-weight: 600;
    height: 24px;
    font-weight: bold;
}

.headerSecond{
    font-size: 30px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    display: inline-block;
    width:100%;
}

.messageHeader{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
}

.headerLine{
    font-size: 22px;
    line-height: 18px;
    font-weight: 600;
    height: 25px;
    border-bottom: 1px solid #333;
    position: relative;
}

.fullHeaderBg{
    background-image: url(images/big_background.jpg);
    color: #fff;
    position: relative;
}
.fullHeaderBgBackground{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 13px 236px;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
}
.fullHeaderBg h1{
    line-height: 42px;
    font-size: 32px;
}
.fullHeaderBg .fullHeaderBgText{
    margin: 6px 0;
    color:#fff;
    display: block;
    width: 100%;
    text-align: center;
}

.textAlignCenter{
    text-align: center;
}
.textAlignRight{
    text-align: right;
}

.normalWeight{
    font-weight: normal;
}
/*-------END  HEADERS -------------*/

/* --- Profil Image Style -------- */

.profilImage{
    width: 118px;
    height: 118px;
    border:1px solid #bbb;
    display: block;
}
/* --- END Profil Image Style -----*/

/*----- FORM STYLE -----*/
form ul li h2,
form ul li h3{
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    height: 24px;
}

form ul li{
    position:relative;
}

input[type=radio].gameAnswers {
  display: none;
}


textarea,/* input mezők Stylusa */
select,
input[type='date'],
input[type='time'],
input[type='password'],
input[type='text'],
input[type='number'],
input[type='length'],
.sol-inner-container/* önéletrajz nyelv kereső */
{
    height: 24px;
    border: 1px solid #bbb;
    padding: 0px 6px;
    font-size: 14px;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
input[type='text']:read-only,
input[type='text']:read-only:focus{
    background-color:#eee;
    color:#999;
    border:1px solid #bbb;
}



input[type='date'],
input[type='time']{
    text-align:center;
}
input[type='file']{
    height: 24px;
    border: 1px solid #bbb;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
input[type='file'].fileUploaderStyle{
    position: relative;
}
input[type='file'].fileUploaderStyle:before{
    content:"Fájl kiválasztása";
    height:24px;
    width:115px;
    color:#fff;
    position: absolute;
    left:-1px;
    top:-1px;
    text-align:center;
    line-height:24px;
}

select:focus,
textarea:focus,
input[type='date']:focus,
input[type='time']:focus,
input[type='password']:focus,
input[type='text']:focus{
    outline: none;
}

    /* Checkbox STYLE END */
label{
    position:relative;
    display: block;
    /* height: 100%;*/
}

input[type="checkbox"].checkboxStyle + label span#aszfCheck.errorInput{
    border: 1px solid #e32929;
}

#bannerDateDiv.errorInput,
select.errorInput,
textarea.errorInput,
form input[type="password"].errorInput,
form input[type="date"].errorInput,
form input[type="text"].errorInput{
    border: 1px solid #e32929;
    background-color:#eee;
}
.checkbox_container{
    position: relative;
    width: 100%;
}
.checkbox_container_form{
    height: 48px;
}

.checkbox_container.mbottomsmall{
    margin-bottom:10px;
}

.boxSmall .checkbox_container label h3{
    display: inline;
    vertical-align: middle;
}
input[type="checkbox"].checkboxStyle{
    display:none;
}
input[type="checkbox"].checkboxStyle + label span{
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 6px;
    border: 1px solid #ccc;
    background-color: #eee;
    cursor: pointer;
}

input[type="checkbox"].checkboxStyle_2{
    display:none;
}
input[type="checkbox"].checkboxStyle_2 + label span{
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    border: 1px solid #ccc;
    background-color: #eee;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

input[type="checkbox"]:checked + label span{
    background-color:#999;
    position: relative;
}
input[type="checkbox"]:checked + label span:before{
    font-family: FontAwesome;
    text-align: center;
    width:14px;
    font-size:14px;
    line-height:14px;
    color:#eee;
    content: "\f00c";
    position: absolute;
    left: 1px;
    top: 1px;
}
    /* Checkbox STYLE END */

.box_list{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    border: 1px solid #bbb;
    background-color: #fff;
    padding: 25px 39px;
    margin-bottom:24px;
}
.box_list span{
    font-size: 14px;
    line-height: 24px;
}

input[type="checkbox"]{
    margin-right: 15px;
}

.box_small{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height:52px;
    border: 1px solid #bbb;
    background-color: #fff;
    padding: 0 40px;
    margin-bottom:24px;
}

    /* Form help szöveg */
.helpInformation{
    float: right;
    height: 24px;
    font-size:18px;
    font-weight: normal;
    position: absolute;
    top: 0px;
    right: 0px;
}
.helpInformation:before{
    font-family: FontAwesome;
    content: "\f05a";
    color:#999;
}

.helpInformationText{
    position: absolute;
    right: 0px;
    top: 24px;
    font-size: 14px;
    font-weight: normal;
    background-color: #fafafa;
    border: 1px solid #bbb;
    padding: 7px 13px;
    max-width: 100%;
    line-height: 20px;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.5);
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.5);
    z-index: 100;
}

.helpInformationText.helpInformationTop{
    position: absolute;
    right: 0px;
    top: auto;
    bottom: 24px;
    
}

/* Help in button ---------------- */
.helpInButton{
    position: relative;
    height: 48px;
    border: none;
    font-size: 22px;
    line-height: 48px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    overflow: visible !important;
}

.helpInButton .helpInButtonText{
    display: none;
    position: absolute;
    right: 0px;
    bottom: 48px;
    font-size: 14px;
    font-weight: normal;
    background-color: #fafafa;
    border: 1px solid #bbb;
    padding: 7px 13px;
    max-width: 100%;
    line-height: 20px;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.5);
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.5);
    z-index: 100;
    color: #333;
}

.helpInButton:hover .helpInButtonText{
    display: block;
}

/*----- FORM STYLE END -----*/

/*----- FORM ERROR MESSAGE -----*/
.errorMsg{
    max-width: 100%;
    height:auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    left:0px;
    bottom: 58px;
    z-index: 2;
    font-size:14px;
    color:#fff;
    line-height: 16px;
    background-color:#e32929;
    padding:5px 5px;
    margin: 0 20px;
}

.errorMsg{
    max-width: 100%;
    height:auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    left:0px;
    bottom: 58px;
    z-index: 2;
    font-size:14px;
    color:#fff;
    line-height: 16px;
    background-color:#e32929;
    padding:5px 5px;
    margin: 0 20px;
}

.errorMsg.singleline{
    bottom: 33px;
}

.errorMsg:before{
    position: absolute;
    bottom: -10px;
    left: 15px;
    font-size: 20px;
    font-family: FontAwesome;
    color: #e32929;
    content: "\f04b";
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.errorMsg.textareaPosition{
    top: -32px;
    bottom:auto;
}

.errorMsg#errorAszf,
.errorMsg#errorCompanyAszf{
    bottom: 34px;
}
/*----- FORM ERROR MESSAGE -----*/

/*----- Button Styles ----------*/
.button{
    height: 48px;
    border: none;
    font-size: 22px;
    line-height: 48px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    overflow: hidden;
}

.button.hiddenDisplay{
    display:none;
}

.button:disabled{
    opacity:0.5;
    cursor: default;
}

.button.disabled{
    background-color:#bbb;
    color:#999;
}

.button.submit{
    color:#fff;
}

.button.back{
    background-color:#999;
    color:#fff;
}
.button.back:hover{
    background-color:#777;
}

.button.delete{
    background-color:#ff4d4d;
    color:#fff;
}
.button.delete:hover{
    background-color:#ef4444;
}

.button.greybutton{
    background-color:#ccc;
    color:#333;
}
.button.greybutton:hover{
    background-color:#bbb;
}

.smallButton{
    height:24px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color:#fff;
    text-align: center;
}

.sqareButton{
    display: block;
    width:52px;
    height:52px;
}

.smallSqareButton{
    display: block;
    width:24px;
    height:24px;
}

.button.mediumText{
    font-size: 18px;
}
.button.smallText{
    font-size: 18px;
}
.buttonWidth{
    width:150px;
}

#moreButton{/* További adatok megjelenítése gomb */
    height:24px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    cursor:pointer;
}
#moreButton.morebuttonOpen:before{
    font-family: FontAwesome;
    color: #999;
    font-size: 20px;
    content: "\f0fe";
}
#moreButton.morebuttonClose:before{
    font-family: FontAwesome;
    color: #999;
    font-size: 20px;
    content: "\f146";
}
#moreButton span{
    color: #999;
    font-size:16px;
    width: 190px;
    padding: 0 5px;
}
#moreButton.morebuttonOpen .moreTEXT{
    display:none
}
#moreButton.morebuttonClose .lessTEXT{
    display:none;
}
.more_line{
    flex: 1;
    -webkit-flex: 1;
    height: 1px;
    background-color: #999;
}
.registration_form_hidden{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 24px -18px 0px 66px;
    list-style: none;
}
.form_hidden{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style: none;
    margin: 0 -18px;
}/* További adatok megjelenítése gomb END */
/*----- Button Styles END ------- */

/*----- Popup Windows (Error Ablak) ------------ */
.windowBg{
    position: fixed;
    left:0;
    top:0;
    z-index: 999;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.40);
    content:"";
}

.popup {
    width: 400px;
    height: auto;
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 66px 40px 40px 40px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -165px;
    margin-left: -200px;
}

.errorBg,
.messageBg{
    position: fixed;
    left:0;
    top:0;
    z-index: 999;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.40);
    content:"";
}

.fullscreenWindowBig,
.aszffullscreenWindow{
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -200px;
    width: 600px;
    height: 400px;
    padding:24px 52px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #fff;
}

.fullscreenWindow {
    position: fixed;
    left: 50%;
    top: 45%;
    margin-left: -250px;
    width: 500px;
    height: auto;
    padding:24px 52px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #fff;
}

.fullscreenWindow span{
    display:block;
}

.registrationAszf{
    width:100%;
    height: 350px;
    overflow: scroll;
    overflow-x: hidden;
}

    /* Hibaüzenethez tartozó ablak stylus ----- */
.errorWindow span{
    color:#e32929;
}

.errorWindow li:first-child{
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
}
.errorWindow li:first-child:before{
    font-family: FontAwesome;
    font-size:36px;
    line-height:36px;
    margin-right:24px;
    color:#e32929;
    content: "\f071";
}

    /* Sikeres művelethez tartozó ablak stylus ----- */
    
.okWindow li:first-child{
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
}

.okWindow li:first-child:before{
    font-family: FontAwesome;
    font-size:36px;
    line-height:36px;
    margin-right:24px;
    color: #478b37;
    content: "\f05d";
}
.errorWindow,
.okWindow{
    font-size:18px;
    line-height:24px;
}
.close{
    position: absolute;
    right:-26px;
    top:-28px;
    background-color:#ccc;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    width:52px;
    height:52px;
    text-align: center;
}
.close:before{
    font-family: FontAwesome;
    content: "\f00d";
    color:#fff;
    line-height: 52px;
    font-size: 28px;
}

#ImageImage{
    width: 130px;
    height: 130px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* Popup Windows END --------------- */


/*
-
-
-
-
######################################################
############### - Responsive GRID - ##################
(a roszponzív elemek az alábbi classokat viseljék !!!!)
######################################################
*/

.ancestor{/* .ancestor class használata fontos mobil nézet esetén (a legkülső parent elemet kell magába foglalnia) */
    width: 100%;
    overflow:hidden;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}

.parent{/* minden esetben használni kell, amikor egy elem reszponzív elemeket tartalmaz */
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin:0 -18px;/* a reszponzív elemek paddingjának a negatívja legyen */

}

.postContent ul.parent li,
.postContent ol.parent li{
    list-style: none;
}

    /* ### speciális parent elemenk ###*/
.flexParent{/* ha egy nem fix szélességű elem tartalmaz több elemet (viszonylag ritka) */
    flex: 1;
    -webkit-flex: 1;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding:0 20px;/* mingíg a .parent margin-jának negatívja */
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    margin:0 -18px 0 -18px;
}
.boxParent{/* ha boxba parentet helyeznénk */
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex: 1;
    -webkit-flex: 1;
    margin:0 -18px -24px -18px;/* a reszponzív elemek paddingjának a negatívja legyen */
}/* ### END speciális parent elemenk ###*/

.boxParentTight{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin:0px 0px -24px 0px;/* a reszponzív elemek paddingjának a negatívja legyen */
}

.flexobject{/* objektum ami kitölti a fennmaradó helyet */
    flex: 1;
    -webkit-flex: 1;
}

.fullobject{
    width: 100%;
}

.boxChildFull{
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 13px;
    width:100%;
}
.boxChildFull:last-child{
    margin-bottom: 24px;
}
.parent h3{
    line-height: 24px;
    font-size: 18px;
}

.mbottom{
    margin-bottom:24px;
}
.mtop{
    margin-top:24px;
}
.mbottomnull{
    margin-bottom:0px;
}

.box{
    border:1px solid #bbb;
    background-color:#fff;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    padding:23px 30px;
}

.greyBox{
    background-color: #fafafa;
}

.boxSmall{
    height: 48px;
    border: 1px solid #bbb;
    background-color: #fff;
    padding: 0px 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.boxSmall .parent{
    height: 48px;
    align-items: center;
    -webkit-align-items: center;
}
.boxSmall .parent .flexobject{
    margin-bottom:0;
}

.fixedWidth{
    padding:0 20px;/* mindíg a .parent margin-jának negatívja */
    width:auto;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    margin-bottom:24px;
}

.thirdHalfFull,
.flexobject,
.full,
.half,
.third,
.twoThird,
.quarter,
.threeQuarter,
.fifth,
.twoFifth,
.threeFifth,
.fourFifth,
.sixth,
.seventh,
.twoSeventh,
.threeSeventh,
.fourSeventh,
.tenth,
.twoTenth,
.threeTenth,
.fourTenth{
    padding:0 18px;/* mingíg a .parent margin-jának negatívja */
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    margin-bottom:24px;
}

.fullTitle{/*Speciális esetekre*/
    padding:0 20px;/* mingíg a .parent margin-jának negatívja */
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}

.tight{
    padding:0;
    margin-right:0px;
    margin-left:0px;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}


    /* MONITOR VIEW --------*/
    
.container{
    width:1200px;
    margin:0 auto;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}

.adminContainer{
    width:100%;
    min-height: calc(100vh - 52px);
}

.skeleton{
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.sidebar{/* oldalsáv */
    flex: 0 0 300px;
    -webkit-flex: 0 0 300px;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
}

.content{/* Az oldal Tartalmi részét magábanfoglaló elem */
    flex: 1;
    -webkit-flex: 1;
    background-color:#fff;
    position: relative;
    overflow: hidden;
}
.content.right{
    border-right: 1px solid #bbb;
}
.content.left{
    border-left: 1px solid #bbb;
}

.content.moreNewsBlock{
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.content.fullcontent{
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
}



.mainContent{/* Fő tartalmi elem padding-el */
    flex: 1;
    -webkit-flex: 1;
    padding: 24px 36px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.postFrame{/* Fő tartalmi elem padding-el */
    padding: 24px 73px 24px 74px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.greyContent{
    background-color: #eee;
}
.whiteContent{
    background-color: #fff;
}


.contentGreyBackground{/* Törölni*/
    background-color: #eee;
}

.fullTitle,
.full {
    width: 100%;
}

.half {/* ----- Felek ----- */
    width: 50%;
}
.thirdHalfFull,
.third {/* ----- Harmadok ----- */
    width: 33.333%;
}
.twoThird {
    width: 66.666%;
}

.quarter{/* ----- Negyedek ----- */
    width: 25%;
}
.threeQuarter{
    width: 75%;
}

.fifth{/* ----- Ötödök ----- */
    width: 20%;
}
.twoFifth{
    width: 40%;
}
.threeFifth{
    width: 60%;
}
.fourFifth{
    width: 80%;
}
.sixth{/* ----- Hatodok ----- */
    width: 16.666%;
}
.seventh{/* ----- Hatodok ----- */
    width: 14.284%;
}
.twoSeventh{
    width:28.571%;
}
.threeSeventh{
    width:42.857%;
}
.fourSeventh{
    width:57.142%;
}

.tenth{/* ----- Tizdek ----- */
    width:10%;
}
.twoTenth{
    width:20%;
}
.threeTenth{
    width:30%;
}
.fourTenth{
    width:30%;
}

/* FAQ styles*/
.faqList h2{
    margin-bottom:12px;
}
.faqList li{
    padding:4px 0 ;
    font-size: 16px;
    line-height: 16px;
}
.faqList li a,
.faqList li h2{
    padding: 0 6px;
}
.faqList li a:hover{
    background-color: #999;
    color:#fff;
}



    /* MONITOR VIEW END --------*/

    
    /* TABLET & MOBILE VIEW --------*/
@media only screen and (max-width: 1199px) and (min-width: 180px){

/* --- Grid --- */
.full,
.half,
.third,
.twoThird,
.threeQuarter,
.twoFifth,
.threeFifth,
.fourFifth,
.threeSeventh,
.fourSeventh{
    width: 100%;
}

/* tablet and mobil styles */
.hide-t-m{
    display: none;
}

.half.half-t-m,
.third.half-t-m,
.quarter.half-t-m{
    width: 50%;
}

.half.quarter-t-m,
.quarter.quarter-t-m{
    width: 25%;
}


/* -END- tablet and mobil styles */

.button{
    font-size: 18px;
}
.boxParentTight{
    margin-bottom: -12px;
}

#footer_alt{
    padding: 5px 12px;
}

/* Post */
.knowledgeBaseHeaderData{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.postHeaderData{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    height: auto;
    font-size: 14px;
}
.publicProfilHeader .profilHeader{
    text-align: center;
}
.postContent p{
    margin-bottom: 12px;
}

/* Post Image Mobil and tablet view*/
.postContent img,
.postContent img.left,
.postContent img.right{
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    float: none;
    display: block;
}


.postFooter{
    margin-top: 12px;
}

.postHeader h1{
    font-size: 24px;
    line-height: 30px;
}
.postHeaderData{
    margin-top: 6px;
}
.postContent p {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}
/* -END- Post */
    

/* Tudasbazis*/
.knowledgeBaseHeader .knowledheBaseHeader{
    font-size: 30px;
    line-height: 36px;
    padding: 12px 0;
}
/* -END-  Tudasbazis*/

/* Jobs*/
.jobCompany{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.jobCompany h3{
    width: 200px;
    padding-right:0;
    font-size: 14px;
    text-align: right;
    order: 1;
    -webkit-order: 1;
}

.jobCompanyLogo{
    width: 52px;
    height: 52px;
}

/* -END- Jobs*/ 
    

.companyName h1{
    font-size: 30px;
    line-height: 44px;
}
.boxSmall .checkbox_container label h3{
    font-size:16px;
}
    /* Profil list elemnet */
.rightBorder{
    border: 0;
}

.profilImage{
    margin: 0 auto;
}
.profilImageBox{
    width:100%;
}

.profilListSection{
    align-items: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-content: center;
    -webkit-align-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.profilListSection h2{
    width: 100%;
}
.profilSocial{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.profileContactButton{
    flex: none;
    -webkit-flex: none;
    margin-bottom: 13px;
}
.publicProfilHeader{
    border:1px solid #bbb;
    padding: 24px 24px;
    margin-bottom:24px;
}

.pageNextButton:before{
    padding-left: 2px;
}
.pageBackButton:before{
    padding-right: 2px;
}
    /* -END- Profil list elemnet */
    
/* Események */
.eventDataSection{
    padding-left: 12px;
}
.eventOtherDataSection{
    flex-direction: column;
    -webkit-flex-direction: column;
    height: auto;
}
.eventListPalace{
    width: 100%;
    margin-bottom:6px;
}
.eventListCompany{
    width: 100%;
}
.eventListHyphenMoreDay {
    top: 2px;
}
.eventListHyphenTwoMonth {
    top: 21px;
}
.eventDataSection h2{
    font-size: 20px;
}
.eventDateSquare{
    width: 90px;
}
.eventDateNumber, .eventDateNumberStart, .eventDateNumberEnd{
    font-size: 26px;
    line-height: 28px;
}


/* -END- Események */


/* Regisztrációs oldal */
.big_background{
    padding:0;
}
.registration_form{
    border: 0;
}
/* -END-Regisztrációs oldal */


.gameBanner{
    display: none;
}

/* Table style - Listák táblázatok és egyéb felsorolások */
   /* Adminisztrátorok táblázat */
.listStyle{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.tableStyle span{
    padding: 0;
}

.tableStyle span.adminTableEmail{
    flex: 60%;
    -webkit-flex: 60%;
    order: -2;
    -webkit-order: -2;
    margin-bottom: 6px;
    line-height: 32px;
    font-size: 18px;
    border: 0;
}

.tableStyle span.adminTableOptions{
    flex: 40%;
    -webkit-flex: 40%;
    order: -1;
    -webkit-order: -1;
    margin-bottom: 6px;
    border: 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.adminUserSaveButton,
.adminUserDeleteButton,
.adminUserRefuseButton {
    height:32px;
    width: 30%;
    font-size: 24px;
}

.tableStyle span.adminTableRights label label:before,
.tableStyle span.adminTableJobs label label:before,
.tableStyle span.adminTableAds label label:before,
.tableStyle span.adminTableEvents label label:before,
.tableStyle span.adminTablePayments label label:before{
     margin-right: 5px;
} 

.tableStyle span.adminTableRights label label:before{
    content:'Jogok';
}
.tableStyle span.adminTableJobs label label:before{
        content:'Állás';
}
.tableStyle span.adminTableAds label label:before{
        content:'Hirdetés';
}
.tableStyle span.adminTableEvents label label:before{
        content:'Esemény';
}
.tableStyle span.adminTablePayments label label:before{
        content:'Pénzügy';
}

    /* -END- Banner táblázat */
.campaignList{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.campaignList span.billInfoButtonCell{
    flex: 100%;
    -webkit-flex: 100%;
    order: 1;
    -webkit-order: 1;
    margin-top:3px;
}

.campaignList span.bannerTableStatus{
    flex: 25%;
    -webkit-flex: 25%;
    order: -2;
    -webkit-order: -2;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 6px;
    text-align: center;
}
.campaignList span.bannerTableName{
    flex: 60%;
    -webkit-flex: 60%;
    order: -3;
    -webkit-order: -3;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 6px;
}
.campaignList span.bannerTableStatistics{
    flex: 15%;
    -webkit-flex: 15%;
    order: -2;
    -webkit-order: -2;
    margin-bottom: 6px;
}
.statisticsButton{
    width: 100%;
    height: 32px;
}

.campaignList span.billstatus,
.campaignList span.billAdType,
.campaignList span.billNumber{
    flex: 33%;
    -webkit-flex: 33%;
}

.campaignList span.bannerTableStart,
.campaignList span.bannerTableEnd{
    flex: 37%;
    -webkit-flex: 37%;
    text-align: center;
}
.campaignList span.bannerTablePrice{
    flex: 26%;
    -webkit-flex: 26%;
    text-align: center;
}

.campaignList span.bannerTableStart:before{
    content: 'Kezdés: ';
}
.campaignList span.bannerTableEnd:before{
    content: 'Befejezés: ';
}
.campaignList span.bannerTablePrice:before{
    content: 'Ár:';
}


    /* -END- Banner táblázat */

textarea,/* input mezők Stylusa */
select,
input[type='date'],
input[type='time'],
input[type='password'],
input[type='text'],
input[type='number'],
input[type='button'],
button,
.button{
    -webkit-appearance: none; /* iOS rendering fix */
    -moz-appearance: none;
    border-radius: 0;
}


.pageNumbers{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.pageNumbers li {
    width: 34px;
    height: 34px;
    margin: 0 7px 6px 6px;
    line-height: 34px;
}

.postListElement h2{
    line-height: 18px;
    font-size: 16px;
    margin-bottom: 12px;
    max-height: 75px;
    overflow: hidden;
}

.dataSection{
    position: relative;
}
.postListElement h3.postDate{
    line-height: 16px;
    font-size: 14px;
    position: absolute;
    bottom: 0px
}

.postListThumbnailSection{
    margin-right: 16px;
}

.postListElement p{
    display: none;
}

/* BANNERS tablet és mobil nézetre */


/* -- MEDIA OFFER PAGE and LANDING PAGE */

.mediaOfferTable li{
    flex-wrap: wrap;
}
.mediaOfferTable ul li h3,
.mediaOfferTable ul li span{
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 68px;
}
.mediaOfferTable ul li h3{
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin-top: 12px;
}
.mediaOfferTable ul li span{
    font-size: 18px;
    height: auto;
    line-height: 24px;
    margin-bottom: 12px;
}
.mediaOfferTable ul li a.button {
    width: auto;
    padding: 0 24px;
    min-width: 300px;
    margin: 12px auto;
    opacity: 1;
}

.mediaOfferTable ul li.regicon:before,.mediaOfferTable ul li.eventicon:before,
.mediaOfferTable ul li.knowicon:before, .mediaOfferTable ul li.jobicon:before,
.mediaOfferTable ul li.projecticon:before, .mediaOfferTable ul li.bannericon:before {
    position: absolute;
    top: 6px;
    left: 6px;
}
.mediaOfferTable header span{
    font-size: 14px;
}
/* -- / MEDIA OFFER PAGE and LANDING PAGE */



/* Slider */

.sliderHalf{
    width: 40%
}
.sliderFourth{
    width: 60%
}
.sliderEighth{
    width: 30%  
}
.sliderEighth .post-description h2 {
    font-size: 16px;
    line-height: 18px;
}

/* Company Edit Reklámok listája (két sorba törés) */
#workList .listElement.expiredAds,
#workList .listElement.draftAds,
#workList .listElement.waitingAds,
#workList .listElement.unpaidAds,
#workList .listElement.activeAds,
#workList .listElement.timedAds{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.listElement.expiredAds .profilListData,
.listElement.draftAds .profilListData,
.listElement.waitingAds .profilListData,
.listElement.waitingAds .profilListData,
.listElement.unpaidAds .profilListData,
.listElement.activeAds .profilListData,
.listElement.timedAds .profilListData{
    width: 100%;
    flex: 1 100%;
    -webkit-flex: 1 100%;
    margin-bottom: 12px;
}

.buttonGap{
    margin-right: 12px;
}

.activeButtons,
.activeButtons button,
.activeButtons section,
.unpaidButtons,
.expiredButtons,
.waitingButtons,
.draftButtons,
.draftButtons button,
.draftButtons .preview{
    flex: 1;
    -webkit-flex: 1;
    width: auto;
}

.reAdvertiseList.closedList{
    width: 120px;
}

.timedButtons,
.unpaidButtons button,
.expiredButtons button,
.waitingButtons button
{
    width: 100%;
}
.unpaidButtons.twoButton button{
    flex: 1;
    -webkit-flex: 1;
}

.expiredButtons.projectReAdvertise{
    margin: 0 12px 0 0;
}


.addNewTitle{
    font-size: 16px;
}
.addNewButton.closed .addNewTitle{

    margin-left: 20px;
}
.addNewButton.open .addNewTitle{
    margin-left: 0;
}
.gamePrizesContainer h3{
    left: 0;
    bottom: 0;
}

.gameIcon{
    width:80px;
    height: 80px;
    line-height: 80px;
    font-size: 32px;
    margin-bottom: 6px;
}

/* Game Page*/
.gameBoxHeader span{
    width: 100%;
    display: block;
}

}/* -END- TABLET & mobile VIEW --------*/



    /* For Big Tablets VIEW --------*/
@media only screen and (max-width: 1055px) and (min-width: 0px){
    
    #companyLogin{
        display: none;
    }

}/* For Big Tablets VIEW --------*/


    /* TABLET VIEW --------*/
@media only screen and (max-width: 1199px) and (min-width: 768px){


.container{
    width:100%;
}
#newsList{
    border-left: 0;
}

.flexobject,
.fifth,
.seventh,
.twoSeventh,
.tenth,
.twoTenth,
.threeTenth,
.fourTenth{
    width: 100%;
}



.sixth{
    width: 30%;
}

.t-half{
    width: 50%;
}
.t-third{
    width: 33%;
}
.t-twoThird{
    width: 66%;
}
.t-quarter{
    width: 25%;
}
.t-sixth{
    width: 16.666%;
}

.tm-half{/* flexek esetén */
    width: 50%;
    flex: none;
    -webkit-flex: none;
}



.thirdHalfFull,
.quarter{
    width: 50%;
}

#companiesList .sixth{
    width: 25%;
}

.third-t,
.third.third-t{
    width: 33.33%;
}

/* -END- LOGO */

/* MENU */
#mainMenu li{
    padding: 18px 10px;
    font-size:14px;
}
/* -END- MENU */

/* LOGIN */
#hardestbuttontobutton {
    top: 15px;
    right: 12px;
}
#hardestbuttontobutton:before {
    content:"\f0c9";
    font-size:28px;
}
#head_avatar {
    left: -55px;
    top: -52px;
}

/* -END- LOGIN */


/*
###### BANNERS Tablet SIZES ##############################
*/
.leadBannerContainer > div{
    max-width: 468px;
    margin: 0 -1px 0 -2px;
}
/*
###### / BANNERS Tablet SIZES ############################
*/


/*Főoldal ---------*/
.logocontainer {
    height: 88px;
}

    /*Banners*/
#adbannertop{
    margin:0 auto;
    width:100%;
}

#mainMenu{
    padding: 0;
}
.lead{
    padding: 24px 24px 0 24px;
}
.leadHalf{
    width:100%;
}

.postFrame,
.mainContent{
    padding: 12px 24px;
}

.bigRectangleAnimatedBanner{
    width:600px;
    height:315px;
}
.noScrolling{
    overflow: hidden; 
}


/* -END- Főoldal ---------*/



/* Tudasbazis*/
.fullHeaderBgBackground{
    padding: 13px 52px;
}

.knowledgeBaseHeaderInner{
    padding: 12px 24px;
}
/* -END- Tudasbazis*/

/* Company Edit */
#CompanyFormBackground{
    height: 96px;
}/* -END- Company Edit */

/* Post*/

    /* Cikkajanlo */
.moreNewsText{
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -webkit-flex;
}
.moreNewsText h3{
    margin-bottom: 0;
    font-size: 16px;
    line-height: 19px;
}
.moreNewsThumbnail{
    width: 180px;
}
    /* -END- Cikkajanlo */
/* -END- Post*/

/* Banners */
#adbannertop{
    background: none;
    height: auto;
}
/* -END- Banners */

/* Események */
.jobDataSection {
    width: 60%;
}
.jobCompany{
    width: 40%;
    align-content: center;
    -webkit-align-content: center;
}

.headerSecond{
    font-size: 22px;
}


/* -END- Események */


/* Lapozó */
.pageBackButton, .pageNextButton {
    width: 36px;
    height: 36px;
    color: #fff;
    cursor: pointer;
}
.pageBackButton:before,
.pageNextButton:before {
    font-size: 14px;
}
.pageNumbers li {
    width: 36px;
    height: 36px;
    line-height: 36px;
}
/* -END- Lapozó */


/* Profilnézetek */
header.profilHeader {
    height: 38px;
}
header.profilHeader h1{
    font-size: 26px;
}

/* List style Table nézet */

.tableStyle span.adminTableRights,
.tableStyle span.adminTableJobs{
    flex: 2;
    -webkit-flex: 2;
}   
.tableStyle span.adminTableAds,
.tableStyle span.adminTableEvents,
.tableStyle span.adminTablePayments{
    flex: 3;
    -webkit-flex: 3;
}   


.gameListIcons p{
    text-align: center;
}

    /* TABLET VIEW END ------------------------------------*/}


    /*MOBILE VIEW --------*/
@media only screen and (max-width: 767px){

.hide-t-m,
.hide-m,
.sidebar,
.profilSidebarMenu{
    display: none;
}

.container{
    width: 100%;
}



.thirdHalfFull,
.full,
.half,
.third,
.twoThird,
.quarter,
.threeQuarter,
.fifth,
.twoFifth,
.threeFifth,
.fourFifth,
.sixth,
.seventh,
.twoSeventh,
.threeSeventh,
.fourSeventh,
.tenth,
.twoTenth,
.threeTenth,
.fourTenth{
    margin-bottom:12px;
}

#companiesList .sixth{
    width: 50%;
}

.tm-half{/* flexek eseténs*/
    width: 50%;
    flex: none;
    -webkit-flex: none;
}

.box {
    padding: 12px 20px;
}

.boxParent {
    margin: 0 -18px -12px -18px;
}

.thirdHalfFull,
.full,
.half,
.third,
.twoThird ,
.quarter,
.fifth,
.threeQuarter,
.threeFifth,
.twoFifth,
.leadHalf,
.sixth{
    width: 100%;
}

.m-half,
.mbhalf{/* mobilnézetben is megfelezve */
    width: 50%;
}

.boxSmall{
    height: auto;
    padding: 24px 40px;
}
.boxSmall .parent{
    height:auto;
}
.boxSmall .parent .flexobject{
    margin-bottom: 24px;
}


.fullscreenWindow{
    width: 100%;
    left: 50%;
    top: 20%;
    margin-left: -50%;
    padding: 24px;
}
.fullscreenWindowBig{
    width: 100%;
    margin-left: -50%;
    padding: 24px 24px 0 24px;
}

.fullscreenWindowBig .close{
    right: 0px;
}




/* Logo */
.Pidlogo{
    font-size: 70px;
}

.logocontainer{
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: auto;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: baseline;
    -webkit-align-items: baseline;
}
#adbannertop{
    height:auto;
    margin-bottom: 5px;
}
.leadBannerPictureBanner{
    height: auto;
    max-width: 728px;
    margin: 0 auto;
}
#menu{
    height:auto;
}

/* -END- Logo*/

/* Main Page*/
    /* Slider */
.homeslider{
    height: 611px;
}
.cellhelouser{
    width: auto;
    padding: 0px;
    float: right;
    margin-right: 75px;
}

.cellhelouser p{
    text-align: right;
    float: right;
}

.sliderHalf,
.sliderFourth,
.sliderEighth{
    width: 100%;
    height: 150px;
}

.sliderHalf .post-description h2,
.sliderFourth .post-description h2,
.sliderEighth .post-description h2{
    font-size: 16px;
    line-height: 22px;
}


#newsList{
    border-right: 0;
    border-left: 0;
}
    /* -END- Slider*/
.lead{
    padding: 13px 13px 0 13px;
}

/* Banners */
#adbannertop{
    width: 100%;
    background: none;
}

/* Content */
.content.right{
    border-left:1px solid #bbb;
}
.content.left{
    border-right:1px solid #bbb;
}
.postFrame,
.mainContent{
    padding: 12px;
    min-height: calc( 100vh - 166px )
}
.contentHeader{
    font-size: 30px;
}


.bigSearchButton{
    width: 100px;
}

/* Search Page */
.postListTumbnail{
    width: 130px;
}

.pidcolor,
.eacolor,
.secucolor,
.ipitcolor{
    font-size: 10px;
    float: left;
    padding: 1px;
    height: 12px;
    line-height: 12px;
    margin-right: 2px;
}

/* -END- Content */

/* Tudasbazis*/
.fullHeaderBg h1{
    line-height: 39px;
    font-size: 30px;
}

.kbList li h2{
    padding: 10px;
}

.fullHeaderBgBackground{
    padding: 12px 12px;
}
    /* Szakcikk*/
.knowledgeBaseHeaderInner{
    padding: 12px;
}
.knowledgeBaseHeader .knowledheBaseHeader{
    font-size: 24px;
    line-height: 30px;
}

.knowledgeBaseHeader span{
    font-size: 16px;
}

    /* -END- Szakcikk*/
/* -END- Tudasbazis*/

/* Post cikkajanlo*/

.moreNewsLink{
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-direction: column;
    -webkit-flex-direction: column; 
    padding: 13px;
}

.moreNewsThumbnail{
    width: 100%;
}
.moreNewsText{
    margin: 0;
}

.moreNewsText h3{
    margin: 6px 0 0 0;
    line-height:24px;
}
/* Post cikkajanlo*/

/* Önéletrajzok */
.profilListImage{
    width: 52px;
    height: 52px;
}

.profilListElement h2{
    line-height: 22px;
    font-size: 20px;
    width: 100%;
}
.profilListSection h3{
    font-size: 14px;
        width: 100%;
}
#publicProfilData h2{
    font-size: 22px;
}

.publicProfilHeader{
    margin: -15px -15px 13px -15px;
}
.publicProfilHeader{
   padding: 13px;
}
/* -END- Önéletrajzok */

/* Események */
.jobCompany{
    width: 100px;
}
.jobDataSection h3{
    font-size: 14px;
}
.headerSecond{
    font-size: 22px;
}
/* -END- Események */

/* Regisztrációs oldal */

.registration{
    flex: 1;
    -webkit-flex: 1;
    padding: 13px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;
}
.registration_form_hidden,
.registration_form_normal {
    margin: 0 -18px 0px 52px;
}
.reg_user_icon:before,
.reg_email_icon:before,
.reg_pass_icon:before,
.reg_picture_icon:before,
.reg_contact_icon:before,
.reg_spam_icon:before{
    left: -52px;
}

.registration_form label{
    height: auto;
}
/* -END- Regisztrációs oldal */

/* Céges Profil */

#CompanyProfilHeader{
    height: auto;
}
#CompanyProfilHeader #CompanyImage{
    width:54px;
    height:54px;
}
#CompanyProfilHeader ul{
    padding: 12px 24px 0 24px;
}
.companyName h1{
    font-size: 22px;
    line-height: 28px;
}
#CompanyProfilHeader .companyAddres h2{
    display: none;
}
.profilListEditButton{
    font-size: 18px;
}
/* Company Edit*/
header.profilHeader {
    height: 38px;
}
header.profilHeader h1{
    font-size: 22px;
    line-height: 38px;
}

.companyAddres,
.companyName{
    margin: 0;
}

/* -END- Céges Profil */

/* Mobile Menu */

    /* Meglévő elemek elhelyezése */

#menu{
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
#hardestbuttontobutton{
    display: none;
}
.followus{
    width:100%;
}
.loginSection{
    padding:14px;
    position: fixed;
    top: 0px;
    background: #fff;
    top: 100vh;
    width:250px;
        box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 100vh;
    overflow-x: scroll;
}
.loginSection.open{
    top: 0vh;
}

#rolldownprofilmenu{
    border: 0;
    visibility: visible;
    position: fixed;
    top:0px;
    height: 100vh;
    z-index: 3;
    width:250px;
    background-color: #eee;
}
#rolldownprofilmenu.hidden {
    visibility: visible;
    display: block;
    right:-250px;
    top: 0px;
}
#rolldownprofilmenu.active {
    visibility: visible;
    display: block;
    right:0px;
    top: 0px;
    overflow: scroll;
}
#head_avatar{
    left: -12px;
}
    /* -END- Meglévő elemek elhelyezése */


.mobileMenu{
    position: fixed;
    display: block;
    top: 10px;
    right: 10px;
    height: 52px;
    width: 52px;
    background-color: #ccc;
    font-family: FontAwesome;
    text-align: center;
    line-height: 52px;
    font-size:26px;
    z-index: 999;
    color: #fff;
    border: 1px solid #fff;
}
.mobileMenu:before{
    content: "\f0c9"
}
.mobileMenuList{
    display: block;
}

#mobileLoginButton{
    text-align: center;
}

.mobileMenuList ul{
    margin-bottom: 13px;
}

.mobileMenuList li {
    flex: 1;
    -webkit-flex: 1;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom:1px solid #bbb;
    height: auto;
}

.mobileMenuList li:first-child {
    border-top:1px solid #bbb;
}

.mobileMenuList li.greyMenu {
    background-color: #666;
}
.mobileMenuList li.greyMenu span{
    color: #fff;
}

.mobileMenuList li a {
    background-color: #fefefe;
}

.mobileMenuList li span,
.mobileMenuList li a {
    display: block;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 21px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.mobileMenuList li a {
    color: #333;
}

    /* Mobile menü elemek nyitása Elemek nyitása*/
.container{
    right:0px;
    position: relative;
}

.mobileMenu,
.mobileMenuList,
.container,
#rolldownprofilmenu,
.loginSection{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.mobileMenuList.open{
    right:0px;
}

.mobileMenu.open{
    right:260px;
}
.mobileMenu.open:before{
    content:"\f054"
}

.container.open{
    right:250px;
}

/* Legged IN menü szűkítése */
.loginBoxNav{
    padding-bottom: 13px;
}
.loginBoxNav:first-child{
    border-top: 1px solid #bbb;
    padding-bottom: 12px;
}
.menu_section{
    height: auto;
}
.profil_square,
.menu_list{
    line-height: 40px;
}
.profil_square{
    width: 39px;
    padding: 0px;
}

.menu_list {
    padding: 0 10px 0 15px;
}

    /* -END- Legged IN menü szűkítése */

    /* LOGIN menü szűkítése*/
.socialLogin {
    height: 41px;
    line-height: 39px;
}
.socialLogin.facebookIcon:before,
.socialLogin.googleplusIcon:before {
    width: 39px;
    height: 39px;
}

.socialLogin{
    font-size: 12px;
}
    /* -END- LOGEIN menü szűkítése*/

    /* Login Back Button */

    
.loginBackButton{
    visibility: hidden;
    display: none;
    position: fixed;
    bottom: 0px;
    right: 250px;
    background-color: #666;
    color: #fff;
    padding: 10px 20px;
    margin-left: 14px;
    font-size: 20px;
    line-height: 20px;
}
.loginBackButton:before{
    font-family: FontAwesome;
    content: "\f104";
    margin-right:10px;
    font-size: 26px;
}
.loginBackButton.open{
    display: block;
    visibility: visible;
    z-index: 1;
}
        /* -END- Login Back Button */ 

    /* -END- Mobile menü elemek nyitása Elemek nyitása*/
    
    /*  Profile Mobile Menu */
.profileMobileMenu{
    display: block;
}
.profileMobileMenuButton{
    color:#fff;
}

#profileMobileMenu{
    position: absolute;
    z-index: 1;
    width:100%;
}

#profileMobileMenu.open{
    display: block;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
}
#profileMobileMenu{
    display: none;
}
    /* -END- Profile Mobile Menu */

.aszffullscreenWindow{
    margin-left: -45%;
    margin-top: -140px;
    width: 90%;
    height: 280px;
    padding: 10px;
}

.registrationAszf {
    height: 100%;
}
    
/* -END- Mobile Menu */



/*
###### BANNERS MOBILE And Tablet SIZES ##############################
*/
.leadBannerContainer > div{
    max-width: 320px;
    margin: 0 -1px;
}
/*
###### / BANNERS MOBILE And Tablet SIZES ############################
*/



/* List style mobil nézet*/
.tableStyle span.adminTableEmail{
    font-size: 16px;
}
.tableStyle span.adminTableRights,
.tableStyle span.adminTableJobs,
.tableStyle span.adminTableAds{
    flex: 30%;
    -webkit-flex: 30%;
    margin-bottom: 12px;
}

.tableStyle span.adminTableEvents,
.tableStyle span.adminTablePayments{
    flex: 50%;
    -webkit-flex: 50%;
}

/* List style Banner mobil nézet*/
.campaignList span.bannerTableStart:before,
.campaignList span.bannerTableEnd:before,
.campaignList span.bannerTablePrice:before{
    width:100%;
    display: block;
}

.addNewForm ul, .editerForm ul, .reAdvertiseForm ul{
    padding: 25px 15px;
}

.reAdvertiseList.projectReAdvertise.closedList   {
    width: 100%;
}

.expiredButtons.projectReAdvertise{
    margin: 0 0 12px 0;
}



/* Game Page*/
.gameHeaderSection h1{
    font-size: 30px;
    line-height: 32px;
}
.gameHeaderSection h1 span{
    padding: 10px 0;
    display: block;
}

.gamePrizesContainer h3{
    left: 0;
    bottom: 0;
}
/* /Game Page*/

    /* MOBILE VIEW END --------*/ }

/* #### Responsive GRID END #### */