.our-clients .main-hero {
	background-image: url('../images/bg-our-clients.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	min-height: 483px;
	color: #333;
}

.our-clients .main-hero hr {
	display: inline-block;
	margin-left: 0;
}

.our-clients .main-hero h1 {
	/*font-size: 72px;*/
	font-family: 'ralewaythin';
	margin-top: 110px;
}

.our-clients .main-hero h1 b{
	 font-family: "ralewaymedium"
}

.our-clients .contact-us {
	margin-top: 10px;
}

.love-a-good-story h2 {
	margin-top: 40px;
    font-size: 3.5em;
    font-family: 'raleway';
}
.love-a-good-story h2 b{
    font-family: 'ralewaybold';
}

.love-a-good-story p {
	font-size: 1.35em;
	text-align: center;
	margin-bottom: 1.5em;
}

.love-a-good-story .col-1 {
	padding-top: 90px;
}

.love-a-good-story .col-3 {
	padding-top: 30px;
}

.love-a-good-story .col-5 {
	padding-top: 45px;
}

.love-a-good-story ul.pager {
	display: none;
}

/* THE SPEECH BUBBLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-border {
	position:relative;
	padding:15px;
	margin:1em 0 3em;
	border:5px solid #237ec2;
	color:#333;
	background:#fff;
	/* css3 */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:4px;
}

/* Variant : for left positioned triangle
------------------------------------------ */

.triangle-border.left {
	margin-left:5px;
}

/* Variant : for right positioned triangle
------------------------------------------ */

.triangle-border.right {
	margin-right:30px;
}

/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-border:before {
	content:"";
	position:absolute;
	bottom:-20px; /* value = - border-top-width - border-bottom-width */
	left:40px; /* controls horizontal position */
	border-width:20px 20px 0;
	border-style:solid;
	border-color:#237ec2 transparent;
	/* reduce the damage in FF3.0 */
	display:block;
	width:0;
}

/* creates the smaller  triangle */
.triangle-border:after {
	content:"";
	position:absolute;
	bottom:-103px; /* value = - border-top-width - border-bottom-width */
	left:47px; /* value = (:before left) + (:before border-left) - (:after border-left) */
	border-width:13px 13px 0;
	border-style:solid;
	border-color:#fff transparent;
	/* reduce the damage in FF3.0 */
	display:block;
	width:0;
}

/* Variant : left
------------------------------------------ */

/* creates the larger triangle */
.triangle-border.left:before {
	top:100px; /* controls vertical position */
	bottom:auto;
	left:-30px; /* value = - border-left-width - border-right-width */
	border-width:15px 30px 15px 0;
	border-color:transparent #237ec2;
}

/* creates the smaller  triangle */
.triangle-border.left:after {
	top:106px; /* value = (:before top) + (:before border-top) - (:after border-top) */
	bottom:auto;
	left:-21px; /* value = - border-left-width - border-right-width */
	border-width:9px 21px 9px 0;
	border-color:transparent #fff;
}

.ijl-featured-couple {
	padding: 2.855em 0;
	box-shadow: 0px -4px 5px 0px rgba(0,0,0,0.55);
}
.ijl-featured-couple img{
	max-height: 320px;
}

.ijl-featured-couple h2 {
	font-family: 'ralewaylight';
}

.ijl-featured-couple h2 strong {
	font-family: 'ralewaymedium';
}

.ijl-featured-couple p, .ijl-featured-couple ul {
	font-size: 1.056em;
}

.ijl-featured-couple .triangle-border {
	margin-top: 40px;
}
.ijl-featured-couple ul {
	margin-top: 15px;
}
.ijl-featured-couple ul li:first-child strong {
	font-family: 'ralewaybold';
}

.ijl-featured-couple ul li .glyphicon {
	color: #f68d4f;
	font-size: .8em;
}

.ijl-featured-couple ul li strong {
	font-weight: normal;
	font-family: 'ralewaysemibold';
}

.ijl-featured-couple p {
	font-family: 'ralewaymedium';
	margin-top: 15px;
}
.ijl-featured-couple p strong {
	font-weight: normal;
	font-family: 'ralewaybold';
	display: block;
	color: #ca3158;
}

.ijl-featured-couple p span {
	display: block;
}

.ijl-featured-couple .btn {
	margin-top: 20px;
	margin-bottom: 20px;
}

.featured-clients{
	background: #f2f2f2;
	padding-bottom: 50px;
}
.featured-clients h1{
	margin: 40px 0;
	color: #CA3158;
	text-align: center;
	font-family: 'ralewaythin';
	font-size: 3em;
}
.featured-clients h1 b{
	font-family: 'ralewaymedium';
}
.featured-clients .card{
    background: #fff;
    padding: 10px;
    margin: 15px 0;
}
.featured-clients .card h2{
	font-family: 'raleway';
	color: 000;
	font-size: 1.5em;
    text-align: left;
}
.featured-clients .card p{
	font-size: 1em;
}
.featured-clients .card a{
	color: #000;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: ralewayBold;
    font-size: 0.775em;
}
.featured-clients .card img{
	width: 100%;
}
.paragraphHead h3{
 	text-align: center;
    font-size: 1.75em;
    line-height: 1.35em;
    padding-top: 40px;
}
.paragraphHead h3 b{
	font-family: 'ralewaysemibold';
}
.our-clients .darkpink-banner p, .our-clients .banner p {
	font-size: 24px;
	font-family: 'ralewaymedium';
	margin-top: 20px;
}

.our-clients .testimonial{
	position: relative;
}

.our-clients .testimonial .tip {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #bbbbbb;
	border-radius: 6px;
	color: #333333;
	font-family: 'raleway';
	font-size: 0.5em;
	font-weight: normal;
	left: 85%;
	line-height: 18px;
	padding: 6px 10px;
	position: absolute;
	text-align: left;
	top: 10%;
	width: 100%;
	min-width: 185px;
	z-index: 100;
	display: none;
}

.our-clients .testimonial .tip i {
	background: url('../images/3angle.png') no-repeat;
	height: 20px;
	left: -18px;
	position: absolute;
	top: 50px;
	width: 20px;
	z-index: 110;
}

.our-clients .all{
	padding: 30px 0;
}
.our-clients .all:nth-of-type(2n+1) {
    background-color: #f2f2f2;
}
.our-clients .all p{
	line-height: 1.45;
}

.featured-heros{
    background-repeat: no-repeat;
    background-position: 0 -20px;
    background-size: cover;
    min-height: 480px;
}

.featured-heros .triangle-border {
	margin: 4em 0 1em;
	width: 220px;
	padding: 5px;
	border-width: 2px;
	border-radius: 0;
}
.featured-heros .triangle-border h2{
	text-align: left;
    font-size: 1.65em;
    padding: 0 0 0 15px;
    font-family: 'raleway'
}
.featured-heros .triangle-border h2 b{
    font-family: 'ralewaybold'
}
.featured-heros .triangle-border h3{
	color: #237ec2;
	font-size: 0.875em;
	text-transform: uppercase;
	padding: 0 0 0 15px;
	font-family: 'ralewaysemibold';
	margin: 15px 0 2px 0;
}
.featured-heros .triangle-border p{
	font-size: 0.795em;
	padding: 0 0 0 15px;
}
.featured-heros .triangle-border p strong{
	text-transform: uppercase;
}
.featured-heros .triangle-border hr{
	border: 2px solid #f68d4f;
    margin: 1px 0 0 15px;
    width: 40%;
}
.featured-heros .triangle-border.right:before{
    bottom: 60px;
    left: unset;
    border-width: 17px 17px 0;
    width: 0;
    right: -26px;
    transform: rotate(-90deg);
}
.featured-heros .triangle-border.right:after {
    transform: rotate(270deg);
    bottom: 62px;
    right: -19px;
    left: unset;
}
.featured-client-stories strong{
	color: #237ec2;
	font-family: 'ralewaysemibold';
	line-height: 30px;
	font-size: 1.3em;
}
.featured-client-stories p{
	line-height: 30px;
    padding-bottom: 20px;
}
.hrdarkred{
	border-top: 5px solid #ca3158;
    width: 15%;
}
.o-client-readmore{
	text-align: right;
}

/* Wide Screen */
@media (min-width: 1230px) {
	.triangle-border.left {
	    margin-left:-50px;
	}
}

@media (max-width: 787px) {
	.love-a-good-story .col-1, .love-a-good-story .col-2,
	.love-a-good-story .col-3, .love-a-good-story .col-4,
	.love-a-good-story .col-5 {
		padding-top: 0px;
	}

	.triangle-border.left:before {
	    top: -30px;
	    left: 100px;
	    transform: rotate(90deg);
	}
	.triangle-border.left:after {
	    top: -19px;
	    left: 104px;
	    transform: rotate(90deg);
	}
	.featured-heros .triangle-border{
		width: 100%;
	}
	.featured-heros .triangle-border.right:before,
	.featured-heros .triangle-border.right:after {
	    display: none;
	}
	.o-client-readmore{
		text-align: center;
	}
	.our-clients .all .col-sm-3{
		text-align: center;
    	padding: 5px 0 15px 0;
	}
	.our-clients .all .col-sm-3 img{
		border: 3px solid #237ec2;
	}
}

@media (max-width: 690px) {
	.our-clients .main-hero {
		min-height: 470px;
	}
	.our-clients .main-hero h1 {
		margin-top: 100px;
	}
}

@media (max-width: 480px) {
	.our-clients .love-a-good-story h2 {
		margin-top: 30px;
		/*font-size: 52px;*/
		margin-bottom: 30px;
	}
	.our-clients .love-a-good-story p {
		margin-bottom: 30px;
	}
	.our-clients .main-hero {
		/*min-height: 1px;*/
		background-position: bottom right;
	}
	/*.our-clients .darkpink-banner h3, .our-clients .banner h3 {*/
		/*font-size: 42px;*/
	/*}*/
    .our-clients .main-hero .hero-col {
	    width: 100%;
	    left: 0;
    }

    .our-clients .triangle-border {
	    margin-bottom: 0;
    }

}

@media (max-width: 788px) {
	.our-clients .testimonial .tip{
		left: 0;
		top:0;
	}
}