
.places
{
	/*background: #16A086;*/
	position: relative;
	top: -50px;
	padding-bottom: 35px;
	text-align: center;
	padding-top: 20px;
	min-height: 500px;
}
.places h1 {
    text-align: left;
    color: #FEF243;
	border-bottom: 1px solid #FEF243;
	margin: 0px;
	padding: 0px;
}
.places h1 span
{
	border-bottom: 3px solid #FEF243;
    line-height: 31px;
    font-size: 23px;
    margin: 0px auto;
}
.places section {
    text-align: left;
    width: 27%;
    float: left;
    font-size: 12px;
	margin-top: -15px;
}
.places ul li input.submit {
    line-height: 36px;
    background: linear-gradient(#FDF479,#F3E951,#E7DA1E);
    display: block;
    float: left;
    padding: 0px 20px;
    color: #095F4F;
    font-weight: bold;
	border-radius: 5px;
	margin-top: 10px;
}
.places section.first
{
	padding-right: 4%;
}
.places section  ul 
{
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}
.places section  ul li {
	display: inline-block;
    width: 100%;
    font-size: 12px;
	margin-bottom: 25px;
}
.places section  ul li:last-child {
	margin-right: 0%;
}
.places section  ul li img {
    float: left;
    margin-right: 16px;
	border-radius: 50%;
    width: 100%;
}
.places section  ul li:last-child img {
	border-radius: 0px;
}
.places section ul li a h3 {
	color: #FEF243;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.places section  ul li a {
    color: #fff;
    text-align: justify;
    text-decoration: none;
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.places section ul li a p {
    margin-bottom: 4px;
}
.places section  ul li a:hover {
    text-decoration: none;
}
.places section.second {
	padding-left: 5%;
	background: url(../images/divider.jpg);
	background-repeat: no-repeat;
	min-height: 500px;
	width: 100%;
}

.places section.second ul li {
    display: inline-block;
    width: 30%;
    margin-right: 3%;
	position: relative;
    float: left;
    min-width: 162px;
    min-height: 162px;
}
.places section.second ul li a div {
    position: absolute;
    width: 90%;
    height: 90%;
    margin: 0px auto;
    background: rgba(0, 0, 0, 0.62);
    border-radius: 50%;
    text-align: center;
    padding-top: 30%;
    margin-left: 5%;
    margin-top: 5%;
}
.places section.second  ul li:last-child img {
    border-radius: 50%;
}
.places section.second ul li a p {
    font-size: 16px;
}
.places section.second ul li a p.big {
    font-size: 20px;
}
.places section.second ul li a h3
{
    font-size: 20px;
}
.places section.second ul li img {
    border: 2px solid #2CD5B4;

}
