@media only screen and (max-width : 1300px) {
    .navbar .container {
        width: 100%;
    }
    
    .main-page {
        padding: 30px 15px 60px;
    }
    
    .main-page .container {
        width: 100%;
    }
}

@media only screen and (max-width : 1200px) {
    .navbar .navbar-menu ul.navigation li {
        margin-right: 15px;
    }
    
    footer form input[type="text"] {
        width: 57%;
    }

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .main-page .news_block .new_info_inside h2 {
        font-size: 20px;
    }
    
    .navbar .navbar-menu .hamburger {
        top: -12px;
    }
    
    .navbar .navbar-menu {
        left: auto;
        right: 15px;
    }
    
    .nav-cta {
        display: none;
    }
    
    .navbar .navbar-menu .line-menu.half {
        width: 100%;
    }
    
    .navbar .container {
        border-bottom: 0px;
    }
    
    .article_content .bitcoin .c-1, .article_content .bitcoin .c-2, .article_content .bitcoin .c-3, .article_content .bitcoin .c-4 {
        width: 100%;
        display: block;
        float: none;
    }
    
    .article_content .bitcoin__casino ol.casino_list > li .c-1 img {
        max-width: 100px;
        height: auto;
    }
    
    .article_content .bitcoin__casino--rating {
        left: 36px;
    }
    
    .article_content .bitcoin__casino ol.casino_list > li .c-1 {
        padding: 16px;
    }
    
    .article_content .bitcoin__casino ol.casino_list > li .c-4 .cta-btn {
        display: block;
        width: 160px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    
    .bitcoin__top > div {
        display: none !important;
    }
    
    .bitcoin__top {
        height: 32px;
    }
	
	.casino_list .top_p {
		margin-left: -15px;
		padding-top: 10px !important;
	}
	
	.article_content .bitcoin__casino ol.casino_list > li .c-1 img {
		margin-top:20px
	}
 
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.article_title {max-width:100%;}
	.main-page h1 {
		text-transform:none;
	}
	
	.main-page .news_block {
        height: auto;
    }
    
    .main-page .news_block_img, .main-page .news_block_info {
        height: 50%;
    }
    
    footer.desktop {display: none;}
    footer.mobile {display: block;}
    
    footer {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 60px 15px;
    }
    
    .mobile_logo_footer {
        margin-bottom: 20px;
    }
    
    .newslett {
        color: #3f4252;
        font-family: "Gotham Rounded";
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.84px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }
    
    .small_newslett {
        color: #b8b9be;
        font-family: 'Roboto';
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0.56px;
        line-height: 18px;
    }
    
    footer form input[type="text"] {
        width: 100%;
        border-radius: 4px;
        border: 1px solid #dcdcdc;
        background-color: #ffffff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    footer form input[type="submit"] {
        position: absolute;
        right: 0;
        margin-left: 0;
        background-color: #2d00f1;
        border: 0px;
        color: #fff;
        height: 96%;
        top: 1px;
        font-size: 12px;
    }
    
    footer form input[type="submit"]:hover {
        border: 0px;
        background-color: #2700cf;
    }
    
    .mobile ul {
        list-style: none;
        margin-top: 20px;
    }
    
    .mobile ul li {
        margin-bottom: 8px;
    }
    
    .mobile ul li a {
        color: #3f4252;
        font-family: "Gotham Rounded";
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.84px;
        text-transform: uppercase;
        text-decoration: underline;
    }
    
    .article_top_info {
        float: none;
        top: -13px;
        left: -12px;
    }
    
    .article_content {
        padding-right: 0px;
    }
    
    .smaller_background {
        width: 300px !important;
        margin: 0 auto;
    }
    
    .ppad {
        padding: 0 15px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .article_content .expert__text p {
        font-size: 14px;
        line-height: 24px;
    }
    
    .heateor_sss_sharing_title {
        left: 120px;
    }
    
    .heateor_sss_sharing_ul li:nth-child(2) {
        margin-left: 60px !important;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
