.product { min-height:345px;}
.service-feature-computers .service-feature-background{
	left:-134px;
}
.service-feature-computers .service-feature-content{
	padding-top: 56px;
	margin-top: 71px;
}
@media(max-width: 920px){
	.products-row .product-wrapper { display:block;}
}
/*
 * testimonial-main row
 */

.testimonial-main-row {
	min-height:270px;
	position:relative;
	background-color:#1E8DAC;
	color:#FFF;
	z-index:2;
}
@media(max-width:400px) {
	.testimonial-main-row {
		min-height:355px;
		padding:0 20px;
	}
}
.testimonial-main-row .row-inner {
	min-height: 230px;
	position: relative;
	max-width:650px;
	margin:0 auto;
	padding:60px 0px 80px 0px;
}
.testimonials-main {
	min-height: 100px;
}
.testimonial-main {
	display: none;
}
.testimonial-main.active {
	display: block;
}
.testimonial-main-row .testimonial-main-quote {
	position: relative;
	font-size: 24px;
}
.testimonial-main-quote:before {
	content: "";
	position: absolute;
	left: -51px;
	top: -21px;
	width: 43px;
	height: 51px;
	background: url('https://cdn.kibin.com/images/quote.svg') no-repeat;
}
.no-svg .testimonial-main-quote:before {
	background: url('../png/quote.png') no-repeat;	
	background-size: cover;
}
	.testimonial-main-quote a {
		color: #B9D9E2;
	}
.testimonial-main-author {
	position: absolute;
	right:0px;
	margin-top: 10px;
	font-size: 19px;
	vertical-align: top;
}
.testimonial-main-author-profile {
	position: absolute;
	height:65px;
	border-radius: 50%;
	margin-top: -7px;
}
.testimonial-main-author-name,.testimonial-main-author-handle {
	padding-left: 80px;
}
.testimonial-main-author-name {
	font-size: 22px;
	font-weight: bold;
}
.testimonial-main-author-handle {
	color:#FFF;
}
.testimonial-main-selector {
	position: absolute;
	left:0px;
	bottom:-10px;
	width:100%;
	text-align: center;
}
.selector-dot {
	display: inline-block;
	width:10px;
	height:10px;
	border-radius: 50%;
	cursor: pointer;
}
.testimonial-main-selector .selector-dot {
	border:1px solid #FFF;
}
.testimonial-main-selector .selector-dot.active {
	background-color: #FFF;
}

/*
 * pitch feature
 */

.pitch-feature-block { margin:80px auto;}
.pitch-feature-block-striped {
	color:#fff;
	background-color:#777;
	width:100%;
	padding:40px 0;
}
.pitch-feature {
	border-bottom:1px solid #777;
	margin-bottom:50px;
	min-height:400px;
}
.pitch-feature-image-block {
	position:absolute;
	bottom:0;
}
.pitch-feature-body { padding-top:60px;}
@media(max-width:400px) {
	.pitch-feature-image-block { position:static;bottom:none; }
	.pitch-feature { min-height:545px;}
	.pitch-feature-body { padding-top:0 !important;}
}
.pitch-feature-body h4 {
	color:#258299;
	font-size:1.85em;
	margin-bottom:8px;
}
.pitch-feature-body p {
	color:#3d3d3d;
	font-size:1.5em;
	margin-bottom:10px;
}

/*
 * lists
 */

.pitch-list { margin-top:20px; }
.pitch-list li {
	color: #3d3d3d;
    font-size: 1.5em;
    margin-bottom:10px;
	text-align:left;
}
.pitch-list-item { margin-left:20px; }

/*
 * categories
 */

.paper-categories-row,.paper-types-row { padding:60px 0;}
.paper-categories-row, .paper-types-row{ background-color: #F2F2F2;}
.paper-category a, .paper-type a{ color:#1E8DAC;}
.paper-category a::before,.paper-type a::before{
	content:'';
	position: absolute;
	left:-5px;
	width:6px;
	height:6px;
	top:50%;
	margin-top:-3px;
	border-radius: 50%;
	background-color: #1E8DAC;
}
.paper-category, .paper-type {
	display: inline-block;
	padding:26px 10px;
	font-weight: bold;
	vertical-align: top;
}

@media(max-width: 900px){
	.paper-categories-row .row-inner{
		padding: 50px 0px;
		width: 603px;
		margin: 0 auto;
		position: relative;
		right: -30px;	
	}
	.paper-category{ width:50%;}
}

@media(max-width: 750px){
	.paper-categories-row .row-inner{
		padding:30px 0px;
	}
	.pitch-image-first,.pitch-image-second {
		position:relative;
	}

	.pitch-image-third img {
		position:relative !important;
	}
}

@media(max-width: 600px){
	.paper-categories-row .row-inner {
		right:0px;
		padding-left: 20px;
	}
}

@media(max-width: 500px){
	.paper-categories-row .row-inner{
		right:0px;
		width:280px;
		margin:0 auto;
	}
	.paper-category{
		width:100%;
	}
}

@media(max-width: 400px){
	.paper-categories-row .row-inner .paper-category:first-of-type .paper-category-icon{
		top: 18px;
	}
}