

ul.color-select-list{
	list-style: none;
}

ul.color-select-list li{
	display: inline-block;
}

ul.color-select-list li a{
	display: inline-block;
	width: 30px; 
	height: 30px;
	border: 1px solid #ccc;
}


#showroom2 {
    background: url(../img/white-background-spots.jpg) no-repeat; 
    background-size: cover;
    background-position: center -70px; 
    padding: 0px 0px;
    padding-top: 110px;
    padding-bottom: 113px;
    color: black;
}
#showroom2 img {
	/*border: 1px solid #000;*/
    box-shadow: 0px 0px 10px 0px #000;
}


.banner{
	background: url(../img/raize-banner.jpg) left top no-repeat;
	background-size: 150% auto; 
}


/* Larger than tablet */
@media (min-width: 750px) {

.banner{
	background: url(../img/raize-banner.jpg) left top no-repeat;
	background-size: 110% auto;
	}
	
	.banner{
	background: url(../img/raize-banner.jpg) left top no-repeat;
	background-size: 100% auto;
	min-height: 450px;
	} 	
	
}	


/* Larger than Desktop HD */
@media (min-width: 1200px) {}


@media (max-width: 1199px) {
	
	#showroom2 {
		background-size: 120% auto;
		background-position: 50% 0	
	}	
}
@media (max-width: 850px) {
	
	#showroom2 {
		padding-top: 60px;
	}	
}

@media (max-width: 749px) {

	
	#showroom2 .three.columns {
		width: 50%;
		padding: 10px 15px;
		float: none;
	    display: inline-block;
	    box-sizing: border-box;
	    margin-right: -4px;
	}
	#showroom2 .section {
	    padding: 5px 0px;
	}
	#showroom2 .three p {
	    font-size: 12px;
	    line-height: normal;
	}
}