/******************************************************************
Site Name: Studio 1200
Author: Patrick Brumfield / Mattson Creative

Stylesheet: Main Stylesheet

******************************************************************/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #fff;
}

body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
  background: #fff;
}

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

::-moz-selection {
  background: #111;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #111;
  color: #fff;
  text-shadow: none;
}

a {
  color: #00e;
}

a:visited {
  color: #551a8b;
}

a:hover {
  color: #06e;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  clear: both;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

table button, table input {
  *overflow: auto;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

.group {
  zoom: 1;
}
.group:before, .group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}

/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*********************
COLORS
*********************/
/*********************
TYPOGRAPHY & ICONS
*********************/
@font-face {
  font-family: "social-icons";
  src: url("../fonts/social-icons.eot");
  src: url("../fonts/social-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/social-icons.woff") format("woff"), url("../fonts/social-icons.ttf") format("truetype"), url("../fonts/social-icons.svg#social-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "social-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "social-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tumblr:before {
  content: "u";
}

.icon-instagram:before {
  content: "i";
}

.icon-email:before {
  content: "m";
}

.icon-facebook:before {
  content: "f";
}

.icon-twitter:before {
  content: "t";
}

.icon-pinterest:before {
  content: "p";
}

.icon-linkedin:before {
  content: "l";
}

.icon-vimeo:before {
  content: "v";
}

h2 {
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "alternate-gothic-no-2-d", "Trade Gothic Bold Condensed No. 20", "TradeGothic-BoldCondTwenty", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*********************
MEDIA QUERIES
*********************/
body {
  background-color: #b2a27b;
  color: #372215;
  font: 14px/120% "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  width: 100%;
  overflow: hidden;
}
body#home {
  background: #fff;
}
body#projects #nav-projects {
  color: #ee4324;
}
body#team #nav-team {
  color: #ee4324;
}

header {
  z-index: 1000;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media (min-width: 750px) {
  header {
    position: fixed;
  }
}
header h1 {
  float: left;
  width: 118px;
  height: 181px;
  margin: 20px 0 0 20px;
  position: relative;
  z-index: 3;
}
#home header h1 {
  float: none;
  margin: 10px auto 0;
  width: 300px;
  height: 461px;
}
header h1 a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1000;
  pointer-events: auto;
}
header h1 img {
  position: absolute;
}
header h1 img#scaffolding {
  left: 30px;
  top: -200px;
}
#home header h1 img#scaffolding {
  width: 146px;
  height: 313px;
  top: 200%;
}
header h1 img#plaque {
  left: -380px;
  top: -112px;
}
#home header h1 img#plaque {
  width: 96px;
  height: 255px;
  left: -1130px;
  top: -395px;
}
header h1 img#platform {
  left: -310px;
  top: 275px;
}
#home header h1 img#platform {
  width: 300px;
  height: 145px;
  left: -1300px;
  top: 875px;
}
header h1 img#logotype {
  top: -160px;
  left: 55px;
}
#home header h1 img#logotype {
  width: 95px;
  height: 330px;
  top: -350px;
}
header h1 img#stripes {
  left: 364px;
  top: -73px;
}
#home header h1 img#stripes {
  width: 21px;
  height: 55px;
  left: 886px;
  top: -168px;
}
header h2 {
  float: left;
  margin: 50px 0 0 5px;
  color: #ee4324;
  font: 700 17px/120% "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  z-index: 2;
  position: relative;
}
#home header h2 {
  float: none;
  margin: 20px 0 50px 5px;
  font-size: 24px;
  line-height: 100%;
  opacity: 0;
  color: #ffefc6;
}
header h2 span {
  display: block;
}
#home header h2 span {
  display: inline;
}
header .square {
  position: absolute;
  top: -410px;
  left: -410px;
  width: 811px;
  height: 811px;
  z-index: 1;
}
#home header .square {
  display: none;
}
header .corner {
  top: -200px;
  left: -340px;
}
header img#logotext {
  display: none;
}
#home header img#logotext {
  display: block;
  width: 253px;
  margin: 40px auto;
}
header ul#nav {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
  text-align: right;
  z-index: 999;
  list-style: none;
}
header ul#nav li {
  float: none;
  margin-left: 0;
}
@media (min-width: 750px) {
  header ul#nav li {
    float: left;
    margin-left: 30px;
  }
}
header ul#nav a, header ul#nav a:visited {
  color: #372215;
  text-transform: uppercase;
  text-decoration: none;
  font: 700 14px "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1rem;
  pointer-events: auto;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (min-width: 750px) {
  header ul#nav a, header ul#nav a:visited {
    font-size: 15px;
  }
}
header ul#nav a:hover, header ul#nav a:visited:hover {
  color: #ee4324;
}
#home header ul#nav {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
#home header ul#nav li {
  padding: 0 20px;
  display: inline-block;
}
@media (min-width: 750px) {
  #home header ul#nav li {
    float: none;
    margin-left: 0;
  }
}

.corner {
  position: absolute;
  width: 950px;
  height: 459px;
  z-index: 1;
  pointer-events: none;
}

#info {
  background: #372215;
  color: #fff;
  padding: 20px;
  width: 100%;
  float: none;
  margin: 0 0 20px;
}
#team #info {
  min-height: 250px;
}
#info h2 {
  margin: 10px 0 20px;
}
#info h3 {
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 14px;
}
#info p {
  line-height: 150%;
  margin-bottom: 0;
}
@media (min-width: 750px) {
  #info {
    width: 50%;
    float: left;
    padding-left: 0;
    margin-top: 100px;
  }
}
#projects-home #info {
  margin-top: 50px;
}
@media (min-width: 750px) {
  #projects-home #info {
    margin-top: 250px;
    width: 35%;
  }
}
#info div.bio {
  display: none;
}
@media (min-width: 750px) {
  #info div {
    border: 1px solid #fff;
    border-left: 0;
    padding: 20px 20px 20px 40px;
  }
}

#team #content {
  margin-top: 0;
}
@media (min-width: 750px) {
  #team #content {
    margin-top: 140px;
  }
}
#team #photos {
  float: none;
  width: 100%;
  max-width: 100%;
  position: relative;
  margin-top: -20px;
}
@media (min-width: 750px) {
  #team #photos {
    float: right;
    width: 50%;
    margin-top: 0;
  }
}
#team #photos img {
  max-width: 500px;
  margin: 0 auto;
  display: block;
}

#projects-home #photos {
  position: relative;
  width: 100%;
  float: none;
}
@media (min-width: 750px) {
  #projects-home #photos {
    width: 65%;
    float: left;
  }
}
#projects-home a {
  float: left;
  display: block;
  position: relative;
  margin-top: -50px;
}
@media (min-width: 750px) {
  #projects-home a#live {
    margin-top: 0;
  }
}
@media (min-width: 750px) {
  #projects-home a#work {
    margin-left: -50px;
    margin-top: 75px;
  }
}
@media (min-width: 750px) {
  #projects-home a#stay {
    margin-left: -40px;
    margin-top: 50px;
  }
}
@media (min-width: 750px) {
  #projects-home a#dine {
    margin-left: -50px;
    clear: both;
  }
}
@media (min-width: 750px) {
  #projects-home a#unwind {
    margin-left: -50px;
  }
}
@media (min-width: 750px) {
  #projects-home a#gather {
    margin-left: -25px;
    margin-top: -35px;
  }
}

#projects .flexslider {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 750px) {
  #projects .flexslider {
    margin-top: 45px;
  }
}
#projects .flexslider img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 750px) {
  #projects .flexslider img {
    max-width: 80%;
    width: auto;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
#projects .flexslider p {
  text-align: center;
}
#projects .flexslider p strong {
  margin-right: 15px;
}

footer {
  margin: 0;
  color: #372215;
  z-index: 101;
  width: 100%;
  position: relative;
}
@media (min-width: 750px) {
  footer {
    position: fixed;
    bottom: 0;
    right: 0;
  }
}
footer ul {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 3;
  text-align: center;
  line-height: 160%;
  color: #7e6e49;
}
@media (min-width: 750px) {
  footer ul {
    text-align: left;
    margin-left: 10px;
  }
  #home footer ul {
    text-align: center;
    margin-left: 0;
  }
}
footer ul li {
  display: inline;
  padding: 0 10px;
}
footer ul li.icon {
  position: relative;
  top: 5px;
  padding: 0 5px;
}
footer ul li.icon a {
  font-size: 24px;
}
footer ul li a, footer ul li a:visited {
  color: #7e6e49;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
footer ul li a:hover, footer ul li a:active, footer ul li a:visited:hover, footer ul li a:visited:active {
  color: #372215;
}
footer ul li.full-width {
  display: block;
  width: 100%;
  margin-top: 5px;
}
footer .square {
  position: absolute;
  bottom: -465px;
  right: -465px;
  width: 811px;
  height: 811px;
  z-index: 1;
}
footer .corner {
  bottom: -270px;
  right: -570px;
  display: none;
}
@media (min-width: 750px) {
  footer .corner {
    display: block;
  }
}

#home h2 {
  color: #ee4324;
  font-family: "alternate-gothic-no-2-d", "Trade Gothic Bold Condensed No. 20", "TradeGothic-BoldCondTwenty", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
}
#home #content {
  text-align: center;
  position: relative;
  z-index: 13;
}
#home #content h3 {
  font-size: 50px;
  line-height: 100%;
  width: 80%;
  margin: 0 10%;
}
#home #content h4 {
  font-size: 32px;
  color: white;
  z-index: 41;
  position: relative;
}

body#landing {
  background-color: white;
}
@media (min-width: 1024px) {
  body#landing {
    display: grid;
    grid-template-rows: 1fr auto;
    height: 100vh;
    overflow: hidden;
  }
}
body#landing #slideshow {
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.5s ease;
}
body#landing #slideshow.is-ready {
  opacity: 1;
}
@media (min-width: 1024px) {
  body#landing #slideshow {
    height: 100%;
  }
  body#landing #slideshow .flickity-viewport {
    height: 100% !important;
  }
  body#landing #slideshow .flickity-slider {
    height: 100%;
  }
}
body#landing #slideshow .carousel-cell {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  body#landing #slideshow .carousel-cell {
    height: auto;
  }
}
@media (min-width: 1024px) {
  body#landing #slideshow .carousel-cell {
    container-type: size;
  }
}
body#landing #slideshow .carousel-cell .slide-wrap {
  position: relative;
  aspect-ratio: 3/2;
  width: 100%;
  background-color: #b2a27b;
}
@media (min-width: 1024px) {
  body#landing #slideshow .carousel-cell .slide-wrap {
    width: min(100cqi, 150cqb);
  }
}
body#landing #slideshow .carousel-cell .slide-wrap .caption {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: white;
  z-index: 1;
  font-family: "alternate-gothic-no-2-d", "Trade Gothic Bold Condensed No. 20", "TradeGothic-BoldCondTwenty", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.25rem;
  margin: 0;
  padding: 0;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1), 1px -1px 0 rgba(0, 0, 0, 0.1), -1px 1px 0 rgba(0, 0, 0, 0.1), 1px 1px 0 rgba(0, 0, 0, 0.1), 0 4px 10px rgba(0, 0, 0, 0.25);
}
body#landing #slideshow .carousel-cell .slide-wrap img {
  display: block;
  width: 100%;
  height: 100%;
}
body#landing #content {
  padding: 40px 40px 40px 20px;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  body#landing #content {
    flex-flow: row wrap;
  }
}
body#landing #content #logo {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
}
@media (max-width: 1023px) {
  body#landing #content #logo {
    gap: 20px;
  }
}
body#landing #content #logo .logo {
  width: 69px;
  height: auto;
}
@media (max-width: 1023px) {
  body#landing #content #logo .logo {
    width: 57px;
  }
}
body#landing #content #logo .text img {
  width: 168px;
  height: auto;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  body#landing #content #logo .text img {
    width: 140px;
  }
}
body#landing #content #logo .text h2 {
  color: #372215;
  font-size: 1.25rem;
  margin-bottom: 15px;
}
body#landing #content #logo .text p {
  color: #b2a27b;
  margin-bottom: 0;
  margin-top: 0;
}
body#landing #content #logo .text p:last-child {
  margin-top: 10px;
}
body#landing #content #logo .text p a {
  color: #b2a27b;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
}
@media (max-width: 500px) {
  body#landing #content #navs {
    margin-top: 35px;
    padding-left: 77px;
  }
}
body#landing #content #navs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 500px) {
  body#landing #content #navs #nav {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    gap: 30px;
  }
}
body#landing #content #navs #nav li {
  margin-bottom: 25px;
}
body#landing #content #navs #nav a {
  color: #372215;
  text-decoration: none;
  font-family: "alternate-gothic-no-2-d", "Trade Gothic Bold Condensed No. 20", "TradeGothic-BoldCondTwenty", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.25rem;
  display: block;
}
body#landing #content #navs #nav a:hover {
  color: #b2a27b;
}
body#landing #content #navs #social {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
@media (max-width: 1023px) {
  body#landing #content #navs #social {
    gap: 15px;
  }
}
body#landing #content #navs #social a {
  color: #806d57;
  text-decoration: none;
  font-size: 1.25rem;
}
body#landing #content #navs #social a:hover {
  color: #b2a27b;
}

#projects-home #gather-1 {
  -ms-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  top: 140px;
  right: -1%;
}
#projects-home #gather-1:hover {
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  top: 130px;
}
#projects-home #dine-1 {
  -ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  top: 210px;
  left: -20px;
}
#projects-home #dine-1:hover {
  -ms-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
  top: 200px;
}
#projects-home #live-1 {
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  left: 27%;
  top: 280px;
  z-index: 21;
}
#projects-home #live-1:hover {
  top: 270px;
  -ms-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
#projects-home #stay-1 {
  -ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  top: 460px;
  right: 50px;
}
#projects-home #stay-1:hover {
  -ms-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
  top: 450px;
}
#projects-home #unwind-1 {
  -ms-transform: rotate(6deg);
  -webkit-transform: rotate(6deg);
  transform: rotate(6deg);
  top: 540px;
  left: 150px;
  z-index: 20;
}
#projects-home #unwind-1:hover {
  -ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  top: 530px;
}
#projects-home #work-1 {
  -ms-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  top: 200px;
  right: 25%;
}
#projects-home #work-1:hover {
  top: 190px;
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

#project-details {
  text-align: center;
}
#project-details img {
  border: 8px solid #fff;
  -webkit-box-shadow: -4px 4px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -4px 4px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: -4px 4px 8px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 50px;
}
#project-details .flexslider > li {
  width: 1000px;
  margin: 150px auto 0;
  list-style: none;
}
#project-details .text {
  float: right;
  width: 30%;
  text-align: left;
}
#project-details h2 {
  font-size: 60px;
  color: #fff;
  line-height: 100%;
}
#project-details h3 {
  font-size: 25px;
  line-height: 100%;
}
#project-details ul.paging {
  list-style: none;
  float: left;
  margin-top: 30px;
}
#project-details ul.paging li {
  float: left;
  margin-right: 10px;
}
#project-details ul.paging li a {
  display: block;
  height: 16px;
  width: 16px;
  border-radius: 16px;
  border: 3px solid #fff;
}
#project-details ul.paging li a.active, #project-details ul.paging li a:hover {
  background: #fff;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.flex-direction-nav .flex-prev {
  left: 20px;
  background-image: url(../images/arrow-left.svg);
}

.flex-direction-nav .flex-next {
  right: 20px;
  background-image: url(../images/arrow-right.svg);
}

.flexslider:hover .flex-prev {
  opacity: 1;
}

.flexslider:hover .flex-next {
  opacity: 1;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 0.8;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
@media print {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
