 body
{

	background-color: #d4d1ca;

}
#content{width:100%;}
#category_menu{
	width:90px;
	float:left;
	font-size:12px;
	position:absolute;
	top:255px;
	
}
.wrapper{width:100%;}

.clearfix:after {
    clear: both;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.case_studies {
	padding: 100px 0 0 0;
    width: 100%;
}

.casestudy{
	margin-top:0px;
	margin-bottom:14px;
	width:348px;
	height:429px;
	margin-right:0px;
	float: left;
   	position: relative;
	display: block;
        height: 100%;
    	left: 0;
    	list-style: none outside none;
    	padding: 0;
     	 width: 100%;

}
.casestudy li {
    border: 0 none;
    display: block;
    float: left;
    height: 429px;
    width:348px;
    margin-left: 0;
    padding: 0px 5px 10px 5px;
    position: relative;   
}
.casestudy img {
    height: 429px;
    margin: 0;
    padding: 0;
    width: 348px;
    border: 0 none;
    visibility: hidden;
}
#options {
    height: 42px;
    margin: 0 auto 10px;
}
#options .option-combo {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
#options .option-combo ul {
    display: inline-block;
    margin-right: 20px;
}
#options ul li {
    display: inline;
    float: left;
    position: relative;
}
#options li a {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
#options li a {
    background-color: #DDDDDD;
    background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    color: #222222;
    display: block;
    font-weight: bold;
    height: 42px;
  }

.case-hover {
    cursor: pointer;
    height: 429px;
    position: absolute;
    width: 348px;
    top:0px;
}
.casestudy .circle {
    background-image: url("/assets/images/site/info.png");
    background-repeat: no-repeat;
    display: block;
    height: 429px;
    margin: 0px auto 0;
    opacity: 0;
    position: relative;
    width: 348px;
}
.casestudy .circle span {
    color: #000000;
    display: block;
font-size: 18px;
line-height: 20px;
left: 74px;
opacity: 0;
position: absolute;
text-align: center;
top: 180px;
width: 200px;
}
.rollover_thumb{position:relative;}
.screenshot{
    height: 429px;
    position: absolute;
    top: 0;
    width: 348px;
}
.etsy_buy_visible {

    position: fixed;

    top: 120px;

    left: 220px;

    z-index: 999;

    margin-bottom: -60px;

}

.etsy_buy_visible a {

    background: #DC116D;

    color: #fff !important;

    padding: 6px 15px;

    text-decoration: none !important;

    font-weight: normal;

    display: inline-block;

}


.etsy_buy_visible a:hover {

    background: #000;

    color: #ffffff !important;

}

@media only screen and (max-width: 1200px) {

    .etsy_buy_visible {

        position: relative !important;

        top: 550px !important;

        left: 35px !important;

        margin-bottom: -120px !important;

        z-index: 99999 !important;

    }

    .etsy_buy_visible a {

        display: inline-block !important;

        background: #DC116D !important;

        color: #ffffff !important;

        padding: 18px 30px !important;

        font-size: 25px !important;

        font-weight: bold !important;

        text-decoration: none !important;

    }

    .etsy_buy_visible a:hover {

        background: #e03c82 !important;

    }

}