﻿/* PORTFOLIO
============================================*/
.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
{
  width: 263px;
}


.item-title
{
/*border-bottom: 2px solid #e6e7e6;*/
padding: 0;
}


.titleImg
{
    border-bottom: 2px solid #9e9e9e;
    margin-bottom: -2px;
    padding-bottom: 13px;
    display: inline-block;
    white-space: nowrap;
}

.titleImg a:hover
{ 
cursor:pointer; 
color:#03A1E8;
}


ul#portfolio
{
	/*transition:none !important;*/
}



.filter-portfolio ul
 {
	margin:0 ;
	padding:0 ;
 }



ul#filter
 {
	margin:0;
	padding:0;
	float:right;
 }



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: #294A92;
}


.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:#03A1E8;
border-bottom: 1px solid #e6e6e6;
}


/***Media Queries****/

@media only screen and (max-width: 480px)
{
  ul#filter li
  {
   margin:95px 12px 58px -15px;
  }

.page-Title 
{
  margin:-61px 12px 13px 7px;
}

.imgPortItem
    {
      margin-top:47px;
    }
}



@media only screen and (max-width: 640px)
{

ul#filter li
{
margin:30px 12px 16px -15px;
}

.item-title
{
font-size:11px;
}

.page-Title 
{
  margin:50px 12px 13px 0px;
}

.imgPortItem
    {
      margin-top:-3px;
      width:116px !important;
    }


.titleImg
{
width:116px !important;

}

}



@media only screen and (max-width:768px)
{
   
}


@media only screen and (max-width: 991px)
{
   .imgPortItem
    {
      width: 100%;
    }
    
    
    .titleImg
     {
       width: 100%;
     }

}


