.popups {
	/*background-color: #d4d8d9;*/
}
.popups ul {
	width: 80%;
	max-width: 1200px;
	padding: 30px 0;
	margin: auto;
	text-align: center;
}
.popups li {
	width: 40%;
	margin: 0 10px 30px 10px;
	padding: 20px;
	display: inline-block;
	background: #6dbf3a;
	border: 1px solid #fff;
	transition: border .5s ease;
	cursor: pointer;
    border-radius: 10px;
}
.popups li:hover {
	border: 1px solid #b4b4b4;	
}
@media screen and (max-width: 1100px) {
	.popups li {
		width: 40%;
	}
}
@media screen and (max-width: 700px) {
	.popups li {
		width: 60%;
	}
}
@media screen and (max-width: 500px) {
	.popups li {
		width: 80%;
	}
}
.popups li span {
	display: block;
}
.popups li img {
	margin-bottom: 15px;
}
.popups li .time {
	font-weight: 600;
	color: #696969;
	line-height: 40px;
	letter-spacing: 2px;
}
.popups li .name {
	margin-bottom: 15px;
	font-weight: 100;
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
}
.popups li .text {
	margin-bottom: 20px;
	font-weight: 400;
	color: #363636;
	font-size: 14px;
	font-style: italic;
}
.popups li .link {
	width: 70%;
	height: 50px;
	margin: 0 auto;
	font-weight: 600;
	color: #fff;
	line-height: 50px;
	letter-spacing: 2px;
	border: 1px solid #ccc;
	transition: all 1s ease;
}
.popups li:hover .link {
	background-color: #efefef;
}
.list {
	text-align: center;
	
}
.list li {
	width: 30%;
	margin: 0 10px 30px 10px;
	padding: 20px;
	display: inline-block;
	background: #fff;
	border: 1px solid #fff;
	transition: border .5s ease;
	text-align: center;
	cursor: pointer;
}
@media screen and (max-width: 700px) {
	.list li {
		width: 40%;
	}
}
@media screen and (max-width: 500px) {
	.list li {
		width: 70%;
	}
}
.list li span {
	display: block;
}
.list li img {
	margin-bottom: 15px;
}
.list li .name {
	margin-bottom: 15px;
	font-weight: 100;
	color: #696969;
	font-size: 18px;
	letter-spacing: 2px;
}
.list li .text {
	margin-bottom: 20px;
	font-weight: 400;
	color: #363636;
	font-size: 14px;
	font-style: italic;
}
#modals {
	text-align: left;
}
#modals .text {
	margin-top: 20px;
	margin-bottom: 25px;
	font-weight: 600;
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 2px;
}
#modals p {
	margin-bottom: 20px;
	font-weight: 400;
	color: #fff;
	font-size: 14px;
}
#modals ul li{
	margin-bottom: 5px;
	font-weight: 400;
	color: #fff;
	font-size: 14px;
    list-style: circle;
    list-style-position: inside
}


#modals p.gray {
	color: #acacac;
}


.button a {
	height: 50px;
	display: block;
	margin: 0 auto 30px auto;
	font-weight: 600;
	color: #696969;
	line-height: 50px;
	text-align: center;
	letter-spacing: 2px;
	border: 1px solid #ccc;
	transition: all 1s ease;
}
.button a:hover {
	background-color: #efefef;
}
.actions {
	width: 300px;
	padding: 10px 20px;
	position: absolute;
	right: 20px;
	top: 100px;
	background: #fff;
	box-shadow: 0px 0px 10px #848484;
}
.actions .button a {
	margin: 10px auto;
}