﻿.mng-models-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;
}

.mng-models-details
{
	margin: 0px auto 40px;
}

.mng-models-details div
{
	padding-right: 15px;
	text-align: justify;
	
	line-height: 28px;
}

.other-mng-models
{
	background-color: #0A70A6;
	padding: 40px 0px;
}

.mng-models-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;
}
.mng-models-entry
{
	
	margin: 0px;
	padding: 10px 0px;
	cursor: pointer;
	transition:all .25s linear;
	
}
.mng-models-entry:hover
{
	background-color: #00669C;
}
.mng-models-entry-title
{
	height: 94px;
	display: table;
	width: 100%;
}

.mng-models-entry-title h3
{
	text-align:center;
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
}
.mng-models-entry-title h3 a
{
	color: #FFF;
	outline: none;
}
.mng-models-entry-title h3 a:hover
{
	text-decoration: none;
}
.mng-models-icon
{
	width: 35px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;	
}
.mng-models-icon .fa
{
	color: #fff;	
	font-size: xx-large;
}

.icon-background
{
	float: left;	
	display:table;
}
.icon-background i
{
	margin-top:-3px;	
}
.icon-background .fa
{
	color: #0A70A6;
	line-height: 2;
	text-align: center;
	width: 50px;
	height: 50px;
	margin-top: -4px;
	margin-right: 10px;
	border-radius: 50%;
	font-size: 24px;
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (min-width: 768px)
{
    .mng-models-item
    {
	    border-right:1px solid #73AADC;
    }
    .mng-models-item:last-child
    {
	    border-right:none;
    }
}

@media only screen and (max-width: 767px)
{
    .mng-models-item
    {
	    border-right:none;
	    border-bottom:1px solid #73AADC;
	    padding:0px;
    }
    .mng-models-item:last-child
    {
	    border-bottom:none;
    }    
}