@media (min-width: 1200px) {
    .def-width-form-control {
        width: 267px;
    }
}
@media (max-width: 992px) {
    .container {
        width: 100%;
    }
    .banner {
        width: 100%;
    }
    .talalka-logo-container {
        margin-top: 20px;
    }
    
    .item-pdg-font{
        text-align: center;
    }
}
@media (min-width: 992px) {
    .override-bootstrap-col {
        /*padding-right: 5px;*/
    }
    .navbar-brand {
        margin-left: 0px !important;
    }
}
@media (max-width: 870px) {
    .lg-visible-input {
        width: 190px;
    }
    .second-line-items {
        font-size: 14px;
    }
}

@media(max-width: 535px){
    .article-ul li:first-child,.article-ul li:nth-child(2),.article-ul li:nth-child(3){
        width: 33%;
    }
    
    .article-ul li:nth-child(1) a,.article-ul li:nth-child(2) a,.article-ul li:nth-child(3) a{
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0;
    }
        
    .article-ul li:nth-child(3) a{       
        border:none;
    }
        
    
    .blog_date{
        margin-left: 0px;
        width: 100%;
        text-align: center;
        margin: 10px 0px;
    }
    
    .last-blog-function-line-item{
        width: 100%;
        text-align: center;
    }
    
    .last-blog-function-line-item a{
        padding: 0 !important;
    }
    
    .last-blog-function-line-item span{
        margin-left:15px;
    }
}

@media (max-width: 767px) {
    .navbar-toggle {
        right: 25px;
        top: 15px;
        z-index:1000000000000000
    }
    .li-mg {
        margin-left: 30px;
    }
    .top-icon-twitter:parent {
        display: none;
    }
    .def-mgt-20 {
        margin-top: 20px;
    }
    .blog-function-line-item {
        float: left;
    }
    .position-relative, .upper-line, .second-line {
        position: static;
    }
    #def-container {
        padding-top: 70px !important;
    }
    #second-menu {
        display: none;
    }
    .upper-line {
        position: fixed;
    }
    .menu-item-container {
        position: fixed;
        z-index: 10;
    }
    .top-line {
        height: 75px;
    }
    .icon-logo {
        font-size: 40px;
        padding-left: 15px;
    }
    .top-social-icons-border {
        border-right: none;
    }
    .blog-logo {
        padding-top: 18px;
    }
    .logo-text {
        margin-top: -40px;
        margin-left: 40px;
    }
    #first-menu {
        position: fixed !important;
        width: 100%;
        z-index: 30;
    }
    .navbar-header {
        height: 75px;
    }
    .navbar-right {
        top: 45px;
        background-color: #6bc5ce;
        width: 100%;
    }
    .float-right {
        float: left;
    }
    .navbar-right li {
        border-top: 1px solid #CBC5DA;
    }
    .navbar-right {
        border-bottom: 1px solid #CBC5DA;
        padding-left: 30px;
        padding-right: 30px;
    }
    .navbar-right li a {
        height: 60px;
        padding-top: 30px;
        text-align: center;
    }
}
@media (max-width: 625px) {
    .iratkozz_fel {
        margin-top: 15px;
    }
    .last_p {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}
@media (min-width: 451px) {
    .my-center {
        display: flex;
        align-items: center;
        text-align: center;
    }
    .first-input {
        padding-left: 0px;
    }
}
@media (max-width: 450px) {
    .blog-function-line-item, .last-blog-function-line-item {
        /*width: 20%;*/
    }
    .first-input {
        padding-top: 20px;
        padding-bottom: 10px;
    }
}
@media (max-width: 390px) {
    .blog-text {
        font-size: 12px;
        line-height: 16px;
    }
}
@media (max-width: 380px) {
    .logo-text {
        font-size: 25px;
        margin-top: -35px;
    }
}
@media (max-width: 370px) {
    .last-blog-function-line-item {
        float: left !important;
    }
    .next-pager, .before-pager {
        font-size: 14px;
    }
}

/* paginator */
@media(max-width: 400px){
    .pagination > li > a, .pagination > li > span{
        height: initial;
        line-height: 20px;
        min-width: initial;
    }
    
    .first a, .last a,.first.disabled span, .last.disabled span{
        width: 50px !important;
        height: 50px !important;
    }
    
    .pagination .first a span,.pagination .last a span,.pagination .first.disabled span,.pagination .last.disabled span{
        font-size: 16px;
    }
    .pagination .prev a,.pagination .next a,.pagination .prev.disabled,.pagination .next.disabled{
        font-size: 16px;
        line-height: 32px;
    }
    
    .pagination .first.disabled .rotate-arrow{
        padding-top: 16px;
    }
    
    .pagination .prev a,.pagination .prev.disabled{
        padding-left: 10px !important;
    }    
    
    .prev.disabled span, .next.disabled span{
        width: initial;
        height: initial;
        line-height: 32px;
    }
    
    .pagination .next,.pagination .next.disabled{
        padding-right: 5px;
    }
}

@media(max-width: 400px){
    .horoscope-ul li a{
        font-size: 12px;
    }
}

@media(max-width: 450px){
    .horoscope-main-name{
        width: 100%;
        text-align: center;
        margin-top: 0px;
    }

    .horoscope-menu-items{
        width: 100%;
        margin-top: 5px;
        display: flex;
        
    }
    
    .horoscope-items{
        margin: 0 auto;
    }
    
    .horoscope-menu-items a{
        padding: 10px 20px !important;
    }
}

.hamburger-button span {
    background-color: #4e5259;
    display: block;
    height: 5px;
    margin: 3px;
    width: 30px;
}

.hamburger-button{
    cursor: pointer;
    float: right;
    height: 75px;
    padding: 23px 15px 15px;
}

@media(min-width: 768px){
    .hamburger-button{
        display: none;
    }
}