/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("//hello.myfonts.net/count/2b69f4");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f6d84e55e43398badd38)
 * Config saved to config.json and https://gist.github.com/f6d84e55e43398badd38
 */
/*! 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 {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}

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

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.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: 0;
  padding-right: 0;
}

.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.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.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.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .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.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .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.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.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;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-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;
  }
}
/* Base Superbox Styles */
#superbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
}

#superbox-wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  display: table;
  width: 100%;
  height: 100%;
}

#superbox-container {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

#superbox {
  margin: 0 auto;
  padding: 0;
}

#superbox-container .loading {
  margin: 0;
  text-align: center;
}

/* IE7 */
*:first-child + html #superbox-container {
  position: absolute;
  top: 50%;
  display: block;
  height: auto;
}

*:first-child + html #superbox {
  position: relative;
  top: -50%;
  display: block;
}

/* IE6 - Thanks to Thickbox for IE expressions */
* html #superbox-container {
  position: absolute;
  top: 50%;
  display: block;
  height: auto;
}

* html #superbox {
  position: relative;
  top: -50%;
  display: block;
}

* html #superbox-overlay {
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight + 'px' : document.body.offsetHeight + 'px');
}

* html #superbox-wrapper {
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

/* Default Theme */
#superbox-overlay {
  background: #000;
}

#superbox-container .loading {
  text-align: center;
  font-size: 40px;
  color: #fff;
}

#superbox {
  padding: 10px;
  background: #fff;
}

#superbox-innerbox {
  padding: 10px 0;
}

#superbox.image {
  text-align: center;
}

#superbox .close,
#superbox .nextprev {
  overflow: hidden;
  margin: 0;
}

@font-face {
  font-family: 'Crown Sackers Bold';
  src: url("../fonts/crownsacgothea-webfont.eot");
  src: url("../fonts/crownsacgothea-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/crownsacgothea-webfont.woff") format("woff"), url("../fonts/crownsacgothea-webfont.ttf") format("truetype"), url("../fonts/crownsacgothea-webfont.svg#fancy_feastregular") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Crown Sackers Light';
  src: url("../fonts/crownsacgotlig-webfont.eot");
  src: url("../fonts/crownsacgotlig-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/crownsacgotlig-webfont.woff") format("woff"), url("../fonts/crownsacgotlig-webfont.ttf") format("truetype"), url("../fonts/crownsacgotlig-webfont.svg#fancy_feastregular") format("svg");
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: 'Crown Sackers Medium';
  src: url("../fonts/crownsacgotmed-webfont.eot");
  src: url("../fonts/crownsacgotmed-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/crownsacgotmed-webfont.woff") format("woff"), url("../fonts/crownsacgotmed-webfont.ttf") format("truetype"), url("../fonts/crownsacgotmed-webfont.svg#fancy_feastregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLT-Light';
  src: url("../fonts/2B69F4_0_0.eot");
  src: url("../fonts/2B69F4_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2B69F4_0_0.woff") format("woff"), url("../fonts/2B69F4_0_0.ttf") format("truetype");
}
/* ------------------- */
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  font-size: 14px;
  font-family: 'HelveticaNeueLT-Light', Arial, sans-serif;
  font-weight: lighter;
  line-height: 1.4;
  color: #5c5c5b;
  overflow-x: hidden;
  background-color: #fff;
}

h1 {
  color: #9a8962;
  font-family: 'Crown Sackers Light';
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  padding: 0.8em 0;
  border-bottom: 1px solid #9a8962;
  margin-bottom: 1.2em;
  display: inline-block;
  position: relative;
  z-index: 2;
}

h2 {
  font-size: 1.5em;
}

img {
  vertical-align: bottom;
}

a {
  color: #000;
}
a:active, a:focus {
  text-decoration: none;
}

.clearfix {
  clear: both;
}

input,
.customSelect,
textarea {
  height: 36px;
  padding: 5px 10px;
  line-height: 36px;
  font-size: 14px;
  border: 1px solid #5c5c5b;
  outline-color: #9a8962;
  width: 100%;
  margin-right: 20px;
  background-color: #fff;
  min-width: 240px;
  color: #5c5c5b;
}
input:focus,
.customSelect:focus,
textarea:focus {
  border-color: #9a8962;
}

input[type=submit] {
  font-family: Crown Sackers Light;
  color: #fff;
  background-color: #9a8962;
  border: 1px solid #9a8962;
  font-size: 1em;
  line-height: 1;
  margin: .5em;
  padding: 0.5em 30px 0.6em;
  height: auto;
  display: inline-block;
  width: auto;
}
input[type=submit]:hover {
  background-color: #fff;
  color: #9a8962;
}
input[type=submit].loading {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #5c5c5b;
}

article {
  width: 100%;
  z-index: 2;
  position: relative;
  padding: 1em;
}
article.panel {
  width: 100%;
  padding: 0;
}
article .inner {
  margin: 0;
  padding: 1em;
  background-color: #fff;
}

.blocker {
  width: 100%;
  height: auto;
  background-color: #fff;
}

section h1 + p,
section h1 + ul {
  margin-top: 0;
}
section p {
  margin: 1.25em 0;
}
section li {
  margin: 0.5em 0;
}
section ul {
  margin: 1.25em 0 1.25em 1em;
  text-align: left;
}
section li {
  list-style-type: disc;
}

.left {
  text-align: left;
}

.centre {
  text-align: center;
}

.right {
  text-align: right;
}

.btn, .feedback .submitInput {
  margin: 1em 0;
  padding: 1em 1em 0.6em;
  border: 2px solid #b0adad;
  color: #b0adad;
  font-family: Crown Sackers Light;
  line-height: 1;
  vertical-align: middle;
  font-size: 1.2em;
  text-decoration: none;
  display: inline-block;
}
.btn.btn-small, .feedback .btn-small.submitInput {
  font-size: 14px;
  border-width: 2px;
}
.btn:visited, .feedback .submitInput:visited {
  color: #b0adad;
  border: 2px solid #b0adad;
}
.btn:hover, .feedback .submitInput:hover {
  color: #fff;
  background-color: #b0adad;
  text-decoration: none;
}

.btn, .feedback .submitInput {
  border: 2px solid #9a8962;
  background-color: #9a8962;
  color: #fff;
}
.btn:visited, .feedback .submitInput:visited {
  color: #fff;
  background-color: #9a8962;
  border: 2px solid #9a8962;
}
.btn:hover, .feedback .submitInput:hover {
  color: #9a8962;
  background-color: transparent;
}

.link-current {
  color: #9a8962;
  border-bottom: 1px solid #9a8962;
}

#footer {
  width: 100%;
  min-height: 20px;
  line-height: 20px;
  color: #aaa;
  padding: 0 10px;
}
#footer p {
  font-size: 12px;
  text-align: center;
}
#footer a {
  color: #aaa;
  text-decoration: underline;
}

@media (min-width: 480px) {
  .alignleft {
    float: left;
  }

  .alignright {
    float: right;
  }
}
.nav-mobile {
  display: none;
}

.page {
  box-shadow: 0 0px 10px 0 rgba(2, 2, 4, 0.2);
  z-index: 2;
  position: relative;
  background-color: #fff;
}

header {
  background-color: white;
  box-shadow: 0 0px 10px 0 rgba(2, 2, 4, 0.2);
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  height: 70px;
}
header .logo a {
  background-image: url(../img/crown-logo.png);
  background-repeat: no-repeat;
  background-size: 86px 70px;
  background-position: center center;
}
header .toggle {
  display: block;
  position: absolute;
  background-position: top left;
  background-image: url(../img/menu-togglex2.png);
  background-size: 70px;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  font-size: 30px;
  text-align: center;
  color: #9a8962;
}
header .toggle:hover {
  background-color: #9a8962;
  color: #fff;
}
header .container {
  max-width: 1500px;
  margin: 0 auto;
  width: 100%;
}
header .logo {
  margin: 0 auto;
  float: none;
  height: 70px;
  width: 150px;
}
header .logo a {
  padding: 0;
  width: 150px;
  height: 70px;
  display: block;
  background-size: 61px 50px;
}
header .track {
  width: 100%;
  border: 2px solid #9a8962;
  height: 5px;
}
header .track .inner {
  background-color: #9a8962;
  width: 100px;
  height: 3px;
}

nav {
  font-size: 18px;
  font-family: Crown Sackers Medium;
}
nav .Highlighted a {
  color: #9a8962;
  border-bottom: 1px solid #9a8962;
}
nav.desktop {
  display: none;
  float: right;
  margin-right: 20px;
  margin-top: 35px;
}
nav.desktop li {
  float: left;
  text-align: center;
  max-width: 140px;
}
nav.desktop li:first-of-type a {
  padding-left: 0;
  margin-left: 0;
}
nav.mobile {
  display: block;
  width: 260px;
  position: fixed;
  left: -260px;
  top: 0;
  z-index: 70;
  margin-top: 70px;
  background-color: #fff;
  height: 100%;
}
nav.mobile li {
  display: block;
  float: none;
  position: relative;
  border-bottom: 1px solid #9a8962;
  background-color: #fff;
}
nav.mobile a {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0 22px;
  line-height: inherit;
}
nav.mobile a:hover {
  color: #fff;
  background-color: #9a8962;
}
nav a {
  color: #b0adad;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 28px;
  line-height: 22px;
  letter-spacing: -0.1px;
}
nav a:hover {
  color: #9a8962;
  text-decoration: none;
  border-bottom: 2px solid #9a8962;
}

.nav-open .toggle {
  background-position: 0 -100%;
}
.nav-open nav.mobile {
  -webkit-transform: translateX(260px);
  -moz-transform: translateX(260px);
  -ms-transform: translateX(260px);
  -o-transform: translateX(260px);
  transform: translateX(260px);
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 69;
  opacity: 0;
  display: none;
}

.nav-open .nav-overlay {
  display: block;
}

nav.desktop .subNav {
  margin-top: 0;
  position: relative;
  float: left;
  overflow: hidden;
  display: none;
}
nav.desktop .subNav li a:hover {
  border-bottom: 2px solid #9a8962 !important;
}
nav.desktop .subNav li.nocheck {
  display: none;
}
nav.desktop .subNav .more-arrow {
  background: url("../img/downarrow.png") no-repeat;
  height: 9px;
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
nav.desktop .subNav:hover {
  overflow: visible;
}
nav.desktop .subNav:hover .more-arrow {
  background: url("../img/uparrow.png") no-repeat;
}

@media (min-width: 1200px) {
  header {
    height: 118px;
  }
  header .logo {
    width: 94px;
    height: 118px;
    float: left;
  }
  header .logo a {
    width: 94px;
    height: 118px;
    background-size: 86px 70px;
  }
  header .toggle {
    display: none;
  }

  nav.desktop {
    display: block;
    opacity: 0;
  }
  nav.desktop ul {
    margin-top: 10px;
    /*position: relative;
    height:100%;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;*/
  }
  nav.desktop li {
    font-size: 14px;
    /*height: 100%;
    display:table;
    width:200px;*/
    /*a { 
      padding:0 35px;
    }*/
  }
  nav.mobile {
    display: none;
  }
  nav a {
    padding: 14px 10px 5px;
  }
}
@media (min-width: 1500px) {
  nav {
    font-size: 14px;
  }
  nav a {
    padding: 14px 0;
    margin: 0 14px;
  }
  nav.desktop li {
    font-size: 14px;
    max-width: none;
  }
}
.row-one-barangaroo {
  background: #f9f9f9;
}

.row-two-barangaroo {
  padding: 0;
}
.row-two-barangaroo .img-barangaroo {
  padding-top: 0;
}
.row-two-barangaroo li {
  font-size: 22px;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .img-barangaroo {
    padding-top: 20%;
  }
}
@media (min-width: 1500px) {
  .img-barangaroo {
    padding-top: 0;
  }
}
.row-one-about {
  background: white;
}
.row-one-about .btn, .row-one-about .feedback .submitInput, .feedback .row-one-about .submitInput {
  margin-right: 10px;
}

.about-text {
  margin-top: 1em;
}

@media (min-width: 1200px) {
  .about-text {
    margin-top: 4em;
  }
}
.inner-form {
  max-width: 1300px;
  position: relative;
  background: none;
  margin: 10% auto;
  padding: 8px;
  text-align: center;
  font-size: 18px;
  border: 1px solid white;
}
.inner-form h1 {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.form-border {
  background: rgba(255, 255, 255, 0.8);
  padding: 16px;
}

#contact-us-form {
  padding: 5% 5% 10% 5%;
}
#contact-us-form textarea {
  min-height: 272px;
  max-width: 100%;
  resize: none;
}
#contact-us-form select {
  width: 100%;
  padding: 5px;
}
#contact-us-form .input-field {
  padding-bottom: 25px;
}
#contact-us-form #send-feedback {
  position: absolute;
  right: 0;
  margin: 10px 0 0 0;
}
#contact-us-form #planning {
  display: none;
}
#contact-us-form table td.in-w input {
  min-width: 0px;
}

.contact-container-content {
  position: relative;
  margin-top: 70px;
  background: url("../img/_69_Robert_Street_Day_11_contact.jpg") no-repeat center;
  background-size: cover;
  height: 100%;
}

@media (min-width: 992px) {
  .contact-container-content {
    margin-top: 160px;
  }
}
@media (min-width: 1200px) {
  .contact-container-content {
    margin-top: 118px;
  }

  #contact-us-form {
    padding: 5% 5% 10% 5%;
  }
}
.form-message {
  padding: 10px;
  border: 1px solid #f00;
  margin: 10px 0;
}
.form-message.success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.form-message.failure {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.parsley-errors-list li {
  font-size: .8em;
  color: red;
}

.feedback {
  border: 1px solid #fff;
  padding: 12px;
  max-width: 760px;
  margin: 50px auto;
  position: relative;
}
.feedback .close {
  font-family: 'Crown Sackers Medium';
  position: absolute;
  right: -21px;
  top: -21px;
  width: 42px;
  height: 42px;
  background-color: #9a8962;
  color: #fff;
  line-height: 42px;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  font-weight: normal;
}
.feedback .close:hover {
  background-color: #fff;
  color: #9a8962;
}
.feedback form {
  background-color: rgba(255, 255, 255, 0.91);
  padding: 25px 50px;
  text-align: center;
}
.feedback form #descriptionSydney {
  display: none;
}
@media (max-width: 768px) {
  .feedback form {
    padding: 25px 5px;
  }
}
.feedback h2 {
  font-size: 30px;
  color: #9a8962;
  padding-bottom: 20px;
  border-bottom: 1px solid #9a8962;
  margin-bottom: 35px;
  font-family: 'Crown Sackers Light';
  line-height: 1;
  margin-top: 0;
  display: inline-block;
}
.feedback table {
  width: 100%;
}
.feedback label {
  padding: 0 0 10px 0;
}
.feedback .textInput,
.feedback .selectInput {
  border: 1px solid #5c5c5b;
  padding: 8px;
  background-color: #fff;
  width: 100%;
}
.feedback .textInput:focus,
.feedback .selectInput:focus {
  outline-color: #9a8962;
}
.feedback textarea {
  min-height: 120px;
}
.feedback td {
  width: 25%;
  padding: 10px;
}
.feedback td.col-2 {
  width: 100%;
}
.feedback td.col-4 {
  width: 100%;
}
@media (max-width: 768px) {
  .feedback td {
    width: 100% !important;
    display: block;
    float: left;
  }
}
.feedback #Postcode, .feedback #State {
  width: 130px;
  min-width: 130px;
}
@media (max-width: 768px) {
  .feedback #Postcode, .feedback #State {
    width: 100%;
  }
}
.feedback a {
  color: #5c5c5b;
  font-weight: bold;
}
.feedback i {
  font-style: italic;
  font-size: 13px;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 17px;
  height: 17px;
  border: 1px solid #5c5c5c;
  background: #ffffff;
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: "\02714";
  position: absolute;
  top: -2px;
  left: 2px;
  font-size: 16px;
  color: #9a8962;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

[type="checkbox"]:disabled + label {
  color: #aaa;
}

/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #5c5c5c;
}

/* hover style just for information */
label:hover:before {
  border: 1px solid #9a8962 !important;
}

.opportunity-text-container {
  text-align: left;
  padding: 10px 25px;
}

.text-emphasize {
  font-size: 40px;
}

.opportunity-content {
  padding-bottom: 5%;
}
.opportunity-content p {
  font-size: 22px;
}
.opportunity-content img {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .opportunity-text-container {
    text-align: center;
  }
  .opportunity-text-container p {
    font-size: 22px;
  }
}
.row-two-vision {
  background: rgba(255, 255, 255, 0.9);
}

.row-three-vision {
  padding-bottom: 80px;
}
.row-three-vision ul > li {
  line-height: 1.8em;
  font-size: 19px;
}
.row-three-vision p {
  font-size: 20px;
}

.vision-image-text {
  bottom: 0px;
  padding: 1% 5%;
}
.vision-image-text p {
  font-size: 1em;
}

.vision-text-container {
  text-align: left;
  padding: 0 30px;
}

.vision-text-proposals {
  margin-top: 50px;
}

.btn-arrow {
  display: inline-block;
  width: 400px;
  height: 80px;
  max-width: 100%;
  font-size: 14px;
  position: relative;
  color: #5c5c5b;
  background: url("../img/sprites/btn-arrow.png") no-repeat;
  background-position: right 10px top 8px;
  margin: 2em 1em 0 0;
  padding: 7px 80px 7px 24px;
  border: 2px solid #b0adad;
  font-family: Crown Sackers Light;
  line-height: 1.6em;
  vertical-align: middle;
}
.btn-arrow:hover {
  color: #fff;
  background-color: #b0adad;
}
.btn-arrow:visited {
  color: #5c5c5b;
}

.vision-image-text >
p {
  font-size: 1.4em;
}

@media (min-width: 992px) {
  .vision-image-text {
    text-align: center;
  }

  .btn-arrow {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .btn-arrow {
    width: 300px;
    font-size: 1em;
  }
}
.landing-image-text {
  position: absolute;
  bottom: 0px;
  background: none;
  padding: 6% 5%;
  text-align: center;
  color: white;
  width: 100%;
}
.landing-image-text h2 {
  font-size: 1.2em;
  width: 90%;
  margin: auto;
  margin-bottom: 15px;
}
.landing-image-text p {
  font-size: .8em;
}

.landing-text-container {
  padding: 10px 25px;
  padding-bottom: 5%;
}
.landing-text-container p {
  font-size: 18px;
}

@media (min-width: 768px) {
  .landing-image-text {
    padding: 2% 10%;
  }
}
@media (min-width: 992px) {
  .landing-text-container {
    text-align: center;
  }
  .landing-text-container p {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .landing-image-text h2 {
    font-size: 1.8em;
  }
  .landing-image-text p {
    font-size: 1.4em;
  }
}
.gallery h1 {
  margin-left: 1%;
  margin-bottom: 1em;
}

.row-gallery {
  margin-top: 160px;
}

.image-contained {
  float: left;
}
.image-contained img {
  max-width: 100%;
  height: auto;
}

.image-contained img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.image-contained {
  width: 50%;
  border: 2px solid #fff;
  margin: 0;
  box-sizing: border-box;
}

@media (min-width: 800px) {
  .image-contained {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .image-contained {
    width: 14.28%;
  }
}
.container-content {
  position: relative;
  margin-top: 70px;
}
.container-content .text-container {
  padding: 0 5% 5% 5%;
}
.container-content h1 {
  font-size: 35px;
}
.container-content ul {
  font-size: 14px;
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 20px;
}
.container-content img {
  width: 100%;
  height: auto;
}

p, li {
  font-size: 18px;
}

@media (min-width: 992px) {
  .container-content {
    margin-top: 118px;
  }

  .img-project {
    margin-top: 10%;
  }
}
@media (min-width: 1200px) {
  .img-project {
    margin-top: 0;
  }

  p, li {
    font-size: 18px;
  }
}
.row-one {
  background: url("../img/project-graphpaper.png");
}

.row-two {
  background-color: #f2f2f2;
  padding: 40px 0;
}
.row-two h1 {
  padding-top: 0;
  margin-top: 0;
}

.quote, .quote-title {
  color: #9a8962;
  text-align: center;
}

.quote-title {
  font-size: 12px;
}

.img-container {
  padding-left: 5%;
}

.btn, .feedback .submitInput {
  padding: 17px;
}

.text-container > p {
  font-size: 18px;
}

@media (min-width: 992px) {
  .text-container > p {
    font-size: 22px;
  }

  .row-two {
    padding: 80px 0;
  }
}
.video-content {
  position: relative;
}

.video-content-inner {
  position: absolute;
  bottom: 0%;
  width: 100%;
}
.video-content-inner h1 {
  color: white;
  border-bottom: none;
  text-align: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  text-shadow: 2px 2px 5px #000;
}

.video-wrapper {
  display: none;
  position: absolute;
}

#wea-video {
  height: 600px;
}

.play {
  width: 90px;
  height: 90px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background-image: url(../img/play-bg.png);
  background-position: 0 100%;
  background-size: 100%;
  cursor: pointer;
}
.play:hover {
  background-position: 0 0;
}
.play img {
  width: 100%;
  height: auto;
}

.close {
  position: absolute;
  font-size: 29px;
  background: #111a19;
  color: white;
  top: 1em;
  border-radius: 3px;
  margin-left: 6px;
  padding: 0 14px;
}

.close:hover {
  color: black;
  background: white;
}

@media (min-width: 768px) {
  .video-content-inner h1 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .video-content-inner {
    bottom: 30%;
  }
  .video-content-inner h1 {
    font-size: 39px;
  }
  .video-content-inner .play {
    width: 130px;
    height: 130px;
  }
}
/*clearfix*/
.group {
  *zoom: 1;
}

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

/*/clearfix*/
/** /font-icons if you are not using font icons you can just remove this part/**/
@font-face {
  font-family: 'Slide-icons';
  src: url("../fonts/Slide-icons.eot");
}
@font-face {
  font-family: 'Slide-icons';
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAWcAAsAAAAACSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAm4AAAQxqzjSYEZGVE0AAAN4AAAAGgAAABxmWaSOR0RFRgAAA5QAAAAdAAAAIAAzAARPUy8yAAADtAAAAEsAAABgL/bcQGNtYXAAAAQAAAAAPQAAAVLgL/LNaGVhZAAABEAAAAAuAAAANv3vdhloaGVhAAAEcAAAAB4AAAAkBBD/5GhtdHgAAASQAAAAEgAAABIFOwBxbWF4cAAABKQAAAAGAAAABgAGUABuYW1lAAAErAAAAOEAAAGw7pftcnBvc3QAAAWQAAAADAAAACAAAwAAeJx9VE1oE1EQnpfsJutmSWNMQoUoWxB/qmIKnkKJWKvXQlOwhx5E7SEo9WCEHNKAJqVbn8RLzvEgKEUPCgoiIi3YHkWw2mO9CBb8O1SzurXjvLfrJiqEhXkzwzffm/nee8tAUYAxZuQvFs5PHi6cuzR1GVgAGORsM2D3Be1ehRtBbii7ddiZjyPnvmOE+QW7YRfVNNzpSQPE0vBwexqMtNIbh7Dg0KAHUrAL9sARyF6ZKpzKZDK0nMwMHHeXIXc54S7DHU109gPAZpnF5th1xiEkiANgsFpgNDATPB3ldlHZbNiNcBTZ/JNRZBPFZ0nE6mw/GT6MUC6tiPCgihA6Vkb8sXCNI35bGxRuTcYa4vqZIWlUP1sVoCx3Yyqd1gTNIUH4RhJ6rILAxw9yN/bwghVSt56rLoCyFY6gmy8kwENJwjYrlItPVauOuDWyhqDEzlKFIuvIIrAHfTJbr2uSWpgFOVvFHVDQc5dftK751P3CeyuNp8Uf/DL3tal5rFKLuiX2MxGdL00azJHKOWLcrZF3MmtZWhThNRWwx62XSYTF/d8Rc6sR2iFyNYS4MWNSzaeJA+RWfkqjCYBO5tV71bIkjTssUVe5bykrhrXqWqnZ1m9a6rfk61emfu+Px8iIA8zf/SrDNr4s8csd+Gbzn+mXOtWK3rPHkqbeGkuZuvNIGudo9wRdvDkald0Yj9HFy89vtvsgjw7/Pxm9Kf+SEfGj86HU/frlVn6RwgP7CLVRTZDCFZt6j99edcWGSPmz5h4BLO5d73bIzVL7OdTkc8j6O5MIdiPBkzcNnZ7zDvF/2OYkWvSFI78BSE0QpgAAeJxjYGBgZACCk535hiD6XIbUOhgNAD+3BfAAAHicY2BkYGDgA2IJBhBgYmAEQlYgZgHzGAAEgQA4AAAAeJxjYGZiYJzAwMrAwejDmMbAwOAOpb8ySDK0MDAwMbAyM8CBAILJEJDmmsLg8EDqAwPjg/8PGPQYHzAoNDAwMMIVKAAhIwATaAw5AHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwgiQeyHxj+/wezpCAs+RcCjFBdYMDIxoDMHZEAAP1aCcoAAAB4nGNgZGBgAGLNvbqy8fw2Xxm4mRhA4FyG1DoE/f8BEwPjAyCXgwEsDQAB0gmnAAB4nGNgZGBgfPD/AYMeEwMDwz8GIAkUQQHMAG3nA/YAAAIAAAAAAAAAAgAAUQClACAAlgAAAABQAAAGAAB4nI2PMW7CQBBFn8FGIkQpo5RbIFHZsjciEhyAMg0SFwALrYS8kuEMOQLH4BgcgGPkAKnz7UxBkYKVVvPmz5/ZWeCZMwndSZjwZjwgozQeMuPLOJXnapyJv41HTJIXOZN0LOW17+p4wBNT4yGffBin8lyMM/HNeCT+Yc2BwI6aXHFLpOEI60PY1XnYxkbJnW7Kqs9PfWzZq9vhKfQPx1L3/6l/Nc9c6kLXy1/xrnGxOa1iu6+dL0q3dHevK/PzfJH7spLxkW03qrZSQ191eqHbi03dHkNsXFWUD835BcvqQqwAAAB4nGNgZsALAAB9AAQ=) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAANAIAAAwBQRkZUTWZZpI4AAAboAAAAHEdERUYANQAGAAAGyAAAACBPUy8yL9TcHwAAAVgAAABWY21hcOAx89QAAAHMAAABUmdhc3D//wADAAAGwAAAAAhnbHlmlq1ZxgAAAzQAAAGAaGVhZP3vdhkAAADcAAAANmhoZWEEEP/mAAABFAAAACRobXR4BeoAcQAAAbAAAAAabG9jYQEyAOAAAAMgAAAAEm1heHAAUwAnAAABOAAAACBuYW1l7pftcgAABLQAAAGwcG9zdCBfgkMAAAZkAAAAWgABAAAAAQAAZVgBDF8PPPUACwIAAAAAAM5oGq4AAAAAzmgargAA/+ACAAHgAAAACAACAAAAAAAAAAEAAAHg/+AALgIAAAD+AAIAAAEAAAAAAAAAAAAAAAAAAAAFAAEAAAAIACQACQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQMAAAAAAAAAAAAAEAAAAAAAAAAAAAAAUGZFZABA4BrwAAHg/+AALgHgACCAAAABAAAAAAAAAgAAAAAAAAAAqgAAAAAAAAIAAFEAqgAgAJYAAAAAAAMAAAADAAAAHAABAAAAAABMAAMAAQAAABwABAAwAAAACAAIAAIAAAAA4B3wAP//AAAAAOAa8AD//wAAH+oQAwABAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAEIAZACeAMAAAAABAAD/4AIAAeAAAgAAEQEhAgD+AAHg/gAAAAAAAQBRADYBrwGKAB0AAAE2NC8BJg8BJyYPAQYUHwEHBh8BFj8BFxY/ATYvAQGqBAQXCwx8fAwLFwQEfX0LCxcLDHx8DAsXCwt9AVwFDQUXCwt9fQsLFwUNBXx8DAsXCwt9fQsLFwsMfAABAKoABQGeAbYAEQAAEyYPAQYfAQcGHwEWMj8BNjQn1AwLEwsLrKwLCxMFDQXBCAgBtgsLEwsMrKwMCxMFBcEJGAkAAAkAIAAAAeABwAADAAcACwAPABMAFwAbAB8AIwAAEzMVIyUzFSMnMxUjBzMVIyUzFSMnMxUjBzMVIyUzFSMnMxUjIICAAUCAgKCAgKCAgAFAgICggICggIABQICAoICAAcCAgICAgCCAgICAgCCAgICAgAAAAQCWAAoBjwG2ABEAAAE2LwEmDwEGFB8BFj8BNjQvAQGKCwsTDAvBCQnBCwsUBAStAYwMCxMLC8EJGAnBCwsTBQ0FrAAAAAwAlgABAAAAAAABAAsAGAABAAAAAAACAAUAMAABAAAAAAADACcAhgABAAAAAAAEAAsAxgABAAAAAAAFAAsA6gABAAAAAAAGAAsBDgADAAEECQABABYAAAADAAEECQACAAoAJAADAAEECQADAE4ANgADAAEECQAEABYArgADAAEECQAFABYA0gADAAEECQAGABYA9gBTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAABpAGMAbwBuAHMAAGljb25zAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAFMAbABpAGQAZQAtAGkAYwBvAG4AcwAgADoAIAAyADUALQA5AC0AMgAwADEAMwAARm9udEZvcmdlIDIuMCA6IFNsaWRlLWljb25zIDogMjUtOS0yMDEzAABTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABTAGwAaQBkAGUALQBpAGMAbwBuAHMAAFNsaWRlLWljb25zAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAABAAIBAgEDAQQBBQEGB3VuaUYwMDAHdW5pRTAxQQd1bmlFMDFCB3VuaUUwMUMHdW5pRTAxRAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAHAAEABAAAAAIAAAAAAAEAAAAAyYlvMQAAAADOaBquAAAAAM5oGq4=) format("truetype");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'Slide-icons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/** / End of font-icons /**/
.lightGallery {
  overflow: hidden !important;
}

#lightGallery-Gallery img {
  border: none !important;
}

#lightGallery-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 1;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  background-color: rgba(10, 10, 10, 0.95);
}

#lightGallery-outer .lightGallery-slide {
  position: relative;
}

/*lightGallery starting effects*/
#lightGallery-Gallery.opacity {
  opacity: 1;
  transition: opacity 1s ease 0s;
  -moz-transition: opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s;
  -o-transition: opacity 1s ease 0s;
  -ms-transition: opacity 1s ease 0s;
}

#lightGallery-Gallery.opacity .thumb_cont {
  opacity: 1;
}

#lightGallery-Gallery.fadeM {
  opacity: 0;
  transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -webkit-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
}

/*lightGallery starting effects*/
/*lightGallery core*/
#lightGallery-Gallery {
  height: 100%;
  opacity: 0;
  width: 100%;
  position: relative;
  transition: opacity 1s ease 0s;
  -moz-transition: opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s;
  -o-transition: opacity 1s ease 0s;
  -ms-transition: opacity 1s ease 0s;
}

/**/
#lightGallery-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
  white-space: nowrap;
}

/**/
#lightGallery-slider .lightGallery-slide {
  background: url(../img/preloader-transparent.gif) no-repeat scroll center center transparent;
  display: inline-block;
  height: 100%;
  text-align: center;
  width: 100%;
}

#lightGallery-slider .lightGallery-slide.complete {
  background-image: none;
}

#lightGallery-Gallery.showAfterLoad .lightGallery-slide > * {
  opacity: 0;
}

#lightGallery-Gallery.showAfterLoad .lightGallery-slide.complete > * {
  opacity: 1;
}

#lightGallery-slider.slide .lightGallery-slide, #lightGallery-slider.useLeft .lightGallery-slide {
  position: absolute;
  opacity: 0.4;
}

#lightGallery-slider.fadeM .lightGallery-slide {
  position: absolute;
  left: 0;
  opacity: 0;
}

#lightGallery-slider.animate .lightGallery-slide {
  position: absolute;
  left: 0;
}

#lightGallery-slider.fadeM .current {
  opacity: 1;
  z-index: 9;
}

#lightGallery-slider .lightGallery-slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#lightGallery-Gallery.opacity .lightGallery-slide .object {
  transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
}

.lightGallery-slide .object {
  transform: scale3d(0.5, 0.5, 0.5);
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
  -ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.5s ease 0s;
}

#lightGallery-Gallery.fadeM .lightGallery-slide .object {
  transform: scale3d(0.5, 0.5, 0.5);
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
}

#lightGallery-slider.fadeM.on .current {
  opacity: 1;
  transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -webkit-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
}

#lightGallery-slider.fadeM .lightGallery-slide {
  transition: opacity 0.4s ease 0s;
  -moz-transition: opacity 0.4s ease 0s;
  -webkit-transition: opacity 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s;
  -ms-transition: opacity 0.4s ease 0s;
}

#lightGallery-slider.slide .lightGallery-slide {
  transform: translate3d(100%, 0px, 0px);
  -moz-transform: translate3d(100%, 0px, 0px);
  -ms-transform: translate3d(100%, 0px, 0px);
  -webkit-transform: translate3d(100%, 0px, 0px);
  -o-transform: translate3d(100%, 0px, 0px);
}

#lightGallery-slider.slide.on .lightGallery-slide {
  opacity: 0;
}

#lightGallery-slider.slide .lightGallery-slide.current {
  opacity: 1 !important;
  transform: translate3d(0px, 0px, 0px) !important;
  -moz-transform: translate3d(0px, 0px, 0px) !important;
  -ms-transform: translate3d(0px, 0px, 0px) !important;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  -o-transform: translate3d(0px, 0px, 0px) !important;
}

#lightGallery-slider.slide .lightGallery-slide.prevSlide {
  opacity: 0;
  transform: translate3d(-100%, 0px, 0px);
  -moz-transform: translate3d(-100%, 0px, 0px);
  -ms-transform: translate3d(-100%, 0px, 0px);
  -webkit-transform: translate3d(-100%, 0px, 0px);
  -o-transform: translate3d(-100%, 0px, 0px);
}

#lightGallery-slider.slide .lightGallery-slide.nextSlide {
  opacity: 0;
  transform: translate3d(100%, 0px, 0px);
  -moz-transform: translate3d(100%, 0px, 0px);
  -ms-transform: translate3d(100%, 0px, 0px);
  -webkit-transform: translate3d(100%, 0px, 0px);
  -o-transform: translate3d(100%, 0px, 0px);
}

#lightGallery-slider.useLeft .lightGallery-slide {
  left: 100%;
}

#lightGallery-slider.useLeft.on .lightGallery-slide {
  opacity: 0;
}

#lightGallery-slider.useLeft .lightGallery-slide.current {
  opacity: 1 !important;
  left: 0% !important;
}

#lightGallery-slider.useLeft .lightGallery-slide.prevSlide {
  opacity: 0;
  left: -100%;
}

#lightGallery-slider.useLeft .lightGallery-slide.nextSlide {
  opacity: 0;
  left: 100%;
}

#lightGallery-slider.slide.on .lightGallery-slide, #lightGallery-slider.slide.on .current, #lightGallery-slider.slide.on .prevSlide, #lightGallery-slider.slide.on .nextSlide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

#lightGallery-slider.speed .lightGallery-slide, #lightGallery-slider.speed .current, #lightGallery-slider.speed .prevSlide, #lightGallery-slider.speed .nextSlide {
  transition-duration: inherit !important;
  -moz-transition-duration: inherit !important;
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
  -ms-transition-duration: inherit !important;
}

#lightGallery-slider.timing .lightGallery-slide, #lightGallery-slider.timing .current, #lightGallery-slider.timing .prevSlide, #lightGallery-slider.timing .nextSlide {
  transition-timing-function: inherit !important;
  -moz-transition-timing-function: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
  -ms-transition-timing-function: inherit !important;
}

#lightGallery-slider .lightGallery-slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  cursor: -moz-grabbing;
  cursor: grab;
  cursor: -webkit-grab;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#lightGallery-Gallery .thumb_cont .thumb_inner {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -ms-transition: -ms-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lightGallery-slide .object.rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lightGallery-slide .object.leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

/*lightGallery core*/
/*action*/
#lightGallery-action {
  bottom: 20px;
  position: fixed;
  left: 50%;
  margin-left: -30px;
  z-index: 9;
  -webkit-backface-visibility: hidden;
}

#lightGallery-action.hasThumb {
  margin-left: -46px;
}

#lightGallery-action a {
  margin: 0 3px 0 0 !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  display: inline-block !important;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
  width: 28px;
  height: 28px;
  font-family: 'Slide-icons';
  color: #FFF;
  cursor: pointer;
}

#lightGallery-action a.disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
  cursor: default;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65) !important;
}

#lightGallery-action a:hover, #lightGallery-action a:focus {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

#lightGallery-action a#lightGallery-prev:before, #lightGallery-action a#lightGallery-next:after {
  left: 5px;
  bottom: 3px;
  position: absolute;
}

#lightGallery-action a#lightGallery-prev:before {
  content: "\e01d";
}

#lightGallery-action a#lightGallery-next:after {
  content: "\e01b";
}

#lightGallery-action a.cLthumb:after {
  font-family: 'Slide-icons';
  content: "\e01c";
  left: 6px;
  bottom: 4px;
  font-size: 16px;
  position: absolute;
}

/*action*/
/*counter*/
#lightGallery_counter {
  bottom: 52px;
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 9;
  color: #FFFFFF;
}

/*lightGallery Thumb*/
#lightGallery-Gallery .thumb_cont {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000000;
  -webkit-transition: max-height 0.4s ease-in-out;
  -moz-transition: max-height 0.4s ease-in-out;
  -o-transition: max-height 0.4s ease-in-out;
  -ms-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
  z-index: 9;
  max-height: 0;
  opacity: 0;
}

#lightGallery-Gallery.open .thumb_cont {
  max-height: 350px;
}

#lightGallery-Gallery .thumb_cont .thumb_inner {
  margin-left: -12px;
  padding: 12px;
  max-height: 290px;
  overflow-y: auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#lightGallery-Gallery .thumb_cont .thumb_info {
  background-color: #333;
  padding: 7px 20px;
}

#lightGallery-Gallery .thumb_cont .thumb_info .count {
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
}

#lightGallery-Gallery .thumb_cont .thumb_info .close {
  color: #FFFFFF;
  display: block;
  float: right !important;
  width: 28px;
  position: relative;
  height: 28px;
  border-radius: 2px;
  margin-top: -4px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  z-index: 1090;
  cursor: pointer;
}

#lightGallery-Gallery .thumb_cont .thumb_info .close i:after {
  left: 6px;
  position: absolute;
  top: 4px;
}

#lightGallery-Gallery .thumb_cont .thumb_info .close i:after, #lightGallery-close:after {
  content: "\e01a";
  font-family: 'Slide-icons';
  font-style: normal;
  font-size: 16px;
}

#lightGallery-Gallery .thumb_cont .thumb_info .close:hover {
  text-decoration: none;
  background-color: #000;
  background-color: black;
}

#lightGallery-Gallery .thumb_cont .thumb {
  display: inline-block !important;
  vertical-align: middle;
  text-align: center;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 4px;
  height: 50px;
  width: 50px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  overflow: hidden;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: border-color linear .2s, opacity linear .2s;
  -moz-transition: border-color linear .2s, opacity linear .2s;
  -o-transition: border-color linear .2s, opacity linear .2s;
  -ms-transition: border-color linear .2s, opacity linear .2s;
  transition: border-color linear .2s, opacity linear .2s;
}

@media (min-width: 800px) {
  #lightGallery-Gallery .thumb_cont .thumb {
    width: 94px;
    height: 94px;
  }
}
#lightGallery-Gallery .thumb_cont .thumb > img {
  height: auto;
  max-width: 100%;
}

#lightGallery-Gallery .thumb_cont .thumb.active, #lightGallery-Gallery .thumb_cont .thumb:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  border-color: #ffffff;
}

/*lightGallery Thumb*/
/*lightGallery Video*/
#lightGallery-slider .video_cont {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#lightGallery-slider .video_cont {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#lightGallery-slider .video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#lightGallery-slider .video .object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

/*lightGallery Video*/
/*lightGallery Close*/
#lightGallery-close {
  color: #FFFFFF;
  height: 28px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 28px;
  z-index: 1090;
  cursor: pointer;
  background-color: #000;
  border-radius: 2px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-backface-visibility: hidden;
}

#lightGallery-close:after {
  position: absolute;
  right: 6px;
  top: 3px;
}

#lightGallery-close:hover {
  text-decoration: none;
  background-color: #000;
}

.customHtml {
  background: none repeat scroll 0 0 black;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
  color: #fff;
  font-family: Arial, sans-serif;
  height: 70px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.customHtml p {
  font-size: 14px;
}

.customHtml > h4 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 15px;
}
