body {
	background: #dadada;
}
.headerbox {
	background: url('../images/bgred.jpg') 50% 50% no-repeat;
	background-size: cover;
}
/* .site-section {
	padding: 30px 0 20px 0;
} */
.breadcrumb {
	margin: 0;
}
/* .bgpage {
	padding: 0 30px 30px 30px;
} */
h2 {
	font-size: 30px;
	font-weight: 600;
}
.bgpage h2 {
	margin: 0;
}
/* How to collect */
.thumbbox {
	width: 100%;
	height: 100%;
}
.thumbbox a {
	display: flex;
	padding: 10px;
	background: #b3d3f4;
	color: #0b4da1;
	margin-bottom: 20px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
}
.thumbbox a:hover {
	transition: all ease-in-out .3s;
	background: #0b4da1;
}
.thumbbox a:hover p, .thumbbox a:hover p b {
	color: #FFF
}
.thumbbox img {
	width: 50%;
	display: inline-block;
	border-bottom-left-radius: 25px;
}
.thumbbox .conbox {
	width: 50%;
	display: inline-block;
	position: relative
}
.thumbbox p {
	font-family: 'Prompt', sans-serif;
	color: #0b4da1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 20px;
	line-height: 1em;
	margin: 0;
}
.thumbbox p b {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: 400;
	color: #0b4da1;
	display: block;
	margin: 10px 0;
	line-height: 1em;
}
.h2box {
	display: block !important;
	width: 100% !important;
	margin: 80px 0 40px 0 !important;
}
.stephead {
	margin: 20px 0 0 0;
	padding: 0
}

@media (max-width: 1200px) {
.ciclemask {
	width: 150px;
	height: 150px;
}
.bgpage {
	padding: 30px;
}
.site-section {
	padding: 10px 0;
}
}

@media(max-width: 480px) {
.ciclemask {
	width: 100px;
	height: 100px;
}
.site-section {
	padding: 0;
}
.breadcrumb {
	margin-bottom: 0
}
.thumbbox a {
	display: block;
}
.thumbbox img {
	width: 100%;
	vertical-align: top;
}
.thumbbox .conbox {
	width: 100%;
	display: inline-block;
	position: relative
}
.thumbbox p {
	position: relative;
	top: 0;
	transform: none;
	line-height: 1em;
	font-size: 16px;
	white-space: normal;
}
.thumbbox p b {
	font-size: 20px;
	margin: 20px 0 10px 0;
}
}
