@CHARSET "ISO-8859-1";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 18px;
	width: 100%;
	height: 100%;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   	font-weight: 300;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.big{
	font-size: 16px;
	}




/**Style**/
.wrap{
	width: 100%;
	margin: 0 auto;
}
	
#content{
	width:655px;
	margin: 0 auto;
}

#tobin_slide{
	background: none;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    margin: 0 0 60px;
    position: relative;
}

#logo{
width: 653px;
margin: 0 auto;
}

#header{
	width: 100%;
	height: 36px;
	margin-top: 20px;	
}

#logo img{
	margin: 0 auto;
	display: table;
}


#nav-menu{

	width: 280px;
		margin: 0 auto;
	height: 60px;
	position: relative;
	font-size: 14px;
}

#nav-menu ul{
	list-style: none;
}

#nav-menu li{
	margin: 5px;
	padding-bottom: 5px;
	float: left;
}

#nav-menu li:hover{
	text-decoration: underline;
}
#nav-menu a{
	color: black;
	text-decoration:none;
}

#nav-menu a:visited{
	color: black;
}






  
  
  /*ABOUT*/
  
  #about{
margin: 0 auto;
  font-size: 14px;
  }
  
  #about p{
  	margin-bottom: 20px;
  	
  }
  
  #about_1{
  	width: 50%;
  	float: left;
  }
  
  #about_1 p{
  	padding-right: 10px;
  }
  
  #about_2{
  	float: right;
  	width: 50%;
  }
  
    #about_2 p{
  	padding-left: 10px;
  }
  
  
  #about h1{
  font-size: 16px;

  margin-bottom: 20px;
  
  }
  
  
  /*Contact*/
  
  #contact{
  float: left;
  font-size: 14px;
  width: 100%;
  
  }
  
  #contact p{
  margin-bottom: 1px;
  }
  
   #contact h1{
  font-size: 16px;
  }
  
  #address{
  float: left;
  margin-top: 20px;
  width:210px;
  overflow: visible;
  }
  
  #map-container{
  
  float: right;
  position: relative;
  top: -20px;
  }
  
  #map small{
  	float:right;
  }
  
#spec_email{
	display:block;
}

/*Portfolio */
	
	#portfolio{
		width: 100%;
		margin: 0 auto;
	
	}

.port-box{
	width: 163px;
	float: left;
}

.port-box img{
	margin: 0 auto;
	display: block;
}
.port-box a{
	width:100%;
	display:block;
	text-decoration: none;
}

.port-box p{
	color: black;
	text-align: center;
	font-size: 11px;
}

/*Portfolio Single*/
#showcase img{
	display: block;
}

#port_thumbs{
	padding: 5px;
	text-align:center;

}

#port_sleeve{
	margin: 0 auto;
	max-width:630px;
	width: 100%;
}

#showcase #load_load{
	display: none;
	margin: 0 auto;
}


@media only screen  and (min-width: 489px) and (max-width: 654px)  {
	#portfolio{
		max-width: 489px;

	}
}

@media only screen  and (min-width: 326px) and (max-width: 488px)  {
	#portfolio{
		max-width: 326px;

	}
}

@media only screen  and (min-width: 163px) and (max-width: 326px)  {
	#portfolio{
		max-width: 163px;

	}
}

/*Responsive*/
@media only screen  and (min-width: 526px) and (max-width: 630px)  {
	#port_sleeve{
		max-width: 526px;

	}
}

@media only screen  and (min-width: 422px) and (max-width: 525px)  {
	#port_sleeve{
		max-width: 422px;

	}
}

@media only screen  and (min-width: 320px) and (max-width: 421px)  {
	#port_sleeve{
		max-width: 318px;

	}
}





@media only screen  and (max-width: 655px) {
	#content{
		width: 100%;
	}
	
	#logo{ 
		width: 100%;
	}
		
	#logo_line{
		width: 100%;
	}	
	
	#contact h1{
		display: none;
	}
	
	#address{
		float: none;
		margin: 0 auto;
		width: 200px;
	}
	
	#map-container{
		float: none;
		margin: 0 auto;
		top: 0;
		margin-top: 20px;
		width: 100%;
	}
	
	#map-container iframe{
		width: 100%;
	}
	
	#about_1{
		width: auto;
		padding: 10px;
		float: none;
	}
	
	#about_2{
		width: auto;
		padding: 10px;
		float: none;
	}
	
	#about_2 p{
		padding: 0px;
	}
	
	#about h1{
		width: 146px;
		margin: 0 auto;
	}
	

}	


