/* Box */

.box.excerpt .image-left {
	margin-right: 0;
}

.box.excerpt header {
	margin-left: 32%;
}

.box.excerpt p {
	clear: both;
}

.box.feature1 section {
	margin-bottom: 2em !important;
}

.box.spotlight {
	margin-top: 2em;
}




/* Box */

.box.excerpt {
	position: relative;
	overflow: hidden;
}

	.box.excerpt header {
		margin: 0 0 1em 0;
	}

	.box.excerpt .image, .box.excerpt p {
		margin-bottom: 0;
	}

.box.feature1 {
	text-align: center;
}

	.box.feature1 header {
		margin-bottom: 3em;
	}

		.box.feature1 header.first h2 {
			/*! font-size: 2.5em; */
		}

		.box.feature1 header.first p {
			font-size: 1.2em;
		}

		.box.feature1 header.second {
			position: relative;
			display: inline-block;
			text-align: left;
			margin: 0 auto;
			white-space: nowrap;
			left: 24px;
		}

			.box.feature1 header.second p {
				line-height: 1em;
			}

			.box.feature1 header.second:before {
				font-size: 48px;
				position: absolute;
				right: 100%;
				margin-right: 18px;
				opacity: 0.5;
				bottom: -4px;
			}

.box.feature2 {
	text-align: center;
}

.box.article-list article {
	border-bottom: solid 1px #cecece;
	margin: 0 0 2.75em 0;
	padding: 0 0 2.75em 0;
}

	.box.article-list article:last-child {
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}



	/* Image */

	.image {
		position: relative;
		display: inline-block;
	}

		.image img {
			display: block;
			width: 100%;
			border-radius: 8px;
		}

		.image:before {
			content: '';
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			background: url("images/bg01.png");
			width: 100%;
			height: 100%;
			opacity: 0.75;
		}

		.image.fit {
			display: block;
			width: 100%;
		}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 2.5em 0;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
			padding-bottom: 10px;
		}

		.image.centered {
			display: block;
			margin: 0 0 2.5em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}


			/* Medium */


/* Small */

	@media screen and (max-width: 736px) {

		/* Basic */

			body, input, select, textarea {
				line-height: 1.75em;
				font-size: 10pt;
				letter-spacing: 0;
			}

			h2, h3, h4, h5, h6 {
				/* font-size: 13pt !important; */
			}

			h2 {
				line-height: 1.5em;
			}

		/* Section/Article */

			section, article {
				margin-bottom: 3em;
			}

		/* Image */

			.image.left {
				width: 25%;
			}
		}

		.csbpa {
			font-family: 'Roboto', sans-serif;
			font-size: 15px;
			color: rgb(255, 255, 255);
			background-color: rgb(0, 0, 0, 0.4);
			
		}

		@keyframes slide {
			from { left: 100%;}
			to { left: -100%;}
		  }
		  @-webkit-keyframes slide {
			from { left: 100%;}
			to { left: -100%;}
		  }
		  
		  .marquee {
			color:rgb(2, 7, 250);
			background:#f0f0f0;
			width:100%;
			height:80px;
			line-height:80px;
			overflow:hidden;
			position:relative;
		  }
		  
		    #text {
			position:absolute;
			top:0;
			left:0;
			width:100%;
			height:80px;
			font-size:20px;
			animation-name: slide;
			animation-duration: 30s;
			animation-timing-function: linear;
			animation-iteration-count: infinite;
			-webkit-animation-name: slide;
			-webkit-animation-duration: 30s;
			-webkit-animation-timing-function:linear;
			-webkit-animation-iteration-count: infinite;
		  }

		  .csb_line {
			border-bottom: solid 1px #cfcfcf;
		  }

		  .clients {
			padding-top: 20px;
		  }
		  
		  /*.clients .swiper-slide img {
			opacity: 0.5;
			transition: 0.3s;
			filter: grayscale(100);
		  }*/
		  
		  .clients .swiper-slide img:hover {
			filter: none;
			opacity: 1;
		  }
		  
		  .clients .swiper-pagination {
			margin-top: 20px;
			position: relative;
		  }
		  
		  .clients .swiper-pagination .swiper-pagination-bullet {
			width: 12px;
			height: 12px;
			background-color: #ae1f1f;
			opacity: 1;
			background-color: #ddd;
		  }
		  
		  .clients .swiper-pagination .swiper-pagination-bullet-active {
			background-color: #ffc451;
		  }
		