/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
html,
body {
  height: 100%;
}
* {
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .left-column {
    width: 20%;
  }
  .main-column {
    width: 80%;
  }
  .main-column.right {
    float: right;
  }
  .main-column-left {
    width: 75%;
  }
  .main-column-right {
    width: 25%;
  }
}
.left-column,
.main-column {
  padding: 0 15px;
}
.left-column,
.main-column,
.main-column-left,
.main-column-right {
  display: block;
}
@media (min-width: 768px) {
  .left-column,
  .main-column,
  .main-column-left,
  .main-column-right {
    float: left;
  }
}
.container {
  width: 100%;
  max-width: 1000px;
}
.project-break.hr {
  margin: 30px 0;
}
.products,
.projects {
  position: relative;
  z-index: 1;
}
.products nav a,
.projects nav a {
  display: block;
  position: relative;
  text-align: center;
  padding: 8px 25px 8px 15px;
  margin-bottom: 5px;
  color: #6e6f6f;
  transition: color 100ms;
}
@media (min-width: 768px) {
  .products nav a,
  .projects nav a {
    display: inline-block;
    float: right;
    clear: right;
    text-align: right;
    margin-right: -30px;
  }
}
.products nav a .slider,
.projects nav a .slider {
  display: block;
  position: absolute;
  background: #fff;
  height: 100%;
  width: 0;
  top: 0;
  right: 0;
  z-index: -10;
  transition: width 100ms;
}
.products nav a:hover,
.projects nav a:hover,
.products nav a.active,
.projects nav a.active {
  color: #555555;
}
.products nav a:hover .slider,
.projects nav a:hover .slider,
.products nav a.active .slider,
.projects nav a.active .slider {
  display: block;
  width: 100%;
}
.products .wrap,
.projects .wrap {
  padding: 30px;
}
.products .single,
.projects .single,
.products .multi,
.projects .multi {
  border: 2px solid #f3f3f3;
  border-width: 0 0 2px 0;
  background: #ffffff;
}
@media (min-width: 768px) {
  .products .single,
  .projects .single,
  .products .multi,
  .projects .multi {
    border-width: 0 2px 2px 0;
  }
  .products .single:nth-child(3n+3),
  .projects .single:nth-child(3n+3),
  .products .multi:nth-child(3n+3),
  .projects .multi:nth-child(3n+3) {
    border-right: none;
  }
}
.products .single,
.projects .single {
  position: relative;
}
@media (min-width: 768px) {
  .products .single.product,
  .projects .single.product {
    max-height: 960px;
  }
}
.products .single .text-header,
.projects .single .text-header {
  font-size: 34px;
  margin: 10px 0;
}
.products .single p,
.projects .single p {
  font-size: 17px;
}
.products .project.single .cycle,
.projects .project.single .cycle {
  margin-top: 34px;
  height: 375px;
  width: 719px;
}
.products .project.single .cycle .slide,
.projects .project.single .cycle .slide {
  height: 375px;
  width: 719px;
  text-align: center;
}
.products .project.single .cycle .slide img,
.projects .project.single .cycle .slide img {
  display: inline-block;
  max-height: 375px;
  width: 600px;
  margin: 0 auto;
}
.products .project.single .text,
.projects .project.single .text {
  max-width: none;
  margin: 0;
  width: 100%;
}
.products .project.single .main-image,
.projects .project.single .main-image {
  margin: 0 0 35px 35px;
  float: right;
  max-width: 350px;
  width: 100%;
}
.products .product.multi,
.projects .product.multi {
  position: relative;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .products .product.multi,
  .projects .product.multi {
    height: 290px;
  }
}
.products .product.multi .name,
.projects .product.multi .name {
  display: block;
  font-size: 21px;
  color: #383a3b;
  text-align: left;
  min-height: 63px;
}
.products .product.multi .image-holder,
.projects .product.multi .image-holder {
  display: block;
  overflow: hidden;
}
.products .product.multi .image-holder img,
.projects .product.multi .image-holder img {
  max-width: 100%;
  max-height: 170px;
}
.products .product.multi .text,
.projects .product.multi .text {
  display: block;
  font-size: 12px;
  color: #999999;
  position: absolute;
  bottom: 30px;
  right: 30px;
  line-height: 1.3;
  text-align: right;
}
.products .product.multi.blank,
.projects .product.multi.blank {
  opacity: 0.6;
}
.products {
  overflow: visible;
  z-index: 100;
}
@media (min-width: 768px) {
  .banner-products,
  .banner-projects,
  .banner-why-led,
  .banner-about-company,
  .banner-contact,
  .banner-about-services {
    margin-top: -30px;
    margin-bottom: -62px;
  }
}
@media (min-width: 768px) {
  .banner-products img,
  .banner-projects img,
  .banner-why-led img,
  .banner-about-company img,
  .banner-contact img,
  .banner-about-services img {
    margin-left: 203px;
  }
}
@media (min-width: 768px) {
  .banner-products .text-header,
  .banner-projects .text-header,
  .banner-why-led .text-header,
  .banner-about-company .text-header,
  .banner-contact .text-header,
  .banner-about-services .text-header {
    top: 65px;
    left: 170px;
  }
}
.product-adverts .product.multi,
.project-advert {
  border-right: none;
  border-bottom: 2px solid #f3f3f3;
}
@media (min-width: 768px) {
  .product-adverts .product.multi,
  .project-advert {
    border-right: 2px solid #f3f3f3;
  }
}
.product-adverts .product.multi:last-child,
.project-advert:last-child {
  border-width: 0;
}
.project-advert {
  background-color: #ffffff;
  padding: 30px;
}
.latest-news,
.project-advert {
  text-align: right;
  position: relative;
  z-index: 99;
}
.latest-news .text-header,
.project-advert .text-header {
  margin: 0 0 30px 0;
  font-size: 34px;
}
.latest-news .text-subheader,
.project-advert .text-subheader {
  display: box;
  font-size: 13px;
  font-weight: bold;
  color: #555;
  margin-bottom: 5px;
}
.latest-news .news-item,
.project-advert .news-item {
  font-weight: normal;
  text-align: right;
  margin: 20px 0;
}
.latest-news .news-item p,
.project-advert .news-item p {
  margin-top: 0;
  font-size: 17px;
  color: #999;
}
.dropdown .dropdown-trigger {
  background-color: #ffffff;
}
.dropdown .dropdown-menu {
  width: 100%;
  border: 0;
  border-radius: 0;
  margin: 0;
}
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: auto;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  margin: auto;
  padding: auto;
}
a {
  text-decoration: none;
  transition: color 250ms;
}
a:hover {
  color: #00d1bd;
}
body {
  -webkit-font-smoothing: antialiased;
  font-smooth: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  background: #eaf0f0;
  font-size: 17px;
  color: #6e6f6f;
  height: auto;
  position: relative;
}
body:before,
body:after {
  content: " ";
  display: table;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: " ";
  display: table;
}
body:after {
  clear: both;
}
p {
  color: #6e6f6f;
  font-size: 14px;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.3;
  max-width: 578px;
}
p.no-top-margin {
  margin-top: 0;
}
a {
  font-size: 13px;
  font-weight: bold;
  color: #00d1bd;
  text-align: left;
}
a .plus,
a .slash {
  color: #444749;
}
a .slash {
  font-weight: bold;
}
a.previous,
a.next {
  font-weight: normal;
  font-size: 17px;
  background: #999;
  color: #fff;
  vertical-align: middle;
  width: 31px;
  overflow: hidden;
}
a.previous span,
a.next span {
  height: 30px;
  width: 300px;
  float: left;
}
a.previous img,
a.next img {
  width: 43px;
  float: left;
  position: relative;
  padding: 7px 11px;
  transition: left 150ms;
}
a.previous img.hover,
a.next img.hover {
  background: #3f3c3c;
}
a.next img {
  left: 0;
}
a.next:hover img {
  left: -31px;
}
a.previous img {
  left: -31px;
}
a.previous:hover img {
  left: 0;
}
blockquote {
  float: right;
  font-size: 55px;
  font-weight: bold;
  color: #00d1bd;
  text-align: right;
  line-height: .65;
}
blockquote small {
  font-size: 34px;
}
.text-header {
  font-size: 55px;
  color: #00d1bd;
  font-weight: bold;
  margin: 25px 0;
}
.text-subheader {
  font-size: 21px;
  font-weight: bold;
  color: #555;
}
::-moz-selection {
  background-color: rgba(0, 209, 189, 0.75);
  color: white;
}
::selection {
  background-color: rgba(0, 209, 189, 0.75);
  color: white;
}
.text-input {
  outline: 0;
  border: 0;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  text-align: right;
  background: #fff;
  color: #6e6f6f;
  font-size: 13px;
  padding: 10px;
}
.text-input.dark {
  background: #ecf0f0;
  color: #6e6f6f;
}
.text-input.dark.error {
  box-shadow: inset 0 0 62px -13px rgba(0, 209, 189, 0.4);
}
.text-input.error {
  box-shadow: inset 0px 0 8px -1px rgba(230, 84, 84, 0.23);
}
.btn {
  outline: 0;
  border: 0;
  font-size: 13px;
  text-transform: capitalize;
  background: #999;
  color: #fff;
  display: inline-block;
  padding: 7px 10px;
  cursor: pointer;
  transition: opacity 300ms;
}
.btn[disabled] {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
::-webkit-input-placeholder {
  color: #c9c9c9;
}
.dark::-webkit-input-placeholder {
  color: #6e6f6f;
}
:-moz-placeholder {
  color: #c9c9c9;
}
.dark:-moz-placeholder {
  color: #6e6f6f;
}
:-ms-input-placeholder {
  color: #c9c9c9;
}
.dark:-ms-input-placeholder {
  color: #6e6f6f;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.float-left {
  float: left;
}
.cycle {
  position: relative;
}
.cycle:before,
.cycle:after {
  content: " ";
  display: table;
}
.cycle:after {
  clear: both;
}
.cycle:before,
.cycle:after {
  content: " ";
  display: table;
}
.cycle:after {
  clear: both;
}
.cycle .cycle-controls a {
  position: absolute;
  margin-top: -15.5px;
  top: 50%;
  z-index: 4;
}
.cycle .cycle-controls .next {
  left: 0;
}
.cycle .cycle-controls .previous {
  right: 0;
}
header,
section[role="banner"],
section[role="main"],
section,
footer {
  position: relative;
  z-index: 1;
}
section {
  overflow: hidden;
}
section.overflowable {
  overflow: visible;
}
.background-container {
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.background-top-container,
.background-top-right-container,
.background-bottom-container {
  position: absolute;
  z-index: -1;
  left: 50%;
}
.background-top,
.background-top-right,
.background-bottom {
  position: absolute;
  max-width: none;
  z-index: -1;
}
.background-top-container {
  width: 2088px;
  margin-left: -1044px;
}
.background-top-container .background-top {
  top: 0;
  right: 0;
}
.background-top-right-container {
  width: 1812px;
  margin-left: -906px;
}
.background-top-right-container .background-top-right {
  top: 0;
  right: 0;
}
.background-bottom-container {
  bottom: 0;
  width: 3612px;
  margin-left: -1806px;
}
.background-bottom-container .background-bottom {
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1812px) {
  .background-top-right-container {
    left: auto;
    right: 0;
    margin-left: 0;
  }
}
.banner {
  margin-top: 0;
}
@media (min-width: 768px) {
  
}
.banner .container {
  position: relative;
}
.banner.home {
  height: 300px;
}
@media (min-width: 430px) {
  .banner.home {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .banner.home {
    height: 500px;
  }
}
.banner.home .content {
  height: 100%;
}
.lt-ie8 .banner.home .content {
  position: absolute;
  left: 50%;
  margin-left: -490px;
}
.banner.home .home-cycle {
  position: relative;
  height: 634px;
  width: 100%;
  background: transparent;
}
.banner.home .home-cycle:before,
.banner.home .home-cycle:after {
  content: " ";
  display: table;
}
.banner.home .home-cycle:after {
  clear: both;
}
.banner.home .home-cycle:before,
.banner.home .home-cycle:after {
  content: " ";
  display: table;
}
.banner.home .home-cycle:after {
  clear: both;
}
.banner.home .home-cycle .cycle-controls a {
  position: absolute;
  margin-top: -15.5px;
  top: 50%;
  z-index: 4;
}
.banner.home .home-cycle .cycle-controls .next {
  left: 0;
}
.banner.home .home-cycle .cycle-controls .previous {
  right: 0;
}
.banner.home .home-cycle .slide {
  background: transparent;
  width: 100%;
}
.banner.home .home-cycle .slide .content {
  height: 634px;
}
.lt-ie8 .banner.home .home-cycle .slide .content {
  margin-left: -450px;
}
.banner.home .home-cycle img {
  top: 0;
  right: 0;
  position: absolute;
}
.banner.home .banner-controls {
  position: absolute;
  left: 0;
  right: 0;
}
.lt-ie8 .banner.home .banner-controls {
  z-index: 1;
}
.banner.home .previous,
.banner.home .next {
  padding: 0;
  margin-top: -24px;
  position: absolute;
  top: 50%;
  z-index: 40;
  width: 43px;
  height: 40px;
  overflow: hidden;
}
.banner.home .previous span,
.banner.home .next span {
  height: 40px;
}
.banner.home .previous img,
.banner.home .next img {
  float: left;
  position: relative;
  padding: 12px 17px;
  z-index: 41;
}
.banner.home .previous img.hover,
.banner.home .next img.hover {
  z-index: 42;
}
.banner.home .next {
  left: 0;
}
.banner.home .next img {
  left: 0;
}
.banner.home .next:hover img {
  left: -43px;
}
.banner.home .previous {
  right: 0;
}
.banner.home .previous img {
  left: -43px;
}
.banner.home .previous:hover img {
  left: 0;
}
.banner.home .text-header {
  position: absolute;
  top: 170px;
}
@media (min-width: 430px) {
  .banner.home .text-header {
    top: 230px;
  }
}
.banner .content {
  position: relative;
}
.banner .text-header {
  position: absolute;
  top: 30%;
  margin: 0;
  color: #00d1bd;
  font-size: 25px;
  font-weight: bold;
  z-index: 10;
}
@media (min-width: 768px) {
  .banner .text-header {
    left: 80px;
  }
}
@media (min-width: 430px) {
  .banner .text-header {
    font-size: 35px;
  }
}
@media (min-width: 800px) {
  .banner .text-header {
    font-size: 45px;
  }
}
@media (min-width: 980px) {
  .banner .text-header {
    font-size: 55px;
  }
}
.banner .text-header span {
  display: inline-block;
  padding: 4px 10px 5px 10px;
  background-color: #19ecd5;
  color: #ffffff;
}
@media (min-width: 768px) {
  .banner .text-header span {
    padding: 10px 30px 14px 30px;
  }
}
.banner .text-header span ::-moz-selection {
  background-color: rgba(255, 255, 255, 0.6);
  color: #19ecd5;
}
.banner .text-header span ::selection {
  background-color: rgba(255, 255, 255, 0.6);
  color: #19ecd5;
}
.banner .text-header span + br + span {
  margin-top: -7px;
  padding-top: 10px;
}
.banner img {
  right: 0;
  max-width: 100%;
}
.banner .next img,
.banner .previous img {
  margin-left: 0;
}
.full-width a {
  font-size: 17px;
}
.full-width .text-header {
  margin-top: 0;
}
.full-width .main-column-left p {
  font-size: 17px;
}
.breadcrumb {
  position: relative;
  z-index: 40;
  margin: 20px 0;
}
.breadcrumb a:hover,
.breadcrumb a.active {
  color: #555;
}
.breadcrumb a {
  display: inline-block;
  margin-right: 5px;
}
.pagination {
  float: left;
  margin-top: 30px;
}
.pagination .next,
.pagination .previous {
  display: inline-block;
  margin-right: 30px;
}
.pagination .next img,
.pagination .previous img {
  display: inline-block;
}
.pagination .previous {
  margin-right: 20px;
}
.pagination .next {
  margin-left: 20px;
}
.pagination .number {
  margin: 0 10px;
  width: 10px;
  display: inline-block;
  color: #999;
}
.pagination .number:hover,
.pagination .number.active {
  color: #00d1bd;
}
.content-page {
  background: #ffffff;
  padding: 30px;
}
.content-page .text-header {
  margin-top: 0;
  margin-left: 0;
  font-size: 34px;
}
.content-page p {
  font-size: 17px;
}
.content-page p a {
  font-size: 17px;
}
.content-page .content-piece {
  padding: 0;
  position: relative;
}
@media (min-width: 1000px) {
  .content-page .content-piece {
    padding: 0 30px;
  }
}
.content-page .content-piece .hr {
  width: 100%;
  margin: 0;
  border-top: 2px solid #ecf0f0;
}
.content-page .content-piece .image-wrap {
  text-align: center;
}
@media (min-width: 1000px) {
  .content-page .content-piece .image-wrap {
    text-align: center;
  }
}
.content-page .content-piece img {
  max-width: 100%;
}
@media (min-width: 1000px) {
  .content-page .content-piece img {
    max-width: 100%;
  }
}
@media (min-width: 1000px) {
  .content-page .content-piece.left-content {
    text-align: right;
  }
}
.content-page .content-piece.right-content img {
  margin-bottom: 50px;
}
@media (min-width: 1000px) {
  .content-page .content-piece.top .text,
  .content-page .content-piece.bottom .text,
  .content-page .content-piece.top .image-wrap,
  .content-page .content-piece.bottom .image-wrap {
    padding: 20px;
  }
}
@media (min-width: 1000px) {
  .content-page .content-piece.top .text {
    float: right;
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .content-page .content-piece.top .image-wrap {
    margin-left: -170px;
    float: right;
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .content-page .content-piece.bottom .text {
    text-align: right;
    float: left;
    width: 64%;
  }
}
@media (min-width: 1000px) {
  .content-page .content-piece.bottom .image-wrap {
    float: right;
    width: 36%;
  }
}
.content-page .content-piece .text-input {
  margin-bottom: 13px;
  width: 100%;
  text-align: left;
}
.content-page .content-piece textarea {
  height: 65px;
}
.content-page .content-piece .text .text-header {
  margin-top: 0;
}
header {
  margin: 20px 0 20px 0;
  z-index: 101;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  header {
    margin-top: 50px;
  }
}
header .logo {
  float: left;
  display: inline-block;
  width: 140px;
  margin-top: 10px;
}
@media (min-width: 400px) {
  header .logo {
    width: 220px;
    margin-top: 0;
  }
}
header .logo img {
  max-width: 100%;
}
header a {
  color: #999;
  font-weight: bold;
  font-size: 13px;
}
header a:hover,
header a:active,
header a:focus,
header a.active {
  color: #555;
}
header a.phone {
  color: #00d1bd;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  header a.phone {
    margin-right: 0;
    margin-top: 30px;
  }
}
@media (min-width: 875px) {
  header a.phone {
    margin-right: 30px;
  }
}
@media (min-width: 925px) {
  header a.phone {
    margin-right: 80px;
  }
}
header .main-nav {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 60px;
  left: -10000px;
  opacity: 0;
  background-color: #ffffff;
  box-shadow: 0 14px 30px -10px rgba(0, 0, 0, 0.4);
  transition: opacity 300ms, left 0s 300ms;
}
@media (min-width: 768px) {
  header .main-nav {
    float: left;
    margin-left: 70px;
    position: relative;
    margin-top: 26px;
    top: auto;
    background-color: transparent;
    box-shadow: none;
    left: 0;
    opacity: 1;
    width: auto;
  }
}
.menu-open header .main-nav {
  left: 0;
  opacity: 1;
  transition: opacity 300ms, left 0s 0s;
}
header .main-nav ul {
  padding: 10px 0;
  margin: 0;
}
@media (min-width: 768px) {
  header .main-nav ul {
    position: relative;
    padding: 0;
  }
}
header .main-nav ul li {
  list-style: none;
}
@media (min-width: 768px) {
  header .main-nav ul li {
    float: left;
    position: relative;
    margin-right: 20px;
  }
  header .main-nav ul li:hover .sub-nav,
  header .main-nav ul li:focus .sub-nav {
    visibility: visible;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .lt-ie8 header .main-nav ul li:hover .sub-nav,
  .lt-ie8 header .main-nav ul li:focus .sub-nav {
    display: block;
  }
}
@media (min-width: 795px) {
  header .main-nav ul li {
    margin-right: 30px;
  }
}
@media (min-width: 845px) {
  header .main-nav ul li {
    margin-right: 40px;
  }
}
header .main-nav ul li a {
  display: inline-block;
  padding: 10px 0;
}
@media (min-width: 768px) {
  header .main-nav ul li a {
    padding: 0;
  }
}
header .sub-nav {
  background-color: #19ecd5;
}
header .sub-nav ul li img {
  display: none;
}
header .sub-nav a {
  color: #ffffff;
}
header .sub-nav .title {
  display: none;
}
@media (min-width: 768px) {
  header .sub-nav {
    transition: opacity 300ms;
    opacity: 0;
    position: absolute;
    top: -22px;
    left: -25px;
    padding: 25px;
    width: 438px;
    min-height: 198px;
    background: #00e5cf url(/img/nav-hover-top-right.png) top right no-repeat;
    background: url(/img/nav-hover-top-right.png) top right no-repeat, url(/img/nav-hover-bottom-left.png) bottom left no-repeat, #00e5cf;
    -o-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    z-index: 50;
    visibility: hidden;
  }
  .lt-ie8 header .sub-nav {
    opacity: 1;
    z-index: 50;
  }
  header .sub-nav.about-sub-nav,
  header .sub-nav.projects-sub-nav {
    width: auto;
  }
  header .sub-nav .title {
    display: block;
    position: relative;
    left: -25px;
    width: 145px;
    padding-bottom: 10px;
    padding-left: 25px;
    border-bottom: 2px solid #fff;
    margin-bottom: 4px;
    color: #555;
    font-weight: bold;
    font-size: 13px;
  }
  header .sub-nav ul {
    position: static;
  }
  header .sub-nav ul li {
    position: static;
    clear: left;
    margin-right: 0;
    width: 145px;
    text-align: right;
  }
  header .sub-nav ul li a {
    float: right;
    padding: 8px 8px 8px 9px;
    margin-right: -8px;
    margin-bottom: 3px;
    text-align: right;
    z-index: 50;
    display: block;
    width: 100%;
    transition: color 150ms;
  }
  header .sub-nav ul li a .text {
    position: relative;
    z-index: 53;
  }
  header .sub-nav ul li a .crawler {
    position: absolute;
    display: block;
    right: 0;
    background: #fff;
    z-index: 51;
  }
  header .sub-nav ul li img {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    display: inline-block;
    visibility: hidden;
    right: 0;
    margin-right: -110px;
    margin-top: -100px;
    position: absolute;
    max-width: none;
    z-index: 53;
    transition: opacity 150ms;
  }
  .lt-ie9 header .sub-nav ul li img {
    display: none;
  }
  header .sub-nav ul li:hover a {
    color: #555;
  }
  header .sub-nav ul li:hover img {
    visibility: visible;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  header .sub-nav ul li .sub-nav-product-image-street {
    margin-right: -77px;
  }
  header .sub-nav ul li .sub-nav-product-image-carpark {
    margin-right: -108px;
  }
  header .sub-nav ul li .sub-nav-product-image-wall-pack {
    margin-top: -130px;
    margin-right: -50px;
  }
  header .sub-nav ul li .sub-nav-product-image-high-bay {
    margin-top: -130px;
    margin-right: -85px;
  }
  header .sub-nav ul li .sub-nav-product-image-flood {
    margin-top: -160px;
    margin-right: -102px;
  }
  header .sub-nav ul li .sub-nav-product-image-canopy {
    margin-right: -146px;
  }
  header .sub-nav ul li .sub-nav-product-image-tunnel {
    margin-top: -130px;
    margin-right: -86px;
  }
  header .sub-nav ul li .sub-nav-product-image-courtyard-and-pathway {
    margin-top: -130px;
    margin-right: -55px;
  }
  header .sub-nav ul li .sub-nav-product-image-tubes {
    margin-right: -63px;
  }
  header .sub-nav ul li .sub-nav-product-image-panel {
    margin-top: -110px;
    margin-right: -57px;
  }
  header .sub-nav ul li .sub-nav-product-image-bollards {
    margin-top: -120px;
    margin-right: -20px;
  }
  header .sub-nav ul li .sub-nav-product-image-downlights {
    margin-right: -45px;
  }
  header .sub-nav ul li .sub-nav-product-image-spotlights {
    margin-top: -120px;
    margin-right: -44px;
  }
  header .sub-nav ul li .sub-nav-product-image-solar-road-and-landscape-studs {
    margin-right: -75px;
  }
  header .sub-nav img {
    bottom: 0;
    right: 0;
  }
  header .sub-nav a {
    color: #fff;
    margin-right: 0;
  }
  header .sub-nav a:hover {
    color: #555;
  }
}
.menu-trigger {
  color: #3f3c3c;
  display: block;
  float: right;
  margin-top: 15px;
  position: relative;
  z-index: 101;
}
@media (min-width: 768px) {
  .menu-trigger {
    display: none;
  }
}
.menu-open .menu-trigger {
  color: #3f3c3c;
}
.menu-trigger .lines {
  width: 30px;
  transition: 300ms;
}
.menu-open .menu-trigger .lines {
  -webkit-transform: translate(5px, 0);
      -ms-transform: translate(5px, 0);
          transform: translate(5px, 0);
}
.menu-open .menu-trigger .lines .line-2 {
  opacity: 0;
}
.menu-open .menu-trigger .lines .line-1 {
  -webkit-transform: rotate(45deg) translate(0px, 10px);
      -ms-transform: rotate(45deg) translate(0px, 10px);
          transform: rotate(45deg) translate(0px, 10px);
}
.menu-open .menu-trigger .lines .line-3 {
  -webkit-transform: rotate(-45deg) translate(0px, -10px);
      -ms-transform: rotate(-45deg) translate(0px, -10px);
          transform: rotate(-45deg) translate(0px, -10px);
}
.menu-trigger .lines .line {
  display: block;
  background: #3f3c3c;
  height: 3px;
  margin-top: 4px;
  transition: 300ms;
}
.menu-open .menu-trigger .lines .line {
  background: #3f3c3c;
}
.menu-trigger .lines,
.menu-trigger .label {
  display: block;
  float: left;
}
.menu-trigger .label {
  display: none;
  margin-left: 5px;
  padding-top: 7px;
}
footer {
  margin-top: 50px;
  height: 48px;
  position: relative;
  overflow: hidden;
}
footer.opened {
  overflow: visible;
}
@media (min-width: 768px) {
  footer {
    height: auto;
    padding-bottom: 50px;
  }
}
footer .container {
  padding: 0;
  height: 395px;
  position: absolute;
  width: 100%;
  top: 0;
  transition: top 300ms;
  box-shadow: 0 -14px 30px -10px rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  footer .container {
    box-shadow: none;
    width: auto;
    height: auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
}
footer.opened .container {
  top: -347px;
}
footer .wrap {
  width: 100%;
}
@media (min-width: 768px) {
  footer .wrap {
    max-width: 768px;
    float: right;
  }
}
footer .left-side,
footer .right-side {
  background: #fff;
}
@media (min-width: 768px) {
  footer .left-side,
  footer .right-side {
    float: left;
    height: 194px;
    padding: 26px;
  }
}
footer .left-side .copyright {
  margin-top: 38px;
  color: #383a3b;
}
footer .left-side a {
  display: inline-block;
  font-size: 11px;
  margin-right: 10px;
}
footer .left-side .juicebox {
  margin-top: 17px;
}
@media (min-width: 768px) {
  footer .left-side {
    border-right: 3px solid #eff2f1;
  }
}
footer .right-side {
  line-height: 1.5;
  font-size: 11px;
  font-weight: bold;
  color: #999999;
}
footer .right-side .text-subheader {
  color: #383a3b;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  footer .right-side .text-subheader {
    margin-bottom: 13px;
    margin-top: 38px;
  }
}
footer .right-side a {
  color: #999999;
  font-size: 11px;
}
footer .right-side a:hover {
  color: #00d1bd;
}
footer .menu {
  margin: 0;
  max-width: 100%;
  border: 1px solid #d2d2d2;
  border-left: none;
  border-right: none;
}
@media (min-width: 768px) {
  footer .menu {
    border: none;
  }
}
footer .menu a {
  display: block;
  margin: 0;
  text-align: center;
  padding: 10px;
}
@media (min-width: 768px) {
  footer .menu a {
    display: inline-block;
    padding-left: 0;
  }
}
footer .open-close {
  font-size: 8px;
  text-transform: uppercase;
}
footer .open-close .open {
  display: inline-block;
}
footer .open-close .close {
  display: none;
}
footer .open-close.opened .close {
  display: inline-block;
}
footer .open-close.opened .open {
  display: none;
}
footer .bottom {
  border-top: 1px solid #d2d2d2;
  padding: 16px;
}
footer .bottom .copyright {
  font-size: 13px;
  float: left;
  color: #383a3b;
}
footer .bottom .juicebox {
  float: right;
}
footer .open-close,
footer .right-side {
  padding-top: 16px;
  padding-bottom: 16px;
}
footer .bottom,
footer .open-close {
  background-color: #ffffff;
  text-align: center;
}
.main blockquote {
  margin: 0;
}
.four-box {
  position: relative;
  z-index: 40;
}
.four-box .box {
  height: 250px;
  font-weight: normal;
  background: #fff;
  position: relative;
  padding: 20px;
  margin-bottom: 60px;
}
.four-box .box:nth-child(2n+1) {
  border-right: 2px solid #f3f3f3;
}
@media (min-width: 400px) {
  .four-box .box {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .four-box .box {
    padding: 30px;
    border-right: 2px solid #f3f3f3;
  }
  .four-box .box:last-child {
    border-right: none;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .four-box .box {
    height: 250px;
  }
}
.four-box .box .text-header {
  font-size: 13px;
  font-weight: bold;
  color: #383a3b;
  margin: 0;
  text-decoration: underline;
}
.four-box .box p {
  font-size: 21px;
  color: #999;
}
.four-box .box img {
  max-width: none;
  position: absolute;
  bottom: -83px;
  right: -47px;
}
.four-box .box-1 {
  z-index: 41;
}
.four-box .box-1 img {
  bottom: -63px;
  right: -7px;
  width: 140px;
}
@media (min-width: 768px) {
  .four-box .box-1 img {
    right: 73px;
    width: 170px;
  }
}
.four-box .box-2 {
  z-index: 42;
}
.four-box .box-2 img {
  bottom: -41px;
  right: -12px;
  width: 160px;
}
@media (min-width: 768px) {
  .four-box .box-2 img {
    width: auto;
    right: 1px;
  }
}
.four-box .box-3 {
  z-index: 43;
}
.four-box .box-3 img {
  right: auto;
  left: 0px;
  bottom: -63px;
}
@media (min-width: 768px) {
  .four-box .box-3 img {
    left: 85px;
  }
}
.four-box .box-4 {
  z-index: 44;
}
.four-box .box-4 img {
  width: 120px;
  right: -10px;
  bottom: -56px;
}
@media (min-width: 768px) {
  .four-box .box-4 img {
    right: -50px;
  }
}
.four-box .product-box {
  height: 200px;
}
@media (min-width: 768px) {
  .four-box .product-box {
    margin: 0;
  }
}
.four-box .product-box .image-wrap {
  text-align: center;
  height: 125px;
}
.four-box .product-box img {
  position: relative;
  bottom: auto;
  right: auto;
  margin-top: 10px;
  max-width: 100%;
  max-height: 100%;
}
.mailing-list {
  text-align: left;
}
@media (min-width: 768px) {
  .mailing-list {
    text-align: right;
  }
}
.mailing-list .text-subheader {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d2d2d2;
}
@media (min-width: 768px) {
  .mailing-list .text-subheader {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
.mailing-list p {
  color: #999;
  font-size: 13px;
  margin: 10px 0;
}
.mailing-list .success {
  color: #729268;
}
.mailing-list .text-input {
  width: 100%;
}
.mailing-list .btn {
  float: right;
}
.mailing-list .text-input,
.mailing-list .btn {
  margin: 0 0 10px 0;
}
.hr {
  margin-top: 60px;
  border-top: 1px solid #cdcdcd;
  margin-bottom: 35px;
}
.project-consultancy-advert,
.latest-news {
  background: #ffffff;
  padding: 30px;
}
.project-consultancy-advert {
  position: relative;
  z-index: 100;
  border-right: none;
  border-bottom: 2px solid #eaf0f0;
}
.project-consultancy-advert .text-header {
  margin: 0;
  font-size: 40px;
}
@media (min-width: 768px) {
  .project-consultancy-advert .text-header {
    font-size: 55px;
  }
}
.project-consultancy-advert p {
  font-size: 13px;
}
.project-consultancy-advert p strong {
  font-size: 17px;
}
.project-consultancy-advert img {
  position: absolute;
  bottom: -60px;
  right: 5px;
  width: 140px;
}
@media (min-width: 768px) {
  .project-consultancy-advert img {
    width: auto;
    bottom: -131px;
    right: -78px;
  }
}
@media (min-width: 768px) {
  .project-consultancy-advert {
    border-bottom: none;
    border-right: 2px solid #eaf0f0;
  }
}
@media (min-width: 768px) {
  .latest-news {
    max-width: 214px;
  }
}
.accredited-memberships {
  margin-top: 60px;
}
.accredited-memberships a {
  display: inline-block;
}
@media (min-width: 768px) {
  .accredited-memberships a {
    margin-right: 1em;
  }
}
@media (min-width: 768px) {
  .accredited-memberships .title-wrap .title {
    width: 100%;
  }
}
.accredited-memberships .memberships-wrap {
  padding: 0;
}
@media (min-width: 768px) {
  .accredited-memberships .memberships-wrap {
    padding: 0 15px;
  }
}
.accredited-memberships .memberships-wrap .title {
  padding: 0;
}
.accredited-memberships .col-xs-6 {
  height: 70px;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .accredited-memberships .col-xs-6 {
    height: auto;
    width: auto;
    margin-bottom: 0;
  }
}
.accredited-memberships .title {
  color: #555;
  float: left;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3;
  text-align: right;
  border-bottom: 1px solid #cdcdcd;
}
@media (min-width: 768px) {
  .accredited-memberships .title {
    border-bottom: none;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .accredited-memberships .title,
  .accredited-memberships .memberships {
    border-top: 1px solid #cdcdcd;
    padding-top: 35px;
  }
}
.accredited-memberships img {
  max-width: 100%;
  max-height: 100%;
}
