

@media (max-width: 767px) {
	h1 {
	    font-size: 24px;
	}
	h2 {
	    font-size: 24px;
	}

	.msgPub{
	text-align: center;
	}
	.msgPub .pp{
	margin-top: 15px;
	text-align: center;
	}

	.wrListaG3 .wrBloc>a>img {
	    width: 100%;
	}
	.wrListaG3 .wrBloc>a {
	    max-height: none;
	}


	.wrTestata .titolo {
		margin: 10px 0;
    	text-align: center;
	}
	.wrTestata .titolo img{
    width: inherit;
	}
	.numGames{
	font-size: 13px;
    text-align: center;
    letter-spacing: inherit;
    padding: 0px 0 7px 0;
	}
	.titolo img{
    max-height: 36px;
	}

	#form_ricerca {
    margin-top: 8px;
	}
	#form_ricerca button {
    padding: 5px 0 5px 8px;
	}

	#form_ricerca .fa {
    font-size: 20px;
	}

	.breadcrumb>li+li:before {
		padding: 0 2px 0 5px;
	}

	.wrFooter .wrSocial li {
		margin: 15px 0;
		float: none;
	}

    #navtop.affix {
    position: static;
    }

    .wrGameList .thumbnail>img {
    max-width: 100%;
    margin-bottom: 15px;
    width: 100%;
	}
	.wrGameList .label-white1{
		display: none;
	}

    .wrNewsDetail .media {
    max-width: 60%;
	}

	.wrNews .thumbnail {
	    background-color: transparent;
    margin-bottom: 10px;
	}
	.wrNews .thumbnail img{
		margin: 0;
		width: 100%;
	}
	.wrNews h4 {
		margin-top: 10px;
	}

	.home h1 {
    font-size: 24px;
	}
	.home .wrGenres a span {
    margin: 5px 0;
    display: none;
	}
	.home .wrListSearch {
    margin: 0px -15px 20px -15px;
	}

	.wrGame h1 {
		margin-top: 20px;
	}
	
	.wrGame .mainBtns .btn {
		float: none;
		margin-top: 10px;
	}

}

@media (min-width: 768px) {
	.navbar-collapse{
		padding-left: 0;
		}
	.navbar-default{
		margin-bottom: 0;
		}
    .wrNewsDetail .media {
    max-width: 50%;
	}
	.wrGameList .thumbnail>img {
		max-width: 130px;
	}
}

@media (min-width: 992px) {
	aside{
		padding-left: 20px;
		}
    .wrNewsDetail .media {
    	max-width: 50%;
		}
	.wrTestata .titolo img{
		width: 315px;
		height: 65px;
		}
	.wrGameList .thumbnail>img {
		max-width: 170px;
	}
}

@media (min-width: 1200px) {
    .container {
        width: 1190px;
        max-width: 1190px;
    }
    .wrNewsDetail .media {
    	max-width: 33%;
	}
}