
/**
 * gallery company
 */
ul.gallery-com,
ul.gallery-com li
{
	display: block;
	position: relative;
	list-style: none;
	overflow: hidden;
}

.gallery-com
{
	width: 102.102803738317757%;
	margin-left: -1.051401869158879%;
}

.gallery-com li
{
	float: left;
	width: 22.23052959501558%;
	margin: 9px 1.051401869158879%;
}

.gallery-com li *
{
	display: block;
	position: relative;
	-moz-transition: all 406ms ease-out;
	-ms-transition: all 406ms ease-out;
	-o-transition: all 406ms ease-out;
	-webkit-transition: all 406ms ease-out;
	transition: all 406ms ease-out;
}

.gallery-com li a .thumb,
.gallery-com li a span.name
{
	/* border: 1px solid rgba(204, 204, 204, 0.5); */
}

.gallery-com li a .thumb
{
	background-repeat: no-repeat;
	background-position: center center;
	min-width: 100%;
	min-height: 175px !important;
	background-size: cover;
}

.gallery-com li:hover a .thumb,
.gallery-com li a .thumb:hover
{
	-webkit-filter: grayscale(60%);
	-moz-filter: grayscale(60%);
	-ms-filter: grayscale(60%);
	-o-filter: grayscale(60%);
	filter: grayscale(60%);
	-moz-box-shadow: inset 0px 0px 11px rgba(0, 0, 0, 0.8);
	-ms-box-shadow: inset 0px 0px 11px rgba(0, 0, 0, 0.8);
	-o-box-shadow: inset 0px 0px 11px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: inset 0px 0px 11px rgba(0, 0, 0, 0.8);
	-khtml-box-shadow: inset 0px 0px 11px rgba(0, 0, 0, 0.8);
	box-shadow: inset 0px 0px 11px rgba(0, 0, 0, 0.8);
}

.gallery-com li a img
{
	
width: 100%;
	
height: 200px;
}

.gallery-com li a span.name {
    border-top: none;
    padding: 10px;
    text-align: left;
    font-weight: normal;
    width: 100%;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.74);
    white-space: nowrap;
    overflow-x: hidden;
    position: absolute;
    text-overflow: ellipsis;
    font-size: 16px;
    bottom: 0;
    font-weight: bold;
    z-index: 10;
    font-family: RobotoCondensedBold;
}
.gallery-com li > a:before {
    content: " ";
    background: -webkit-linear-gradient(top,rgba(31,41,51,0) 10%,rgba(31,41,51,0.72) 60%);
    background: -o-linear-gradient(top,rgba(31,41,51,0) 10%,rgba(31,41,51,0.72) 60%);
    background: -ms-linear-gradient(top,rgba(31,41,51,0) 10%,rgba(31,41,51,0.72) 60%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 9;
}
.gallery-com li:hover a span.name,
.gallery-com li a span.name:hover
{
}
@media only screen and (max-width: 667px)
{
	.gallery-com li
	 {
	   width: 47.23052959501558%;
	
	}
}
@media only screen and (max-width: 480px)
{
	.gallery-com li
	 {
	   width: 47.23052959501558%;
	
	}
	.gallery-com li a img {
		height: 100px;
	}
	
	.gallery-com li a .thumb {
		min-height: auto !important;
	}
}