/* -------------------------------------------------------------- 

	VARIABLES
	
	Variables / constants used throughout the stylesheets

-------------------------------------------------------------- */
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS elements by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
body {
  background-image: url("../img//background/bg.jpg");
  background-attachment: fixed;
  background-position: center top;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  text-transform: uppercase;
  color: #797D90;
  padding: 0;
  margin: 0;
  font-family: "ProximaNova-Bold", sans-serif;
}
h1 {
  font-size: 170%;
  margin: 30px 0 15px 0;
  line-height: 100%;
}
h2 {
  font-size: 120%;
  margin: 30px 0 5px 0;
  line-height: 100%;
}
h3 {
  font-size: 160%;
  margin: 30px 0 5px 0;
  line-height: 100%;
}
h4 {
  font-size: 140%;
  margin: 30px 0 5px 0;
  line-height: 100%;
}
h5 {
  font-size: 120%;
  margin: 30px 0 5px 0;
  line-height: 100%;
}
h6 {
  font-size: 100%;
  margin: 30px 0 5px 0;
  line-height: 100%;
}
h1 .awesome {
  float: right;
}
hr {
  border-top: 1px solid #eee;
}
.awesome,
.button.awesome,
button.awesome,
input[type="submit"].awesome,
input[type="reset"].awesome,
input[type="button"].awesome {
  background: #061832;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  margin-bottom: 0;
}
.awesome.big {
  padding: 10px 18px 8px 18px !important;
}
.awesome.huge {
  padding: 15px 28px 13px 28px !important;
}
#header_container {
  background-image: url("../img//lead-banner.jpg");
  background-position: center center;
}
#header {
  position: relative;
  z-index: 50;
  height: 140px;
}
#header #logo h1 {
  font-size: 180%;
  line-height: 100%;
  margin: 40px 0 32px 0;
  font-weight: lighter;
  text-align: center;
  visibility: hidden;
}
#header #logo h1 a {
  text-decoration: none;
}
#header-navigation {
  position: relative;
  z-index: 50;
}
#header-navigation #navigation {
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
  font-size: 100%;
  padding-bottom: 0;
  text-transform: uppercase;
}
#header-navigation #navigation ul {
  padding: 0;
  margin: 0;
  z-index: 500;
  display: table;
  width: 100%;
}
#header-navigation #navigation ul li {
  zoom: 1;
  vertical-align: middle;
  text-align: center;
  width: auto;
  display: table-cell;
  padding: 0;
  position: relative;
  line-height: 100%;
}
#header-navigation #navigation ul li a,
#header-navigation #navigation ul li span {
  display: block;
  white-space: nowrap;
  text-decoration: none;
  padding: 12px 6px 12px 6px;
  color: #fff;
  cursor: pointer;
  font-family: "ProximaNova-Bold", sans-serif;
}
#header-navigation #navigation ul li ul {
  display: none;
  position: absolute;
  width: auto;
  margin: 0;
}
#header-navigation #navigation ul li ul li {
  text-align: left;
  display: block;
  margin: 0;
}
#header-navigation #navigation ul li ul li a {
  padding: 12px 20px 12px 20px;
}
#header-navigation #navigation ul li ul li:hover a {
  background: #fff;
}
#header-navigation #navigation ul li:hover,
#header-navigation #navigation ul li.active {
  position: relative;
  z-index: 550;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
#header-navigation #navigation ul li:hover a,
#header-navigation #navigation ul li.active a,
#header-navigation #navigation ul li:hover span,
#header-navigation #navigation ul li.active span {
  background: #eee;
  color: #071833;
}
#header-navigation #navigation ul li:hover ul {
  display: block;
}
#header-navigation #navigation ul li.active a,
#header-navigation #navigation ul li.active span {
  background: #fff;
  color: #071833;
}
#footer {
  background: #fff;
  margin-top: 50px;
  padding: 40px 0;
}
#footer p {
  margin: 0;
  font-size: 100%;
  line-height: 140%;
}
#map_canvas .title {
  font-size: 120%;
}
#map_canvas strong {
  color: #000;
}
#map_canvas .awesome {
  margin-top: 10px;
}
.flickr li {
  list-style: none;
  margin: 0 5px 3px 0;
  float: left;
  line-height: 100%;
  height: 270px;
  width: 150px;
  overflow: auto;
}
.flickr li img {
  border: 2px solid #fff;
}
.gallery li {
  list-style: none;
  margin: 0 5px 3px 0;
  float: left;
  line-height: 100%;
  height: 170px;
  width: 300px;
  overflow: auto;
}
.gallery li img {
  border: 2px solid #fff;
  width: 150px;
  height: 150px;
  float: left;
  margin-right: 10px;
}
blockquote {
  font-size: 100%;
  font-family: Georgia;
  font-style: italic;
  color: #444;
  border: 0;
  line-height: 140%;
  margin: 0;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
blockquote:before {
  color: #444;
  content: open-quote;
  font-size: 200%;
  line-height: 100%;
  margin-right: 10px;
  vertical-align: 0px;
  content: "\201C";
}
.center {
  text-align: center;
}
.quote {
  margin-top: 20px;
}
.quote blockquote {
  quotes: "\201C" "\201D" "\2018" "\2019";
  font-size: 200%;
  font-family: Georgia;
  font-style: italic;
  color: #aeb1c2;
  border: 0;
  line-height: 140%;
}
.quote blockquote:before {
  color: #aeb1c2;
  content: open-quote;
  font-size: 200%;
  line-height: 100%;
  margin-right: 10px;
  vertical-align: 0px;
}
.bumper:first-child {
  margin-top: 40px;
}
.facebook {
  display: block;
  width: 28px;
  height: 28px;
  background-image: url("../img/button/facebook-sprite.png");
  background-position: left top;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  float: right;
  margin-right: 6px;
}
.facebook:hover {
  background-position: left 28px;
}
.linkedin {
  display: block;
  width: 28px;
  height: 28px;
  background-image: url("../img/button/linkedin-sprite.png");
  background-position: left top;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  float: right;
}
.linkedin:hover {
  background-position: left 28px;
}
.twitter {
  display: block;
  width: 28px;
  height: 28px;
  background-image: url("../img/button/twitter-sprite.png");
  background-position: left top;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  float: right;
  margin-right: 6px;
}
.twitter:hover {
  background-position: left 28px;
}
ul.list {
  margin: 0;
}
ul.list li {
  margin: 0;
}
.gallery-list li {
  float: left;
  width: 160px;
}
.gallery-list li p {
  font-size: 100%;
  text-transform: uppercase;
  color: #797D90;
  padding: 0 15px 0 0;
  margin: 0;
  font-family: "ProximaNova-Bold", sans-serif;
}
.gallery-list li p a {
  text-decoration: none;
}
table {
  width: 100%;
}
table th {
  background: #aeb1c2;
  text-align: left;
  padding: 5px 10px;
  font-family: "ProximaNova-Bold", sans-serif;
  color: #fff;
  text-transform: uppercase;
}
table td {
  text-align: left;
  padding: 4px 10px;
  border: 1px solid #fff;
}
table tr:first-child td {
  border-top: none;
}
label {
  min-width: 130px;
  float: left;
  text-align: right;
  padding: 6px 10px;
  font-family: "ProximaNova-Bold", sans-serif;
  color: #444;
  text-transform: uppercase;
}
#hills ul#list {
  margin: 0;
  padding: 0;
}
#hills ul#list h3 {
  text-transform: none;
  font-size: 100%;
}
.system-alerts {
  margin-top: 200px;
}
form .form-error {
  margin: -10px 0 15px 151px;
  border: 1px solid #c00;
  background: #ffebe8;
  color: #c00;
  padding: 3px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: auto;
  float: left;
}
@font-face {
  font-family: 'aller_lightregular';
  src: url('../fonts/aller_lt-webfont.eot');
  src: url('../fonts/aller_lt-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aller_lt-webfont.woff') format('woff'), url('../fonts/aller_lt-webfont.ttf') format('truetype'), url('../fonts/aller_lt-webfont.svg#aller_lightregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'allerregular';
  src: url('../fonts/aller_rg-webfont.eot');
  src: url('../fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aller_rg-webfont.woff') format('woff'), url('../fonts/aller_rg-webfont.ttf') format('truetype'), url('../fonts/aller_rg-webfont.svg#allerregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'alleritalic';
  src: url('../fonts/aller_it-webfont.eot');
  src: url('../fonts/aller_it-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aller_it-webfont.woff') format('woff'), url('../fonts/aller_it-webfont.ttf') format('truetype'), url('../fonts/aller_it-webfont.svg#alleritalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('../fonts/proximanova-bold-webfont.eot');
  src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-bold-webfont.woff') format('woff'), url('../fonts/proximanova-bold-webfont.ttf') format('truetype'), url('../fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../fonts/proximanova-regular-webfont.eot');
  src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-regular-webfont.woff') format('woff'), url('../fonts/proximanova-regular-webfont.ttf') format('truetype'), url('../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-SemiBold';
  src: url('../fonts/proximanova-semibold-webfont.eot');
  src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-semibold-webfont.woff') format('woff'), url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'), url('../fonts/proximanova-semibold-webfont.svg#proxima_nova_ltbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.wide-img {
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
  width: 100%;
  height: 590px;
  background-repeat: no-repeat;
}
.slideup {
  margin-top: -564px;
}
.slideup .container .page {
  background: #fff !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  padding-top: 65px;
  padding-bottom: 35px;
}
.slideup .container .page .clearfix {
  background: red;
  margin: 0;
}
.cbp-fwslider {
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
  padding: 0 0 20px;
}
.cbp-fwslider ul {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  list-style-type: none;
}
.cbp-fwslider ul li {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  float: left;
  display: block;
  margin: 0;
  padding: 0;
}
.cbp-fwslider ul li > a,
.cbp-fwslider ul li > div {
  display: block;
  text-align: center;
  outline: none;
}
.cbp-fwslider ul li > a img {
  border: none;
  display: block;
  margin: 0 auto;
}
.cbp-fwslider nav span {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 100px;
  background: #aeb1c2;
  color: #fff;
  font-size: 50px;
  text-align: center;
  margin-top: -50px;
  line-height: 100px;
  cursor: pointer;
  font-weight: normal;
}
.cbp-fwslider nav span:hover {
  background: #378fc3;
}
.cbp-fwslider nav span.cbp-fwnext {
  right: 0px;
}
.cbp-fwslider nav span.cbp-fwprev {
  left: 0px;
}
.cbp-fwdots {
  position: absolute;
  bottom: 0px;
  white-space: nowrap;
  text-align: center;
  width: 100%;
}
.cbp-fwdots span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #aeb1c2;
  margin: 4px;
  border-radius: 50%;
  cursor: pointer;
}
.cbp-fwdots span:hover {
  background: #999;
}
.cbp-fwdots span.cbp-fwcurrent {
  background: #797D90;
  box-shadow: 0 0 0 2px #797D90;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
}
.blog ul.posts {
  margin: 10px 0 0 0 !important;
  margin-bottom: 1.5em;
}
.blog ul.posts li.widget {
  padding: 0px 0 25px 0;
  border-bottom: 2px solid #000;
  margin-bottom: 40px;
}
.blog ul.posts li.widget ul {
  margin: 0;
}
.blog ul.posts li.post {
  margin: 0;
  list-style-type: none;
}
.blog ul.posts li.post .title a {
  text-decoration: none;
}
.blog ul.posts li.post .date-author {
  font-size: 0.85em;
  font-style: italic;
}
.blog ul.posts li.post .image-preview {
  float: left;
  margin: 0 15px 12px 0;
}
.blog ul.posts li.post .caption {
  padding: 0;
  width: 680px;
  position: relative;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
}
.blog ul.posts li.post .caption img {
  width: 680px;
  height: 400px;
  display: block;
}
.blog ul.posts li.post .caption:before {
  content: attr(title);
  position: absolute;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  padding: 5px;
  right: 0;
  bottom: 0;
  color: #000;
  left: 0;
  text-align: center;
  font: normal 11px Arial, sans-serif;
}
.blog ul.posts li.post .body_preview {
  margin-top: 0px;
  z-index: 100;
  font-size: 110%;
  line-height: 170%;
}
.blog ul.posts li.post .body {
  margin-top: 45px;
  position: relative;
  z-index: 100;
  font-size: 110%;
}
.blog ul.posts li.post .body p:first-child,
.blog ul.posts li.post .body p:nth-child(2) {
  font-size: 150%;
  line-height: 120%;
  font-weight: bold;
}
.blog ul.posts li.post .caption_2 {
  padding: 0;
  width: 220px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
  float: left;
  display: inline-block;
  position: relative;
  z-index: 200;
  margin: 40px 20px 10px 0;
}
.blog ul.posts li.post .caption_2 img {
  width: 220px;
  height: 140px;
  display: block;
}
.blog ul.posts li.post .caption_2:before {
  content: attr(title);
  position: absolute;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  padding: 5px;
  right: 0;
  bottom: 0;
  color: #000;
  left: 0;
  text-align: center;
  font: normal 11px Arial, sans-serif;
}
.blog ul.posts li.post .social {
  margin-top: 20px;
}
.blog ul.sidebar {
  margin-top: 10px;
}
.blog ul.sidebar .widget ul {
  margin: 0;
  padding: 0;
}
.blog ul.sidebar .widget ul li {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  list-style-type: none;
}
.blog ul.sidebar .widget ul li small {
  display: block;
}
.blog ul.sidebar .widget.tags ul li {
  display: block;
  float: left;
  margin: 0;
}
.blog ul.sidebar .widget.tags ul li a {
  display: block;
  padding: 4px 10px;
  border: 1px solid #CCC;
  background: #EFEFEF;
  margin-right: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.blog.archive .year,
.blog.archive .month {
  font-weight: bold;
  line-height: 100%;
  margin: 10px 0;
}
.blog.archive .post a {
  padding: 3px 0 3px 5px;
  display: block;
  text-decoration: none;
}
.blog.single ul.posts li.post ul.categories,
.blog.single ul.posts li.post ul.tags {
  margin: 0 !important;
}
.blog.single ul.posts li.post ul.categories li,
.blog.single ul.posts li.post ul.tags li {
  display: inline-block;
  margin: 0 5px 0 0;
}
