@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);
.cover {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
a,
a img,
img {
  outline: none;
  border: 0;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}
body {
  background: #f0f0f0;
  min-width: 960px;
  color: #485061;
}
header {
  background: #596479;
  background: rgba(89, 100, 121, 0.97);
  width: 100%;
  min-width: 960px;
  height: 100px;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}
header .container {
  padding: 0 10px;
}
nav {
  height: 100px;
  padding-top: 35px;
  float: right;
}
nav a,
nav a:visited {
  line-height: 30px;
  display: block;
  float: left;
  padding: 0 15px;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -mox-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
}
nav a:hover:not(:first-child),
nav a.active {
  background: rgba(255, 255, 255, 0.3);
}
nav a:hover:not(:first-child)::after,
nav a.active::after {
  background: rgba(255, 255, 255, 0);
}
nav a::after {
  content: '';
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0px;
  top: 0px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -mox-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
}
nav a:last-child::after,
nav a:first-child::after {
  display: none;
}
nav a:first-child {
  position: absolute;
  left: 6px;
  top: 20px;
}
.container {
  width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.internal-header {
  height: 500px;
  width: 100%;
  position: relative;
}
.internal-header#about {
  background: url(../images/about.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.internal-header#featuresPage {
  background: url(../images/features.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.internal-header#photosPage {
  background: url(../images/photos.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.internal-header#localPage {
  background: url(../images/local.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.internal-header#ratesPage {
  background: url(../images/rates.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.internal-header#contactPage {
  background: url(../images/contact.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.internal {
  padding-bottom: 40px;
}
.slide-wrapper {
  height: 700px;
  width: 100%;
  position: relative;
}
.slide {
  height: 700px;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  top: 0;
}
.slide#slide1 {
  background: url(../images/rotator1.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.slide#slide2 {
  background: url(../images/slide2.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.slide#slide3 {
  background: url(../images/slide3.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.slide#slide4 {
  background: url(../images/slide4.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.slide#slide5 {
  background: url(../images/slide5.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.first-slide {
  opacity: 1;
}
ul.controls {
  list-style: none;
  position: absolute;
  bottom: 100px;
  z-index: 10;
  left: 50%;
  margin-left: -92px;
  display: block;
  width: 200px;
}
ul.controls li {
  float: left;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  -o-border-radius: 9999px;
  -ms-border-radius: 9999px;
  margin-right: 10px;
  box-shadow: 0px 4px 10px #000000;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.9);
  -o-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.9);
  cursor: pointer;
}
ul.controls li:last-child {
  margin-right: 10px;
}
.li-border {
  background: none;
  border: solid 3px #ffffff;
}
.li-fill {
  background: #ffffff;
  border: 0;
}
.main-body {
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: -100px;
  background: url(../images/content-shadow.png) no-repeat center top;
  min-height: 300px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.main-body .container {
  background: #ffffff;
  min-height: 300px;
  padding-top: 20px;
}
.main-body .container p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
}
h2 {
  font-family: 'Bree Serif', serif;
  color: #596479;
  margin-bottom: 20px;
}
#home-left {
  float: left;
  width: 520px;
}
#home-left a.btn {
  margin-top: 20px;
}
#home-right {
  width: 350px;
  margin-left: 50px;
  float: left;
  padding-top: 7px;
  position: relative;
}
#home-right a {
  display: block;
}
#home-right a:hover p i {
  opacity: 1;
  left: 55px;
}
#home-right p {
  position: absolute;
  bottom: 0;
  display: inline-block;
  line-height: 40px;
  padding-right: 10px;
  right: 0;
  width: 220px;
  color: #ffffff;
  background: url(../images/more-photos.png) no-repeat;
  text-align: right;
  margin-bottom: 5px;
}
#home-right p i {
  margin-right: 15px;
  opacity: 0;
  line-height: 40px;
  position: absolute;
  left: 80px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -mox-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
}
#about-left {
  width: 350px;
  margin-right: 0px;
  margin-left: 40px;
  margin-bottom: 60px;
  float: right;
  padding-top: 7px;
  position: relative;
}
#about-left a {
  display: block;
}
#about-left a:hover p i {
  opacity: 1;
  left: 55px;
}
#about-left p {
  position: absolute;
  bottom: 0;
  display: inline-block;
  line-height: 40px;
  padding-right: 10px;
  right: 0;
  width: 220px;
  color: #ffffff;
  background: url(../images/more-photos.png) no-repeat;
  text-align: right;
  margin-bottom: 5px;
}
#about-left p i {
  margin-right: 15px;
  opacity: 0;
  line-height: 40px;
  position: absolute;
  left: 80px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -mox-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
}
a.btn,
.btn:visited {
  background: #596479;
  padding: 7px 15px;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -mox-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
}
a.btn:hover,
.btn:visited:hover {
  background: #8a92a0;
}
#features {
  margin-top: 40px;
  padding-top: 30px;
  border-top: solid 2px rgba(89, 100, 121, 0.15);
  padding-bottom: 30px;
}
#features .feature {
  width: 290px;
  margin-right: 25px;
  float: left;
  overflow: hidden;
  position: relative;
  height: 290px;
}
#features .feature.last {
  margin-right: 0;
}
#features .feature .description {
  color: #ffffff;
  display: block;
  width: 290px;
  text-align: center;
  background: #596479;
  position: absolute;
  left: 0;
  height: 120px;
  top: 230px;
  padding: 0 10px 10px 10px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -mox-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
}
#features .feature .description h3 {
  line-height: 60px;
  font-weight: 400;
  color: #ffffff;
}
#features .feature .description .small {
  font-size: 13px;
  color: #e0e0e0;
}
#features .feature .description .btn {
  background: #e0e0e0;
  padding: 8px 15px;
  display: inline-block;
  margin-top: 20px;
  margin: 0 auto;
  color: #596479;
}
#features .feature:hover .description {
  top: 170px;
}
#features h2 {
  margin-bottom: 30px;
}
.clear-float {
  width: 100%;
  height: 0.0001em;
  clear: both;
}
footer {
  margin-top: 50px;
  font-size: 15px;
  text-align: center;
}
footer a,
footer a:visited {
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -mox-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  text-decoration: none;
  color: #596479;
}
footer a:hover,
footer a:visited:hover {
  text-decoration: underline;
}
footer #copyright {
  color: #939393;
  margin-top: 15px;
  font-size: 12px;
}
footer #geekpower {
  color: #d2d2d2;
  margin-top: 10px;
  font-size: 12px;
}
footer #geekpower a,
footer #geekpower a:visited,
footer #geekpower a:hover {
  color: #d2d2d2;
  text-decoration: none;
}
.section {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.left,
.right {
  font-size: 14px;
  line-height: 21px;
}
.left ul,
.right ul {
  margin-left: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.left ul li,
.right ul li {
  margin-bottom: 10px;
}
.left h3,
.right h3 {
  font-size: 16px;
  color: #596479;
}
.left {
  float: left;
  width: 440px;
  margin-right: 40px;
}
.right {
  float: right;
  width: 440px;
}
.gallery {
  float: left;
  width: 300px;
}
.gallery.last {
  margin-bottom: 40px;
}
.gallery#column1,
.gallery#column2 {
  margin-right: 10px;
}
.gallery a {
  display: block;
  float: left;
  margin-bottom: 5px;
}
.gallery a img {
  width: 100%;
}
.local ul {
  list-style: none;
  margin: 0 !important;
}
.local h3 {
  margin-bottom: 20px;
  margin-top: 40px;
}
.local a,
.local a:visited {
  color: #596479;
}
.fa-ul {
  margin-left: 20px !important;
}
.fa-ul a,
.fa-ul a:visited {
  color: #596479;
}
.fa-ul i {
  margin-right: 10px;
}
#rates-image img {
  display: block;
  margin-bottom: 20px;
}
#rates-image p:nth-last-child(1) {
  margin-bottom: 0;
  margin-top: 20px;
}
