@charset "UTF-8";
/* CSS Document */
@import url("desktop.css");

/*** LAYOUT ***/
#ish_logo 
{
	font-family:'DestroyRegular';
	font-size:1.4em;
	padding:38px 0 0 15px;
	float:left;
}

/*** HEADER ***/
#nav ul
{
padding:50px 15px 0 0px;
}

#nav ul li
{
float:left;
padding:0 5px;
font-size:.8em;
}

/*** FOOTER ***/
#footer_text 
{
	padding:40px 15px;
}

/*** COMMON ***/
.PrevNext
{
	background:rgba(0,0,0,.7);
	padding:6px;
	margin:-150px auto;
	cursor:pointer;
	font-size:.8em;
}

.bg_ish
{
	background-size:100% 100%;
	background-image:url(../images/home_ish_front.png);
	background-repeat:no-repeat;
	background-position:center;
	height:300px;	
}	

/*** HOME ***/
#home_slider
{
	background-image:url(../images/home_front_01.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:100% 100%;
	width:100%;
	height:300px;
	z-index:-1;
}

/*** PORTFOLIO ***/



/*** ABOUT ***/
#about_container
{
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:800px;
}

#about_box > div
{
	width:44%;
	float:left;
	margin:10px;
	display:inline-block;
}

#about_box > div + div
{
	float:none;
	margin:10px;
	display:inline-block;
}

#about_box  > div + div + div
{
	width:100%;
	float:none;
	margin:10px;
	display:inline-block;
}


/*** CONTACT ***/
#contact_container
{
	background-color:#000;
	width:100%;
	height:400px;
}

#contact_box div
{
float:left;
width:99%;
margin:.5% .5%;
}

