﻿.customers-header
{
	background-image: url('../Images/headers/sec-page-header.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 200px;
	position: relative;
	width: 100%;
	margin-top: 92px;
	overflow: hidden;
}

.customers-details
{
	margin: 0px auto 40px;
}

.customer-entry
{
	margin:20px 0px;
}

.customer-entry img
{
	float:left;
	/*width:194px;*/
	height:103px;
}

.customer-entry div
{
	display:table;
	float:left;
	width:50%;
	height:103px;
	padding-left:15px;
}

.customer-entry div span
{
	display:table-cell;
	vertical-align:middle;	
}

.other-links
{
	background-color: #0A70A6;
	padding: 40px 0px;
}

.link-item:hover .fa
{
	-webkit-transform: scale(1.3);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1.3);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	transform: scale(1.3);
	transition-timing-function: ease-out;
	transition-duration: 250ms;
}
.link-entry
{
	
	margin: 0px;
	padding: 30px 0px;
	cursor: pointer;
	transition:all .25s linear;
	
}
.link-entry:hover
{
	background-color: #00669C;
}
.link-entry-title
{
	height: 94px;
	display: table;
	width: 100%;
}

.link-entry-title h3
{
	text-align:center;
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
}
.link-entry-title h3 a
{
	color: #FFF;
	outline: none;
}
.link-entry-title h3 a:hover
{
	text-decoration: none;
}


@media only screen and (min-width: 768px)
{
    .link-item
    {
	    border-right:1px solid #73AADC;
    }
    .link-item:last-child
    {
	    border-right:none;
    }
}

@media only screen and (max-width: 767px)
{
    .link-item
    {
	    border-right:none;
	    border-bottom:1px solid #73AADC;
	    padding:0px;
    }
    .link-item:last-child
    {
	    border-bottom:none;
    }    
}
