.param { 
	color: #E13239; 
}
.minifont {
	 font-size: 12px; 
}
.bigfont {
	 font-size: 36px; color: #BEDAE5; border-radius: 50%; display: inline-block; 
}
.swiper-wrapper { 
	width: 100%; height: 100%;
}
.swiper-slide { 
	color: #ffffff; width: 100%; height: 100%; text-align: center; line-height: 250px;
}
.swiper-slide:nth-child(4n+1) { 
	background-color: #ffffff; 
}
.swiper-slide:nth-child(4n+2) { 
	background-color: #ffffff; 
}
.swiper-slide:nth-child(4n+3) { 
	background-color: #ffffff; 
}
.swiper-slide:nth-child(4n+4) {
	 background-color: #ffffff; 
}
.sample24 .swiper-slide, .sample25 .swiper-slide {
	 height: 125px; line-height: 125px; 
}
.sample28 { 
	height: 80px; margin-top: 10px; 
}
.sample28 .swiper-slide {
	 height: 80px; line-height: 80px; -webkit-filter: brightness(0.5); filter: brightness(0.5); 
}
.sample28 .swiper-slide-active { 
	-webkit-filter: brightness(1); filter: brightness(1); 
}
#swiper-control {
	 margin-top: 20px; text-align: center; 
}
#swiper-control a {
	 display: inline-block; padding: 5px; border: solid 1px #333333; border-radius: 5px; font-size: 80%; 
}
#swiper-control a:not(:last-child) {
	 margin-right: 10px;
}
#swiper-control a:hover { 
	border: solid 1px #cccccc;
}
#the-post .entry-content #swiper-control a { 
	color: #333333 !important; text-decoration: none !important; 
}
#the-post .entry-content #swiper-control a:hover { 
	color: #cccccc !important; cursor: pointer; 
}
.breakpoints {
	  border: solid 1px #333333; 
}
.breakpoints tr, .breakpoints td, .breakpoints th { 
	background-color: #ffffff; 
}
.breakpoints tr td, .breakpoints tr th { 
	padding: 5px; 
}
.breakpoints tr th { 
	text-align: center; 
}
.breakpoints tr th:not(:last-child), .breakpoints tr td:not(:last-child) {
	 border-right: solid 1px #333333; 
}
.breakpoints tr:not(:last-child) th, .breakpoints tr:not(:last-child) td {
	 border-bottom: solid 1px #333333; 
}
.parallax-bg { 
	position: absolute; left: 0; top: 0; 
	width: 130%; height: 100%; 
	-webkit-background-size: cover; background-size: cover; background-position: center; 
}
.sample30 .swiper-slide {
	 background-color: transparent; 
}