@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: rgba(237,237,237,1.00);
	font-family: 'Source Sans Pro', sans-serif; 
	font-size: 100%;
	font-weight: 700;
}

@media only screen and (min-width : 2px)   {

.portfolio-panel-header {
	display: inline-block;
  position: relative;
  margin: 0;
margin-bottom: 30px;
  padding: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

 .panel-logo {
	width: 40px;
	 height: auto;
  display: block;
  position: relative;
  float: left;
  margin: auto 15px;
  opacity: 1;
	}

.panel-logo img {
	width: 100%;
	position: relative;
}


.portfolio-panel-headline {
	width: 70%;
	position: relative;
	font-size: 1.25em;
	font-weight: 400;
	margin: auto;
	padding: 10px;
	text-align: center;
}

.port-panel-close {
	display: block;
	width: 30px;
	height: 35px;
	float: right;
	margin: -30px 20px 0 0;
}

.port-panel-close img {
	width: 100%;
	height: auto;
	position: relative;
}




.portfolio-panel-container {
	width: 99.5%;
    height:auto;
    position:relative;
    overflow: hidden;
   	margin: auto;
}
	
	.gallery a {
		width: 175px;
		height: auto;
		float: left;
		margin: 5px;
	}

.gallery  {
	display: grid;
	position: relative;
	grid-template-columns: repeat( auto-fit, minmax(170px, 1fr) );
	-ms-grid-columns: repeat( auto-fit, minmax(170px, 1fr) );
	grid-gap: 10px;
	ms-grid-gap: 10px;
    grid-auto-rows: minmax(50px auto);
	margin: 0;

}

	.gallery img {
		width: 100%;
		position: relative;
		margin: auto;
	}

.gallery a:hover {
	opacity: 0.85;
}
	
	.gallery .last {
		width: 365px!important;
	}


.portfolio-item-countertop {
	border: 1px solid rgba(215,215,215,0.5);
	list-style: none;
}
	
}

@media only screen and (min-width: 768px) {
	
	.portfolio-panel-header {
	display: inline-block;
  position: relative;
  margin: 0;
	margin-bottom: 30px;
  padding: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}

	
.header-wrap {
	width: 80%;
	height: auto;
	position: relative;
	display: block;
	margin: auto;
}
	
	.header {
		float: left;
	}
	
	.panel-logo {
  width: 10%;
  display: block;
  position: relative;
  float: left;
  margin: 5px 0 0 5px;
  opacity: 1;
}

	
	.portfolio-panel-headline {
	width: 80%;
	position: relative;
	font-size: 2.25em;
	font-weight: 400;
	margin: auto;
	padding: 20px;
	text-align: center;
}
	
.port-panel-close {
	display: block;
	width: 40px;
	height: 45px;
	float: right;
	margin: -60px 10px 0 0;
}

.port-panel-close img {
	width: 100%;
	height: auto;
	position: relative;
}

	
	.portfolio-panel-container {
	width: 80%;
    height:auto;
    position:relative;
    overflow: hidden;
   	margin: auto;
}
	
	.gallery .last {
		width: 365px!important;
	}
	
	
}

@media only screen and (min-width: 860px) {
	
	.panel-logo {
  width: 7.5%;
  display: block;
  position: relative;
  float: left;
  margin: 5px 0 0 5px;
  opacity: 1;
}
	
.port-panel-close {
	display: block;
	width: 40px;
	height: 45px;
	float: right;
	margin: -60px 10px 0 0;
}

.port-panel-close img {
	width: 100%;
	height: auto;
	position: relative;
}


}

@media only screen and (min-width: 950px) {
	.port-panel-close {
	display: block;
	width: 40px;
	height: 45px;
	float: right;
	margin: 20px 10px 0 0;
}
	
}


@media only screen and (min-width: 1188px) {
	
.panel-logo {
  width: 7.5%;
  display: block;
  position: relative;
  float: left;
  margin: 5px 0 0 5px;
  opacity: 1;
}

.port-panel-close {
	display: block;
	width: 40px;
	height: 45px;
	float: right;
	margin: 20px 10px 0 0;
}

.port-panel-close img {
	width: 100%;
	height: auto;
	position: relative;
}
	
}

@media only screen and (min-width: 1225px) {

	.panel-logo {
  width: 5%;
	
}











