/* CSS CUSTOM PER PAGINA COLLEZIONI TOMASI CON ACCESSO DIRETTO (NON DA GIOIELLI/OROLOGI/ARGENTI/...)*/

.brands-container .brands-title, .brands-container .brands {
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

@media screen and (min-width: 481px) and (min-height: 481px) {
	.brands-container:nth-child(1), .brands-container:nth-child(2) {
		width: calc(50% - 10px);
		display: inline-block;
	}
	
	.brands-container:nth-child(2) {
		position: absolute;
		top: 0;
	}
	
	.brands-container:nth-child(1) .brands span, .brands-container:nth-child(2) .brands span {
		width: calc(50% - 10px);
	}
	
	.brands-container:nth-child(1) .brands-title, .brands-container:nth-child(2) .brands-title {
		position: fixed;
		width: 32%;
		background-color: white;
		-webkit-margin-before: 0;
		margin-top: 0;
		padding-top: 50px;
		z-index: 1000;
	}
	
	.brands-container:nth-child(1) .brands, .brands-container:nth-child(2) .brands {
		position: relative;
		top: 150px;
		padding-left: 10px;
	}
}

@media screen and (min-width: 481px) and (min-height: 481px) and (max-width: 1500px) {
	.brands-container:nth-child(1) .brands-title, .brands-container:nth-child(2) .brands-title {
		width: 42.5%;
	}
}

@media screen and (min-width: 481px) and (min-height: 481px) and (max-width: 1300px) {
	.brands-container:nth-child(1) .brands-title, .brands-container:nth-child(2) .brands-title {
		width: 43.5%;
	}
}

@media screen and (min-width: 481px) and (min-height: 481px) and (max-width: 1024px) {
	.brands-container:nth-child(1) .brands-title, .brands-container:nth-child(2) .brands-title {
		width: 47.5%;
	}
	
	.brands-container:nth-child(3) .brands span {
		width: calc(25% - 10px);
	}
}

@media screen and (min-width: 481px) and (min-height: 481px) and (max-width: 850px) and (max-device-height: 1200px) {
	.brands-container:nth-child(1) .brands-title, .brands-container:nth-child(2) .brands-title {
		width: 48.75%;
	}
}