@import "//fonts.googleapis.com/css?family=Oswald:400,300,700";
/*
Cutting Edge Template

Table of Contents:
	Reset
	Common
	Typography
	Layout
	Supersized Slideshow
	Youtube Player
	Parallax
	Twitter
	Salon
	Stats
	Awards
	Services
	Promotions
	Gallery
	Contacts
	Flickr
	Alert Boxes
	Footer
	Social
	Misc
	Media Queries
*/
/* Font Face
--------------------------------------------------------*/
@font-face {
  font-family: 'cuttingedge';
  src: url("fonts/cuttingedge.eot");
  src: url("fonts/cuttingedge.eot?#iefix") format("embedded-opentype"), url("fonts/cuttingedge.woff") format("woff"), url("fonts/cuttingedge.ttf") format("truetype"), url("fonts/cuttingedge.svg#cuttingedge") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
/* line 45, ../sass/_layout.scss */
[data-icon]:before {
  font-family: 'cuttingedge';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* #Reset & Basics (Inspired by E. Meyers)
--------------------------------------------------------*/
/* line 60, ../sass/_layout.scss */
html, body, #body {
  height: 100%;
}

/* line 63, ../sass/_layout.scss */
html, body, #body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 71, ../sass/_layout.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 74, ../sass/_layout.scss */
body {
  line-height: 1;
}

/* line 77, ../sass/_layout.scss */
ol, ul {
  list-style: none;
}

/* line 80, ../sass/_layout.scss */
blockquote, q {
  quotes: none;
}

/* line 84, ../sass/_layout.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 88, ../sass/_layout.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Commons
--------------------------------------------------------*/
/* line 99, ../sass/_layout.scss */
::-moz-selection {
  background: #D2B55B;
  color: #fff;
}

/* line 100, ../sass/_layout.scss */
::selection {
  background: #D2B55B;
  color: #fff;
}

/* line 102, ../sass/_layout.scss */
body {
  background-color: #fff;
  font: 15px 'Oswald', sans-serif;
  font-weight: 300;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-align: left;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* line 116, ../sass/_layout.scss */
.video-container, .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
}

/* line 128, ../sass/_layout.scss */
.video-container iframe,
.video-container object,
.video-container embed,
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 136, ../sass/_layout.scss */
.audio-container {
  height: 150px;
  padding-bottom: 0;
}

/* line 141, ../sass/_layout.scss */
.hidden {
  display: none;
}

/* line 145, ../sass/_layout.scss */
img.scale-with-grid {
  max-width: 100%;
  height: auto;
}

/* line 149, ../sass/_layout.scss */
.nopb {
  padding-bottom: 0 !important;
}

/* line 153, ../sass/_layout.scss */
.nopt {
  padding-top: 0 !important;
}

/* Scroll to Top */
/* line 158, ../sass/_layout.scss */
a.scroll-to-top {
  -moz-border-radius: 7px 7px 0 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-border-radius: 7px 7px 0 0;
  -webkit-transition: all 0.3s;
  background: #404040;
  border-radius: 7px 7px 0 0;
  bottom: 0px;
  color: #fff;
  display: block;
  opacity: 0;
  padding: 11px 0;
  position: fixed;
  right: 10px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  width: 49px;
  z-index: 1040;
}

/* line 180, ../sass/_layout.scss */
a.scroll-to-top.visible:hover {
  filter: alpha(opacity=100);
  opacity: 1;
  color: #fff;
}

/* line 186, ../sass/_layout.scss */
a.scroll-to-top.visible {
  filter: alpha(opacity=75);
  opacity: 0.75;
}

/* Typography
--------------------------------------------------------*/
/* line 193, ../sass/_layout.scss */
#body {
  /* Layout
--------------------------------------------------------*/
  /* parallax
--------------------------------------------------------*/
  /*form elements*/
}
/* line 194, ../sass/_layout.scss */
#body h1, #body h2, #body h3, #body h4 {
  font-weight: 300;
  font-family: 'Oswald',sans-serif;
  color: #222;
  margin: 0 0 6px;
}
/* line 200, ../sass/_layout.scss */
#body h1 {
  font-size: 90px;
  letter-spacing: -2px;
  margin-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  line-height: 1;
}
/* line 208, ../sass/_layout.scss */
#body h1 span {
  color: #D2B55B;
}
/* line 212, ../sass/_layout.scss */
#body h2 {
  font-size: 44px;
  text-transform: uppercase;
  position: relative;
}
/* line 217, ../sass/_layout.scss */
#body h2.white {
  color: #fff;
}
/* line 222, ../sass/_layout.scss */
#body h3 {
  font-size: 22px;
  line-height: 1;
  color: #555;
}
/* line 226, ../sass/_layout.scss */
#body h3.sectionTitle {
  border-bottom: 1px solid #cacaca;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 10px;
  padding: 26px 0 6px;
}
/* line 235, ../sass/_layout.scss */
#body h4 {
  font-size: 22px;
}
@media only screen and (max-width: 700px) {
  /* line 240, ../sass/_layout.scss */
  #body h1 {
    font-size: 60px;
  }
  /* line 243, ../sass/_layout.scss */
  #body h2 {
    font-size: 34px;
  }
  /* line 246, ../sass/_layout.scss */
  #body h3 {
    font-size: 20px;
  }
  /* line 251, ../sass/_layout.scss */
  #body table th {
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 12px !important;
  }
  /* line 252, ../sass/_layout.scss */
  #body table td {
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 11px !important;
  }
}
/* line 257, ../sass/_layout.scss */
#body .small {
  font-size: 36px;
  font-weight: 300;
}
/* line 258, ../sass/_layout.scss */
#body .smallBold {
  font-size: 36px;
  font-weight: 700;
}
/* line 259, ../sass/_layout.scss */
#body .medium {
  font-size: 44px;
  text-transform: uppercase;
}
/* line 260, ../sass/_layout.scss */
#body .mediumBold {
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 261, ../sass/_layout.scss */
#body .large {
  font-size: 56px;
  text-transform: uppercase;
}
/* line 262, ../sass/_layout.scss */
#body .largeBold {
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 263, ../sass/_layout.scss */
#body .author {
  font-size: 18px;
  font-weight: 300;
}
/* line 266, ../sass/_layout.scss */
#body p {
  margin-bottom: 10px;
}
/* line 268, ../sass/_layout.scss */
#body p a {
  color: #D2B55B;
  text-decoration: none;
}
/* line 271, ../sass/_layout.scss */
#body p a:hover {
  color: #907111;
  transition: color 0.5s;
}
/* line 277, ../sass/_layout.scss */
#body a {
  color: #D2B55B;
  text-decoration: none;
}
/* line 280, ../sass/_layout.scss */
#body a:hover {
  color: #907111;
}
/* line 286, ../sass/_layout.scss */
#body strong {
  font-weight: 700;
}
/* line 289, ../sass/_layout.scss */
#body .introtext {
  font-size: 20px;
  margin-bottom: 35px;
}
/* line 293, ../sass/_layout.scss */
#body .marginTop {
  margin-top: 30px;
}
/* line 296, ../sass/_layout.scss */
#body .highlight {
  background: #D2B55B;
  color: #FFFFFF;
  padding: 0 6px;
}
/* line 301, ../sass/_layout.scss */
#body .dropcap {
  background: #D2B55B;
  color: #FFFFFF;
  display: inline-block;
  float: left;
  font-size: 30px;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  margin: 7px 7px 0 0;
  text-align: center;
  width: 44px;
}
/* line 318, ../sass/_layout.scss */
#body .homepage {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: -50px;
}
/* line 324, ../sass/_layout.scss */
#body .page-section {
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
  background-attachment: scroll;
}
/* line 333, ../sass/_layout.scss */
#body .page-section.desktop {
  position: relative !important;
  z-index: 6;
}
/* line 341, ../sass/_layout.scss */
#body .row .container.vsp {
  padding: 100px 0;
}
/* line 349, ../sass/_layout.scss */
#body.subpage_layout .row .container.vsp {
  padding: 10px 0;
}
/* line 354, ../sass/_layout.scss */
#body.subpage_layout .page-section {
  padding: 10px 0;
}
/* line 357, ../sass/_layout.scss */
#body.subpage_layout .sticky-wrapper {
  margin-bottom: 30px;
}
/* line 360, ../sass/_layout.scss */
#body.subpage_layout nav ul li {
  padding-top: 0;
}
/* line 366, ../sass/_layout.scss */
#body nav {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  position: relative;
  z-index: 1000;
  height: 46px;
  text-align: center;
  border-bottom: 6px solid #D2B55B;
}
/* line 375, ../sass/_layout.scss */
#body nav ul {
  height: 38px;
  display: inline-block;
}
/* line 379, ../sass/_layout.scss */
#body nav ul li {
  position: relative;
  float: left;
  margin: 0;
  padding-top: 5px;
}
/* line 384, ../sass/_layout.scss */
#body nav ul li a {
  font-family: 'Oswald',sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
}
/* line 392, ../sass/_layout.scss */
#body nav ul li a:hover {
  color: #D2B55B;
  transition: color 0.5s;
}
/* line 399, ../sass/_layout.scss */
#body nav .dropmenu {
  display: none;
  background-color: black !important;
  color: white !important;
}
@media only screen and (max-width: 700px) {
  /* line 404, ../sass/_layout.scss */
  #body nav .dropmenu {
    display: block;
    font-size: 25px;
    font-family: 'Oswald',sans-serif;
  }
  /* line 409, ../sass/_layout.scss */
  #body nav #website_static_top_menu {
    display: none;
  }
}
/* line 418, ../sass/_layout.scss */
#body #homepage .container {
  height: 100%;
}
/* line 421, ../sass/_layout.scss */
#body .logo {
  float: right;
  margin-top: 50px;
}
/* line 429, ../sass/_layout.scss */
#body .parallax {
  width: 100%;
  height: 480px;
  padding: 0;
  margin: 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  border-top: 10px solid rgba(255, 255, 255, 0.3);
  border-bottom: 10px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  position: relative;
  background-size: cover;
  text-align: center;
}
/* line 443, ../sass/_layout.scss */
#body .parallax.fixed {
  background-attachment: fixed;
}
/* line 446, ../sass/_layout.scss */
#body .parallax.fixed-desktop {
  background-attachment: fixed !important;
}
/* line 450, ../sass/_layout.scss */
#body .parallax .quoteWrap {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
/* line 456, ../sass/_layout.scss */
#body .parallax .quoteWrap .quote {
  display: table-cell;
  vertical-align: middle;
}
/* line 462, ../sass/_layout.scss */
#body .parallax h3 span {
  text-shadow: 0px 0px 5px #222;
  color: #fff;
}
/* line 466, ../sass/_layout.scss */
#body .parallax .parallaxText {
  display: table-cell;
  vertical-align: middle;
}
/* line 471, ../sass/_layout.scss */
#body .parallax .cutting {
  font-size: 150px;
  font-weight: 700;
  opacity: 0.5;
  margin-left: -150px;
}
/* line 477, ../sass/_layout.scss */
#body .parallax h2.cutting {
  font-size: 150px !important;
  font-weight: 700 !important;
  opacity: 0.5;
  margin-left: -150px;
}
/* line 487, ../sass/_layout.scss */
#body .website_form {
  text-align: left;
}
/* line 489, ../sass/_layout.scss */
#body .website_form input[type="submit"] {
  width: auto;
}
/* line 495, ../sass/_layout.scss */
#body textarea {
  height: 147px;
  padding: 20px;
  margin-bottom: 20px;
  overflow: auto;
}
/* line 502, ../sass/_layout.scss */
#body .formSecWrap {
  float: left;
  margin-right: 20px;
}
/* line 506, ../sass/_layout.scss */
#body .formSecWrap2 {
  margin-right: 0px;
}
/* line 511, ../sass/_layout.scss */
#body input[type="text"], #body input[type="password"], #body input[type="email"], #body textarea, #body select {
  background: #f4ecd4;
  border: none;
  border-radius: 20px;
  color: #777777;
  display: block;
  margin: 0 0 10px 0;
  outline: medium none;
  padding: 4px 10px;
  width: 100%;
  max-width: 100%;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 300;
}
/* line 526, ../sass/_layout.scss */
#body input[type="text"]:focus, #body input[type="password"]:focus, #body input[type="email"]:focus, #body textarea:focus {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  color: #444444;
}
/* line 531, ../sass/_layout.scss */
#body .formWrap {
  margin-top: 60px;
}
/* line 534, ../sass/_layout.scss */
#body .formWrap label {
  margin: 0 0 2px 0;
  display: block;
  text-align: left;
}
/* line 539, ../sass/_layout.scss */
#body .formWrap input[type="submit"] {
  margin: 10px 0 20px 0;
}
/* line 547, ../sass/_layout.scss */
#body a.button,
#body button,
#body input[type="submit"],
#body input[type="reset"],
#body input[type="button"] {
  background: #D2B55B;
  border-radius: 20px;
  padding: 4px 10px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  border: none;
  margin: 0 0 10px 0;
  line-height: 21px;
  text-align: center;
  outline: none;
}
/* line 567, ../sass/_layout.scss */
#body a.button:hover,
#body button:hover,
#body input[type="submit"]:hover,
#body input[type="reset"]:hover,
#body input[type="button"]:hover {
  color: #222;
  background: #ddd;
}
/* line 572, ../sass/_layout.scss */
#body .newsletter-widget p {
  display: inline-block;
}
/* line 575, ../sass/_layout.scss */
#body .newsletter-widget input[type="text"], #body .newsletter-widget input[type="email"] {
  width: 280px;
  padding: 4px 10px;
  display: inline-block;
  margin-right: 10px;
}
/* line 581, ../sass/_layout.scss */
#body .newsletter-widget input[type="submit"] {
  width: auto;
  padding: 4px 10px;
  display: inline-block;
  margin-right: 10px;
}
/* line 590, ../sass/_layout.scss */
#body table {
  border: medium none;
  border-collapse: separate;
  border-radius: 6px 6px 6px 6px;
  border-spacing: 0;
  margin-bottom: 15px;
  width: 100%;
}
/* line 598, ../sass/_layout.scss */
#body table th {
  background-color: #F7F7F7;
  background-image: -moz-linear-gradient(center bottom, #f7f7f7 0%, white 100%);
  border-color: #DDDDDD;
  border-image: none;
  border-style: solid none solid solid;
  border-width: 1px medium 1px 1px;
  color: #444444;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
  text-align: center;
  vertical-align: top;
}
/* line 612, ../sass/_layout.scss */
#body table th:first-child {
  border-radius: 6px 0 0 0;
}
/* line 615, ../sass/_layout.scss */
#body table td:last-child {
  border-right: 1px solid #DDDDDD;
}
/* line 618, ../sass/_layout.scss */
#body table th:last-child {
  border-radius: 0 6px 0 0;
  border-right: 1px solid #DDDDDD;
}
/* line 622, ../sass/_layout.scss */
#body table td {
  border-color: #E7E7E7;
  border-image: none;
  border-style: none none solid solid;
  border-width: medium medium 1px 1px;
  padding: 10px 15px;
  transition: all 0.4s ease-in-out 0s;
  white-space: nowrapp;
}
/* line 631, ../sass/_layout.scss */
#body table tr:hover td {
  background-color: #D2B55B;
  color: #FFFFFF;
}

/* line 640, ../sass/_layout.scss */
#parallax-1 {
  background-image: url("../images/parallax/parallax-1.jpg");
}

/* line 640, ../sass/_layout.scss */
#parallax-2 {
  background-image: url("../images/parallax/parallax-2.jpg");
}

/* line 640, ../sass/_layout.scss */
#parallax-3 {
  background-image: url("../images/parallax/parallax-3.jpg");
}

/* line 640, ../sass/_layout.scss */
#parallax-4 {
  background-image: url("../images/parallax/parallax-4.jpg");
}

/* line 640, ../sass/_layout.scss */
#parallax-5 {
  background-image: url("../images/parallax/parallax-5.jpg");
}

/* line 640, ../sass/_layout.scss */
#parallax-6 {
  background-image: url("../images/parallax/parallax-6.jpg");
}

/* line 645, ../sass/_layout.scss */
.serviceImage.sICut {
  background-image: url("../images/serviceImage/cut.jpg");
}
/* line 646, ../sass/_layout.scss */
.serviceImage.sIColour {
  background-image: url("../images/serviceImage/colour.jpg");
}
/* line 647, ../sass/_layout.scss */
.serviceImage.sIStyle {
  background-image: url("../images/serviceImage/style.jpg");
}

/* line 651, ../sass/_layout.scss */
div.website_gallery_container {
  width: 100%;
}

/* supersized slideshow
--------------------------------------------------------*/
/* line 657, ../sass/_layout.scss */
.slider-text {
  width: 100%;
}

/* line 660, ../sass/_layout.scss */
.slider-text {
  bottom: 0px;
  min-height: 220px;
  overflow: hidden;
  position: absolute;
}

/* line 666, ../sass/_layout.scss */
#prevslide, #nextslide {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 64px;
  margin-top: -21px;
  opacity: 0.8;
  border-radius: 50%;
}

/* line 675, ../sass/_layout.scss */
#prevslide {
  right: 60px;
  background: url("../images/icons/icon-up-arrow.png") center center no-repeat black;
}

/* line 679, ../sass/_layout.scss */
#nextslide {
  right: 10px;
  background: url("../images/icons/icon-down-arrow.png") center center no-repeat black;
}

/* line 683, ../sass/_layout.scss */
#prevslide:active, #nextslide:active {
  margin-top: -19px;
}

/* line 686, ../sass/_layout.scss */
#prevslide:hover, #nextslide:hover {
  cursor: pointer;
}

/* line 690, ../sass/_layout.scss */
#slidecaption h2 {
  text-shadow: 0 0 5px #000;
  font-weight: 700;
  font-size: 84px;
  color: #fff;
  text-align: left;
  line-height: 1.4;
}

/* line 698, ../sass/_layout.scss */
#slidecaption h2 span {
  font-weight: 300;
  font-size: 86px;
}

/* line 703, ../sass/_layout.scss */
#supersized-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  text-indent: -999em;
  background: url(../images/progress.gif) no-repeat center center;
}

/* line 705, ../sass/_layout.scss */
#supersized {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -999;
  height: 100%;
  width: 100%;
}

/* line 706, ../sass/_layout.scss */
#supersized img {
  width: auto;
  height: auto;
  position: relative;
  display: none;
  outline: none;
  border: none;
}

/* line 707, ../sass/_layout.scss */
#supersized.speed img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
}

/*Speed*/
/* line 708, ../sass/_layout.scss */
#supersized.quality img {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
}

/*Quality*/
/* line 710, ../sass/_layout.scss */
#supersized li {
  display: block;
  list-style: none;
  z-index: -30;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
}

/* line 711, ../sass/_layout.scss */
#supersized a {
  width: 100%;
  height: 100%;
  display: block;
}

/* line 712, ../sass/_layout.scss */
#supersized li.prevslide {
  z-index: -20;
}

/* line 713, ../sass/_layout.scss */
#supersized li.activeslide {
  z-index: -10;
}

/* line 714, ../sass/_layout.scss */
#supersized li.image-loading {
  background: #111111 url(../images/progress.gif) no-repeat center center;
  width: 100%;
  height: 100%;
}

/* line 715, ../sass/_layout.scss */
#supersized li.image-loading img {
  visibility: hidden;
}

/* line 716, ../sass/_layout.scss */
#supersized li.prevslide img, #supersized li.activeslide img {
  display: inline;
}

/* Twitter
--------------------------------------------------------*/
/* line 729, ../sass/_layout.scss */
#twitter li {
  margin: 0;
  padding: 40px 0 0 0;
  background: url(../images/icons/social-twitter.png) no-repeat center top;
  font-size: 24px;
  text-shadow: 0px 0px 5px #222;
}

/* line 737, ../sass/_layout.scss */
#twitter a {
  color: #fff;
  text-shadow: 0px 0px 5px #222;
  font-size: 24px;
}

/* line 742, ../sass/_layout.scss */
#twitter a:hover {
  color: #000;
}

/* line 746, ../sass/_layout.scss */
#twitter b a {
  color: #fff;
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
  font-size: 18px;
  text-shadow: none;
}

/* Salon
--------------------------------------------------------*/
/* line 758, ../sass/_layout.scss */
#salon {
  clear: left;
}

/* line 761, ../sass/_layout.scss */
.salonImage {
  margin-bottom: 30px;
}

/* line 764, ../sass/_layout.scss */
.teamImage img {
  border-radius: 50%;
  margin: 20px auto 30px;
  box-shadow: 0 0 0 1px #fff inset;
}

/* line 769, ../sass/_layout.scss */
.teamOverlay {
  border: 5px solid #d2b55b;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(210, 181, 91, 0.3) inset;
  width: 270px;
  height: 270px;
  margin-bottom: 30px;
  margin-top: 20px;
  position: absolute;
}

/* Stats
--------------------------------------------------------*/
/* line 783, ../sass/_layout.scss */
.statGrid {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
  float: left;
}

/* line 793, ../sass/_layout.scss */
.statGrid:after,
.statItem:before {
  content: '';
  display: table;
}

/* line 797, ../sass/_layout.scss */
.statGrid:after {
  clear: both;
}

/* line 800, ../sass/_layout.scss */
.statGrid li {
  width: 177px;
  height: 177px;
  display: inline-block;
  margin: 10px;
}

/* line 806, ../sass/_layout.scss */
.statItem {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  position: relative;
  cursor: default;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* line 814, ../sass/_layout.scss */
.statThumb {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  overflow: hidden;
  position: absolute;
  box-shadow: inset 0 0 0 15px rgba(255, 255, 255, 0.5);
  -webkit-transform-origin: 95% 40%;
  -ms-transform-origin: 95% 40%;
  transform-origin: 95% 40%;
  -webkit-transform: translate3d(0, 0, 0);
  transition: all 0.3s ease-in-out;
}

/* line 832, ../sass/_layout.scss */
.ie8 .statThumb {
  display: none;
}

/* line 835, ../sass/_layout.scss */
.statGridMobile .statThumb {
  display: none;
}

/* line 838, ../sass/_layout.scss */
.statThumb:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 100px;
  top: 40%;
  left: 95%;
  margin: -4px 0 0 -4px;
  background: #323232;
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.9);
}

/* line 851, ../sass/_layout.scss */
.stat-1 {
  background-image: url(../images/stats/stat-1.jpg);
  z-index: 12;
}

/* line 855, ../sass/_layout.scss */
.stat-2 {
  background-image: url(../images/stats/stat-2.jpg);
  z-index: 11;
}

/* line 859, ../sass/_layout.scss */
.stat-3 {
  background-image: url(../images/stats/stat-3.jpg);
  z-index: 10;
}

/* line 863, ../sass/_layout.scss */
.stat-4 {
  background-image: url(../images/stats/stat-4.jpg);
  z-index: 9;
}

/* line 867, ../sass/_layout.scss */
.stat-5 {
  background-image: url(../images/stats/stat-5.jpg);
  z-index: 8;
}

/* line 871, ../sass/_layout.scss */
.stat-6 {
  background-image: url(../images/stats/stat-6.jpg);
  z-index: 7;
}

/* line 875, ../sass/_layout.scss */
.statInfo {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  overflow: hidden;
  background: #D2B55B;
}

/* line 883, ../sass/_layout.scss */
#body .statInfo h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  letter-spacing: 2px;
  font-size: 24px;
  margin: 0 auto;
  padding: 45px 0 10px 0;
  height: auto;
  font-weight: 700;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* line 898, ../sass/_layout.scss */
#body .statInfo p {
  color: #fff;
  padding: 10px 5px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

/* line 906, ../sass/_layout.scss */
.statItem:hover .statThumb {
  box-shadow: inset 0 0 0 15px rgba(255, 255, 255, 0.5), 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(-110deg);
  -ms-transform: rotate(-110deg);
  transform: rotate(-110deg);
}

/* line 913, ../sass/_layout.scss */
#body .statItem:hover .statInfo p a {
  opacity: 1;
  -webkit-transform: translateX(0px) rotate(0deg);
  -ms-transform: translateX(0px) rotate(0deg);
  transform: translateX(0px) rotate(0deg);
}

/* Awards
--------------------------------------------------------*/
/* line 926, ../sass/_layout.scss */
.awardsImage {
  border-radius: 50%;
  border: 5px solid #d2b55b;
  padding: 2px;
}

/* line 931, ../sass/_layout.scss */
.awardsImage img {
  border-radius: 50%;
  display: block;
}

/* line 935, ../sass/_layout.scss */
.awardsListing ul {
  margin-bottom: 20px;
}

/* line 938, ../sass/_layout.scss */
.awardsListing ul li {
  margin: 1px 0;
}

/* line 941, ../sass/_layout.scss */
.awardsListing ul li span {
  background: #D2B55B;
  color: #222;
  padding: 0 6px;
}

/* Services
--------------------------------------------------------*/
/* line 953, ../sass/_layout.scss */
.serviceImage {
  border: 5px solid #d2b55b;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(210, 181, 91, 0.3) inset;
  width: 220px;
  height: 220px;
  transition: all 0.5s ease-in-out 0s;
  margin: 20px auto 30px;
}

/* line 962, ../sass/_layout.scss */
.serviceImage h4 {
  text-align: center;
  padding-top: 90px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.8s ease-in-out 0s;
}

/* line 969, ../sass/_layout.scss */
.serviceImage:hover {
  box-shadow: 0 0 0 110px rgba(255, 255, 255, 0.9) inset;
}

/* line 972, ../sass/_layout.scss */
.serviceImage:hover h4 {
  opacity: 1;
  transform: scale(1);
}

/* line 976, ../sass/_layout.scss */
.circle {
  border-radius: 50%;
}

/* Promotions
--------------------------------------------------------*/
/* Accordion */
/* line 987, ../sass/_layout.scss */
.accTrigger {
  cursor: pointer;
  display: block;
  margin: 10px 0;
  background: #fff;
  border-radius: 30px;
  border-bottom: 6px solid #D2B55B;
  transition: all 0.5s ease-in-out 0s;
}

/* line 996, ../sass/_layout.scss */
.accTrigger:hover {
  background: #f1e9d2;
}

/* line 999, ../sass/_layout.scss */
.accTrigger a {
  display: block;
  color: #000;
  outline: none;
  padding: 10px;
  text-decoration: none;
  font-size: 24px;
  transition: all 0.5s ease-in-out 0s;
}

/* line 1008, ../sass/_layout.scss */
.accTrigger.active a {
  cursor: default;
}

/* line 1011, ../sass/_layout.scss */
.accTrigger.active {
  background: #f1e9d2;
}

/* line 1015, ../sass/_layout.scss */
.accTrigger a:hover {
  color: #D2B55B;
}

/* line 1018, ../sass/_layout.scss */
.accContainer .content {
  padding: 2px 15px 5px 15px;
  line-height: 19px;
}

/* line 1022, ../sass/_layout.scss */
.accContent p {
  margin-bottom: 10px;
}

/* line 1025, ../sass/_layout.scss */
.accContent {
  padding: 10px 0;
  display: table;
}

/* line 1029, ../sass/_layout.scss */
.accImage {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
}

/* line 1034, ../sass/_layout.scss */
.accImageInner {
  border-radius: 200px;
  border: 3px solid #D2B55B;
  padding: 2px;
  width: 94%;
}

/* line 1040, ../sass/_layout.scss */
.accImage img {
  border-radius: 200px;
  display: block;
}

/* line 1045, ../sass/_layout.scss */
.accTitle, .accText {
  width: 35%;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

/* line 1052, ../sass/_layout.scss */
.accTitle h3 {
  font-size: 54px;
  color: #D2B55B;
  margin-left: 10%;
  margin-bottom: 0;
}

/* line 1058, ../sass/_layout.scss */
.accTitle h2 {
  font-size: 90px;
  color: #D2B55B;
  margin-left: 10%;
  margin-bottom: 0;
}

/* line 1064, ../sass/_layout.scss */
.accText p {
  margin: 10px 0 10px 5%;
  font-size: 16px;
}

/* gallery
--------------------------------------------------------*/
/* line 1073, ../sass/_layout.scss */
.thumbLink {
  display: block;
  width: 100%;
}

/* line 1077, ../sass/_layout.scss */
.thumbImage {
  box-sizing: border-box;
  border: 5px solid rgba(210, 181, 91, 0.9);
  border-radius: 220px 220px 220px 220px;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}

/* line 1088, ../sass/_layout.scss */
.thumbImage img {
  border-radius: 220px 220px 220px 220px;
}

/* line 1091, ../sass/_layout.scss */
.da-thumbs {
  margin-top: 10px;
  position: relative;
}

/* line 1095, ../sass/_layout.scss */
.da-thumbs article {
  position: relative;
  float: left;
  width: 18%;
  margin: 1%;
  max-width: 162px;
}

/* line 1099, ../sass/_layout.scss */
.da-thumbs article a, .da-thumbs article a img {
  display: block;
  position: relative;
}

/* line 1103, ../sass/_layout.scss */
.da-thumbs article a {
  overflow: hidden;
}

/* line 1106, ../sass/_layout.scss */
.thumbImage div {
  height: 65%;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 1112, ../sass/_layout.scss */
.thumbImage div {
  display: none;
  padding-top: 35%;
}

/* line 1116, ../sass/_layout.scss */
.thumbImage img {
  transition: all 0.3s ease-in-out 0s;
}

/* line 1119, ../sass/_layout.scss */
.thumbImage div.da-animate {
  transition: all 0.3s ease-in-out 0s;
}

/* line 1122, ../sass/_layout.scss */
.da-slideFromTop {
  left: 0;
  top: -100%;
}

/* line 1126, ../sass/_layout.scss */
.da-slideFromBottom {
  left: 0;
  top: 100%;
}

/* line 1130, ../sass/_layout.scss */
.da-slideFromLeft {
  left: -100%;
  top: 0;
}

/* line 1134, ../sass/_layout.scss */
.da-slideFromRight {
  left: 100%;
  top: 0;
}

/* line 1138, ../sass/_layout.scss */
.da-slideTop {
  top: 0;
}

/* line 1141, ../sass/_layout.scss */
.da-slideLeft {
  left: 0;
}

/* line 1144, ../sass/_layout.scss */
.iconWrapper {
  background-color: rgba(210, 181, 91, 0.7);
  background-image: url("../images/btn-zoom.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 50% 50% 50% 50%;
  display: inline-block;
  height: 60px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 60px;
  z-index: 1000;
}

/* line 1158, ../sass/_layout.scss */
#gallery h3 {
  margin-bottom: 20px;
}

/*contact
--------------------------------------------------------*/
/* line 1166, ../sass/_layout.scss */
.contactDetails p {
  padding-left: 17px;
  font-size: 18px;
}

/* line 1170, ../sass/_layout.scss */
.contactDetails {
  text-align: left;
}

/* line 1173, ../sass/_layout.scss */
.contactAddress {
  background: url("../images/icons/icon-address-grey.png") no-repeat scroll left 3px transparent;
}

/* line 1174, ../sass/_layout.scss */
.contactPhone {
  background: url("../images/icons/icon-phone-grey.png") no-repeat scroll left 3px transparent;
}

/* line 1175, ../sass/_layout.scss */
.contactEmail {
  background: url("../images/icons/icon-email-grey.png") no-repeat scroll left 5px transparent;
}

/* line 1176, ../sass/_layout.scss */
.contactSkype {
  background: url("../images/icons/icon-skype-grey.png") no-repeat scroll left 5px transparent;
}

/* line 1177, ../sass/_layout.scss */
.contactTime {
  background: url("../images/icons/icon-time-grey.png") no-repeat scroll left 5px transparent;
}

/* Contact Form 7 */
/* line 1185, ../sass/_layout.scss */
div.wpcf7 {
  margin: 0;
  padding: 0;
}

/* line 1190, ../sass/_layout.scss */
div.wpcf7 .wpcf7-not-valid {
  background: #FF8686;
  color: #000;
}

/* line 1195, ../sass/_layout.scss */
div.wpcf7 .wpcf7-not-valid::-moz-placeholder {
  color: #000;
}

/* line 1199, ../sass/_layout.scss */
div.wpcf7 .wpcf7-not-valid::-webkit-input-placeholder {
  color: #000;
}

/* line 1203, ../sass/_layout.scss */
div.wpcf7-response-output {
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid transparent;
}

/* line 1212, ../sass/_layout.scss */
.wpcf7-validation-errors, div.wpcf7-mail-sent-ng {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

/* line 1218, ../sass/_layout.scss */
div.wpcf7-spam-blocked {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

/* line 1224, ../sass/_layout.scss */
div.wpcf7-mail-sent-ok {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

/* line 1230, ../sass/_layout.scss */
span.wpcf7-form-control-wrap {
  display: block;
}

/* line 1234, ../sass/_layout.scss */
span.wpcf7-not-valid-tip {
  display: none;
}

/* line 1238, ../sass/_layout.scss */
span.wpcf7-not-valid-tip-no-ajax {
  color: #f00;
  font-size: 10pt;
  display: block;
}

/* line 1244, ../sass/_layout.scss */
span.wpcf7-list-item {
  margin-left: 0.5em;
}

/* line 1248, ../sass/_layout.scss */
.wpcf7-display-none {
  display: none;
}

/* line 1252, ../sass/_layout.scss */
div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px;
}

/* line 1258, ../sass/_layout.scss */
div.wpcf7 div.ajax-error {
  display: none;
}

/* line 1262, ../sass/_layout.scss */
div.wpcf7 .placeheld {
  color: #888;
}

/* Blog
--------------------------------------------------------*/
/* line 1271, ../sass/_layout.scss */
.blogTitle,
.blogTitlePost {
  margin-top: 30px;
}

/* line 1274, ../sass/_layout.scss */
.blogTitlePost h2 {
  font-size: 90px;
  letter-spacing: -2px;
  line-height: 1;
  margin-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}

/* line 1282, ../sass/_layout.scss */
.blogTitlePost h2 span {
  color: #D2B55B;
}

/* line 1285, ../sass/_layout.scss */
.post {
  margin-bottom: 50px;
  border-top: 1px solid #CACACA;
  padding-top: 20px;
  text-align: left;
}

/* line 1291, ../sass/_layout.scss */
.post-title h3 {
  font-size: 30px;
}

/* line 1294, ../sass/_layout.scss */
.dateWrap {
  background: #D2B55B;
  padding: 10px;
  float: left;
  margin: 5px 10px 0 0;
  z-index: 2000;
  color: #fff;
}

/* line 1302, ../sass/_layout.scss */
.format-gallery .dateWrap, .format-image .dateWrap, .format-video .dateWrap, .format-audio .dateWrap {
  position: absolute;
  margin: 10px 0 0 0;
}

/* line 1306, ../sass/_layout.scss */
.date-day {
  font-size: 48px;
}

/* line 1309, ../sass/_layout.scss */
.post-media {
  margin: 10px 0 20px 0;
}

/* line 1312, ../sass/_layout.scss */
.post-media img {
  border-bottom: 10px solid #D2B55B;
}

/* line 1315, ../sass/_layout.scss */
.post-body div a {
  background: #D2B55B;
  padding: 2px 10px;
  color: #fff;
  border-radius: 6px;
}

/* line 1321, ../sass/_layout.scss */
.post-body div a:hover {
  background: #CACACA;
}

/* line 1324, ../sass/_layout.scss */
.tags {
  margin: 30px 0;
  overflow: auto;
}

/* line 1328, ../sass/_layout.scss */
.tags a {
  color: #FFFFFF;
  float: left;
  font-weight: 300;
  height: 26px;
  line-height: 26px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 3px 8px;
  text-transform: uppercase;
  transition: background-color 0.3s ease 0s;
  background: #c3c3c3;
  border-left: 3px solid #D2B55B;
  border-radius: 6px;
}

/* line 1343, ../sass/_layout.scss */
.tags a:hover {
  background-color: #D2B55B;
}

/* line 1347, ../sass/_layout.scss */
.pagination {
  overflow: hidden;
  margin-top: 30px;
}

/* line 1351, ../sass/_layout.scss */
.pagination li {
  float: left;
  margin-right: 5px;
}

/* line 1355, ../sass/_layout.scss */
.pagination span, .pagination a {
  cursor: pointer;
  color: #fff;
  display: block;
  text-align: center;
  background: #e1cf96;
  padding: 3px 10px;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

/* line 1369, ../sass/_layout.scss */
.pagination a:hover, .pagination .current span, .pagination .previouspostslink, .pagination .nextpostslink {
  background: #D2B55B;
}

/* line 1373, ../sass/_layout.scss */
.post-author .thumbnail {
  float: left;
  margin-right: 15px;
}

/* line 1377, ../sass/_layout.scss */
.post-author h3 {
  margin-bottom: 20px;
}

/* line 1380, ../sass/_layout.scss */
.post-author .author-body {
  background: #F4ECD4;
  overflow: hidden;
  border-radius: 8px;
  padding: 10px;
  color: #222;
  font-size: 13px;
}

/* Comments */
/* line 1390, ../sass/_layout.scss */
#comments {
  border-top: 1px solid #CACACA;
  margin-top: 40px;
  padding-top: 20px;
  clear: both;
}

/* line 1396, ../sass/_layout.scss */
#comments [class*="span"] {
  display: block;
  float: left;
  margin-left: 2.5641%;
  min-height: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1406, ../sass/_layout.scss */
#comments .span11 {
  width: 91.453%;
}

/* line 1409, ../sass/_layout.scss */
.comment-body > .span11 > p:last-child {
  margin-bottom: 0;
}

/* line 1412, ../sass/_layout.scss */
.comment-body > .span11 > p a {
  color: #D2B55B;
}

/* line 1415, ../sass/_layout.scss */
.comment-body > .span11 > p a:hover {
  color: #555555;
}

/* line 1418, ../sass/_layout.scss */
#commentform [class*="span"] {
  margin-left: 0;
}

/* line 1421, ../sass/_layout.scss */
#comments .span12 {
  margin-left: 0;
}

/* line 1424, ../sass/_layout.scss */
#comments .span1 {
  margin-left: 0;
  width: 5.98291%;
}

/* line 1428, ../sass/_layout.scss */
#comments li {
  background: none repeat scroll 0 0 transparent;
  padding-left: 0;
}

/* line 1432, ../sass/_layout.scss */
#comments p {
  margin-bottom: 20px;
  margin-left: 1%;
}

/* line 1436, ../sass/_layout.scss */
#comments .comment-body {
  margin-bottom: 20px;
}

/* line 1439, ../sass/_layout.scss */
#comments-title {
  font-size: 28px;
  margin-bottom: 30px;
}

/* line 1443, ../sass/_layout.scss */
#comments-title span {
  color: #D2B55B;
  font-size: 14px;
  font-weight: 400;
  line-height: 10px;
  padding: 0 5px;
  vertical-align: middle;
}

/* line 1451, ../sass/_layout.scss */
.commentlist, #comments .children {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 1456, ../sass/_layout.scss */
.pe-offset1 {
  margin-left: 8.54701% !important;
}

/* line 1459, ../sass/_layout.scss */
.commentlist {
  margin-bottom: 40px;
}

/* line 1462, ../sass/_layout.scss */
.row-fluid {
  width: 100%;
}

/* line 1465, ../sass/_layout.scss */
.row-fluid:before, .row-fluid:after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 1470, ../sass/_layout.scss */
.row-fluid:after {
  clear: both;
}

/* line 1473, ../sass/_layout.scss */
.comment-author img {
  display: block;
  max-width: 100%;
}

/* line 1477, ../sass/_layout.scss */
.bypostauthor > .comment-body > .comment-author img {
  border: 2px solid #D2B55B;
}

/* line 1480, ../sass/_layout.scss */
.bypostauthor > .comment-body .fn a {
  color: #D2B55B;
}

/* line 1483, ../sass/_layout.scss */
.bypostauthor > .comment-body p {
  color: #666666;
}

/* line 1486, ../sass/_layout.scss */
#comments .fn {
  font-weight: 700;
  margin-top: 2px;
}

/* line 1490, ../sass/_layout.scss */
.fn a {
  color: #D2B55B;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 1496, ../sass/_layout.scss */
.comment-body .fn, .comment-body .says {
  float: left;
  font-size: 14px;
}

/* line 1500, ../sass/_layout.scss */
.says {
  margin-left: 5px;
  margin-top: 2px;
}

/* line 1504, ../sass/_layout.scss */
#comments .comment-body .span11 {
  background: #F4ECD4;
  padding: 10px 20px;
  position: relative;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1513, ../sass/_layout.scss */
#comments .comment-arrow {
  border-bottom: 14px solid transparent;
  border-right: 14px solid #F4ECD4;
  border-top: 14px solid transparent;
  height: 0;
  left: -14px;
  position: absolute;
  top: 20px;
  width: 0;
}

/* line 1524, ../sass/_layout.scss */
#comments .fn a:hover {
  color: #555555;
  text-decoration: none;
}

/* line 1528, ../sass/_layout.scss */
#comments .comment-meta {
  clear: both;
  margin-bottom: 10px;
}

/* line 1532, ../sass/_layout.scss */
#comments .comment-meta a {
  color: #D2B55B;
  font-size: 13px;
}

/* line 1536, ../sass/_layout.scss */
#comments .comment-meta a:hover {
  color: #666666;
  text-decoration: none;
}

/* line 1540, ../sass/_layout.scss */
#comments .reply {
  float: right;
}

/* line 1543, ../sass/_layout.scss */
#comments .reply .label {
  background-color: #D2B55B;
  color: #FFFFFF;
  font-size: 10px;
  padding: 4px 8px;
  text-shadow: none;
  text-transform: uppercase;
  border-radius: 6px;
}

/* line 1552, ../sass/_layout.scss */
#comments .reply .label:hover {
  background-color: #555555;
}

/* line 1555, ../sass/_layout.scss */
#comments .post-pagination {
  margin-bottom: 60px;
}

/* line 1558, ../sass/_layout.scss */
#comments .pagination .active a {
  background-color: #666666;
  border-color: #666666;
  color: #FFFFFF;
}

/* line 1563, ../sass/_layout.scss */
#respond {
  margin-bottom: 50px;
}

/* line 1566, ../sass/_layout.scss */
#respond #reply-title {
  color: #BBBBBB;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 40px;
}

/* line 1572, ../sass/_layout.scss */
#commentform .comment-notes {
  color: #AAAAAA;
  font-size: 12px;
}

/* line 1576, ../sass/_layout.scss */
#commentform .comment-notes a {
  color: #D2B55B;
}

/* line 1579, ../sass/_layout.scss */
#commentform .comment-notes a:hover {
  color: #555555;
}

/* line 1582, ../sass/_layout.scss */
#commentform label {
  color: #555555;
  display: block;
  text-align: left;
}

/* line 1587, ../sass/_layout.scss */
#commentform .control-group .required {
  color: #D2B55B;
  margin-left: 3px;
  margin-top: 3px;
}

/* line 1592, ../sass/_layout.scss */
#commentform .control-group {
  position: relative;
  float: left;
  width: 32.3%;
  margin-left: 1%;
}

/* line 1599, ../sass/_layout.scss */
#commentform .comment-form-comment .controls {
  clear: both;
}

/* line 1602, ../sass/_layout.scss */
#commentform textarea {
  width: 100%;
}

/* line 1605, ../sass/_layout.scss */
#commentform .form-submit button[type="submit"] {
  background: none repeat scroll 0 0 #D2B55B;
  border: 0 none;
  border-radius: 20px;
  box-shadow: none;
  clear: both;
  color: #FFFFFF;
  float: left;
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  height: 40px;
  padding: 5px 10px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease-out 0s;
}

/* line 1621, ../sass/_layout.scss */
#commentform .form-submit button[type="submit"]:hover {
  background-color: #555555;
  color: #FFFFFF;
}

/* line 1625, ../sass/_layout.scss */
#commentform .field {
  background-color: #F4ECD4;
  border-radius: 8px;
  box-shadow: none;
  color: #555555;
  font-size: 14px;
  padding: 10px;
  font-weight: 400;
  width: 100%;
  box-sizing: border-box;
}

/* line 1636, ../sass/_layout.scss */
#commentform .field:focus {
  border-color: #D2B55B;
}

/* line 1639, ../sass/_layout.scss */
.comment-form-comment .controls {
  float: none;
  width: 99%;
}

/* line 1643, ../sass/_layout.scss */
#commentform .comment-form-comment {
  width: 100%;
}

/* line 1646, ../sass/_layout.scss */
#commentform .comment-form-comment .controls {
  padding-top: 0px;
}

/* line 1649, ../sass/_layout.scss */
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  content: "";
  line-height: 0;
}

/* line 1653, ../sass/_layout.scss */
.form-horizontal .control-group:after {
  clear: both;
}

/* line 1656, ../sass/_layout.scss */
.form-horizontal .help-block {
  margin-bottom: 0;
}

/* line 1659, ../sass/_layout.scss */
.form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea + .help-block {
  margin-top: 10px;
}

/* line 1662, ../sass/_layout.scss */
.form-horizontal .form-actions {
  padding-left: 180px;
}

/* line 1665, ../sass/_layout.scss */
#comments ul.children {
  margin: 0;
  overflow: inherit;
  padding: 0 0 0 55px;
  list-style: none;
}

/* Widgets */
/* line 1674, ../sass/_layout.scss */
.sidebar {
  margin-bottom: 60px;
  padding-top: 20px;
  border-top: 1px solid #CACACA;
  text-align: left;
}

/* line 1680, ../sass/_layout.scss */
.sidebar .widget {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}

/* line 1685, ../sass/_layout.scss */
.sidebar h3 {
  border-bottom: 1px solid #CACACA;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 10px;
  padding: 26px 0 6px;
}

/* line 1692, ../sass/_layout.scss */
.widget_search {
  position: relative;
}

/* line 1695, ../sass/_layout.scss */
.widget_search button[type="submit"] {
  background-color: transparent;
  background-position: -44px 7px;
  border: 0 none;
  cursor: pointer;
  height: 27px;
  opacity: 0.4;
  padding: 5px 10px 8px 5px;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 26px;
}

/* line 1708, ../sass/_layout.scss */
.widget_search button[type="submit"]:hover {
  opacity: 0.7;
}

/* line 1711, ../sass/_layout.scss */
.widget_search input[type="text"] {
  background-color: #F4ECD4;
  border-radius: 20px;
  box-shadow: none;
  color: #222222;
  display: block;
  font-size: 12px;
  height: 30px;
  padding: 2px 10px;
  transition: border-color 0.3s ease 0s;
  width: 82%;
  margin-right: 3%;
  box-sizing: border-box;
  float: left;
}

/* line 1726, ../sass/_layout.scss */
.widget_search input[type="text"]:focus {
  border-color: #D2B55B;
}

/* line 1729, ../sass/_layout.scss */
.widget_search input[type="submit"] {
  width: 15%;
  margin: 0;
  box-sizing: border-box;
}

/* line 1734, ../sass/_layout.scss */
.widget_text {
  margin-bottom: 65px;
}

/* line 1737, ../sass/_layout.scss */
.widget_categories ul li {
  color: #CCCCCC;
  font-size: 11px;
}

/* line 1741, ../sass/_layout.scss */
.widget_categories a {
  color: #666666;
  font-size: 16px;
  margin-right: 10px;
}

/* line 1746, ../sass/_layout.scss */
.widget_categories a:hover {
  color: #D95137;
}

/* line 1749, ../sass/_layout.scss */
.widget_archive li {
  color: #999999;
  font-size: 11px;
}

/* line 1753, ../sass/_layout.scss */
.widget_archive a {
  font-size: 16px;
  margin-right: 9px;
}

/* line 1757, ../sass/_layout.scss */
.widget_menu li:before {
  content: "";
}

/* line 1760, ../sass/_layout.scss */
.widget_menu a {
  border: 1px solid #EEEEEE;
  height: 26px;
  line-height: 26px;
  text-shadow: none !important;
  text-transform: uppercase;
}

/* line 1767, ../sass/_layout.scss */
.widget_menu a:hover {
  background-color: #DDDDDD;
  color: #666666;
}

/* line 1771, ../sass/_layout.scss */
.widget_menu li.active a {
  background: url("../../styles/../img/skin/sidebar_menu_active.png") no-repeat scroll 95% 50% #d95137;
  color: #FFFFFF;
}

/* line 1775, ../sass/_layout.scss */
.widget_menu li.active a:hover {
  background-color: #D95137;
  color: #FFFFFF;
  cursor: default;
}

/* line 1780, ../sass/_layout.scss */
.widget_tag_cloud li:before {
  content: "";
}

/* line 1783, ../sass/_layout.scss */
.widget_tag_cloud a {
  color: #FFFFFF;
  float: left;
  font-weight: 300;
  height: 26px;
  line-height: 26px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 3px 8px;
  text-transform: uppercase;
  transition: background-color 0.3s ease 0s;
  background: #c3c3c3;
  border-left: 3px solid #D2B55B;
  border-radius: 6px;
}

/* line 1798, ../sass/_layout.scss */
.widget_tag_cloud a:hover {
  background-color: #D2B55B;
  color: #FFFFFF;
}

/* line 1802, ../sass/_layout.scss */
.widget_tag_cloud .tagcloud {
  overflow: hidden;
}

/* line 1805, ../sass/_layout.scss */
.widget_calendar li:before {
  content: "";
}

/* line 1808, ../sass/_layout.scss */
.widget_calendar #wp-calendar {
  color: #999999;
  text-align: center;
  width: 100%;
}

/* line 1813, ../sass/_layout.scss */
.widget_calendar caption, .widget_calendar th, .widget_calendar td {
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
}

/* line 1818, ../sass/_layout.scss */
.widget_calendar caption {
  color: #555555;
  font-size: 16px;
  padding: 25px 0 12px;
  text-align: left;
  text-transform: uppercase;
}

/* line 1825, ../sass/_layout.scss */
.widget_calendar th {
  background: #C3C3C3;
  border-bottom: 0 none;
  border-top: 0 none;
  font-weight: 600;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #fff;
}

/* line 1834, ../sass/_layout.scss */
.widget_calendar tbody td a {
  background: #E4E4E4;
  padding: 0px 5px;
  width: 100%;
}

/* line 1839, ../sass/_layout.scss */
.widget_calendar tfoot td a:hover {
  background: #F6F6F6;
}

/* line 1842, ../sass/_layout.scss */
.widget_calendar tfoot td {
  background: none repeat scroll 0 0 transparent;
  border-bottom: 0 none;
  border-top: 0 none;
}

/* line 1847, ../sass/_layout.scss */
.widget_calendar tfoot td a {
  color: #666666;
  text-transform: uppercase;
}

/* line 1851, ../sass/_layout.scss */
.widget_calendar tfoot td a:hover {
  background: none repeat scroll 0 0 transparent;
  color: #fff;
}

/* line 1855, ../sass/_layout.scss */
.widget_calendar tfoot #prev {
  text-align: left;
}

/* line 1858, ../sass/_layout.scss */
.widget_calendar tfoot #next {
  text-align: right;
}

/* line 1861, ../sass/_layout.scss */
.widget_links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 1866, ../sass/_layout.scss */
.sidebar li:before {
  color: #D2B55B;
  content: "\f105";
  display: inline-block;
  font-family: 'cuttingedge';
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 1em;
  margin-right: 0.2em;
  margin-top: 9px;
  text-align: center;
  text-decoration: inherit;
  width: 1em;
  transition: all 0.3s ease-in-out;
}

/* line 1882, ../sass/_layout.scss */
.sidebar li span {
  color: #CCCCCC;
  font-size: 10px;
  font-style: italic;
  margin-left: 15px;
}

/* line 1895, ../sass/_layout.scss */
.widget_links li a,
.widget_pages li a,
.widget_meta li a,
.widget_archive li a,
.widget_calendar tbody td a,
.widget_categories li a,
.widget_recent_entries li a,
.widget_recent_comments li a {
  color: #999999;
  transition: all 0.3s ease-in-out;
}

/* line 1906, ../sass/_layout.scss */
.widget_links li a:hover,
.widget_pages li a:hover,
.widget_meta li a:hover,
.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_calendar tbody td a:hover,
.widget_recent_entries li a:hover,
.widget_recent_comments li a:hover {
  color: #222;
  text-decoration: none;
}

/* line 1911, ../sass/_layout.scss */
.widget_recent_entries {
  font-size: 16px;
  margin-right: 0;
}

/* line 1915, ../sass/_layout.scss */
.widget_recent_entries p {
  margin-top: 25px;
}

/* line 1918, ../sass/_layout.scss */
.comments-num {
  display: block;
  float: right;
  width: 28px;
}

/* line 1923, ../sass/_layout.scss */
.widget_recent_entries span {
  text-transform: lowercase;
}

/* Flickr
--------------------------------------------------------*/
/* line 1931, ../sass/_layout.scss */
.flickrListing {
  margin-bottom: 25px;
  float: right;
  left: -50%;
  position: relative;
  text-align: left;
}

/* line 1938, ../sass/_layout.scss */
.flickrListingInner {
  left: 50%;
  position: relative;
}

/* line 1942, ../sass/_layout.scss */
.flickr_badge_image {
  float: left;
  position: relative;
}

/* line 1946, ../sass/_layout.scss */
.flickrListing img {
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
}

/* line 1952, ../sass/_layout.scss */
.flickrListing a {
  border: 3px solid #D6BC6B;
  padding: 2px;
  transition: all 0.2s ease-in-out;
  margin: 10px;
  float: left;
  border-radius: 50%;
  text-align: center;
}

/* line 1961, ../sass/_layout.scss */
.flickrListing a:hover {
  border: 3px solid #999;
}

/* Alert Boxes
--------------------------------------------------------*/
/* line 1968, ../sass/_layout.scss */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 10px;
  margin-top: 10px;
  clear: left;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 3px;
}

/* line 1979, ../sass/_layout.scss */
.alert h4 {
  margin: 0;
}

/* line 1982, ../sass/_layout.scss */
.alert p {
  margin: 0;
}

/* line 1985, ../sass/_layout.scss */
.alert .close {
  position: relative;
  top: -2px;
  right: -35px;
  line-height: 20px;
}

/* line 1991, ../sass/_layout.scss */
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 1997, ../sass/_layout.scss */
.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* line 2002, ../sass/_layout.scss */
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 2007, ../sass/_layout.scss */
button.close {
  background: none;
  border: 0 none;
  cursor: pointer;
  padding: 0;
}

/* line 2013, ../sass/_layout.scss */
.close {
  color: #000000;
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  opacity: 0.2;
  text-shadow: 0 1px 0 #FFFFFF;
}

/*footer
--------------------------------------------------------*/
/* line 2027, ../sass/_layout.scss */
#footer {
  position: relative;
  overflow: hidden;
  padding: 30px 0 50px 0;
  z-index: 1;
  background: #fff;
}

/* line 2034, ../sass/_layout.scss */
#footer .copyright p {
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
  color: #888888;
}

/*flexslider
--------------------------------------------------------*/
/* line 2045, ../sass/_layout.scss */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: medium none;
}

/* line 2048, ../sass/_layout.scss */
.slides, .flex-control-nav, .flex-direction-nav {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

/* line 2053, ../sass/_layout.scss */
.slides li {
  margin: 0;
}

/* line 2056, ../sass/_layout.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 2060, ../sass/_layout.scss */
.flexslider .slides > li {
  backface-visibility: hidden;
  display: none;
}

/* line 2064, ../sass/_layout.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* line 2067, ../sass/_layout.scss */
.slides:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

/* line 2075, ../sass/_layout.scss */
html[xmlns] .slides {
  display: block;
}

/* line 2078, ../sass/_layout.scss */
* html .slides {
  height: 1%;
}

/* line 2081, ../sass/_layout.scss */
.no-js .slides > li:first-child {
  display: block;
}

/* line 2084, ../sass/_layout.scss */
.flexslider {
  position: relative;
  z-index: 1;
}

/* line 2088, ../sass/_layout.scss */
.flexslider .slides > li {
  position: relative;
}

/* line 2091, ../sass/_layout.scss */
.flex-container {
  position: relative;
}

/* line 2094, ../sass/_layout.scss */
.flexslider .slides img {
  display: block;
  margin: auto;
  max-width: 100%;
}

/* line 2099, ../sass/_layout.scss */
.flex-direction-nav a {
  cursor: pointer;
  display: block;
  height: 60px;
  margin: -30px 0 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 30px;
  background: #555;
  font-family: 'cuttingedge';
  font-size: 32px;
  color: #fff;
  line-height: 60px;
  text-align: center;
}

/* line 2115, ../sass/_layout.scss */
.flex-direction-nav a:hover {
  color: #999;
}

/* line 2118, ../sass/_layout.scss */
.flex-direction-nav a.flex-next:before {
  content: "\f105";
}

/* line 2121, ../sass/_layout.scss */
.flex-direction-nav a.flex-prev:before {
  content: "\f104";
}

/* line 2124, ../sass/_layout.scss */
.flex-direction-nav a.flex-next {
  right: 0;
  border-radius: 30px 0 0 30px;
}

/* line 2128, ../sass/_layout.scss */
.flex-direction-nav a.flex-prev {
  left: 0;
  border-radius: 0 30px 30px 0;
}

/* line 2132, ../sass/_layout.scss */
.flexslider:hover .flex-next {
  opacity: 1;
  right: 0;
}

/* line 2136, ../sass/_layout.scss */
.flexslider:hover .flex-prev {
  left: 0;
  opacity: 1;
}

/* line 2140, ../sass/_layout.scss */
.flex-direction-nav .disabled {
  cursor: default;
  opacity: 0.3 !important;
}

/* line 2144, ../sass/_layout.scss */
.flex-direction-nav .flex-next {
  right: -30px;
}

/* line 2147, ../sass/_layout.scss */
.flex-direction-nav .flex-prev {
  left: -30px;
}

/* line 2150, ../sass/_layout.scss */
#carouselSlider, #carouselSlider .slides, #carouselSlider .slides li {
  height: 120px;
}

/* line 2153, ../sass/_layout.scss */
#carouselSlider li {
  border-right: 1px solid #333;
}

/* line 2156, ../sass/_layout.scss */
.flex-control-nav {
  margin-top: 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 99;
}

/* line 2163, ../sass/_layout.scss */
.flex-control-nav li {
  display: inline-block;
  margin: 0 0 0 3px;
}

/* line 2167, ../sass/_layout.scss */
.flex-control-nav li:first-child {
  margin: 0;
}

/* line 2170, ../sass/_layout.scss */
.flex-control-nav li a {
  cursor: pointer;
  display: block;
  height: 14px;
  text-indent: -9000px;
  width: 14px;
}

/* line 2177, ../sass/_layout.scss */
.flex-control-nav li a:hover {
  background-position: 0 0;
}

/* line 2180, ../sass/_layout.scss */
.flex-control-nav li a.active {
  background-position: 0 -14px;
  cursor: default;
}

/* Social
--------------------------------------------------------*/
/* line 2189, ../sass/_layout.scss */
.socialLinks {
  text-align: center;
}

/* line 2192, ../sass/_layout.scss */
.socialLinks li {
  display: inline-block;
  margin: 10px 5px 10px 5px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e1cf96;
  transition: all 0.6s ease-in-out;
}

/* line 2201, ../sass/_layout.scss */
.socialLinks li a {
  display: block;
  height: 16px;
  width: 20px;
}

/* line 2206, ../sass/_layout.scss */
.socialLinks li a img {
  display: block;
  height: 30px;
  width: 30px;
  margin: 15px 0 0 15px;
}

/* line 2212, ../sass/_layout.scss */
.socialLinks li:hover {
  background-color: #D2B55B;
}

/* line 2216, ../sass/_layout.scss */
.twitter {
  background-image: url("../images/icons/social-twitter.png");
}

/* line 2217, ../sass/_layout.scss */
.facebook {
  background-image: url("../images/icons/social-facebook.png");
}

/* line 2218, ../sass/_layout.scss */
.vimeo {
  background-image: url("../images/icons/social-vimeo.png");
}

/* line 2219, ../sass/_layout.scss */
.youtube {
  background-image: url("../images/icons/social-youtube.png");
}

/* line 2220, ../sass/_layout.scss */
.skype {
  background-image: url("../images/icons/social-skype.png");
}

/* line 2221, ../sass/_layout.scss */
.linkedin {
  background-image: url("../images/icons/social-linkedin.png");
}

/* line 2222, ../sass/_layout.scss */
.pinterest {
  background-image: url("../images/icons/social-pinterest.png");
}

/* line 2223, ../sass/_layout.scss */
.googleplus {
  background-image: url("../images/icons/social-google+.png");
}

/* line 2224, ../sass/_layout.scss */
.flickr {
  background-image: url("../images/icons/social-flickr.png");
}

/* line 2225, ../sass/_layout.scss */
.rss {
  background-image: url("../images/icons/social-rss.png");
}

/* MISC
--------------------------------------------------------*/
/* line 2236, ../sass/_layout.scss */
.clear {
  float: none;
}

/* Media Queries
--------------------------------------------------------*/
/* Smaller than standard 1199 (devices and browsers) */
@media only screen and (max-width: 1199px) {
  /* line 2246, ../sass/_layout.scss */
  .parallax.fixed {
    background-attachment: scroll;
    background-position: center center;
  }
}
/* Higher than 960 (desktop devices) */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  /* line 2252, ../sass/_layout.scss */
  input[type="text"], input[type="password"], input[type="email"], textarea, select {
    width: 320px;
  }

  /* line 2253, ../sass/_layout.scss */
  .teamOverlay {
    width: 210px;
    height: 210px;
  }

  /* line 2254, ../sass/_layout.scss */
  .accTitle h2 {
    font-size: 80px;
  }

  /* line 2255, ../sass/_layout.scss */
  .accTitle h3 {
    font-size: 44px;
  }
}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  /* line 2261, ../sass/_layout.scss */
  .small {
    font-size: 30px;
    font-weight: 300;
  }

  /* line 2262, ../sass/_layout.scss */
  .smallBold {
    font-size: 30px;
    font-weight: 700;
  }

  /* line 2263, ../sass/_layout.scss */
  .medium {
    font-size: 38px;
    text-transform: uppercase;
  }

  /* line 2264, ../sass/_layout.scss */
  .mediumBold {
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
  }

  /* line 2265, ../sass/_layout.scss */
  .large {
    font-size: 50px;
    text-transform: uppercase;
  }

  /* line 2266, ../sass/_layout.scss */
  .largeBold {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
  }

  /* line 2267, ../sass/_layout.scss */
  .author {
    font-size: 16px;
    font-weight: 300;
  }

  /* line 2268, ../sass/_layout.scss */
  .cutting {
    font-size: 100px;
  }

  /* line 2269, ../sass/_layout.scss */
  .accImage img {
    width: 100%;
  }

  /* line 2270, ../sass/_layout.scss */
  #slidecaption h2 {
    font-size: 72px;
  }

  /* line 2271, ../sass/_layout.scss */
  #slidecaption h2 span {
    font-size: 84px;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 2278, ../sass/_layout.scss */
  input[type="text"], input[type="password"], input[type="email"], textarea, select {
    width: 248px;
  }

  /* line 2279, ../sass/_layout.scss */
  .newsForm input[type="text"], .newsForm input[type="email"] {
    width: 210px;
  }

  /* line 2280, ../sass/_layout.scss */
  .imageClip2 {
    margin-top: 120px;
  }

  /* line 2281, ../sass/_layout.scss */
  .teamOverlay {
    width: 162px;
    height: 162px;
  }

  /* line 2282, ../sass/_layout.scss */
  .accTitle h2 {
    font-size: 60px;
  }

  /* line 2283, ../sass/_layout.scss */
  .accTitle h3 {
    font-size: 36px;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  /* line 2289, ../sass/_layout.scss */
  .dropmenu {
    display: block;
    margin-top: 5px;
  }

  /* line 2290, ../sass/_layout.scss */
  #nav {
    display: none;
  }

  /* line 2291, ../sass/_layout.scss */
  #slidecaption {
    display: none;
  }

  /* line 2292, ../sass/_layout.scss */
  #prevslide, #nextslide {
    top: 120px;
  }

  /* line 2293, ../sass/_layout.scss */
  .logo {
    margin-top: 10px;
    transform: scale(0.5);
  }

  /* line 2294, ../sass/_layout.scss */
  #prevslide {
    right: 45px;
    transform: scale(0.5);
  }

  /* line 2295, ../sass/_layout.scss */
  #nextslide {
    right: 22px;
    transform: scale(0.5);
  }

  /* line 2296, ../sass/_layout.scss */
  .homepage {
    margin-bottom: -50px;
  }

  /* line 2297, ../sass/_layout.scss */
  h1 {
    font-size: 64px;
  }

  /* line 2298, ../sass/_layout.scss */
  .parallax {
    height: 350px;
  }

  /* line 2299, ../sass/_layout.scss */
  .cutting {
    display: none;
  }

  /* line 2300, ../sass/_layout.scss */
  .accTitle h2 {
    font-size: 40px;
  }

  /* line 2301, ../sass/_layout.scss */
  .accTitle h3 {
    font-size: 24px;
  }

  /* line 2302, ../sass/_layout.scss */
  .accText {
    display: none;
  }

  /* line 2303, ../sass/_layout.scss */
  .accTrigger a {
    font-size: 20px;
  }

  /* line 2304, ../sass/_layout.scss */
  .imageClip {
    background-size: 60%;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 2311, ../sass/_layout.scss */
  input[type="text"], input[type="password"], input[type="email"], textarea, select {
    width: 400px;
  }

  /* line 2312, ../sass/_layout.scss */
  .newsForm input[type="text"], .newsForm input[type="email"] {
    width: 400px;
  }

  /* line 2313, ../sass/_layout.scss */
  .imageClip2 {
    margin-top: 152px;
  }

  /* line 2314, ../sass/_layout.scss */
  .teamOverlay {
    width: 410px;
    height: 410px;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  /* line 2322, ../sass/_layout.scss */
  input[type="text"], input[type="password"], input[type="email"], textarea, select {
    width: 280px;
  }

  /* line 2323, ../sass/_layout.scss */
  .imageClip2 {
    margin-top: 211px;
  }

  /* line 2324, ../sass/_layout.scss */
  .teamOverlay {
    width: 290px;
    height: 290px;
  }
}
