@charset "utf-8";

/* fonts */
@import url(https://fonts.googleapis.com/css?family=Lora:400,400i);

/* reset */
* {
  margin: 0;
  padding: 0;
}

/* set html5 block elements for older browsers */
article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* tags */
html {
  overflow-y: scroll;
}
body {
  font-family: Lora, serif;
  font-weight: 400;
  background-color: #a9a9ab;
}
h1 {
  padding-top: 27px;
  font-size: 2em;
  font-weight: normal;
}
h2 {
  color: #8cad4c;
  font-size: 1.3em;
  font-weight: normal;
}
h3 {
  margin-bottom: 15px;
  font-size: 2.4em;
  font-weight: 400;
  font-style: italic;
  line-height: 1.2em;
}
p {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 1.1em;
  line-height: 1.5em;
}
img {
  border: 0;
  display: block;
}

/* layout */
#wrapper {
  width: 100%;
}
#header-wrapper {
  width: 100%;
  min-height: 150px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px -2px #6f6f71;
}
.padding {
  padding: 0 50px 0 50px;
}
header {
  position: relative;
  width: 934px;
  min-height: 135px;
  margin: 0 auto 0 auto;  
  padding-bottom: 5px; 
  color: #707173;
}
#logo {
  float: left;
}
nav {
  margin-top: 64px;
  padding-bottom: 10px;
  font-size: 1.5em;
  line-height: normal;
  float: right;
}
#subnav {
  margin-top: 10px;
  font-size: 1.1em;
  line-height: normal;
  float: right;
  text-align: right;
}
header .cs-select {
  display: none;
}
section {
  width: 934px;
  margin: 35px auto 0 auto;  
}
.homeimage-wrapper {
  width: 934px;
  height: 606px;
  margin-bottom: 26px;
  border: 7px solid #ffffff;
  transition: box-shadow 0.2s ease-in;
  box-sizing: border-box;
}
.homeimage-wrapper:hover {
  box-shadow: 0 0 6px rgba(111,111,113, 1);
}
.homeimage-wrapper img {
  width: 920px;
  height: 592px;
}
#galleries {
  margin-bottom: 52px;
}
#images {
  margin: 35px 0 52px 0;
}
.gallery {
  position: relative;
  width: 454px;
  height: 298px;
  border: 7px solid #ffffff;
  float: left;
  transition: box-shadow 0.2s ease-in;
  box-sizing: border-box;
}
.gallery img {
  width: 440px;
  height: 284px;
}
.gallery1 {
  margin: 26px 26px 0 0;
}
.gallery2 {
  margin: 26px 0 0 0;
}
.gallery:hover, .image:hover {
  box-shadow: 0 0 6px rgba(111,111,113, 1);
}
.gallery-overlay {
  position: absolute;
  top: -7px;
  right: 20%;
  left: 20%;
  width: 60%;
  padding: 3px 3px 3px 3px;
  color: #707173;
  font-size: 1.4em;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  background-color: #ffffff;
  pointer-events: none;
}
.image {
  position: relative;
  width: 294px;
  height: 196px;
  margin: 0 26px 26px 0;
  border: 7px solid #ffffff;
  float: left;
  transition: box-shadow 0.2s ease-in;
  box-sizing: border-box;
}
.image img {
  width: 280px;
  height: 182px;
}
.margin2 {
  margin: 0 26px 26px 0;
}
.margin3 {
  margin: 0 0 26px 0;
}
article {
  color: #ffffff;
  text-align: center;
}
article img {
  width: 100%;
  height: auto;
}
article img.middle {
  width: 275px;
  height: auto;
  border: 7px solid #ffffff;
  margin: 26px auto 26px auto;
  box-sizing: border-box;
}
article img.left {
  width: 275px;
  height: auto;
  border: 7px solid #ffffff;
  margin: 8px 26px 26px 0;
  float: left;
  box-sizing: border-box;
}
article img.right {
  width: 275px;
  height: auto;
  border: 7px solid #ffffff;
  margin: 8px 0 26px 26px;
  float: right;
  box-sizing: border-box;
}
#form {
  width: 600px;
  margin: 35px auto 50px auto;
}
p#contact {
  margin-top: 15px;
}
.break {
  display: none;
}
footer {
  width: 934px;
  margin: 100px auto 0 auto;
  padding-bottom: 35px;
  color: #ffffff;
  font-size: 1em;
  text-align: center;
}

/* error styles */
body#error h3, body#error p {
  color: #707173;
}
body#error {
  background-color: #ffffff;
}
body#error #wrapper {
  width: 350px;
  margin: 0 auto 0 auto;
  padding: 30px 0 0 0;
  text-align: center;
}
body#error img {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
body#error article {
  width: auto;
  float: none;
}
body#error article a:link, body#error article a:visited, body#error article a:active {
  color: #8cad4c;
  text-decoration: none;
}
body#error article a:hover {
  text-decoration: underline;
}

/* lists */
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav li {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #707173;
  float: left;
}
nav li:first-of-type {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
#subnav ul {
  float: right;
}
#subnav li {
  margin: 0 0 5px 5px;
  padding-left: 5px;
  border-left: 1px solid #707173;
  display: inline-block;
}
#subnav li:first-of-type {
  margin-left: 0;
  border-left: 0;
}
article ul, article ol {
  margin-bottom: 15px;
}
article li {
  margin-bottom: 15px;
  padding-left: 30px;
  color: #ffffff;
  font-size: 1.1em;
}

/* links */
a:link, a:visited, a:active {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
nav a:link, nav a:visited, nav a:active, #subnav a:link, #subnav a:visited, #subnav a:active {
  color: #707173;
  text-decoration: none;
  transition: color 0.2s ease-in;
}
nav a:hover, #subnav a:hover {
  color: #8cad4c;
}
nav li#selected a {
  color: #8cad4c;
}
#subnav li#subnavselected a {
  color: #8cad4c;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
  color: #707173;
  text-decoration: none;
}

/* remove background from active links */
a:active {
  background-color: transparent; 
}

/* remove active link border from firefox */
:focus {
  outline: none;
}

/* video */
.videoiframe {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  margin: 25px 0 25px 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoiframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* form */
fieldset {
  border: 0;
}
.hidden-fields {
  display: none;
}
.form-element {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}
.form-element-button {
  position: relative;
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
}
label.text {
  position: absolute;
  top: 14px;
  left: 15px;
  color: #ffffff;
  font-family: Lora, serif;
  font-size: 1.1em;
  cursor: text;
  pointer-events: none;
}
label.error {
  position: absolute;
  top: 14px;
  left: 15px;
  color: #ffffff;
  font-family: Lora, serif;
  font-size: 1.1em;
  cursor: text;
  pointer-events: none;
}
input.text {
  width: 570px;
  padding: 9px 10px 11px 10px;
  border: 5px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-family: Lora, serif;
  font-size: 1.1em;
  background-color: #707173;
  transition: all 0.2s ease-in;
  -webkit-appearance: none;
}
input.error {
  width: 570px;
  padding: 9px 10px 11px 10px;
  border: 5px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-family: Lora, serif;
  font-size: 1.1em;
  background-color: #8cad4c;
  transition: all 0.2s ease-in;
  -webkit-appearance: none;
}
textarea.text {
  width: 570px;
  height: 150px;
  padding: 9px 10px 11px 10px;
  border: 5px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-family: Lora, serif;
  font-size: 1.1em;
  background-color: #707173;
  resize: vertical;
  transition: all 0.2s ease-in;
  -webkit-appearance: none;
}
textarea.error {
  width: 570px;
  height: 150px;
  padding: 9px 10px 11px 10px;
  border: 5px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-family: Lora, serif;
  font-size: 1.1em;
  background-color: #8cad4c;
  resize: vertical;
  transition: all 0.2s ease-in;
  -webkit-appearance: none;
}
input.text:focus {
  box-shadow: 0 0 6px rgba(111,111,113, 1);
}
.button {
  margin: 30px 0 0 0;
  padding: 5px 20px 5px 20px;
  border: 5px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-family: Lora, serif;
  font-size: 1.1em;
  font-style: italic;
  text-decoration: none;
  background-color: #707173;
  transition: all 0.2s ease-in;
  -webkit-appearance: none;
}
.button:hover {
  background-color: #8cad4c;
  cursor: pointer;
  box-shadow: 0 0 6px rgba(111,111,113, 1);
}

/* classes */
.clear {
  clear: both;
}
.bold {
  font-weight: bold;
}
.green {
  color: #8cad4c;
}

/* media queries */ 
@media screen and (max-width: 1050px) { /* SHRINKING */
  header {
	width: 100%;
	margin: 0;
  }
  section {
    width: 100%;
    margin: 35px 0 0 0;  
  }
  .homeimage-wrapper {
	width: 100%;
    height: auto;
  }
  .homeimage-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .gallery {
    width: 48.5%;
    height: auto;
  }
  .gallery img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .gallery1 {
    margin: 26px 3% 0 0;
  }
  .gallery2 {
    margin: 26px 0 0 0;
  }
  .image {
	width: 31%;
	margin: 0 3.5% 26px 0;
	height: auto;
  }
  .margin2 {
    margin: 0 3.5% 26px 0;
  }
  .margin3 {
    margin: 0 0 26px 0;
  }
  .image-wrapper {
	width: 100%;
    position: relative;
	padding-bottom: 64%;
  }
  .image img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  footer {
    width: 100%;
    margin: 100px 0 0 0;
  }
  h1, h2 {
    text-align: center;
    display: block;
  }
  .padding {
	padding: 0 25px 0 25px;
  }
  header {
	padding-bottom: 15px;
  }
  #logo {
	float: none;
  }
  nav {
	margin-top: 30px;
	float: none;
	font-size: 1.4em;
  }
  nav ul {
	float: none;
	text-align: center;
  }
  nav li {
	float: none;
	display: inline-block;
  }
  #subnav {
	margin-top: 0;
	font-size: 0.9em;
	text-align: center;
	float: none;
  }
  #subnav ul {
	float: none;
  }
  #cycle-overlay, .gallery-overlay {
	top: -7px;
	font-size: 1.2em;
  }
  .image {
	width: 48.25%;
  }
  .margin3 {
    margin: 0 3.5% 26px 0;
  }
  .margin2 {
    margin: 0 0 26px 0;
  }
  #form {
	width: auto;
	margin: 0 0 50px 0;
  }
  input.text, input.error {
    width: 97%;
	padding: 10px 1% 10px 1%;
  }
  textarea.text, textarea.error {
    width: 97%;
	padding: 10px 1% 10px 1%;
  }
  .break {
	display: block;
  }
  .pipe {
	display: none;
  }
}
@media screen and (max-width: 650px) { /* MOBILE */
  h3 {
    font-size: 1.8em;
  }
  p, article li {
	font-size: 1em;
  }
  .responsive:before, .responsive:after {
    content: " ";
    display: table;
  }
  .responsive:after {
    clear: both;
  }
  .responsive {
    *zoom: 1;
  }
  nav {
	margin: 30px 0 0 0;
	padding: 0 0 15px 0;
	font-size: 1.2em;
  }
  nav a:link, nav a:visited, nav a:active, nav a:hover {
    height: 40px;
    color: #ffffff;
	line-height: 40px;
	text-decoration: none;
	display: block;
  }
  nav a:link#pull, nav a:visited#pull, nav a:active#pull {
    color: #ffffff;
	transition: background 0.2s ease-in;
  }
  nav ul {
    display: none;
    height: auto;
  }
  nav li {
    width: 100%;
	height: 40px;
	margin: 0;
	padding-left: 0;
	border-bottom: 1px solid #ffffff;
	border-left: 0;
	background-color: #8cad4c;
	display: block;
	transition: background 0.2s ease-in;
  }
  nav li:hover {
    background-color: #6e8f2e;
  }
  nav li#selected {
	height: auto;
    background-color: #707173;
  }
  nav li#selected a {
    border-bottom: 0;
    color: #ffffff;
  }
  nav li a {
    box-sizing: border-box;
  }
  nav a#pull {
	position: relative;
	background-color: #8cad4c;
	display: block;
  }
  nav a#pull:after {
    content: "";
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	background: url(../images/icons/nav.png) no-repeat;
	background-size: 20px 20px;
	display: inline-block;
  }
  #subnav ul {
    display: none;
  }
  .gallery {
	width: 100%;
  }
  .gallery1 {
	margin: 26px 0 0 0;
  }
  .image {
	width: 100%;
	height: auto;
  }
  .image1, .image2, .image3 {
	margin: 0 0 26px 0;
  }
  article img.middle {
    width: 100%;
    height: auto;
    margin: 26px 0 26px 0;
  }
  article img.left {
    width: 100%;
    height: auto;
    margin: 26px 0 26px 0;
    float: none;
  }
  article img.right {
    width: 100%;
    height: auto;
    margin: 26px 0 26px 0;
    float: none;
  }
  footer {
	font-size: 0.9em;
  }

  /* mobile select */

  /* Default custom select styles */
  div.cs-select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
	text-align: center;
	background: #fff;
	z-index: 100;
	width: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  div.cs-select:focus {
    outline: none; /* For better accessibility add a style for this in your skin */
  }
  .cs-select select {
    display: none;
  }
  .cs-select span {
	display: block;
	position: relative;
	cursor: pointer;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
  }
  /* Placeholder and selected option */
  .cs-select > span {
	padding: 5px;
  }
  .cs-select > span::after,
  .cs-select .cs-selected span::after {
	speak: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  .cs-select > span::after {
	content: '\25BE';
	right: 1em;
  }
  .cs-select .cs-selected span::after {
	content: '\2713';
	margin-left: 1em;
  }
  .cs-select.cs-active > span::after {
	color: #ffffff;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
  }
  /* Options */
  .cs-select .cs-options {
	position: absolute;
	overflow: hidden;
	width: 100%;
	background: #8cad4c;
	visibility: hidden;
  }
  .cs-select.cs-active .cs-options {
	visibility: visible;
  }
  .cs-select ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
  }
  .cs-select ul span {
	padding: 0;
  }
  .cs-select ul li.cs-focus span {
	background-color: #ddd;
  }
  /* Optgroup and optgroup label */
  .cs-select li.cs-optgroup ul {
	padding: 0;
  }
  .cs-select li.cs-optgroup > span {
	cursor: default;
  }
  @font-face {
    font-family: 'Fontello';
    src: url('../fonts/fontello.eot?90126119');
    src: url('../fonts/fontello.eot?90126119#iefix') format('embedded-opentype'),
         url('../fonts/fontello.woff2?90126119') format('woff2'),
         url('../fonts/fontello.woff?90126119') format('woff'),
         url('../fonts/fontello.ttf?90126119') format('truetype'),
         url('../fonts/fontello.svg?90126119#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  div.cs-skin-border {
	background: #ffffff;
	font-family: Lora, serif;
	font-size: 1em;
	font-weight: 400;
	width: 100%;
  }
  .cs-skin-border > span {
	border: 5px solid #8cad4c;
	-webkit-transition: background 0.2s, border-color 0.2s;
	transition: background 0.2s, border-color 0.2s;
  }
  .cs-skin-border > span::after,
  .cs-skin-border .cs-selected span::after {
	color: #8cad4c;
	font-family: 'Fontello';
	content: '\e804';
  }
  .cs-skin-border ul span::after {
	content: '';
	opacity: 0;
  }
  .cs-skin-border .cs-selected span::after {
	content: '\e800';
	color: #6e8f2e;
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
  }
  .cs-skin-border.cs-active > span {
	color: #ffffff;
	background: #707173;
	border-color: #707173;
  }
  .cs-skin-border .cs-options {
	color: #ffffff;
	opacity: 0;
	-webkit-transition: opacity 0.2s, visibility 0s 0.2s;
	transition: opacity 0.2s, visibility 0s 0.2s;
  }
  .cs-skin-border.cs-active .cs-options {
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
  }
  .cs-skin-border ul span {
	padding: 10px;
	border-top: 1px solid #ffffff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  }
  .cs-skin-border .cs-options li span:hover,
  .cs-skin-border li.cs-focus span {
	background: #6e8f2e;
  }
}

/* top */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(255,255,255,0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #ffffff;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}