@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: 'GillSans', sans-serif;
	src: url(http://iconphotoinc.com/font/GillSans.ttc);
}
@font-face {
	font-family: 'BerliRom', serif;
	src: url(http://iconphotoinc.com/font/BerliRom);
}
body {
	font-family: 'GillSans', sans-serif;
	color: #777;
	border: 0;
	margin: 0;
	padding: 0;
}
h1 {
	font-family: 'BerliRom', serif;
	font-size: 24px;
	font-variant: lowercase;
	color: #005677;
}
h2 {
	font-family: 'BerliRom', serif;
	font-size: 22px;
	font-variant: lowercase;
	color: #005677;
}
h3 {
	font-family: 'BerliRom', serif;
	font-size: 20px;
	font-variant: lowercase;
	color: #005677;
}
h4 {
	font-family: 'BerliRom', serif;
	font-size: 18px;
	font-variant: lowercase;
	color: #005677;
}
h5 {
	font-family: 'BerliRom', serif;
	font-size: 16px;
	font-variant: lowercase;
	color: #005677;
}
h6 {
	font-family: 'BerliRom', serif;
	font-size: 14px;
	font-variant: lowercase;
	color: #005677;
}
a {
	font-family: 'GillSans', sans-serif;
	font-size: 14px;
	color: #777;
	text-decoration: none;
}
a:hover {
	opacity: 0.5;
}
#wrapper {
	margin: 0 auto;
	width: 80%;
	height: 100%;
}
#header-wrapper {
	margin: 0 auto;
	width: 100%;
	height: 100px;
	margin-bottom: 20px;
}
#header {
	margin: 0 auto;
	height: 100px;
	text-align: center;
}
#header img{
	max-width: auto;
	max-height: 100px;
}
.crop {
	width: 16%;
	height: 500px;
	clear: none;
	float: left;
	margin: 0 2px;
	overflow: hidden;
}
.crop-img img{
	width: auto;
	height: 500px;
	bottom: -20px;
	clear: none;
    left: 100%;
    margin-left: -80%;
}
.crop-img:hover{
	display: block;
	background-color: #000;
	opacity: .7px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#nav {
	font-size: 12px;
	width: 100%;
	height: auto;
	padding: 35px 0 ;
	text-align: center;
	clear: both;
	z-index: 101;
}
#nav-home {
	width: 100%;
	height: 500px;
	padding: 50px 0 ;
	text-align: center;
	clear: both;
	z-index: 101;
}
.shadow {
	clear: both;
	width: 100%;
	height: 30px;
	text-align: center;
}
.shadow img{
	max-width: 100%;
}
#slider {
	width: 100%;
	margin-top: 20px;
}
#slider img{
	width: auto;
	max-height: 500px;
	margin: 0 auto;
}
#bx-pager {
	background-color: #333;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}
#bx-pager img{
	max-height: 75px;
}
#content {
	width: 100%;
	margin: 20px 0;
}
.googlemap {
	height: 300px;
	width: 100%;
}
.googlemap img {
	max-width: none;
}
#footer{
	background-color: #333;
	font-size: 14px;
	padding-top: 32px;
	color: #fff;
	clear: both;
	width: 100%;
	height: 50px;
	text-align: center;
	font-size: 10px;
}