.switch-container{
    min-width:180px;
    min-width: 180px;
    position: absolute;
    left:100px;
    top: 24px;
    z-index: 1000;
}

.switch-container.switch-chat .switch-text-chat,
.switch-container.switch-social .switch-text-social{
    color:#fff;
}
.switch-bg{
    height:25px;
    width:40px;
    border-radius: 15px;
    background-color: #03a8fd;
    position: relative;
    float:left;
    cursor:pointer;
}
.switch-button{
    width:20px;
    height:20px;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    top:2px;
}
.switch-container.switch-chat .switch-button{
    left:2px;
}
.switch-container.switch-social .switch-button{
    right:2px;
}

.switch-element{
    color: #7f94ac;
    font-size: 13px;/* Approximation due to font substitution */
    line-height: 23px;/* Approximation due to font substitution */
    text-align: left;
    float:left;
    margin-right:10px;
    font-weight: 700;
    cursor:pointer;
}

@media (min-width: 768px){
    nav {
        position: relative;
    }
    nav > ul {
        margin-bottom: 0;
    }
    nav ul li {
        float: right;
        width: 70px;
        height: 70px;
        border-left: 1px solid #536274;
        position: relative;
        cursor: pointer;
        background-color: #283b51;
        transition: background-color 0.1s linear 0.3s;
    }
    nav ul li:hover {
        background-color: #283b51;
        transition-delay: 0s;
    }
    nav ul li a:hover {
        color: #ffffff;
    }
    nav ul li div p a:hover {
        color: #534a44;
    }
    .nav-item .ddmenu{
        display:block !important;
    }
    .nav-badge {
        background-color: #d9534f;
        border-radius: 20px;
        color: white;
        font-size: 12px;
        padding: 0 5px;
        position: absolute;
        right: 17px;
        top: 15px;
    }
    .navbar-header{
        min-height: 50px;
    }
    .navbar-search-link{
        color: white;
        display: block;
        font-size: 23px;
        height: 70px;
        line-height: 70px !important;
        text-align: center;
        width: 100%;
    }
    .menu-container{
        padding-right: 15px;
    }
    .lenyilo-menu-avatar a.username{
        color:#03a8fd;
        font-weight: 400;
    }
    .avatar {
        margin: 20px 10px 20px 14px;
        display:block;
        width:30px;
        height: 30px;
    }
    .avatar-box.hover .lenyilo-menu-avatar,
    .barat.hover .lenyilo-menu-kapcsolatok {
        visibility: visible;
        opacity: 1;
        transition-delay: 0s;
        z-index: 1090;
    }
    .avatar-box > a{
        display:block;
        width: 100%;
        height: 50px;
    }
    .avatar-box .avatar{
        border-radius: 3px;
    }
    .avatar-box .arrow7{
        right: 33px;
    }
    .avatar-box.hover .arrow7 {
        right: 33px;
        visibility: visible;
        opacity: 1;
        transition-delay: 0s;
    }
    .icon_earth {
        z-index: 1080;
    }
    .icon_earth.hover .lenyilo-menu-system {
        visibility: visible;
        z-index: 1090;
        opacity: 1;
        transition-delay: 0s;
    }
    .icon_earth .arrow7{
        right: 78px;
    }
    .icon_earth.hover .arrow7 {
        right: 78px;
        visibility: visible;
        opacity: 1;
        transition-delay: 0s;
    }
    .beerkezett_uzenetek {
        z-index: 1080;
    }
    .beerkezett_uzenetek.hover .lenyilo-menu-uzenetek {
        visibility: visible;
        z-index: 1090;
        opacity: 1;
        transition-delay: 0s;
    }
    .beerkezett_uzenetek .arrow7{
        right: 128px;
    }
    .beerkezett_uzenetek.hover .arrow7 {
        right: 128px;
        visibility: visible;
        opacity: 1;
        transition-delay: 0s;
    }
    .barat {
        z-index: 1080;
    }
    .barat .arrow7{
        right: 27px;
    }
    .barat.hover .arrow7 {
        right: 27px;
        visibility: visible;
        opacity: 1;
        transition-delay: 0s;
    }
    .search_icon3.hover .lenyilo-menu-kereses {
        visibility: visible;
        z-index: 1090;
        opacity: 1;    
        transition-delay: 0s;
    }
    .search_icon3 .arrow7{
        right: 226px;
    }
    .search_icon3.hover .arrow7 {
        right: 226px;
        visibility: visible;
        opacity: 1;
        transition-delay: 0s;
    }

    .lenyilo-menu-system {
        position: absolute;
        background-color: #ffffff;
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
        width: 360px;
        top: 70px;
        z-index: 1080;
        right: -50px;
        visibility: hidden;
        opacity: 0;
        transition:visibility 0s linear 0.4s,opacity 0.1s linear 0.3s;
    }
    .lenyilo-menu-kereses {
        position: absolute;
        background-color: #ffffff;
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
        width: 360px;
        top: 70px;
        visibility: hidden;
        z-index: 1080;
        right: -200px;
        opacity: 0;
        transition:visibility 0s linear 0.4s,opacity 0.1s linear 0.3s;
    }
    .lenyilo-menu-uzenetek {
        position: absolute;
        background-color: #ffffff;
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
        width: 360px;
        top: 70px;
        visibility: hidden;
        z-index: 1080;
        right: -100px;
        opacity: 0;
        transition:visibility 0s linear 0.4s,opacity 0.1s linear 0.3s;
    }
    .lenyilo-menu-avatar,.lenyilo-menu-kapcsolatok {
        position: absolute;
        background-color: #ffffff;
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
        width: 200px;
        top: 70px;
        visibility: hidden;
        z-index: 1080;
        right: 0;
        opacity: 0;
        transition:visibility 0s linear 0.4s,opacity 0.1s linear 0.3s;
    }
    .lenyilo-menu-kereses-container{
        padding-left: 15px;
        padding-right: 15px;
    }

    .ddmenu.lenyilo-menu-uzenetek .lecsuszasgatlo,
    .ddmenu.lenyilo-menu-system .lecsuszasgatlo{
        display:block;
        position: absolute;
        right: -30px;
        width: 30px;
        height: 250px;
        top:0px;
    }

    .lenyilo-menu-kereses b {
        display: block;
    }
    .lenyilo-menu-kereses b span {
        font-weight: normal;
    }
    .lenyilo-menu-kereses .lakhely select {
        width: 100%;
    }
    .lenyilo-menu-kereses .lakhely select option {
        padding-left: 10px;
    }    
    .bottom-button {
        display: inline-block;
        padding: 10px 0;
    }
    .arrow3 {
        background: rgba(0, 0, 0, 0) url("../images/arrow3.png") no-repeat scroll center center;
        cursor: pointer;
        height: 6px;
        right: 3px;
        position: absolute;
        top: 32px;
        width: 10px;
    }
    .arrow7 {
        background: rgba(0, 0, 0, 0) url("../images/arrow7.png") no-repeat scroll center center;
        height: 7px;
        position: absolute;
        top: -6px;
        width: 14px;
        visibility: hidden;
        opacity: 0;
        transition:visibility 0s linear 0.4s,opacity 0.1s linear 0.3s;
    }
}
@media (max-width:767px){
    .switch-container{
        left:0px;
    }
}


.switch-tooltip-container{
    position: absolute;
    width:300px;
    background-color: #fff;
    border-radius: 5px;
    padding:10px;
    top:60px;
    left:50px;
    display:none;
    box-shadow: 2px 2px 2px #787878;
}
.switch-tooltip-container .arrow7{
    position: absolute;
    top:-7px;
    left:108px;
    color:#fff;
    opacity:1;
    visibility: visible;
}
.ertesites_cont,.conversation_cont{
    padding:10px 30px 0px 55px;

}
.ertesites_cont.unreaded,.notification.unreaded,.conversation_cont.unreaded{
    background-color: #f1f1f1;
}

.ertesites_cont:hover,.conversation_cont:hover{
    background-color: #f2f2f2;
}
.ertesites_text{
    max-height: 40px;
    max-width:210px;
    overflow:hidden;

}
.ertesites_cont .eresites,.conversation_cont .eresites {
    border-bottom: 1px solid #D4D2D2;
    padding-bottom: 10px;
    position: relative;
}
.ertesites_cont:last-child .eresites, .conversation_cont:last-child .eresites {
    border-bottom: none;
}

.eresites .img-circle {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 6px;
    border-radius: 3px;
}
.eresites-bottom-box a:hover {
    color:#534a44;
    text-decoration: underline;
}
.eresites .icon-view{
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: -20px;
    text-align: center;
    top: 11px;
    width: 20px;
    color:#ccc;
}
.ertesites_cont.unreaded .icon-view,.conversation_cont.unreaded .icon-view{
    color:#534a44;
}
.lenyilo-menu-kereses .lenyilo-menu-kereses-container,
.lenyilo-menu-avatar p, .lenyilo-menu-kapcsolatok p {
    border-bottom: 1px solid #D4D2D2;

}
.lenyilo-menu-kereses p a,
.lenyilo-menu-avatar p a, .lenyilo-menu-kapcsolatok p a {
    padding: 10px 20px;
    display: block;
}
.lenyilo-menu-kereses p:hover,
.lenyilo-menu-avatar p:hover, .lenyilo-menu-kapcsolatok p:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.lenyilo-menu-kereses p:last-child,
.lenyilo-menu-avatar p:last-child, .lenyilo-menu-kapcsolatok p:last-child {
    border-bottom: 0;
}
.fast-search {
    width: 100%;
    font-weight: 700;
}
@media (max-width: 767px){
    .switch-tooltip-container{
        display:none;
    }
    .avatar-box img{
        width: 30px;
        height: 30px;
        border-radius: 3px;
    }
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{
        max-height: 500px;
    }
    .navbar-toggle .icon-bar{
        background-color: #fff;
    }
    .menu-container{
        padding: 0px;
    }
    .lecsuszasgatlo{
        display:none;
    }
    .nav-item .ddmenu{
        display:none;
        background: #fff;
    }
    .logo4{
        padding-left: 15px;
    }
    .navbar-toggle{
        margin-right: -10px;
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 17px;
        
    }
    
    .nav-item{
        min-height: 40px;
        border-bottom: 1px solid #36A4B0;
        cursor:pointer;
    }
    .nav-item > span{
        line-height: 40px;
        font-size: 14px;
        font-family: Open Sans, sans-serif;
        color:#fff;
    }
    .nav-item > a{
        line-height: 40px;
        padding: 0px 5px;
        text-align: center;
    }
    .avatar-box > a,
    .navbar-search-link{
        color: white !important;
        font-size: 20px;
        height: auto;
        text-align: center;
        width: 60px;
        padding: 0 8px;
        display:inline-block;
    }
    .navbar-collapse{
        padding: 0px;
    }
    .nav-badge {
        background-color: #d9534f;
        border-radius: 20px;
        color: white;
        font-size: 13px;
        padding: 0 5px;
        position: absolute;
        right: 17px;
        top: 13px;
        line-height: 18px !important;
    }
    .nav-item.barat,
    .nav-item.beerkezett_uzenetek,
    .nav-item.icon_earth{
        position:relative;
    }
    .lenyilo-menu-kereses form{
        display:block;
        padding:0px 15px;
    }
    
}
@media (max-width: 400px){
    .nav-item{
        min-height: 30px;
        border-bottom: 1px solid #36A4B0;
        cursor:pointer;
    }
    .nav-item > span{
        line-height: 30px;
        font-size: 14px;
        font-family: Open Sans, sans-serif;
        color:#fff;
    }
    .nav-item > a{
        line-height: 30px;
        padding: 0px 5px;
        text-align: center;
    }
    .avatar-box img{
        border-radius: 3px;
        height: 26px;
        width: 26px;
    }
    .lenyilo-menu-kereses p a,
    .lenyilo-menu-avatar p a,
    .lenyilo-menu-kapcsolatok p a{
        display: block;
        padding: 5px 20px;
    }
    .switch-container{
        max-width: 50px;
        min-width: inherit;
    }
    .switch-text-chat{
        display:none;
    }
    .switch-text-social{
        display:none;
    }
    .switch-container{
        left:40%;
    }
}


  @-webkit-keyframes fadeInLeft {
    0% {
       opacity: 1;
       -webkit-transform: translateX(-20px);
    }
    100% {
       opacity: 1;
       -webkit-transform: translateX(0);
    }
 }

 @keyframes fadeInLeft {
    0% {
       opacity: 1;
       transform: translateX(-20px);
    }
    100% {
       opacity: 1;
       transform: translateX(0);
    }
 }

 .fadeInLeft {
 -webkit-animation-name: fadeInLeft;
 animation-name: fadeInLeft;
 } 

@-webkit-keyframes fadeInRight {
    0% {
       opacity: 1;
       -webkit-transform: translateX(20px);
    }
    100% {
       opacity: 1;
       -webkit-transform: translateX(0);
    }
 }

 @keyframes fadeInRight {
    0% {
       opacity: 1;
       transform: translateX(20px);
    }
    100% {
       opacity: 1;
       transform: translateX(0);
    }
 }

 .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
 }
