/*******************MIX IT UP FILTER************************/
*{
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
label{
  	font-weight: 300;
 	margin: 0 .4em 0 0;
}
.wrapper .controls {
	float:left;
  	color: #878686;
  	width: 100px; 
	margin: -7px auto 20px auto;
	text-align:left;
}
button{
	color: #A8A5A5;
    background: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    border: none;
    min-width: 120px;
    padding-left: 0px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    border-bottom: solid 1px #cccccc;
	cursor: pointer!important;
	width:80%;
}
button:hover{
  	color: #06c9d6;
  	background: #ffffff;
  	border:none;
  	min-width:120px;
  	padding-left:0px;
  	text-align:left;
  	border-bottom:solid 1px #06c9d6;
}
button.active{
  	color: #06c9d6;
  	background: #ffffff;
  	border:none;
  	min-width:120px;
  	padding-left:0px;
  	text-align:left;
  	border-bottom:solid 1px #06c9d6;
}
button:focus{
 	outline: 0 none;
}
button + label{
  	margin-left: 1em;
}

.content .mix{
  	display: none;
}
.content .mix:after{
  	content: attr(data-myorder);

}



.grid {
	position: relative;
	margin: 0 auto;
	width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align:left;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute!important;
	color:#ffffff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 16px;
	opacity: 0;
}

.grid figure h2 {
	color:#ffffff;
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 600;
	font-size:14px;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
figure.effect-bubba {
}

figure.effect-bubba img {
	opacity: 0.4;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.9;
	cursor:pointer;
}
.grid figure figcaption:hover {
    /* background: #03B0BB; */
    background-color: rgba(3, 176, 187, 0.3);
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	z-index:999999;
	font-size:18px;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	z-index:999999;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}



/*********************SLIDER******************/
.slideshow {


}
.rslides {
  	position: relative;
  	list-style: none;
  	overflow: hidden;
 	width: 100%;
 	padding: 0;
  	margin: 0;
  	z-index:0;
}

.rslides li {
  	-webkit-backface-visibility: hidden;
 	position: absolute;
  	display: none;
  	width: 100%;
  	left: 0;
  	top: 0;
}

.rslides li:first-child {
  	position: relative;
  	display: block;
  	float: left;
}

.rslides img {
  	display: block;
  	height: auto;
  	float: left;
  	width: 100%;
  	border: 0;
}


/***************MEDIA QUERIES*************/
@media only screen and (max-width: 680px) {
    div#guts_work_filter {
    	width:100%!important;
    	height:100px!important;
    	padding-top:20px;
    }
    button.filter {
    	width:14%;
    	min-width:1px;
    }
    #guts_work {
    	width:81%!important;
    	margin-left:-81%!important;
    }
    .grid {
    	margin-top:100px;
    }
}
@media only screen and (max-width: 820px) {
    .grid figure {
    	width:100%!important;
    	height:320px!important;
    }
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {

}

/* iPhone 4+ ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {

}

/* iPhone 5s ----------- */
/* You've spent way too much on a phone */