/* ----------------------------------------------------------------
	Custom CSS
-----------------------------------------------------------------*/

.blue {color:#1C548A;}
.lightblue {color: #00AEEF;}
.darkgray {color:#191818;}
.bg-blackridge-blue {background-color: #00AEEF;}
#footer > div.container.center > div > div > div:nth-child(1), #footer > div.container.center > div > div > div:nth-child(3) > div > p > div > p {color: #C7C8C8;}
.lead {font-size: 0.9em; letter-spacing: 1px!important;}
#footer a {font-size: 1.2rem !important;}
#header, #header-wrap, #logo img {
    height: 90px;
    -webkit-transition: height .4s ease,opacity .3s ease;
    -o-transition: height .4s ease,opacity .3s ease;
    transition: height .4s ease,opacity .3s ease;
   
}
h2.ls0.t700.blue, h2.ls0.t700.blue.nobottommargin {font-size: 38px;line-height: 36px;} 
.flip-card-inner p {line-height: 1.1em!important;}

/* ----- | Story-Box | ----- */
.story-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	cursor: pointer;
}

.story-box .story-box-image {
	width: 70%;
	height: 500px;
	z-index: 2;
	overflow: hidden;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.story-box .story-box-image img {
	display: block;
	height: auto;
	width: 100%;
	opacity: 1;
	transition: opacity .3s ease;
}

.story-box:hover .story-box-image img {
	opacity: .9;
 }

.story-box .story-box-info {
	box-sizing: border-box;
	width: 50%;
	height: 430px;
	padding: 60px;
	margin: 35px 0 0 -20%;
	background: #fff;
	z-index: 4;
	box-shadow: 0 10px 45px rgba(0,0,0,.1);
	transition: all ease-in .3s;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.story-box.description-left .story-box-info {
	-ms-flex-order: -1;
	order: -1;
	margin: 35px -20% 0 0;
}

.story-box .story-box-info .story-title {
	font-family: 'PT Sans Narrow';
	font-size: 26px;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 0;
	color: #1C548A;
}

.story-box .story-box-info .story-box-content p {
	font-size: 0.75em;
	font-weight: 300;
	color: #191818;
	line-height: 16px;
}

.story-box .story-box-info .story-box-content a {
	font-size: 16px;
}

/* ----- Story-Box Responsive ----- */
@media (max-width: 991px) {

	.story-box .story-box-image {
		height: auto;
		width: 100%;
		height: 400px;
		-ms-flex-order: -1;
		order: -1;
	}

	.story-box.description-left .story-box-info {
		-ms-flex-order: -1;
		order: -1;
		margin: 35px -20% 0 0;
	}

	.story-box.description-left .story-box-info { margin: -40px 5% 0; }

	.story-box .story-box-info {
		max-width: 90%;
		height: auto;
		-ms-flex-preferred-size: 90%;
		flex-basis: 90%;
		margin: -40px 5% 0;
	}

	#side-panel-trigger { right: 40px !important; }

	.mobile-side-panel {
		position: absolute;
		display: block;
		top: 26px;
		font-size: 18px;
		color: #222;
		right: 40px;
		padding: 10px;
	}
}


@media (max-width: 767px) {

	.story-box.description-left .story-box-info { margin: -100px 5% 0; }
	.story-box .story-box-info {
		padding: 35px;
		text-align: center;
		margin: -100px 5% 0;
	}
	.customers-count { border-right: none }
}

@media (max-width: 479px) {

	.story-box .story-box-info {
		width: 100%;
		padding: 15px;
		text-align: center;
		margin: -200px 5% 0;
	}
	.story-box.description-left .story-box-info { margin: -200px 5% 0; }

	ul.tab-nav:not(.tab-nav-lg) li a i {display: none;}
	
	.flip-card-inner p.mb-2.text-white {
    font-size: 18px !important;}
    h2.ls0.t700.blue, h2.ls0.t700.blue.nobottommargin {font-size: 30px;line-height: 30px;} 
    ul {margin-bottom: 0;}
    ul.iconlist li {font-size: 18px;}
    #content p {letter-spacing: 0px;}
    div.col-lg-6.home {text-align: center;}

}
@media (max-width: 320px) {
	    h2 {font-size: 20px;line-height: 30px;text-align:center!important;} 

	}
