@charset "utf-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
small,
strong,
sub,
sup,
b,
u,
i,
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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
select,
input,
textarea,
button {
  font: 99% sans-serif;
}
ul,
ol {
  margin-left: 1.8em;
}
ol {
  list-style-type: decimal;
}
nav ol,
nav ul,
nav li {
  margin: 0;
  list-style: none;
}
small {
  font-size: 85%;
}
mark,
b,
strong,
th {
  font-weight: 700;
}
mark,
i,
cite,
em,
var,
address,
dfn {
  font-style: italic;
}
td,
td img {
  vertical-align: top;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
pre {
  padding: 15px;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
textarea {
  overflow: auto;
}
input[type="checkbox"] {
  vertical-align: text-bottom;
}
input[type="radio"] {
  vertical-align: bottom;
}
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
  outline: none;
}
/* fixing mozilla extra padding on buttons */
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
  padding: 0 !important;
}
button {
  width: auto;
  overflow: visible;
}
html {
  overflow-y: scroll;
}
/* common classes
------------------------------------------------------------- */
.hidden {
  display: none;
  visibility: hidden;
}
.leftalign,
.alignleft {
  float: left;
}
.rightalign,
.alignright {
  float: right;
}
.aligncenter {
  margin: auto;
  display: block;
}
.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}
.ta-l {
  text-align: left;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
}
/* extra IE fixing
------------------------------------------------------------- */
.lte7 .clearfix {
  zoom: 1;
}
.lte7 button {
  width: 1;
  overflow: visible;
}
.lte7 legend {
  margin-left: -7px;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.lte7 input[type="checkbox"] {
  vertical-align: bottom;
}
/* @end */
::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #000;
}
::selection {
  color: #fff;
  text-shadow: none;
  background: #000;
}
::-webkit-input-placeholder {
  color: #999;
}
input:-moz-placeholder {
  color: #999;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
a {
  outline: none;
  color: #6c5f9e;
}
a:focus {
  outline: 1px dotted #eee;
}
a:hover,
a:focus {
  color: #000;
}
/* PLUGINS */
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bxslider/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/bxslider/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/bxslider/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/bxslider/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/bxslider/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}
.lightSlider {
  overflow: hidden;
  margin: 0;
}
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
  position: relative;
}
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca;
}
.lSSlideOuter .media {
  opacity: 0.8;
}
.lSSlideOuter .media.active {
  opacity: 1;
}
/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  /*border-radius: 5px;*/
}
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}
/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url('../images/controls.png');
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
  opacity: 1;
}
.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}
.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}
.lSAction > a.disabled {
  pointer-events: none;
}
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}
.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}
/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}
/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}
.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}
.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
  float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}
/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(../images/fancybox/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../images/fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../images/fancybox/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../images/fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url(../images/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url(../images/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* END PLUGINS */
body {
  font-family: futura-pt, Helvetica, Verdana, Arial;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  -webkit-overflow-scrolling: touch;
  position: relative;
  font-weight: 400;
  font-size: 1em;
  background: #f1f1f1;
}
html {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
iframe {
  -webkit-overflow-scrolling: touch;
}
a {
  outline: 0;
}
a:focus {
  outline: 0;
}
.opacityClass {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.transitionClass {
  -webkit-transition: all 0.2 ease-in-out;
  -moz-transition: all 0.2 ease-in-out;
  -o-transition: all 0.2 ease-in-out;
  transition: all 0.2s ease-in-out;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
.col {
  float: left;
  width: 100%;
}
.col.one {
  width: 33.3333%;
}
.col.two {
  width: 50%;
}
.col.three {
  width: 75%;
}
.col.four {
  width: 25%;
}
.col.five {
  width: 20%;
}
.col.no-padding {
  padding: 0!important;
}
.wrap {
  width: 960px;
  margin: 0 auto;
}
.wrap.full-width {
  width: 100%;
}
.logo {
  float: left;
  width: 120px;
  height: auto;
}
.logo img {
  float: left;
}
#header {
  border-top: 10px solid #ed2231;
  padding: 20px 0 15px;
  background: #fff;
}
#header .btn {
  float: right;
}
.navWrap {
  float: right;
  margin-top: 135px;
}
#mainNav {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
#mainNav > li {
  float: left;
  position: relative;
  margin-right: 60px;
}
#mainNav > li:first-child {
  margin-left: 0;
}
#mainNav > li > a {
  color: #666;
  font-size: 16px;
  text-decoration: none;
  float: left;
  font-weight: 600;
  text-transform: uppercase;
}
#mainNav > li:hover > a {
  color: #3d3d3e;
  text-decoration: none;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 14px;
}
.slider {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
#sliderPager {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
.btn {
  display: inline-block;
  border: 2px solid #e5e5e5;
  padding: 7px 25px 7px 50px;
  background: url(../images/btn-arrow.png) no-repeat 23px 50%;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
}
.homeContent {
  margin-top: 30px;
}
.homeContent p {
  font-size: 1em;
  color: #666;
  line-height: 180%;
  margin-top: 10px;
}
.homeContent p:first-child {
  margin-top: 0;
}
.homeContent p a {
  text-decoration: none;
}
.homeContent blockquote {
  font-size: 1em;
  color: #666;
  line-height: 180%;
  margin-top: 10px;
}
.homeContent blockquote:first-child {
  margin-top: 0;
}
.homeContent blockquote a {
  text-decoration: none;
}
.homeContent ul {
  font-size: 1em;
  color: #666;
  line-height: 180%;
  margin-top: 10px;
}
.homeContent ul:first-child {
  margin-top: 0;
}
.homeContent ol {
  font-size: 1em;
  color: #666;
  line-height: 180%;
  margin-top: 10px;
}
.homeContent ol:first-child {
  margin-top: 0;
}
.homeContent h5 {
  font-size: 15px;
  color: #666;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
}
.homeContent h5:first-child {
  margin-top: 0;
}
.articleWrap {
  float: left;
  width: 100%;
  margin-top: 45px;
}
.articleWrap .articleImage {
  float: left;
  width: 315px;
}
.articleWrap .articleImage a {
  float: left;
  width: 100%;
}
.articleWrap .articleImage a img {
  float: left;
}
.articleWrap .articleExcerpt {
  margin-left: 330px;
  position: relative;
}
.articleWrap .articleExcerpt .houzz {
  position: absolute;
  right: 0;
  top: 10px;
}
.articleWrap .articleExcerpt p {
  margin-top: 10px;
  font-size: 16px;
  color: #666;
  line-height: 160%;
}
.articleWrap .articleExcerpt p a {
  color: #666;
  text-decoration: none;
}
.articleWrap .articleExcerpt h2 {
  font-size: 36px;
  font-weight: 300;
  color: #666;
  padding-right: 200px;
}
.articleWrap .articleExcerpt h2 a {
  color: #666;
  text-decoration: none;
}
.articleWrap .articleExcerpt .articleGalleryThumbs {
  margin: 0 -5px;
  float: left;
  width: 100%;
}
.articleWrap .articleExcerpt .articleGalleryThumbs a {
  float: left;
  width: 25%;
  padding: 15px 5px 0;
  display: none;
}
.articleWrap .articleExcerpt .articleGalleryThumbs a.thumb-1,
.articleWrap .articleExcerpt .articleGalleryThumbs a.thumb-2,
.articleWrap .articleExcerpt .articleGalleryThumbs a.thumb-3,
.articleWrap .articleExcerpt .articleGalleryThumbs a.thumb-4 {
  display: block;
}
.articleWrap .articleExcerpt .articleGalleryThumbs a img {
  float: left;
  width: 100%;
}
.articleWrap .btn {
  margin-top: 25px;
}
.galleryWrap {
  margin: 0 -5px;
  margin-top: 40px;
}
/*
.galleryWrap a {
  float: left;
  width: 16.6666%;
  padding: 5px;
}
.galleryWrap a img {
  float: left;
  width: 100%;
  height: auto;
}
*/
.projectContent p {
  font-size: 1em;
  color: #666;
  line-height: 180%;
  margin-top: 10px;
}
.projectContent p:first-child {
  margin-top: 0;
}
.projectContent p a {
  text-decoration: none;
}
.projectContent ul {
  font-size: 1em;
  color: #666;
  line-height: 180%;
  margin-top: 10px;
}
.projectContent ul:first-child {
  margin-top: 0;
}
.projectContent ul.twoColList {
  overflow: hidden;
  width: 100%;
  margin-left: 0;
  padding-left: 30px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.projectContent ul.twoColList li {
  /*
  float: left;
  width: 50%;
  */
}
.projectContent ol {
  font-size: 1em;
  color: #666;
  line-height: 180%;
  margin-top: 10px;
}
.projectContent ol:first-child {
  margin-top: 0;
}
.projectContent ol.twoColList {
  overflow: hidden;
  width: 100%;
  margin-left: 0;
  padding-left: 30px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.projectContent ol.twoColList li {
  /*
  float: left;
  width: 50%;
  */
}
.projectContent h1 {
  font-size: 36px;
  font-weight: 300;
  color: #666;
  margin-top: 10px;
}
.projectContent h1:first-child {
  margin-top: 0;
  margin-bottom: 40px;
}
.singleImage {
  float: left;
  width: 100%;
  padding: 10px 5px;
  text-align: center;
}
.singleImage img {
  display: inline-block;
}
#footer {
  padding: 35px 0;
  background: #f1f1f1;
  border-top: 1px solid #ccc;
}
#footer p {
  font-size: 1em;
  color: #666;
}
#footer p a {
  color: #666;
  text-decoration: none;
}
.pageWrap {
  background: #fff;
  padding: 20px 0 30px;
}
.page-template-page-projects .pageWrap {
  padding-top: 0;
}
.home .pageWrap {
  padding-top: 0;
}
#footerNav {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #666;
  font-size: 1em;
}
#footerNav li {
  float: left;
  clear: left;
  margin-top: 10px;
}
#footerNav li:first-child {
  margin-top: 0;
}
#footerNav li a {
  color: #666;
  text-decoration: none;
}
.bx-wrapper img {
  height: auto;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  display: inline-block;
  border: 2px solid #e5e5e5;
  padding: 7px 25px 7px 50px;
  background: url(../images/btn-arrow.png) no-repeat 23px 50%;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
  font-family: futura-pt, Helvetica, Verdana, Arial;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.gform_wrapper input[type=email],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper textarea {
  border: 1px solid #bfbfbf!important;
}
.selectnav {
  display: none;
}

.vc_row {
  margin-left:-15px;
  margin-right:-15px;
}

.vc_col-sm-6 {
  width:50%;
  float:left;
  margin-bottom:30px;
}

.vc_col-sm-8 {
  width:70%;
  float:left;
  margin-bottom:30px;
}

.vc_col-sm-12 {
  width:100%;
  float:left;
  margin-bottom:30px;
}

.vc_column_container>.vc_column-inner {
  padding:0 15px;
  width:100%;
}

.singleContent h1,
.singleContent h2,
.singleContent h3,
.singleContent h4,
.singleContent h5,
.singleContent h6 {
  color:#666;
  margin-bottom:15px;
  font-weight:300;
}

.singleContent h1 {
  font-size: 36px;
}
.singleContent h2 {
  font-size: 32px;
}
.singleContent h3 {
  font-size: 28px;
}
.singleContent h4 {
  font-size: 24px;
}
.singleContent h5 {
  font-size: 20px;
}
.singleContent h6 {
  font-size: 16px;
}
.singleContent p {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #666;
}
.singleContent p a {
  color: #ed2231;
  text-decoration: none;
}
.singleContent blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #666;
  position: relative;
  padding: 0 75px;
}
.singleContent blockquote a {
  color: #ed2231;
  text-decoration: none;
}
.singleContent blockquote:before {
  content: "\201C";
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 200px;
  color: #666;
  line-height: 100px;
  height: 0;
  opacity: .1;
}
.singleContent blockquote:after {
  content: "\201D";
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 200px;
  color: #666;
  line-height: 80px;
  height: 0;
  opacity: .1;
}
.singleContent ul {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #666;
}
.singleContent ul a {
  color: #ed2231;
  text-decoration: none;
}
.singleContent ol {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #666;
}
.singleContent ol a {
  color: #ed2231;
  text-decoration: none;
}

.innerPage.archivePage {
  padding-top:0;
}

.archivePage .singleContent h1 {
  margin-top:50px;
  font-weight:400;
  color:#333;
  margin-bottom:0;
}

.singleContent {
  overflow:hidden;
}

.archivePage .postMeta {
  margin-top:50px;
  font-weight:600;
  margin-bottom:5px;
  color:#999;
}

.archivePage p {
  margin-bottom:30px;
}

.archivePage .vc_col-sm-12 {
  margin-bottom:0;
}

.homeContent p a {
  color:#ed2231;
}

.homePosts p {
  margin-bottom:20px;
}

.homeContent .homeColumn h5 {
  margin-top:20px;
}

.homeContent .homeColumn h5:first-child {
  margin-top:0;
}

.homeContent .homeColumn a img {
  margin-top:5px;
}

@media screen and (max-width: 959px) {
  .wrap {
    width: 100%;
    padding: 0 15px;
  }
  #mainNav > li {
    margin-right: 20px;
  }
  .articleWrap .articleImage {
    width: 215px;
  }
  .articleWrap .articleExcerpt {
    margin-left: 230px;
  }
}
@media screen and (max-width: 768px) {
  .js #mainNav {
    display: none;
  }
  .js .selectnav {
    float: left;
    position: relative;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  .navWrap {
    margin-top: 20px;
  }
  .articleWrap .articleImage {
    width: 100%;
    text-align: center;
  }
  .articleWrap .articleImage a {
    float: none;
    display: inline-block;
    width: auto;
  }
  .articleWrap .articleExcerpt {
    margin-left: 0;
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .projectContent ul.twoColList li {
    width: 100%;
  }
  .col.two {
    width: 100%;
    margin-top: 20px;
  }
  .col.two:first-child {
    margin-top: 0;
  }
  .logo {
    width: 200px;
    height: auto;
  }
  .wpb_column {
    margin-top: 20px;
  }
  .wpb_column:first-child {
    margin-top: 0;
  }
  .articleWrap .articleExcerpt h2 {
    padding-right: 0;
  }
  .articleWrap .articleExcerpt .houzz {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 10px;
    display: inline-block;
  }
  
  .vc_col-sm-6 {
    width:100%;
  }
  
  .vc_col-sm-8 {
    width:100%;
  }
}
@media screen and (max-width: 480px) {
  #mainNav > li > a {
    font-size: 14px;
  }
  #mainNav > li {
    margin-right: 0;
    margin-left: 20px;
  }
  #mainNav > li:first-child {
    margin-left: 0;
  }
  #mainNav {
    float: left;
  }
  #header .btn {
    float: left;
  }
}
