/****************************************************************************************************/


.container-white {
	width: 100%;
	padding: 120px 0 120px 0;
	display: block;
	background: url("../bg/tiles.png") repeat scroll 0% 0% #F5F5F5;
	color: #999999;
}


.container-white H1 {
	font: bold 30px "Lucida Sans Unicode";
	letter-spacing: 2px;
	color: #11ABB0;
}


.container-white H2 {
	padding: 40px 0 20px 0;
	font: bold 23px "Lucida Sans Unicode";
	letter-spacing: 2px;
	color: #6E6E6E;
}


.container-white A,
.container-white A:visited {
	color: #6E6E6E;
	transition: color 0.3s ease-in-out 0s;
}

.container-white A:hover {
	color: #11ABB0;
	transition: color 0.3s ease-in-out 0s;
}


/****************************************************************************************************/


/*.container-white .brand A,
.container-white .brand A:visited {
	color: #6E6E6E;
	font: bold 20px/36px "Palatino Linotype";
	letter-spacing: 4px;
	transition: color 0.3s ease-in-out 0s;
}


.container-white .brand A:hover {
	color: #11ABB0;
	transition: color 0.3s ease-in-out 0s;
}

.container-white .brand .country {
	color: #999999;
	font: bold 20px/36px "Palatino Linotype";
	letter-spacing: 3px;
}


.container-white .brand .info {
	color: #999999;
	font: normal 16px "Lucida Sans Unicode";
	letter-spacing: 1px;
}
*/

/****************************************************************************************************/


.container-white .polaroid-item {
	display: inline-block;
	margin: 0 auto;
	box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.2);
	background: none repeat scroll 0% 0% #FFF;
}


.container-white .polaroid-item H3 {
	font: bold 13px "Lucida Sans Unicode";
	letter-spacing: 2px;
	color: rgb(17, 171, 176);
}


.container-white .reveal-modal H3 {
	font: bold 14px "Lucida Sans Unicode";
	letter-spacing: 2px;
	color: rgb(17, 171, 176);
}


.container-white .polaroid-item DIV {
	font: normal 13px "Lucida Sans Unicode";
	text-align: left;
	padding: 10px 0 15px 15px;
}


/****************************************************************************************************/
