@charset "utf-8";
/* CSS Document */

.labelinside {
		font-family:"Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
		font-size:17px;
		font-weight:bold;
		margin-top:25px;		
}
.labelinside2 {
		font-family:"Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
		font-size:17px;
		font-weight:bold;
		margin-top:40px;
}

#bounds, #bounds-2 {
	color:#fff;
}

#bounds label {
    float:left;
    width:200px;
	height:120px;
	background-color:#c7eafb;
	cursor:pointer;
}

#bounds label a, #bounds-2 label a {
	color:#fff;
}

#bounds label span, #bounds-2 label span {
    text-align:center;
    display:block;
}

#bounds label input, #bounds-2 label input {
    position:absolute;
    /*top:-20px;*/
	display:none;
}

#bounds  input:checked + span, #bounds-2 input:checked + span {    
	color:#434d3e;
	width:200px;
	cursor:pointer;
}

#bounds-2 label {
    float:left;
    width:260px;
	height:160px;
	background-color:#c7eafb;
	cursor:pointer;
}

#bounds-2 input:checked + span {    
	color:#434d3e;
	width:200px;
	cursor:pointer;
	margin-left:30px;
}
