﻿/* PORTFOLIO
============================================*/
/* Image Overlay Effects*/
.image-overlay
{
	position: relative;
	cursor: default;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 1px rgba(51, 51, 51, 0.3);
	-moz-box-shadow: 0px 0px 1px rgba(51, 51, 51, 0.3);
	box-shadow: 0px 0px 1px rgba(51, 51, 51, 0.3);
	/*text-align:center;*/
    padding:10px;
}


/* overlay zoom*/
.overlay-zoom
{
	background: rgba(255, 255, 255, 0.6);
	background: rgb(255, 2255, 255) transparent;
	height: 100%;
	width: 100%;
	top: 0;
	position: absolute;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.overlay-zoom a
{
	height: 80px;
	width: 80px;
	margin: -40px 0 0 -40px;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	line-height: 80px;
	cursor: pointer;
}
.overlay-zoom a .icon-overlay
{
	font-size: 40px;
	padding: 0;
	width: 80px;
	height: 80px;
	line-height: 80px;
}
.image-overlay:hover .overlay-zoom
{
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.zoom-image img
{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.zoom-image:hover img
{
	-webkit-transform: scale(1.5);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1.5);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	transform: scale(1.5);
	transition-timing-function: ease-out;
	transition-duration: 250ms;
}

.rotate-image-right img
{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.rotate-image-right:hover img
{
	-webkit-transform: rotate(15deg) scale(1.5);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: rotate(15deg) scale(1.5);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	transform: rotate(15deg) scale(1.5);
	transition-timing-function: ease-out;
	transition-duration: 250ms;
}

.rotate-image-left img
{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.rotate-image-left:hover img
{
	-webkit-transform: rotate(-15deg) scale(1.5);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: rotate(-15deg) scale(1.5);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	transform: rotate(-15deg) scale(1.5);
	transition-timing-function: ease-out;
	transition-duration: 250ms;
}

/* overlay zoom*/


/* overlay fade*/
.overlay-fade
{
	background: rgba(255, 255, 255, 0.6);
	background: rgb(255, 2255, 255) transparent;
	height: 100%;
	width: 100%;
	top: 0;
	position: absolute;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.overlay-fade a
{
	height: 80px;
	width: 80px;
	margin: -40px 0 0 -40px;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	line-height: 80px;
	cursor: pointer;
}
.overlay-fade a .icon-overlay
{
	font-size: 40px;
	padding: 0;
	width: 80px;
	height: 80px;
	line-height: 80px;
	background: rgba(255, 255, 255, 0.6);
	background: rgb(255, 2255, 255) transparent;
}
.image-overlay:hover .overlay-fade
{
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* overlay fade*/












.menuContainer
{
	height: 62px;
}

.portfolio-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;
}


.photosContainer
{
	padding-top: 20px;
	padding-bottom: 20px;
}

.imgPortItem
{
	height: 200px;
    width: 100%;
    /* padding-left: 25px; */
    object-fit: cover;
    margin: 0 auto;
}


.item-title
{
	/*border-bottom: 2px solid #e6e7e6;*/
	padding: 0;
}


.titleImg
{
	/*border-bottom: 2px solid #9e9e9e;*/
	margin-bottom: 10px;
	padding-bottom: 13px;
	display: inline-block;
	white-space: nowrap;
}

.titleImg a:hover
{
	cursor: pointer;
	color: #0A70A6;
}


ul#portfolio
{
	/*transition:none !important;*/
}

ul#portfolio li
{
	/*margin: 15px 0px;*/
}



.filter-portfolio ul
{
	margin: 0;
	padding: 0;
}



ul#filter
{
	margin: 0;
	padding: 0;
	float: left;
}



ul#filter li
{
	float: left;
	margin: 0;
	padding: 0;
}



ul#filter li a
{
	padding: 22px 15px 22px 15px;
	margin: 0;
	color: #fff;
	background-color: #0A70A6;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	display: block;
}



ul#filter li a:hover
{
	color: #fff;
	background-color: #00669C;
}


.filter-portfolio .content-under-container-white
{
	margin-bottom: 25px;
}


ul#filter li.current a
{
	position: relative;
	background-color: #fff;
	color: #414146;
}

ul
{
	list-style: none;
}


.page-Title
{
	color: #414146;
	font-family: open_sansregular;
	font-size: 22px;
	line-height: 22px;
	padding: 10px;
	color: #0A70A6;
	border-bottom: 3px solid #0A70A6;
}

.other-links
{
	background-color: #0A70A6;
	padding: 40px 0px;
}
.link-item
{
	border-right: 1px solid #73AADC;
}
.link-item:last-child
{
	border-right: none;
}
.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 Queries****/

@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;
    }	
}


@media only screen and (min-width: 768px) and (max-width: 991px)
{
	.imgPortItem
    {
	    height: 180px;
	    max-width: 240px;
	    padding-left:0px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px)
{
	.imgPortItem
    {
	    height: 160px;
	    max-width: 190px;
	    padding-left:0px;
    }
}

@media only screen and (max-width: 479px)
{
    .imgPortItem
    {
	    padding-left:20%;
    }
}