﻿
.industries-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;
}


.industries-details p
{
	margin-top: 20px;
	padding-right: 15px;
	text-align: justify;
	color:#7c7c7c;
	font-size: 18px;
	line-height: 24px;
}
.industries-image
{
	/*width: 400px;
	float: left;*/
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 0;
    padding-right: 20px;
}

.other-industries
{
	background-color: #0A70A6;
	padding: 40px 0px;
}
.backLink
{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	margin: 5px 0px 0px 0px;
}
.backButton
{
	float: left;
	background-color: #323A45;
	font-size: 36px;
	text-align: center;
	display: table;
}
.industry-entry-back:hover a .fa, .backButton a:hover .fa
{
	color: #fff;
	-webkit-transition: all 1s; /* Safari */
    transition: all 1s;
}
.industry-entry, .industry-entry-back
{
	margin: 10px 0px;
	cursor: pointer;
	transition:all .25s linear;
}
.industry-entry:hover .industry-entry-title
{
	background-color: #00669C;
	margin-left: 10px;
	/*width:380px;*/
	/*transform: scale(1.05);	
	-webkit-transform: scale(1.05);	
	-moz-transform: scale(1.05);*/
}
.industry-entry:hover .industry-entry-image, .industry-entry:hover .backButton
{
	/*transform: scale(1.05);	
	-webkit-transform: scale(1.05);	
	-moz-transform: scale(1.05);*/
}

.industry-entry-image, .backButton
{
	float: left;
	transition:all .25s linear;
}

.industry-entry-title
{
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	height: 94px;
	display: table;
	border-bottom: 1px solid #73AADC;
	/*width: 370px;*/
}


.industry-entry-title h4
{
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
}
.industry-entry-title h4 a
{
	color: #FFF;
	
}
.industry-entry-title h4 a:hover
{
	text-decoration: none;
	
}

.industry-entry-image img, .backButton
{
	/*width: 140px !important;*/
	height: 94px;
}
.industry-entry-image .overlay-zoom a .icon-overlay
{
	background-color: transparent;	
}


.other-industries .image-overlay 
{
    padding: 0px;
}


@media only screen and (max-width: 767px)
{
   .industries-image
    {
	    padding-left: 0px;
	    padding-right: 0px;
    }
 
}


@media only screen and (min-width: 992px)
{
     .industry-entry:nth-last-child(1) .industry-entry-title, .industry-entry:nth-last-child(2) .industry-entry-title
    {
	    border-bottom: none;
    }
}


@media only screen and (max-width: 991px)
{
   .industry-entry-title, .industry-entry-image img, .backButton {
        height: 110px;
    }
    
    .industry-entry:nth-last-child(1) .industry-entry-title
    {
	    border-bottom: none;
    }
 
}