/* -- About Page Styles - Start -- */

li {
	list-style-type:circle;
}

.about {
	display:flex;
	flex-wrap:nowrap;
	justify-content:center;
	margin:3em auto 2em auto;
	letter-spacing:0;
	font-size:0.9em;
	}
	
.about__img {
	text-align:center;
	}

.about__img img {
	margin-left:auto;
	margin-right:auto;
	}

	
.about__content {
	min-width:0;
	}
	
.about__wlogo {
	margin-top:-1em;
	background-image:url("../img/index/wlogo.png");
	background-size:0.6em 0.2em;
    background-repeat: no-repeat;
	background-position: center top; 
}

	
/* --- */

/*-- Testimony START --*/
.about__testimonials {
		margin-top:1em;
}

.about__ttitle {
	font-weight:normal;
	font-family:'Roboto Slab Bold',serif;
	text-align:center;
	margin-bottom:1em;
}

.about__tblocks {
	margin-top:2em;
}

.testimony {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-around;
	align-items:flex-start;
	align-content:flex-start;
}

.testimony__items{
	margin-bottom:3em;
}

.testimony__card {
	padding:2em;
	margin:0;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color: rgba(239, 239, 239, 0.5);
	position: relative;
}

.testimony__quote {
	margin:0 0 1em 0;
	text-align:justify;
	text-justify: inter-word;
	z-index:1;
	font-size:0.9em;
}

.testimony__mark {
	font-family:'Droid Serif',serif;
	font-weight:bolder;
	position:absolute;
	font-size:4em;
	height:1em;
	width:1em;
	border-radius:0.5em;
	background-color:#ffffff;
	z-index:10;
	top:-0.5em;
	left:-0.3em;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	text-align:center;
}

.testimony__signage {
	display: flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-end;
	align-items:center;
}

.testimony__logo {
	max-height:3em;
	max-width:8em;
}

.testimony__author, .testimony_company {
	text-align:right;
	margin:0;
	padding: 0;
}

.testimony__author {
	font-weight:bold;
	font-size:1em;
}

.testimony_company {
	font-size:0.9em;
}

.testimony__sig {
	margin-right:0.5em;
}
/*-- Testimony END --*/


@media (max-width: 767px) {
	
	.about {
		flex-direction:column;
		padding:0 0.8em;
	}
	
	.about__img {
		margin:0 0 2em 1em;
	}

	.about__img img {
			height:130px;
	}
	
	.about__content {
		font-size:0.8em;
	}
	
	.testimony {
		font-size:0.8em;
	}

	.testimony__items{
		width:100%;
	}
	
	.testimony__logopos {
		text-align:right;
	}	

}

@media (min-width: 768px) and (max-width: 991px) {
	
	.about {
		flex-direction:column;
		padding:0 2em;
	}
	
	.about__img {
		margin:0 0 2em 1em;
	}

	.about__img img {
		height:184px;
	}
	
	.about__content {
		font-size:1em;
	}
	
	.testimony {
		font-size:1em;
	}

}


@media (min-width: 992px) {
	
	.about {
		flex-direction:row-reverse;
		padding:0 2em;
	}
	
	.about__img {
		margin:0 0 2em 1em;
	}

	.about__img img {
		height:184px;
	}
	
	.about__content {
		font-size:1em;
	}
	
	.testimony__items{
		width:80%;
	}
	
	.testimony__logopos {
		text-align:right;
	}
	
	.testimony {
		font-size:1em;
	}
	

}

/* -- About Page Styles - End -- */