@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------------
	Global Classes
------------------------------------------------------- */
.blank_state {
  margin: 0;
  padding: 0;
}
.box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  display: box;
}
.box_center_h {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  -o-box-pack: center;
  box-pack: center;
}
.box_center_v {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: middle;
  -o-box-align: center;
  box-align: center;
}
.flex0 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-box-flex: 0;
  -o-box-flex: 0;
  box-flex: 0;
}
.flex1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
}
.flex2 {
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -ms-box-flex: 2;
  -o-box-flex: 2;
  box-flex: 2;
}
/* -------------------------------------------------------
	CSS3 Animation Classes
------------------------------------------------------- */
/* -------------------------------------------------------
	Type
------------------------------------------------------- */
.typeface {
  font-family: Gill Sans, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: Gill Sans, sans-serif;
  font-weight: normal;
  font-size: 18px;
}
h1,
h2 {
  font-size: 17px;
  line-height: 19px;
}
p,
a,
.p_class {
  font-size: 12px;
  font-weight: 100;
  line-height: 18px;
  font-family: Gill Sans, sans-serif;
}
/* -------------------------------------------------------
	Body
------------------------------------------------------- */
html,
body {
  width: 100%;
  min-height: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #FFF;
  -webkit-text-size-adjust: 100%;

}
#loading {
  z-index: 0;
  background: #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  display: none;
  background: transparent url(/img/everard/front_loader.gif) center no-repeat;
  
}
header {
  width: 100%;
  background-color: #FFF;
  height: 145px;
  top: 0px;
}
header #logo_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  display: box;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  -o-box-pack: center;
  box-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: middle;
  -o-box-align: center;
  box-align: center;
  height: 100%;
  width: 100%;
}
header #logo_wrapper #logo {
  overflow: hidden;
  cursor: pointer;
}
#nav_wrapper {
  text-align: center;
  top: 145px;
  right: 0px;
  bottom: 110px;
  left: 0px;
  position: absolute;
  z-index: 100;
}
#nav_wrapper:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */

}
#nav_wrapper nav {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 170px;
  height: auto;
  background-color: #FFF;
  z-index: 10;
  padding: 50px;
  overflow: hidden;
  z-index: 100;
}
#nav_wrapper nav a,
#nav_wrapper nav .label {
  color: #808080;
  font-size: 12px;
  font-weight: 100;
  line-height: 18px;
  font-family: Gill Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
#nav_wrapper nav a:hover {
  color: #000000;
}
#nav_wrapper nav .label {
  color: #000000;
  text-decoration: none;
}
#nav_wrapper nav .back {
  margin-top: 18px;
}
#nav_wrapper nav .back a {
  padding-left: 8px;
  background: url(../../img/everard/site_graphics/back_arrow.jpg) 0 4px no-repeat;
}
#nav_wrapper nav .back a:hover {
  background: url(../../img/everard/site_graphics/back_arrow.jpg) 0 -34px no-repeat;
}
#nav_wrapper nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav_wrapper nav .hide_nav {
  position: absolute;
  bottom: 50px;
  left: 50px;
  display: none;
}
#nav_wrapper nav .about_nav,
#nav_wrapper nav .portfolio_nav {
  width: 200px;
  float: left;
  height: 100%;
}
#nav_wrapper nav .about_nav {
  width: 84px;
}
#nav_wrapper nav .portfolio_nav {
  padding: 0 0 0 15px;
  width: 61px;
  background: url(../../img/everard/site_graphics/line.jpg) left top no-repeat;
}
#nav_wrapper nav .portfolio_nav .portfolio_sub_nav {
  display: none;
}
#nav_wrapper nav .gallery_view_nav {
  display: none;
}
#about_overlay {
  padding: 140px 0 105px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 100;
  text-align: center;
}
#about_overlay:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */

}
#about_overlay #about {
  display: inline-block;
  vertical-align: middle;
  z-index: 101;
  background: #FFF;
  overflow: hidden;
  padding: 40px 40px 40px 40px;
  position: relative;
  width: 550px;
  text-align: left;
}
#about_overlay #about a {
  color: #808080;
  text-decoration: underline;
  font-size: 14px;
}
#about_overlay #about a:hover,
#about_overlay #about a:focus {
  color: #000;
}
#about_overlay #about h2 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 15px;
}
#about_overlay #about p {
  font-size: 14px;
  line-height: 1.5em;
  margin: 0;
}
#about_overlay #about #col1 {
  float: left;
  width: 100%;
  color: #808080;
}
#about_overlay #about #col2 {
  float: left;
  width: 340px;
  padding: 0px 0px 0px 25px;
  color: #808080;
}
#about_overlay #about #about_footer {
  clear: both;
  float: left;
  width: 100%;
  border-top: 1px solid #CCC;
  margin: 40px 0 0 0;
  padding: 20px 0 0 0;
  color: #000;
  line-height: 0px;
}
#about_overlay #about #about_footer a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
#about_overlay #about #about_footer a:hover,
#about_overlay #about #about_footer a:focus {
  color: #CCC;
  text-decoration: none;
}
#about_overlay #about #about_footer #title {
  float: left;
}
#about_overlay #about #about_footer #title span {
  color: #808080;
}
#about_overlay #about #about_footer #title a {
  font-weight: normal;
}
#about_overlay #about #about_footer #email,
#about_overlay #about #about_footer #tel {
  float: right;
}
#about_overlay #about #about_footer #tel {
  margin-right: 20px;
}
#about_overlay #about #about_footer #back {
  clear: both;
  display: block;
}
#about_overlay #about #about_footer #back a {
  padding-left: 8px;
  background: url(../../img/everard/site_graphics/back_arrow.jpg) 0 4px no-repeat;
  color: #808080;
  text-decoration: none;
  font-size: 14px;
}
#about_overlay #about #about_footer #back a:hover,
#about_overlay #about #about_footer #back a:focus {
  color: #000;
  background: url(../../img/everard/site_graphics/back_arrow.jpg) 0 -34px no-repeat;
}
#gallery_container {
  position: absolute;
  overflow: hidden;
  left: 0px;
  right: 0px;
  top: 145px;
  bottom: 110px;
  z-index: 50;
}
#gallery_container #photo_container {
  height: 100%;
  width: 100%;
}
#gallery_container #photo_container #slider {
  width: 100%;
  height: 100%;
}
#gallery_container #photo_container #slider ul {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
#gallery_container #photo_container #slider ul li {
  overflow: hidden;
  height:100%
}
#gallery_container #photo_container #slider ul li img {
  height: 100%;
  margin: 0 auto;
  display: block;
}
#gallery_container #photo_container img {
  height: 100%;
  margin: 0 auto;
  display: block;
}
#gallery_container #arrow_left {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -23px;
  display: none;
  z-index: 90;
}
#gallery_container #arrow_right {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -23px;
  display: none;
  z-index: 90;
}
#info_block_container {
  display: block;
  background-color: #FFF;
  height: 80px;
  position: absolute;
  bottom: 30px;
  width: 100%;
}
#info_block_container #info_wrapper {
  height: 100%;
  width: 100%;
}
#info_block_container #info_wrapper #info {
  margin-top: 30px;
  height: auto;
  width: 100%;
}
#info_block_container #info_wrapper #info h1 {
  font-weight: 100;
  max-width: 350px;
  text-align: center;
  margin: 0 auto;
}
footer {
  height: 30px;
  width: 100%;
  bottom: 0px;
  position: absolute;
  text-align: right;
  display: block;
  background: #F4F4F4;
}
footer .copyright,
footer .adotellison {
  color: #808080;
  font-size: 12px;
  font-weight: 100;
  line-height: 18px;
  font-family: Gill Sans, sans-serif;
  margin: 5px 10px;
  font-size: 10px;
}
footer .copyright {
  float: left;
}
footer .adotellison {
  float: right;
  display: inline;
}
footer .adotellison a {
  color: #808080;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-size: 10px;
}
footer .adotellison a:hover {
  color: #000000;
  border-bottom: 1px solid #EB5D66;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

-/* Smartphones (landscape) ----------- */
-@media only screen and (min-width: 321px) {
-  /* Styles */
-}
-/* Smartphones (portrait) ----------- */
-@media only screen and (max-width: 320px) {
-  /* Styles */
-}
-/* iPads (portrait and landscape) ----------- */
-@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
-  /* Styles */
-}
-/* iPads (landscape) ----------- */
-@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
-  /* Styles */
-}
-/* iPads (portrait) ----------- */
-@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
-  /* Styles */
-}
-/* Desktops and laptops ----------- */
-@media only screen and (min-width: 1224px) {
-  
-}
-/* Large screens ----------- */
-@media only screen and (min-width: 1824px) {
-  
-}
-/* iPhone 4 ----------- */
-@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
-  /* Styles */
-}
