@media only screen and (min-width: 1024px) and (max-width: 1199px)  {
	header nav ul li{
		margin-left: 30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px)  {
	.compatibility ul li {
		width: 33.33333%;
	}

	.top-head-section img {
		margin-left: 0;
	}

}

@media only screen and (max-width: 767px) {
	.compatibility ul li {
		width: 33.33333%;
	}
	
	.category .page-title-category:after {
		display: none;
	}
}

@media only screen and (max-width: 370px) {
	.compatibility ul li {
		width: 50%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px)  {


	.guides-articles-list li a .holder-elements{
		padding: 0px 15px 20px 15px;
	}

	.editors-pics ul li a.main-link img{
		width: 100%;
		height: auto;
	}

	.about-content{
		margin-top: 0px;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1024px)  {

	.vpn-tables table tr td:first-child a{
		font-size: 15px;
		padding: 5px 10px;
	}

	.vpn-tables table tr td .price span{
		font-size: 20px;
    	line-height: 22px;
	}

	.vpn-tables table tr td .score{
	    width: 50px;
	    height: 50px;
	    font-size: 19px;
	    line-height: 44px;
	}

	.vpn-tables table tr td .external-link .orange-btn{
		padding: 10px;
		font-size: 15px;
		line-height: 21px;
	}

	.vpn-tables table tr td .external-link .normal-link{
	    font-size: 15px;
    	padding: 0px 10px;
	}

	.vpn-tables table tr td{
		padding: 12px 10px;
	}

	.page-title-bestvpns ul li{
	    background-position: left 3px;
	    line-height: 22px;
	}

	.top-review-section .holder-logo-link{
		padding-left: 0px;
		margin-bottom: 40px;
	}

	.review-checked-list{
		padding: 15px;
	}

	.review-checked-list .top-section .recommended ul li,
	.review-checked-list .bottom-section .works-with ul li{
		width: 100%;
		float: none;
	}

	.review-checked-list .top-section .verdict{
		padding-left: 50px;
	}

	.top-review-section{
		margin-bottom: 30px;
	}

	.review-price-article li{
		margin-bottom: 15px;
	}

	.green-rating-section .title-section{
		padding-left: 0px;
	}

	.green-rating-section ul{
		padding-left: 0px;
		width: 66%;
	}

	.green-rating-section ul li{
		margin-bottom: 15px;
	}

	.first-section{
		padding: 15px;
	}

	.repeater-rating section{
		padding: 40px 15px;
	}

	.fixed-menu-rating{
		display: none !important; 
	}

	.green-recommended-section .short-summary{
		padding-left: 0px;
		width: 100%;
	}

	.green-rating-section .total-rating-review{
		right: -40px;
	}

	.review-price-article a .description{
		padding-left: 15px;
	}

	.title-article-section .holder-title-article{
		padding: 30px 0px;
	}

	.chapters{
		padding: 15px;
	}

	.chapters ul{
		padding-left: 0px;
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	}

	.chapters-details section{
		padding: 30px 15px;
	}

	.back-to-top{
		display: none;
	}

	.chapters-details section blockquote{
		padding: 65px 15px 6px 15px;
		background-position: 15px 20px;
	}

	.chapters-details section > ul{
		padding-left: 0px;
	}

	.chapters-details section p img{
	    width: 100%;
	    height: auto;
	    max-width: 500px;
	    margin: 0 auto;
	    display: block;
	}

	.share-section{
		padding: 30px 15px;
	}

	.share-section p{
		font-size: 20px;
	}

	.share-section ul{
		float: left;
	}

	.share-section ul li{
		margin: 0px 10px 0px;
	}

	.share-section ul li a .fa{
	    font-size: 20px;
	    line-height: 33px;
	}

	.reviews-rating li{
		margin-bottom: 30px;
	}
}



@media only screen and (min-width: 320px) and (max-width: 1024px)  {

	header{
		padding-bottom: 8px;
	}

	header nav {
	    width: 265px;
	    top: 32px;
	    display: none;
	    background: rgb(23,41,82);
	    position: absolute;
	    right: 0;
	    z-index: 999;
	}

	header nav:before {
	    content: "";
	    top: -40px;
	    width: 110px;
	    height: 40px;
	    background: rgb(23,41,82);
	    position: absolute;
	    right: 0px;
	}

	header nav.active{
		display: block;
	}

	header nav ul{
		text-align: left;
		padding-left: 15px;
	}

	header nav ul li{
		margin-left: 0px;
		float: left;
		width: 100%;
	}

	header nav ul li a{
		color: #fff;
		text-align: left;
	}

	.mobile-menu{
		display: block;
		margin-top: 4px;
	}

	.breadcrumb{
		padding: 9px 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	header .logo img {
		margin-left: 0;
	}

	.top-review-section .btn {
		margin-top: 40px;
	}

	.top-head-section img {
		margin-left: 0;
	}

	.hero-rating-summary {
		max-width: 390px;
	}

	.top-head-section h1,
	.top-head-section ul{
		padding-left: 15px;
	}

	.top-head-section a{
		margin-left: 15px;
	}

	.reviews-rating li a span{
		right: -16px;
	}

	.guides-posts ul li img{
		width: 100%;
		height: auto;
	}

	.editors-pics{
		margin-bottom: 0px;
	}

	.editors-pics ul li{
		margin-bottom: 95px;
	}

	.review-category{
		padding: 38px 15px;
	}

	footer .logo-socials ul li{
		margin: 0px 10px;
	}
}

@media only screen and (min-width: 370px) and (max-width: 767px) {
	.reviews-rating li{
		width: 50%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px){
	.page-template-best-casinos .container {
		padding-right: 12px;
		padding-left: 12px;
	}

	.top-review-section .btn {
		margin-top: 40px;
		margin-bottom: 10px;
	}

	.vpn-tables.ultimate {
		margin: 0 12px;
	}

	.top-head-section h1 {
		margin-top: 7px;
	}

	.guides-articles-list li:last-child {
		margin-bottom: 0;
	}

	.guides-posts .guides-item-content {
		text-align: center;
	}

	.guides-posts ul li span {
		text-align: center;
		padding-right: 15px;
		padding-left: 15px;
	}

	.guides-posts ul li p {
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
	}

	.content {
		margin-bottom: 30px;
	}

	.guides-articles .all-articles {
		margin-top: 30px;
	}

	.top-head-section ul {
		margin-bottom: 24px;
		max-width: 250px;
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}

	.top-head-section a {
		margin-bottom: 7px;
		display: block;
		margin-right: auto;
		margin-left: auto;
		float: none;
		max-width: 205px;
	}

	.top-head-section img {
		display: none;
	}

	.top-review-section .holder-logo-link .title-link {
		margin-bottom: 40px;
	}

	header .logo{
		margin-left: 0px;
	}

	.mobile-menu{
		margin-top: 4px;
	}

	.hero-rating-summary {
		max-width: 390px;
	}

	header .logo img{
		margin: 0px;
		max-width: 100px;
	}

	.compatibility {
		padding-left: 0;
	}

	.review-checked-list .top-section .recommended ul li {
		width: 25%;
		margin-bottom: 0;
	}

	.vpn-tables table tr td:nth-child(2) {
		width: auto;
	}

	.vpn-tables table tr td {
		border-right: 0;
	}

	.top-head-section {
		padding-left: 15px;
		text-align: center;
		padding: 16px 15px 17px;
	}

	.pick-category ul li {
	    border-bottom: 1px solid #555555;
	}

	.vpn-reviews {
        padding: 30px 15px;
	}

	.guides-posts{
		margin-bottom: 30px;
		padding: 30px 15px;
	}

	.guides-posts .guides-item {
		margin-left: auto;
		margin-right: auto;
		max-width: 90%;
	}

	.editors-pics ul li a.main-link .description span {
		padding-left: 13%;
	}

	.editors-pics{
		margin-bottom: 30px;
		padding: 0px 15px;
	}

	.editors-pics ul li{
		margin-bottom: 100px;
	}

	.editors-pics ul li:last-child{
		margin-bottom: 30px;
	}

	.editors-pics ul li a.main-link img{
		width: 100%;
		height: auto;
	}

	.vpn-reviews p,
	.editors-pics p.title-section,
	.guides-articles p.title-section,
	.guides-posts p,
	.price-review-section p.title-section{
		font-size: 18px;
	}

	.guides-articles,
	.price-review-section,
	.review-price-article a .description{
		padding: 0px 15px;
	}

	.guides-articles-list li a .holder-elements{
		padding: 0px 15px 20px 15px;
	}

	.top-review-section .holder-logo-link{
		padding-left: 0px;
		margin-bottom: 40px;
	}

	.review-checked-list{
	    padding: 15px;
		margin: 0;
	}

	.review-checked-list .top-section div:first-of-type,
	.review-checked-list .top-section div:last-of-type,
	.review-checked-list .bottom-section div:first-of-type,
	.review-checked-list .bottom-section div:last-of-type{
		width: 100%;
		float: none;
		margin-bottom: 15px;
		border-right: none;
		padding-left: 0px;
	}

	.review-checked-list .rating-score{
		top: 0px;
		left: 0px;
		position: relative;
		margin-bottom: 20px;
		line-height: 11px;
		padding-top: 33px;
	}

	.top-review-section{
		margin-bottom: 15px;
		padding-bottom: 30px;
	}

	.price-review-section p.title-section {
		margin-bottom: 15px;
	}

	.review-price-article li {
		margin-bottom: 15px;
	}

	.green-rating-section .title-section{
		padding-left: 0px;
		text-align: center;
	}

	.green-rating-section ul{
		padding-left: 0px;
		text-align: center;
	}

	.green-recommended-section .title-section{
		text-align: left;
	}

	.green-rating-section ul li {
	    margin: 0px 20px 24px;
	}

	.green-recommended-section .short-summary{
		width: 100%;
		padding-left: 0px;
	}

	.green-rating-section .total-rating-review {
	    position: relative;
	    right: 0px;
	    top: 0px;
	    width: 300px;
	    height: 363px;
	    background: url(../img/logo_bg.svg);
	    background-size: 100%;
	    margin: 0 auto 30px;
	}

	.first-section,
	.repeater-rating section{
		padding: 15px 15px;
	}

	.repeater-rating .section-title span{
		right: 0px;
	}

	.like,
	.dislike{
		padding-left: 15px;
	}

	.section-description{
		padding-right: 0px;
	}

	.section-description table tr td,
	.section-description table{
		width: 100% !important;
	}

	.our-rating span{
	    position: relative;
	    right: 0px;
	    top: 0px;
	    width: 260px;
	    height: 314px;
	    background: url(../img/logo_bg.svg);
	    background-size: 100%;
	    margin-bottom: 30px;
	    padding-top: 84px;
	}

	.fixed-menu-rating{
		display: none !important;
	}

	.review-category{
	    padding: 30px 15px;
	}

	.review-category .list-cat ul{
		column-count: 1;
	}

	.page-template-best-casinos-reviews .page-title-blue img{
		display: none;
	}

	.page-template-best-casinos-reviews .page-title-blue,
	.page-title-orange,
	.page-template-about .page-title-blue,
	.page-title-blue{
		padding: 30px 15px;
	}

	

	.guides-articles-list{
		top: 0px;
		padding: 0px 15px;
	}

	.category-list{
		top: 0px;
		text-align: left;
	}

	.category-list ul{
		-webkit-column-count: 2;
	    -moz-column-count: 2;
	    column-count: 2;
	}

	.category-list ul li{
		border: none;
	    display: block;
	    padding: 0px;
	    padding-left: 15px;
	}

	.category-list ul li a{
		font-size: 12px;
	}

	.about-content .about-text-content{
		padding: 30px 15px;
	}

	.about-content .about-text-content img{
		width: 100%;
		margin: 15px 0px;
	}

	.reviews-rating,
	.page-title-bestvpns{
		padding: 0px 15px;
	}

	.page-title-bestvpns ul li{
		line-height: 24px;
		font-size: 14px;
	}

	.second-editor{
	    padding: 30px 15px;
	}

	.vpn-tables table{
		width: 90%;
		margin: 0 auto;
	}

	.vpn-tables table tr{
		margin-bottom: 20px;
	}

	.vpn-tables table tr td{
	    text-align: center;
    	float: left;
    	width: 100%;
	}

	.vpn-tables table tr:nth-child(2) td{
		border-top: none;
		border-bottom: none;
	}

	.chapters{
		padding: 15px;
	}

	.chapters ul{
		padding-left: 0px;
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	}

	.chapters-details section{
		padding: 30px 15px;
	}

	.chapters-details section{
		padding: 30px 15px;
	}

	.back-to-top{
		display: none;
	}

	.chapters-details section blockquote{
		padding: 65px 15px 6px 15px;
		background-position: 15px 20px;
	}

	.chapters-details section > ul{
		padding-left: 0px;
	}

	.chapters-details section p img{
	    width: 100%;
	    height: auto;
	    max-width: 500px;
	    margin: 0 auto;
	    display: block;
	}

	.share-section{
		padding: 30px 15px;
	}

	.share-section p{
		font-size: 20px;
	}

	.share-section ul{
		float: left;
	}

	.share-section ul li{
		margin: 0px 10px 0px;
	}

	.share-section ul li a .fa{
	    font-size: 20px;
	    line-height: 33px;
	}

	.reviews-rating li{
		margin-bottom: 30px;
		width: 50%;
	}

	.about-content{
		margin-top: 0px;
	}

	.guides-posts ul li{
	    border-bottom: 1px solid #7FAC40;
	    border-right: none;
	    margin-bottom: 30px;
	    padding-bottom: 30px;
	}

	.page-title-bestvpns h1{
		font-size: 24px;
		line-height: 22px;
		margin: 15px 0px;
	}

	.page-title-bestvpns ul li {
		background-position: left 7px;
	}

	footer .footer-top p{
		text-align: center;
		cursor: pointer;
	}

	footer .footer-top p .fa{
		vertical-align: middle;
		top: -4px;
		position: relative;
	}

	footer .footer-top nav{
		display: none;
	}

	footer .footer-top nav ul{
		text-align: center;
	}

}

@media only screen and (max-width: 1199px) {
	.vpn-tables .table .table-row .table-column:nth-child(2), .vpn-tables .table .t-head:nth-child(2) {
		min-width: 375px;
		width: 375px;
		max-width: 375px;
	}

	.vpn-tables .table .table-row .table-column:last-child, .vpn-tables .table .t-head:last-child {
		min-width: 225px;
		width: 225px;
		max-width: 225px;
	}

	.vpn-tables .table .table-row.without-price .table-column:nth-child(2),
	.vpn-tables .table .without-price .t-head:nth-child(2) {
		min-width: 401px;
		width: 401px;
		max-width: 401px;
	}
}

@media only screen and (max-width: 992px) {
	.vpn-tables .table-head-row {
		display: none;
	}
	
	.vpn-tables .table .table-column,
	.vpn-tables .table .table-row {
		display: block;
	}
	
	.vpn-tables .table .table-row .table-column .external-link .orange-btn {
		padding: 15px 46px;
		margin-bottom: 5px;
	}
	
	.vpn-tables .table .table-row .table-column {
		width: 100%;
		max-width: 100%;
		border-right: none;
		padding: 0 15px;
	}
	
	
	.vpn-tables .table .table-row .table-column:last-child, .vpn-tables .table .t-head:last-child {
		width: 100%;
		max-width: 100%;
	}
	
	.vpn-tables .table .table-row .table-column:nth-child(2), .vpn-tables .table .t-head:nth-child(2) {
		width: 100%;
		max-width: 100%;
		min-width: auto;
	}
	
	.vpn-tables .table .table-row .table-column .features {
		padding-left: 0;
	}
	
	.vpn-tables .table .table-row .table-column .features ul {
		display: none;
	}
	
	.vpn-tables .table .table-row .table-column:first-child {
		width: 100%;
		padding-top: 13px;
		padding-bottom: 13px;
	}
	
	.vpn-tables .table .table-row .table-column:last-child {
		padding-bottom: 15px;
	}
	
	.vpn-tables .table .table-row .table-column:first-child .score-price-holder .score {
		margin-bottom: 15px;
	}
	
	.vpn-tables .table .table-row .score-price-holder {
		padding-left: 15px;
	}
	
	.vpn-tables .table .table-row .table-column .features {
		padding-right: 0;
	}
	
	.vpn-tables .table .table-row.without-price .score-price-holder {
		padding-top: 33px;
	}
	
	.vpn-tables.ultimate .table .table-column .mobile-left,
	.vpn-tables.ultimate .table .table-column .score-price-holder {
		float: left;
		width: 50%;
	}
	
	.vpn-tables.ultimate .table .table-row:hover .table-column {
		border-right: none;
	}
	
	.vpn-tables .table {
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.vpn-tables .table {
		-webkit-width: calc(100% - 30px);
		width: calc(100% - 30px);
	}
	
	.vpn-tables .table .table-row .table-column:first-child .left-mobile,
	.vpn-tables .table .table-row .table-column:first-child .score-price-holder {
		width: 50%;
	}
	
	.vpn-tables .table .table-row.without-price .table-column:nth-child(2), .vpn-tables .table .without-price .t-head:nth-child(2) {
		width: 100%;
		max-width: 100%;
		min-width: auto;
	}
	
	.vpn-tables.ultimate {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	
	.vpn-tables .table .table-row .table-column:first-child .left-mobile {
		float: left;
	}
	
	.vpn-tables .table .table-row .table-column:first-child .score-price-holder {
		float: left;
	}
	
	.vpn-tables .table .table-row .table-column:first-child a {
		display: block;
		width: 100%;
	}
	
	.vpn-tables .table .table-row .table-column .number {
		display: none;
	}
	
	.vpn-tables .table .table-row .table-column .external-link .orange-btn {
		display: block;
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.guides-posts .guides-item {
		max-width: 100% !important;
	}

	.guides-posts ul li span {
		padding: 0 15px;
	}

	.guides-posts ul li p {
		padding: 0 15px;
	}

	.hero-rating-summary {
		padding: 20px 15px;
	}
	
	
}

@media only screen and (max-width: 369px) {
	.hero-rating-summary li {
		width: 100%;
		float: none;
	}

	.reviews-rating li{
		width: 100%;
	}

	.hero-rating-summary li:nth-last-child(2) {
		margin-bottom: 40px;
	}
}