/*
	168 - 5 items
	211 - 4 items
	286 - 3 items
*/

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.center-block {
	//max-height:296px;
	//height:296px;
}

.isotope-grid-container {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	display:block;
	clear: both;
}

.isotope-grid-container .bid-button {
	background-color: #222;
	float: none !important;
	display: block;
	width: auto !important;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
	font: 300 14px/30px 'Open Sans',Helvetica,Arial,sans-serif;

	opacity: 0.8;
	transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
}

.right .isotope-grid-container {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.right .isotope-gallery h2 {
	padding-bottom:0px !important;
}

.isotope-gallery {
	float:left;
	width:100%;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;

	/* background: #f8f1d5 url(/global/images/img-noise-hi.png) !important; */
	border-radius: 3px;
}

.isotope-gallery .header h2 {
	margin-left:20px;
	margin-bottom: 20px;
}

/* ---- button ---- */

.isotope-button-group .button {
	display: inline-block;
	overflow: hidden;
	margin: 10px 0 0 20px;
	padding: 0 25px;
	outline: none;
	border: 0;
	font: 300 15px/39px 'Open Sans', Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #60060;
	cursor: pointer;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 0.25em !important;
}

.isotope-button-group .link{
  display: inline-block;
  padding: 5px 10px;
  background: none;
  border: 1px solid #ccc;
  text-transform:capitalize;
  color: #222 !important;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  cursor: pointer;
}

.isotope-button-group .button:hover {
  background-color: #EEE;
  color: #222;

  -o-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;

}

.isotope-button-group .link:hover{
	text-decoration:underline;
	color:#f3645a;
}

.isotope-button-group .button:active,
.isotope-button-group .button.is-checked {
  background-color: #202020;
}

.isotope-button-group .link:active,
.isotope-button-group .link.is-checked{
	color:#f3645a;
}

.isotope-button-group .button.is-checked {
  color: #fff;
}

.isotope-button-group .button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.isotope-button-group {
	margin:0px;
	padding-top:20px;
	padding-bottom: 20px;
	background:#FFFFFF60;
	width: 100%;
	text-align: center;
}

#isotope-filters {
	font-size: 0px;
}

.isotope-button-group:after {
  content: '';
  display: block;
  clear: both;
}

.isotope-button-group .button {
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.isotope-button-group .button { margin: 5px;}

/* ---- isotope ---- */

.isotope-grid {
  margin: 0 auto;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  margin-top:20px;
}

.isotope-grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.isotope-grid img {
	position:center;
	border:none;
}

.isotope-grid a, .isotope-grid a:hover{
	color:#f44336;
	text-decoration:none;
}

.isotope-grid .isotope-grid-item {
  display:block;
  overflow:hidden;
  height:auto;
  color: #444;
  float:left;

  width: calc(100% / 3 - 1px) !important;
}

.center-block,
.isotope-grid .isotope-grid-item,
.isotope-grid .isotope-item-content figure,
.isotope-grid .isotope-item-content figure div.img-container,
.isotope-grid .isotope-item-content figure img {
	height: 296px;
}

.isotope-grid .isotope-grid-item .fa {
	line-height:1.3em;
	font-size: 17px;
}

.isotope-grid .isotope-item{
	float:left;
	width:100%;
	height:100%;
	background:#fff;
	border:#eee 1px solid;
	padding:0px;
	overflow:hidden;
}

.isotope-button-title{
	padding:5px;
	margin:0px;
	text-align:center;
	font-size:20px;
	font-weight:500px;
	color:#f44336;
}

.isotope-gallery hr{
	margin:5px auto;
	width:20%;
	display:block;
	height:0px;
	border-top:2px double #f44336;
}


/****** blogs and portfolio ******/

.isotope-grid .isotope-feature-image{
	margin:0px;
	overflow:hidden;
}

.isotope-grid .isotope-datetime, .isotope-grid .isotope-number, .isotope-grid .isotope-type, .isotope-grid .isotope-name{
	float:left;
	color:#777;
	padding:0px 5px;
	font-size:12px;
	display:block;
	width:100%;
	text-align:left;
}

.isotope-grid .isotope-datetime span, .isotope-grid .isotope-number span, .isotope-grid .isotope-type span, .isotope-grid .isotope-name span{
	float:right;
	color:#f44336;
	text-align:right;
}

.isotope-grid .isotope-blog{
	float:left;
	margin:10px 3px !important;
	text-align:justify;
	text-indent:50px;
	font-size:14px;
	color:#333;
}


/****** isotope features ******/

.isotope-grid .isotope-item .isotope-icon{
	margin:20px auto;
	width:60px;
	height:60px;
	background:#f44336;
	color:#fff;
	line-height:60px;
	font-size:30px;
	text-align:center;
	border-radius:100px;
}

.isotope-grid .isotope-item .isotope-title{
	text-align:center;
	font-size:22px;
	color:#f44336;
	text-transform:uppercase;
	font-weight:300;
	padding:8px;
}

.isotope-grid .isotope-item .isotope-details{
	text-align:center;
	font-size:14px;
	color:#333;
	margin:0px 8px 15px 8px;
}



/****** image zoom in ******/

.isotope-grid .isotope-image-zoom {
	position:relative;
	width:100%;
	height:100%;
	display:inline-block;
	overflow:hidden;
}

.isotope-grid .isotope-image-zoom img
{
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
}

.isotope-grid .isotope-image-zoom:hover img
{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
}


/****** isotope team member ******/

.isotope-grid .isotope-item-content {
  margin: 0px;
  width:100%;
  height:100%;
  padding: 0;
  text-align:center;
}

.isotope-grid .isotope-item-content a:link,
.isotope-grid .isotope-item-content a:active,
.isotope-grid .isotope-item-content a:visited{
  color:rgba(255,255,255,1);
}

.isotope-grid .isotope-item-content a:hover{
  color:rgba(255,255,255,0.6);
}

.isotope-grid .isotope-item-content figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.isotope-grid .isotope-item-content figure img {
	height:auto;
	width:auto;
	margin:0 auto;

	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	object-fit: contain !important;
	width: 100%;
	height: 100%;
}

.isotope-grid .isotope-item-content figcaption p {
	font-size: 17px;
	padding:3px;
	margin-top:25px;
	line-height:1.3em;
	padding-left: 10px;
	padding-right: 10px;
	color:#fff;
}

.isotope-grid .isotope-item-content figcaption .button {
	float:none !important;
	display:block;
	margin-left: auto;
	margin-right: auto;
	width: auto !important;
	margin-left: 50px;
	margin-right: 50px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:20px;
}

.isotope-grid .isotope-item-content figcaption ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.isotope-ready .isotope-item-content figcaption ul {
  visibility: visible;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.isotope-grid .isotope-item-content figcaption ul li {
  display: inline-block;
  padding: 10px;
}

.isotope-item-content figcaption {
  padding: 0px;
  background-color: transparent;
  position: absolute;
  z-index: 996;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.isotope-ready .isotope-item-content figure:hover figcaption {
  visibility: visible;
  background: rgba(110, 110, 110, 0.65);
  /* Primary color, can be changed via colors.css */
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.isotope-grid .isotope-item-content figure:hover figcaption ul li a:hover {
  color: rgba(49, 49, 49, .97);
}

.isotope-ready .isotope-item-content figure img {
  -webkit-transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.isotope-ready .isotope-item-content figure:hover img {
  -webkit-transform: scale(1.12) translateY(-6px);
  -moz-transform: scale(1.12) translateY(-6px);
  -o-transform: scale(1.12) translateY(-6px);
  -ms-transform: scale(1.12) translateY(-6px);
  transform: scale(1.12) translateY(-6px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


@media only screen and (min-width: 769px) and (max-width: 949px) {
    .isotope-grid .isotope-grid-item {
        width: calc(100% / 3 - 1px) !important;
    }

    .center-block,
    .isotope-grid .isotope-grid-item,
    .isotope-grid .isotope-item-content figure,
    .isotope-grid .isotope-item-content figure div.img-container,
    .isotope-grid .isotope-item-content figure img {
	    height: 286px;
    }
}

@media only screen and (min-width: 651px) and (max-width: 768px) {
    .isotope-grid .isotope-grid-item {
        width: calc(100% / 3 - 1px) !important;
    }

    .center-block,
    .isotope-grid .isotope-grid-item,
    .isotope-grid .isotope-item-content figure,
    .isotope-grid .isotope-item-content figure div.img-container,
    .isotope-grid .isotope-item-content figure img {
	    height: 197px;
    }
}

@media only screen and (min-width: 551px) and (max-width: 650px) {
    .isotope-grid .isotope-grid-item {
        width: calc(100% / 2 - 1px) !important;
    }

    .center-block,
    .isotope-grid .isotope-grid-item,
    .isotope-grid .isotope-item-content figure,
    .isotope-grid .isotope-item-content figure div.img-container,
    .isotope-grid .isotope-item-content figure img {
	    height: 253px;
    }
}

@media only screen and (min-width: 451px) and (max-width: 550px) {
    .isotope-grid .isotope-grid-item {
        width: calc(100% / 2 - 1px) !important;
    }

    .center-block,
    .isotope-grid .isotope-grid-item,
    .isotope-grid .isotope-item-content figure,
    .isotope-grid .isotope-item-content figure div.img-container,
    .isotope-grid .isotope-item-content figure img {
	    height: 203px;
    }
}

@media only screen and (min-width: 351px) and (max-width: 450px) {
    .isotope-grid .isotope-grid-item {
        width: calc(100% / 2 - 1px) !important;
    }

    .center-block,
    .isotope-grid .isotope-grid-item,
    .isotope-grid .isotope-item-content figure,
    .isotope-grid .isotope-item-content figure div.img-container,
    .isotope-grid .isotope-item-content figure img {
	    height: 200px;
    }
}

@media only screen and (max-width: 350px) {
    .isotope-grid .isotope-grid-item {
        width: calc(100% / 1) !important;
    }

    .center-block,
    .isotope-grid .isotope-grid-item,
    .isotope-grid .isotope-item-content figure,
    .isotope-grid .isotope-item-content figure div.img-container,
    .isotope-grid .isotope-item-content figure img {
	    height: 350px;
    }
}

