/* INDEX.PHP CSS */

/*-- Introduction START --*/

.blurb {
	text-align:center;
	box-sizing:border-box;
}

.blurb p {
	margin-top:1em;
}

.introduction__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; 
}

.introduction__standout {
	color:#800000;

}

/*-- Introduction END --*/

/*-- Service Overview START --*/
.serviceoverview__cell {
	display: table-cell;
	text-align:center;

}

.serviceoverview__block {
	box-sizing:border-box;
	margin-bottom:1em;
	color:#fefefe;
	letter-spacing:1px;
	background-color:#002057;
	border-radius:0.5em;
	}

.serviceoverview__block .glyphicon {
	margin:0 0 0.3em 0;
}

.serviceoverview__name {
	font-weight:bold;
	font-family:'Droid Serif',serif;
	word-wrap:break-word;
}

.serviceoverview__description {
	font-size:0.7em;
}

.serviceoverview__block, .serviceoverview__name, .serviceoverview__description {
	vertical-align:middle;
}


/*-- Service Overview END --*/

/*-- Enquiries START --*/
.enquiries {
	margin:3em 0 5em 0;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.enquiries__img{
	margin:auto 1em 1em 1em;
}

.enquiries__contactus {
	margin:auto 1em;
}

.enquiries__dropdown{
	left:-5%;
}

.callus__items {
	padding:0.1em;
	font-size:1.3em;
}

.callus__button {
	margin-top:0.5em;
	width:7em;
	height:2em;
	font-size:1.6em;
}

.callus__button  .caret {
	margin-left:0.3em;
	border-width:7px 7px 0;
}

.callus__items .glyphicon {
	margin-right:0.3em;
}

/*-- Enquiries END --*/

/*-- Testimony START --*/

.testimony__social {
	margin-top:5em;
}


.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.8em;
}

.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__logo {
		max-height:3em;
		max-width:8em;
	}

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

.testimony__author {
	font-weight:bold;
}

.testimony__more {
	font-family: 'Roboto', sans-serif;
	text-align:center;
	margin:0 auto 1em auto;
	font-size:1.2em;
	width:100%;
}

/*-- Testimony END --*/

/*-- Socialfeed START --*/


.testimony__heading, .twitter__heading, .subscription__label, .partners__heading {
	font-family:'Droid Serif',serif;
	text-align:center;
	font-weight:bolder;
}

.twitter__heading .glyphicon, .subscription__label .glyphicon, .partners__heading .glyphicon {
	margin-right:0.3em;
	font-size:1em;
}


/*-- Socialfeed END --*/

/*-- Twitter START --*/

.socialfeed__twitter {
	margin-bottom:2em;
	padding:0;
}

.twitter__heading {
	margin-top:0;
}

.twitter__container {
	margin-left: auto;
	margin-right:auto;
	height:80%;
	overflow: hidden;
	background-color: rgba(239, 239, 239, 0.5);
}

/*-- Twitter END --*/

/*-- Subscription START --*/
.subscription {
	margin-bottom:1em;
	text-align:center;
	display:none;
}

.subscription__label {
	font-size:1.5em;

}

/*-- Subscription END --*/

/*-- Partners START --*/

.partners__list {
	margin-top:1em;
	padding:1em;
	background-color: rgba(239, 239, 239, 0.5);
	text-align:center;
}

.partners__item {
	margin: 0 1em 0.5em 0;
}

.partners__logo {
	height: 1.8em;
}

.partners__vmware, .partners__tbs {
	height:2.5em;
}

.partners__telarus, .partners__mvoice{
	height:1em;
}


/*-- Partners END --*/

@media (max-width: 459px) {
	
	.blurb {
		font-size:0.8em;
	}
	
	.serviceoverview__block{
		height:7em;
		padding:0.8em;
	}
	
	.serviceoverview__block .glyphicon {
		font-size:1em;
	}
	
	.serviceoverview__name {
		font-size:1em;  /* 0.8em */
		line-height:1.5em;
	}
	
	.socialfeed {
		margin-top:1em;
	}
	
	.testimony {
		font-size:0.9em;
	}
}

@media (min-width:460px) and (max-width: 767px) {
	
	.blurb {
		font-size:; /* 1.3em */
		padding:1em;
		line-height:1.2em;
		
	}
	.blurb p {
		margin-top:0.6em;
	}
	
	.serviceoverview__block{
		height:6em;
		padding:0.8em;
	}

	.serviceoverview__block .glyphicon {
		font-size:1.4em;
	}
	.serviceoverview__name {
		font-size:0.8em;  /* 0.8em */
	}

	.testimony__items{
		width:100%;
	}
	
	.testimony__logopos {
		text-align:right;
	}
	
	.socialfeed {
		margin-top:2em;
	}
	
	.twitter__container {
		width:80%;
	}
	
	.testimony {
		font-size:0.9em;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	.blurb {
		font-size:;  /* 1.4em */
		padding:1em;
		line-height:1.4em;
	}
	.blurb p {
		margin-top:0.7em;
	}
	
	.serviceoverview {
		padding:0 5em;
	}
	.serviceoverview__block{
		height:8em;
		padding:1em;
	}
	
	.serviceoverview__block .glyphicon {
		font-size:1.8em;
	}
	
	.serviceoverview__name {
		font-size:;  /* 1.3em */
	}

	.testimony__items{
		width:100%;
	}
	
	.testimony__logopos {
		text-align:right;
	}
	
	.socialfeed {
		margin-top:2em;
	}
	.twitter__container {
		width:80%;
	}
	
	.testimony {
		font-size: 1em;
	}
		
}

@media (min-width: 992px) and (max-width: 1239px) {
	
	.blurb {
		font-size:;  /* 1.5em */
		vertical-align:middle;
		padding:1em;
		line-height:1.5em;

	}

	.blurb p {
		margin-top:0.8em;
	}

	
	.serviceoverview__block{
		height:10em;
		padding:1em;
	}
	
	.serviceoverview__name {
		font-size:;  /* 1.4em */
	}

	.serviceoverview__block .glyphicon {
		font-size:2em;
	}
	
	.testimony__items{
		width:100%;
	}
	
	.testimony__logopos {
		text-align:left;
	}
	.socialfeed {
		margin-top:0;
	}
	.twitter__container {
		width:100%;
	}
	
	.testimony {
		font-size: 1em;
	}
	
}

@media (min-width: 1240px) {
	
	.blurb {
		font-size:;  /* 1.5em */
		vertical-align:middle;
		padding:1em;
		line-height:1.5em;

	}

	.blurb p {
		margin-top:0.8em;
	}

	
	.serviceoverview__block{
		height:8em;
		padding:1em;
	}
	
	.serviceoverview__name {
		font-size:;  /* 1.4em */
	}

	.serviceoverview__block .glyphicon {
		font-size:2em;
	}
	
	.testimony__items{
		width:45%;
	}
	
	.testimony__logopos {
		text-align:left;
	}
	.socialfeed {
		margin-top:0;
	}
	.twitter__container {
		width:100%;
		max-height:550px;
	}
	
	.testimony {
		font-size: 1em;
	}
}

@media print {
	.introduction, .introduction__hbox {
		padding:0;
	}
	.introduction__heading {
		font-size:0.8em;
	}	
	
	.partners__logo {
		height:0.5em;
	}
	
	.serviceoverview, .serviceoverview__cell {
		margin:0;
		padding:0;
	}

}