@charset "UTF-8";
/* CSS Document */
@import url("desktop.css");
@import url("tablet.css");

/*** LAYOUT ***/
#ish_logo 
{
	font-family:'DestroyRegular';
	font-size:1.4em;
	padding:38px 5px 0 5px;
	float:none;
	text-align:center;
}

/*** HEADER ***/
#header 
{
	width:100%;
	height:100px;
	background:rgba(0,0,0,.75);
	text-align:center;
}

#nav
{
float:left;
width:100%;
}

#nav ul
{
display:inline-block;
padding:0px 0px 0 0px;
}


#nav ul li
{
float:left;
padding:0 5px;
font-size:.8em;
}


/*** FOOTER ***/
#footer_left
{
	float:left;
	width:100%;
}

#footer_right
{
	float:left;
	width:100%;
}


/*** COMMON ***/
.PrevNext
{
	background:rgba(0,0,0,.7);
	padding:6px;
	margin:-100px auto;
	cursor:pointer;
	font-size:.6em;
}

.bg_ish
{
	background-size:100% 100%;
	background-image:url(../images/home_ish_front.png);
	background-repeat:no-repeat;
	background-position:center;
	height:200px;	
}	


/*** 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:200px;
	z-index:-1;
}
/*** PORTFOLIO ***/

#portfolio_bottom
{
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:50px;
	font-size:.8em;
}

#portfolio_bottom ul
{
	display:inline-block;
	position: relative;
}

#portfolio_bottom ul li
{
	float:left;
	padding:5px;
}

/*** ABOUT ***/

#about_container
{
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:1200px;
}

#about_box > div
{
	width:100%;
	float:left;
	margin:10px;
	display:inline-block;
}

#about_box > div + div
{
	background-position:0px 0;
	width:94%;
	float:none;
	margin:10px;
	display:inline-block;
}

#about_pic 
{
	background-image:url(../images/about_pic.jpg);
	background-repeat:no-repeat;
	background-size:94% 100%;
	height:380px;
}


/*** CONTACT ***/
